https://bugs.winehq.org/show_bug.cgi?id=46208
--- Comment #4 from Zebediah Figura z.figura12@gmail.com --- Thanks. Starting from about line 219679 of your ED_failv1.log I see some suspicious behaviour: thread 0037 waits on the lock, and then is not subsequently woken up despite an RtlWakeAllConditionVariable() in line 219702. In fact, thread 0037 seems to get stuck forever, as it never times out either, which seems suspicious, as it has timed out before, although perhaps in that case NULL was passed?