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.

Unity build hanging when loading Init.bnk

0 votes

On some machines running a build of our game, Wwise appears to hang at this line in AkSoundEngineController.cs:

result = AkSoundEngine.LoadBank("Init.bnk", AkSoundEngine.AK_DEFAULT_POOL_ID, out BankID);

Commenting that line out results in the game working properly (sans audio). Ensured Init.bnk is on target machine, correct size, etc.

(Wwise Integration 2017.2.6.6636.1107)

asked Dec 19, 2018 in General Discussion by Bob B. (130 points)

Please sign-in or register to answer this question.

...