Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

0 투표
Hi there,

Bascially as the title says i'm getting a DllNotFoundException: AkSoundEngine error everytime i try to play a Unity project in edit mode. I've followed the instructions in the help document and numerous youtube tutorials but i'm still getting it. I've also tried tutorials on two different machines and getting the same error some i'm clearly doing something wrong.

I''m using the most recent 2014 Unity Wwise integration plugin and i've also tried the demo scene which gave me the same error. Is there something else I need to be downloading/doing? AkSoundEngine.dll files are both clearly in the plugins folder of my projects assets so is the project just not detecting them for any reason?

I've also installed the latest DirectX so i'm struggling with what to do next.

Any help would be amazing as this is extremely frustrating!

Thanks

Joe
General Discussion Joe R. (130 포인트) 로 부터

2 답변

+2 투표

When we've had this error, usually it's a DLL dependency problem, not the AkSoundEngine.DLL itself.

For release and profile versions of AkSoundEngine.DLL, you need the Direct X end-user runtime 9.0c or newer, which provides MSVCR90.DLL and XINPUT*.DLL.

For the debug version, you need MSVCRT90D.DLL, which is distributed with Visual Studio.

You might be able to figure out which DLL is missing with http://www.dependencywalker.com/, note that this will report certain false positives.

 

Schmid (240 포인트) 로 부터
Small correction, the XInput dependency has been removed in 2014.1
+1 투표
 
우수 답변
In case anyone else has this issue more recently: We had it when updating from 2015.1.1 to 2015.1.4 with Unity 5.3.0 - but only for a few people on our team. In the end the 'fix' was to reinstall Unity with the included Visual Studio Community edition (even though those persons weren't using Visual Studio) and then the exception disappeared...
Chris (690 포인트) 로 부터
선택됨 Guillaume R. (Audiokinetic) 로 부터
...