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.

Debugging AK_Fail on loading sound banks

0 votes
I have a handful of sound banks that are not loading on Linux platform.  I am getting a generic AK_Fail result.  How can I get more information on why this is failing to load?
asked Sep 28, 2020 in General Discussion by Jason T. (190 points)

1 Answer

+1 vote
 
Best answer
In case this helps anyone else.  I used the Wwise Profiler to get a bit more information about the loading files.  Turns out, it was failing to find the .bnk file by name because of incorrect capitalization.  For Linux, you must be sure the bank name you are loading matches exactly by case.
answered Oct 1, 2020 by Jason T. (190 points)
selected Oct 9, 2020 by Hou Chenzhong (Audiokinetic)
...