Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

+2 votes
Hi,

after upgrading to 2019.2 and activating the event-based packaging, I no longer have any audio in packaged games. I tried calling LoadInitBank in the GameInstance's init method since I initially thought that might be the issue, but it didn't change anything. One thing I noticed is that it seems no longer possible to have the GeneratedSoundbanks files (.bnk) in the game's content folder. Before when I manually generated the soundbanks via the Unreal Plugin's Generate window, it was built into the Content/WwiseAudio folder. Now that folder is used for the .uassets and Media files and the generated bank files appear in the WwiseProject's folder, which cannot be added as an "Additional Non-Asset Directory to Package" in the Unreal build settings.

The Log shows some "Error: Master bus structure not loaded: make sure that the first bank to be loaded contains the master bus information" messages at the beginning (hence my first try to add the LoadInitBank call manually) and later on just shows "LogAkAudio: Error: Invalid State Group ID", "LogAkAudio: Error: Event ID not found: 1062260725" and "LogAkAudio: Error: Failed posting event: XY" whenever an event is posted.

Any idea what could cause this?

Thanks,
Tobias
in General Discussion by Tobias G. (220 points)

1 Answer

+2 votes
Okay, found the solution. Since the InitBank is not referenced anywhere, it is not packaged into the game by default. You have to specify the /WwiseAudio folder (or whichever folder contains the InitBank asset) as an "Additional Asset Directory to Cook".
by Tobias G. (220 points)
Thank you so much for coming back and posting this. I had this exact issue and you saved me loads more time. Cheers!
...