menu
 

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
Joe R. (130 ポイント) General Discussion

回答 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) 選択
...