menu
 

在 Audiokinetic 社区问答论坛上,用户可对 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)
...