http://bugs.winehq.org/show_bug.cgi?id=28880
--- Comment #27 from Andrew Eikum aeikum@codeweavers.com 2011-10-28 13:14:54 CDT --- Created attachment 37173 --> http://bugs.winehq.org/attachment.cgi?id=37173 wine.inf: Add empty SDL_AUDIODRIVER environment variable
Thanks, I'll take a look.
About the SDL issue, I sent a patch which overrides this environment variable in Wine by default, so you won't have to work around it anymore. We'll see if it gets in on Monday. I've attached it here.
(In reply to comment #24)
I'll upload log in a minute, in the meantime, I made small shell script to run sdl games:
Good idea. A simpler script would just be:
#!/bin/sh SDL_AUDIODRIVER= wine $@