http://bugs.winehq.org/show_bug.cgi?id=8107
--- Comment #41 from Adam Martinson amartinson@codeweavers.com 2010-11-03 15:03:12 CDT --- (In reply to comment #40)
Created an attachment (id=31712)
--> (http://bugs.winehq.org/attachment.cgi?id=31712) [details]
+msxml,+relay log
The log is indeed huge, I have trimmed it to the last 5000 lines. I think you will have enough info.
@ Francisco : to trim a log, use tail. For example, this command will trim the last 5000 lines of a long log : tail -n 5000 name_of_log.txt > new_log.txt
Unfortunately, the last 5k lines are all some busy waiting for some shared resource farther up xD May take me a lil while to wade through the full one.