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

So! I created an empty Unreal Project. From my Wwise Launcher I clicked on Integrate in Unreal Project. Added a sound file, made it to loop, created an event and generated a soundbank for this. init, and testSoundbank. Went to Unreal, checked in my content and clicked on import. Imported my two soundbanks. Then this gave me the Wwise Picker display of my event. Imported the event to a folder I called AKAudioEvents. Dragged that event from the content browser to the gameplay area. Clicked on "Auto Post" so that it would start on Awake. Hit Play. In Editor. It works. I can autoconnect to Wwise, and check how everything is working perfectly. So far, SO GOOD! xD Alright, now for the juicy part. I hit Launch. It starts trying to build. It fails. Gives me some errors about not finding libraries related to Wwise, or missing dependencies on the Wwise events requested. Note: Apart from this AkAmbientSound that I created when dragging the event to the world, there's nothing other than some chairs and a table xD. No BPs, no C++ code, nothing. Just integrated the Wwise plugin to Unreal through the Wwise Launcher, generated the banks in Wwise, generated the banks in Unreal, and nothing else. What am I doing wrong/what am I missing to make a build that plays this sound forever while I watch at this almost empty world? Thanks!

in General Discussion by Franco F. (120 points)
Could you copy here errors' text?
I can probably copy the whole output log if you want but in short it’s “Missing Dependency, request for AKAudioBank but it hasn’t been created yet”

Something to do with AsyncLoading.cpp

Again if you’d like the whole log let me know. Thank you very much!
Maybe you just need to create a new C++ class, then open visual studio and build it, then it will be fine.

1 Answer

0 votes
Here's an issue we've had about asyncronous loading. Maybe our workaround can help
https://www.audiokinetic.com/qa/3854/asynchronous-loading-soundbanks-hangs-the-packaged-build
by ilya n. (220 points)
I tried that, but when doing so I get this error https://www.dropbox.com/s/f0gygl63gtcvqmv/UE4_Crash.jpg?dl=0

Anything that has preload dependency will crash it
...