Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

0 votes
Hello,
WWise works perfectly fine in the Unity engine, but when I build the game I get this:

DllNotFoundException: AkSoundEngine assembly:<unknown assembly> type:<unknown type> member:(null)
  at (wrapper managed-to-native) AkSoundEnginePINVOKE.CSharp_AkEventCallbackInfo_SWIGUpcast(intptr)
  at AkEventCallbackInfo..ctor (System.IntPtr cPtr, System.Boolean cMemoryOwn) [0x00000] in F:\Work\Unity\project\Coop.Client\Assets\Wwise\API\Runtime\Generated\Common\AkEventCallbackInfo.cs:16
  at AkCallbackManager..cctor () [0x00000] in F:\Work\Unity\project\Coop.Client\Assets\Wwise\API\Runtime\Handwritten\Common\AkCallbackManager.cs:44
Rethrow as TypeInitializationException: The type initializer for 'AkCallbackManager' threw an exception.
  at AkSoundEngineController.LateUpdate () [0x0000d] in F:\Work\Unity\project\Coop.Client\Assets\Wwise\MonoBehaviour\Runtime\AkSoundEngineController.cs:84
  at AkInitializer.LateUpdate () [0x0000c] in F:\Work\Unity\project\Coop.Client\Assets\Wwise\MonoBehaviour\Runtime\AkInitializer.cs:228

(Filename: F:/Work/Unity/project/Coop.Client/Assets/Wwise/API/Runtime/Generated/Common/AkEventCallbackInfo.cs Line: 16)

Any help is much appreciated!
in General Discussion by Danil Abrosimov (100 points)
Hey Danil, did you get anywhere with this problem? I'm running into a similar issue myself

Please sign-in or register to answer this question.

...