pasik wrote:
Can you post ~/.running_with_rifles/rwr_game.log to pastebin.com or
support@modulaatio.com? There should be some info about the sound devices OpenAL detects on your system, would be interesting to know which they are and which one gets used.
gotcha, I appreciated that tip, thanks! I found in rwr_game.log
Code:
20:06:13: : initializing audio
20:06:14: : audio devices found: 4
20:06:14: : audio enabled
20:06:14: : 0: PulseAudio Software
20:06:14: : 1: ALSA Software
20:06:14: : 2: OSS Software
20:06:14: : 3: PortAudio Software
20:06:14: : using device 255
then realized there was a config.xml file.

... right there in the folder with the log file. I found the
Code:
<audiodevice value="255" />
and changed it to
Code:
<audiodevice value="1" />

cheers!