http://bugs.winehq.org/show_bug.cgi?id=33790
--- Comment #7 from Jactry Zeng jactry92@gmail.com 2013-06-18 02:40:17 CDT --- (In reply to comment #6)
Created attachment 44847 [details] wine_stdout and wine_stderr
Just now, I run
sh> winedbg /path/to/QQ.exe 2 > wine_stderr.log
Then I copy the output of debug message into file wine_stdout.log.
Hi tiglog, Just upload a text/plain file next time you want to upload a log.
And I think you got the log in a wrong way, you should startup QQ with: winedbg QQ.exe, and then type 'c' to run it until you catch the crashes.
Why not read the document of winedbg for more help :http://www.winehq.org/docs/winedev-guide/dbg-commands
Thanks.