http://bugs.winehq.org/show_bug.cgi?id=8107
--- Comment #40 from Xavier Vachon xvachon@gmail.com 2010-11-03 14:53:49 CDT --- Created an attachment (id=31712) --> (http://bugs.winehq.org/attachment.cgi?id=31712) +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