Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

Debug Symbols for Xbox One Submission on Unity

0 votes

Hello there!

We're gearing up toward certification on XboxOne and are a having trouble including the Debug Symbols for Wwise libraries.

I've manage to get rid of all the missing symbol warnings except for the one concerning the Wwise libs:
 <warning>Symbol file not found for C:\Users\firebird\Desktop\Illusion\trunk\Illusion\Temp\StagingArea\data\plugins\AkFlanger.dll. Try specifying a comma delimited list of paths where symbols can be found for this file to /symbolpaths via MakePkg (October 2016 and later XDKs) or setting the environment variable _NT_SYMBOL_PATH. The GUID for this PDB is {23D254E8-64A0-4F89-92F7-C8A9D7D26CD3}.</warning>
     <warning>Symbol file not found for C:\Users\firebird\Desktop\Illusion\trunk\Illusion\Temp\StagingArea\data\plugins\AkGuitarDistortion.dll. Try specifying a comma delimited list of paths where symbols can be found for this file to /symbolpaths via MakePkg (October 2016 and later XDKs) or setting the environment variable _NT_SYMBOL_PATH. The GUID for this PDB is {8E487F64-8799-4507-86A6-50BE1A840122}.</warning>
     <warning>Symbol file not found for C:\Users\firebird\Desktop\Illusion\trunk\Illusion\Temp\StagingArea\data\plugins\AkSoundEngine.dll. Try specifying a comma delimited list of paths where symbols can be found for this file to /symbolpaths via MakePkg (October 2016 and later XDKs) or setting the environment variable _NT_SYMBOL_PATH. The GUID for this PDB is {00000000-0000-0000-0000-000000000000}.</warning>
     <warning>Symbol file not found for C:\Users\firebird\Desktop\Illusion\trunk\Illusion\Temp\StagingArea\data\plugins\AkStereoDelay.dll. Try specifying a comma delimited list of paths where symbols can be found for this file to /symbolpaths via MakePkg (October 2016 and later XDKs) or setting the environment variable _NT_SYMBOL_PATH. The GUID for this PDB is {3A80DFC4-BC9B-4CDB-8FA0-DFC79051F364}.</warning>

I have tried linking all the instances of AkSoundEngine.pdb that I found under "Assets\Wwise\Deployment\Plugins\XboxOne" the same way I linked the PDB files for other libraries, but to no avail. These warnings simply never go away.

Is there anybody that has gone through the same problems for X1 submission? Is there anyone ressource at AK that can help me figure out what I'm doing wrong?

By the way, we are building on Unity 5.6.5f1 and are using Wwise Integration 2017.2.1.6524.980.


Thank you in advance!

Francois-Xavier Vezina
Game Programmer @ Frima Studio

asked May 1, 2018 in General Discussion by Francois-Xavier V. (100 points)

1 Answer

0 votes
Hi,

We do have the same problem, did you find any solution / answers ?

Yoann.
answered Jun 8, 2018 by Yoann M. (230 points)
...