AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

0 支持
I am building a game in UE4 and am using Wwise for the sound. However, every time I try to generate a sound bank, I get the same error message.
LogAkAudio: Error: Could not find plugin dynamic library MSSpatial
LogAkAudio: Error: Plug-in not registered: 11145527

Now, before anything else is said, yes, I have followed the documentation for adding a missing plugin by following this: https://www.audiokinetic.com/library/edge/?source=UE4&id=using__initialsetup.html
I have also reinstalled Wwise a few times and tried in a blank project. Still get the same error every time.

The only MSSpatial plugin I have found is this one: https://www.audiokinetic.com/library/edge/?source=SDK&id=include%2FAK%2FPlugin%2FMSSpatialSinkFactory.h
And the lines I added to the code were:
" AddWwiseLib(Target, "MSSpatialSink"); " in AkAudio.Build.cs
" #include <AK/Plugin/MSSpatialSinkFactory.h> " in AkAudioDevice.ccp

Does MSSpatial / 11145527 refer to another plugin than the one above? And if so, what is it I should write instead?
Or have I missed anything else?

I work on a win10 computer with UE4.18, Visual Studio 2017 and Wwise 2017.2.2.6553.
Erika E. (100 ポイント) General Discussion
I have the same problem :(

Please sign-in or register to answer this question.

...