http://bugs.winehq.org/show_bug.cgi?id=35029
--- Comment #7 from Anastasius Focht focht@gmx.net 2013-12-03 13:21:29 CST --- Hello Peter,
please generate a full trace log and attach it to this bug (if too large -> compress it with bzip2)
1) make sure no processes are running from WINEPREFIX -> 'wineserver -k' 2) run 'notepad' in other terminal (skips unwanted trace stuff) 3) run the app from install folder as follows:
--- snip --- $ WINEDEBUG=+tid,+seh,+relay wine ./game.exe >>log.txt 2>&1 --- snip ---
Regards