http://bugs.winehq.org/show_bug.cgi?id=35022
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #1 from Vincent Povirk madewokherd@gmail.com 2013-12-02 16:12:49 CST --- err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main process heap section" wait timed out in thread 0060, blocked by 0049, retrying (60 sec)
A backtrace of the "blocked by" thread might be useful. If this happens again, try to run 'echo bt all|winedbg' and capture the output to a file, and also save one of those "err:ntdll:RtlpWaitForCriticalSection" lines so we know which thread is supposed to be holding the critical section. (Also, make sure you have the debugging symbol package for Wine installed if you installed Wine using your package manager instead of building it yourself.)