http://bugs.winehq.org/show_bug.cgi?id=28771
--- Comment #5 from Austin English austinenglish@gmail.com 2011-10-19 12:48:02 CDT --- (In reply to comment #3)
How i can set WINEDEBUG? I tried the command WINEDEBUG=warn+all but output it's almost the same. It's attached as Debug.
http://wiki.winehq.org/FAQ#get_log
To reduce the size, do: $ wine notepad
and in a second terminal: $ WINEDEBUG=relay,seh,tid wine blah.exe >> ~/blah.txt 2>&1
Then attach blah.txt, compressed if over 1MB.