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.

AkCallbackManager throwing exception in Microsoft UWP builds

0 votes

I started porting our game to Microsoft's UWP to run the game in Windows Store and Xbox One. When the game loads the splash screen, the first Unity scene, the development console throws errors every frame saying:

TypeInitializationException: The type initializer for 'AkCallbackManager' threw an exception.

> at AkCallbackManager.PostCallbacks()

at AkSoundEngineController.LateUpdate()

at AkInitializer.$Invoke3(Int64 instance, Int64* args)

at UnityEngine.Internal.$MethodUtility.InvokeMethod(Int64 instance, Int64* args, IntPtr method)

and this error keep coming in other scenes as well. 

asked Mar 13, 2018 in General Discussion by Luis S. (110 points)

1 Answer

0 votes
Hi,

I'm having the same issue on my UWP App runing on a Hololens device.

Is there any way to fix that issue ?

Regards,

Tom.
answered Aug 2, 2018 by Tom K. (140 points)
...