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.

0 votes
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.
in General Discussion by Erika E. (100 points)
I have the same problem :(

Please sign-in or register to answer this question.

...