http://bugs.winehq.org/show_bug.cgi?id=20466 Xavier Vachon <xvachon(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28755|0 |1 is obsolete| | --- Comment #13 from Xavier Vachon <xvachon(a)gmail.com> 2010-06-13 10:54:05 --- Created an attachment (id=28802) --> (http://bugs.winehq.org/attachment.cgi?id=28802) Log +seh,+tid,+relay (In reply to comment #12)
It seems like the important part of the log is garbled because another thread was writing at the same time.
You should be able to prevent that by appending to a file rather than redirecting normally, like this:
WINEDEBUG=+seh,+tid,+relay wine program.exe >> relay-log.txt 2>&1
Somehow I don't have much hope that it would show anything interesting, but I can't be sure.
Tell me if this log helps you. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.