コミュニティQ&A

Audiokineticのコミュニティ主導のQ&Aフォーラムへようこそ。ここはWwiseとStrataのユーザのみなさまがお互いに協力し合う場です。弊社チームによる直接のサポートをご希望の場合はサポートチケットページをご利用ください。バグを報告するには、Audiokinetic LauncherのBug Reportオプションをご利用ください。(Q&AフォーラムではBug Reportを受け付けておりませんのでご注意ください。専用のBug Reportシステムをご利用いただくことで、バグの報告が適切な担当部門に届き、修正される可能性が高まります。)

最適な回答を迅速に得られるよう、ご質問を投稿される際は以下のヒントをご参考ください。

  • 具体的に示す:何を達成したいのか、またはどんな問題に直面しているのかを具体的に示してください。
  • 重要な詳細情報を含める:Wwiseとゲームエンジンのバージョンやご利用のOSなど詳細情報を記載してください。
  • 試したことを説明する:すでに試してみたトラブルシューティングの手順を教えてください。
  • 事実に焦点を当てる:問題の技術的な事実を記載してください。問題に焦点を当てることで、ほかのユーザのみなさまが解決策を迅速に見つけやすくなります。

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