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.

Audio not playing on Linux only with Unity integration

+1 vote
Our Unity title has Wwise audio working 100% correctly on all platforms except Linux.  (i.e. Windows/Mac/Consoles).   After starting up the game, we see the expected events fire in the Wwise profiler but no audio is heard,.  Our log is showing the following:

 

ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
AK Error: Unknown game object ID. Make sure the game object is registered before using it and do not use it once it was unregistered.

...

AK Error: Unknown game object ID. Make sure the game object is registered before using it and do not use it once it was unregistered.

Wwise warning: AkInitializer.cs Awake() was not executed yet.  Set the Script Execution Order properly so the current call is executed after.Wwise warning: AkInitializer.cs Awake() was not executed yet.  Set the Script Execution Order properly so the current call is executed after.debugger-agent: Unable to listen on 7

AudioManager: Using PulseAudio: Default Output Device

(This all occurs BEFORE our first Game Object is even started/running which actually initializes Wwise)

 

The same generated banks and code is working perfectly fine for our Windows/Mac builds; what could cause this?    We are using the 2015.1.4 integration.   (Strangely, some streaming music played later in the game IS HEARD without issue, so it seems that the Wwise engine has at least properly initialized, just cannot play audio from the banks.)
asked May 19, 2016 in General Discussion by Travis C. (150 points)

1 Answer

0 votes
Hi, we have this troble. Any ideas?
answered Aug 23, 2016 by Kirill T. (150 points)
...