http://bugs.winehq.org/show_bug.cgi?id=16916
--- Comment #5 from Jeff Zaroyko jeffz@jeffz.name 2009-06-19 18:27:29 --- (In reply to comment #4)
(In reply to comment #3)
(In reply to comment #2)
please attach a lzma compressed +winsock,+relay,+seh,+tid log
Please attach instructions on how to create such a 'lzma compressed +winsock,+relay,+seh,+tid log'.
$ WINEDEBUG=+winsock,+relay,+seh,+tid wine your_app.exe &> log.txt $ bzip2 -9 log.txt
except use `lzma log.txt` (and -9 is redundant for bzip2)