[Bug 208356] Re: Problem with SDL_INIT_AUDIO

2009-05-18 Thread Alroger Filho
I was having this problem using Ubuntu 9.04 64bits with OSS4 (no ALSA, no PulseAudio). I switched to openal instead of qf, and noticed that warsow looks for libopenal.so.0, so I made a symlink in /usr/lib from the libopenal.so.1 to libopenal.so.0 and warsow worked perfectly! -- Problem with SDL_I

[Bug 208356] Re: Problem with SDL_INIT_AUDIO

2008-08-14 Thread Hew McLachlan
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on t

[Bug 208356] Re: Problem with SDL_INIT_AUDIO

2008-07-04 Thread Hew
Thank you for taking the time to report this bug and helping to make Ubuntu better. Could you please test if this issue still exists in the latest warsow 0.42? This latest version is present in both intrepid and hardy-backports. Thanks in advance. ** Changed in: warsow (Ubuntu) Importance: Unde

[Bug 208356] Re: Problem with SDL_INIT_AUDIO

2008-05-29 Thread John
Same here, using export SDL_AUDIODRIVER="pulse" worked for me, thanks Fezzak. Before setting it doing echo $SDL_AUDIODRIVER gave me nothing. -- Problem with SDL_INIT_AUDIO https://bugs.launchpad.net/bugs/208356 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 208356] Re: Problem with SDL_INIT_AUDIO

2008-05-20 Thread Reinhard Tartler
do other SDL applications show the same behavior? -- Problem with SDL_INIT_AUDIO https://bugs.launchpad.net/bugs/208356 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lis

[Bug 208356] Re: Problem with SDL_INIT_AUDIO

2008-04-22 Thread Johannes Athmer
What is your $SDL_AUDIODRIVER set to before exporting it with the new value? Might it be possible that it points to some no more existing sound server and thus causes the game to hang? Anyways, I am not too sure whether this is a Warsow problem or a SDL problem after all. -- Problem with SDL_INIT

[Bug 208356] Re: Problem with SDL_INIT_AUDIO

2008-04-22 Thread Fezzak
Found this fix on another forum that worked for me. To get the game to launch successfully when running into this hanging on SDL_INIT_AUDIO problem, just assign the environment variable SDL_INIT_AUDIO. You can do this by running `export SDL_AUDIODRIVER="oss"` OR `export SDL_AUDIODRIVER="dsp"`. A