http://bugs.winehq.org/show_bug.cgi?id=22252
--- Comment #9 from Maarten Lankhorst m.b.lankhorst@gmail.com 2010-04-06 11:29:29 --- Yeah, but oddly enough the threads that are most interesting are missing.
Can you try debugging again, and wait till it says:
err:ntdll:RtlpWaitForCriticalSection section 0x7bca9ae4 "loader.c: loader_section" wait timed out in thread 001e, blocked by 001a, retrying (60 sec)
The 2 important threads here are 0x001e and 0x001a, so on the run you would do 'bt 0x001e' followed by 'bt 0x001a'
Of course they can vary per run, so you would have to fill in the correct values based on the err message.
Cheers, Maarten