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.

EntryPointNotFoundException macOS Catalina, Unity 2019.2 and 2019.4

0 votes
I am getting the following error on macOS during initialization in a build.  Unity 2019.2.  We have had any issues on other platforms, so I am not quite sure what may be setup incorrect.  Please help!

EntryPointNotFoundException: Unable to find an entry point named 'CSharp_AkInitSettings_bDebugOutOfRangeCheckEnabled_set' in 'AkSoundEngine'.
  at AkSoundEnginePINVOKE.CSharp_AkInitSettings_bDebugOutOfRangeCheckEnabled_set (System.IntPtr jarg1, System.Boolean jarg2) [0x00000] in <00000000000000000000000000000000>:0
  at AkInitSettings.set_bDebugOutOfRangeCheckEnabled (System.Boolean value) [0x00000] in <00000000000000000000000000000000>:0
  at AkCommonAdvancedSettings.CopyTo (AkInitSettings settings) [0x00000] in <00000000000000000000000000000000>:0
  at AkCommonPlatformSettings.get_AkInitializationSettings () [0x00000] in <00000000000000000000000000000000>:0
  at AkWwiseInitializationSettings.InitializeSoundEngine () [0x00000] in <00000000000000000000000000000000>:0
  at AkSoundEngineController.Init (AkInitializer akInitializer) [0x00000] in <00000000000000000000000000000000>:0
  at AkInitializer.OnEnable () [0x00000] in <00000000000000000000000000000000>:0
asked Jun 29, 2020 in General Discussion by Jason T. (190 points)
edited Aug 21, 2020 by Jason T.
This is still an issue in Unity 2019.4 and also happens in the editor.  Anyone can help?

1 Answer

0 votes

I had this isssue after upgrading Wwise, someone on the project restored previous version of Assets\Wwise\Deployment\Plugins\Windows\x86_64\Profile\AkWaapiClient.dll and Assets\Wwise\Deployment\Plugins\Windows\x86_64\Profile\AkSoundEngine.dll in a commit probably because he didn't close Unity when he synced the latest version.

answered Dec 8, 2020 by Adrien V. (340 points)
...