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.

Unity AkSoundEngine Linux - Module could not be found

0 votes
I am having the following exception on Linux. I'm doing the Linux Player build on Win64 and deploying to Linux machines.

DllNotFoundException: Unable to load DLL 'AkSoundEngine': The specified module could not be found.
  at AkSoundEngine.RegisterGameObj (UnityEngine.GameObject gameObject, System.String name) [0x00000] in <00000000000000000000000000000000>:0
  at AkAudioListener.Awake () [0x00000] in <00000000000000000000000000000000>:0
 
(Filename: currently not available on il2cpp Line: -1)

Unity 2019 LTS

Wwise Integration 2019.2.3.7304.1778

Builds work fine on Windows and Mac OS X. Linux Release Player (il2cpp) does not correctly load AkSoundEngine.

Both of these files are present in the build output folder:

"\CKF\CyberKnightsFlashpoint_Data\Plugins\libAkFlanger.so"
"\CKF\CyberKnightsFlashpoint_Data\Plugins\libAkSoundEngine.so"
asked Dec 30, 2021 in General Discussion by Cory T. (110 points)
The latest version of 2019.2 is 2019.2.14, you can try with the latest version. If the issue persists, I suggest opening a Support Ticket (https://www.audiokinetic.com/customers/tickets/).

Please sign-in or register to answer this question.

...