La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

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.
dans General Discussion par Erika E. (100 points)
I have the same problem :(

Please sign-in or register to answer this question.

...