Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

+2 votes

Hello, as this is a recurring subject, we have found ourselves unable to launch our Unity project that uses Wwise 2021.1.13 (using Unity 2021.3.21) on any Mac platform (after updating, it was fine before).

We have the following error either when we load a soundbank, and similar errors when we try to play a sound: 

DllNotFoundException: AkSoundEngine assembly:<unknown assembly> type:<unknown type> member:(null)AkSoundEngine:RegisterGameObj(GameObject, String) (at /Users/Unity/Assets/Wwise/API/Runtime/Handwritten/Common/AkSoundEngine.cs:116)
AkGameObj:Register() (at /Users/Unity/Assets/Wwise/MonoBehaviour/Runtime/AkGameObj.cs:79)
AkAudioListener:Awake() (at /Users/Unity/Assets/Wwise/MonoBehaviour/Runtime/AkAudioListener.cs:72)

And this error when I try to access the Wwise project setting window:

DllNotFoundException: AkSoundEngine assembly:<unknown assembly> type:<unknown type> member:(null)AkSoundEngine:GetMajorMinorVersion() (at /Users/Unity/Assets/Wwise/API/Runtime/Generated/Mac/AkSoundEngine_Mac.cs:1024)
AkSoundEngine:get_WwiseVersion() (at /Users/Unity/Assets/Wwise/API/Runtime/Handwritten/Common/AkSoundEngine.cs:141)
SettingsProvider:OnGUI(String) (at Users/Unity/Assets/Wwise/API/Runtime/Handwritten/Common/AkWwiseEditorSettings.cs:290)
UnityEditor.SettingsWindow:DrawControls() (at /Users/bokken/build/output/unity/unity/Editor/Mono/Settings/SettingsWindow.cs:436)
UnityEditor.SettingsWindow:DrawSettingsPanel() (at /Users/bokken/build/output/unity/unity/Editor/Mono/Settings/SettingsWindow.cs:414)
UnityEngine.UIElements.IMGUIContainer:DoOnGUI(Event, Matrix4x4, Rect, Boolean, Rect, Action, Boolean) (at /Users/bokken/build/output/unity/unity/ModuleOverrides/com.unity.ui/Core/IMGUIContainer.cs:351)

I've tried activating another plugin, but the editor seems hard locked on the Profile plugin. I've tried replacing the Profile AkSoundEngine.bundle by the Release .bundle, but to no avail. It seems that either the .bundles aren't loaded because of a signature error or because some path is incorrect.

If anyone has any solution...

in General Discussion by Thibaud T. (120 points)

1 Answer

+1 vote
We seem to have encountered the same problem, are there any updates on how you solved this issue?
by Chris C. (200 points)
...