社区问答

欢迎来到 Audiokinetic 社区问答论坛。在此,Wwise 和 Strata 用户可互帮互助。如需我们团队直接提供协助,请前往技术支持申请单页面。若要报告问题,请在 Audiokinetic Launcher 中选择“报告错误”选项(注意,问答论坛并不会接收错误报告)。我们内部设有专门的错误报告系统,会有专人查看报告并设法解决问题。

要想尽快得到满意的解答,请在提问时注意以下几点:

  • 描述尽量具体:比如,想达到什么样的目的,或者具体哪里有问题。
  • 包含关键细节:比如,Wwise 和游戏引擎版本以及所用操作系统等等。
  • 阐明所做努力:阐明自己为了排除故障都采取了哪些措施。
  • 聚焦问题本身:聚焦于问题本身的相关技术细节,以便别人可以快速找到解决方案。

+1 投票
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
分类:General Discussion | 用户: Héctor J. (110 分)

1个回答

0 投票
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.
用户: Sebastian K. (140 分)
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.
...