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.

0 votes

I am not sure what to do, I have copied the soundbanks from (WWISE_PROJECT)>GeneratedSoundBanks>iOS to the streaming assets in Audio>GeneratedSoundBanks folder but it won't load. Where am I going wrong? I have also put the soundbanks in the '/var/containers/Bundle/Application/3E5B3CDC-FD54-476F-843F-598FB38691DF/dbs.app/Data/Raw/Audio/GeneratedSoundBanks/iOS/' but I am still getting the same error.

This is the error I am getting:

AK Info: Number of detected and configured output channels: 2
AK Info: Using output port: Speaker of type Speaker with 2 output channel(s)
WwiseUnity: Looking for SoundBanks in /var/containers/Bundle/Application/3E5B3CDC-FD54-476F-843F-598FB38691DF/dbs.app/Data/Raw/Audio/GeneratedSoundBanks/iOS/
AkBasePathGetter:GetSoundbankBasePath()
AkInitializer:Initialize()
 
(Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)

WwiseUnity: Could not locate the SoundBanks. Did you make sure to copy them to the StreamingAssets folder?
AkBasePathGetter:GetSoundbankBasePath()
AkInitializer:Initialize()
 
(Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)

AK Error: Cannot open file: SoundApp.bnk
AK Error: Bank Load Failed
WwiseUnity: Bank SoundApp failed to load (AK_Fail)
BankHandle:LogLoadResult(AKRESULT)
BankHandle:LoadBank()
AkBankManager:LoadBank(String, Boolean, Boolean)
AkBank:Start()
 
(Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)

AK Error: Event ID not found: 3126765036
Could not post event ID "-1168202260". Did you make sure to load the appropriate SoundBank?
AkEvent:HandleEvent(GameObject)

If anyone could help it would be amazing

in General Discussion by Lillie S. (100 points)

1 Answer

0 votes
I encountered the same problem as you, using Wwise version 2019.2.15.7667, and I didn't solve it either.
by 起薛 (140 points)
...