http://bugs.winehq.org/show_bug.cgi?id=28880
--- Comment #24 from rave002@o2.pl 2011-10-28 13:02:56 CDT --- I'll upload log in a minute, in the meantime, I made small shell script to run sdl games:
#!/bin/sh export TMPSDLADRV=$SDL_AUDIODRIVER export SDL_AUDIODRIVER= wine $1 export SDL_AUDIODRIVER=$TMPSDLADRV
and saved it as wine-sdl in /usr/bin