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.

+1 vote
I have a wwise 2021.1.5.7749 - UE4.26.2 seemingly correctly integrated project (with wwise as a game plugin). Sound works as expected in-engine. Unfortunately, the packaged project's exe doesn't run:

'Plugin 'Wwise' failed to load because module 'AkAudioMixer' could not be found. Please ensure the plugin is properly installed, otherwise consider disabling the plugin for this project.'

The project is a 'blueprint project'. As far as I know, the list of plugins to be loaded is contained in the bank files. Do the banks have to be somehow actively 'loaded' / initialized / called in order for them to be part of the build?

Where should actually the InitBank file be? some youtube tutorials seem to suggest it should be shifted to different places.

Do I have to manually copy the bank files to the built folder? Any other idea where this problem could come from?

Side info: I have reproduced the error in a dummy 'FirstPersonExample' Project with one single dummy bank and event. In-Engine works, packaged exe fails with the same error.

Huge thanks in advance
in General Discussion by Héctor J. (110 points)

1 Answer

0 votes
Having the same Problem at the moment. Digged up some older similar threads here where mainly the project being a blueprint one would be the reason and cpp projects would work. Heavily relying on blueprints here, I sure hope that is not the problem.
by Sebastian K. (140 points)
Problem solved itself after doing a direkt Launch on device, involving the whole cooking process and building the stage build. Wwise worked like a charm afterwards.
I'm also having the same problem, and all the dug-up stuff is getting me nowhere.

I tried cooking it from the platform area in UE5, but unfortunately I still get the "Plugin 'Wwise' failed to load because module 'AkAudioMixer' could not be found. Please ensure the plugin is properly installed, otherwise consider disabling the plugin for this project." issue the moment it tries to open.

When you say you did a "direct Launch on device," is that what you were referring to?
Unfortunately I won't be able to check what I did and wether it would work with UE5 until January, I'm sorry.
I had the same problem with UE4.27 in a blueprint project. I fixed it by creating a .cpp file.
Go to file and select new class C++
in the popup window choose none, leave the default name and then create.
In case of an error in the creation of the .cpp, you must open the visual studio installer and install the c++ module, after that it allows you to create the file.

What I have to solve now is why once the game is compiled it does not recognize and plays the  footstep sounds when the type of material of the ground changed. Only the default footstep sound is reproduced.
...