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.
General Discussion Erika E. (100 포인트) 로 부터
I have the same problem :(

Please sign-in or register to answer this question.

...