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.

DllNotFoundException in the Unity console

0 votes
I don't have any issues in the engine, but when I build the game I am getting 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!
asked Jul 9 in General Discussion by Danil Abrosimov (100 points)

Please sign-in or register to answer this question.

...