http://bugs.winehq.org/show_bug.cgi?id=19702
--- Comment #2 from Ronny Standtke Ronny.Standtke@gmx.net 2009-08-12 04:14:26 --- Created an attachment (id=23014) --> (http://bugs.winehq.org/attachment.cgi?id=23014) log file produced with WINEDEBUG=+dsalsa,+wave,+waveinit
OK, I changed the Exec line in the desktop file from
Exec=env WINEPREFIX="/home/ronny/.wine" wine "C:\PROG~1F2\AdS2\AdS2_Map2D\AdS2.exe"
to
Exec=/home/ronny/start.sh
The start.sh looks like this: env WINEPREFIX="/home/ronny/.wine" WINEDEBUG=+dsalsa,+wave,+waveinit wine "C:\PROG~1F2\AdS2\AdS2_Map2D\AdS2.exe" > /home/ronny/wine.log 2>&1
I attached the wine.log file.