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.

UE4 "Plugin 'Wwise' failed to load because module 'AkAudioMixer' could not be found"

+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
asked Jan 19, 2022 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.
answered Feb 2, 2022 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.
...