https://bugs.winehq.org/show_bug.cgi?id=49004
--- Comment #4 from Zebediah Figura z.figura12@gmail.com --- (In reply to Salvie from comment #3)
(In reply to Zebediah Figura from comment #2)
(In reply to Salvie from comment #0)
"0031:err:ntdll:RtlpWaitForCriticalSection section 0x22d9f98 "?" wait timed out in thread 0031, blocked by 0009, retrying (60 sec)". Which explains why it takes a minute for Omnisphere to start. I've attached the terminal log.
This would be very strange, and not unlikely just a coincidence. The only real effect of the 60-second timeout should be to ensure that message is in fact printed.
OK, so If I understand right it doesn't necessarily mean the process will begin again in a minute but that it could take that much time to start the process?
It doesn't mean anything clear by itself, it just means that somewhere there is a mutex which a thread has been waiting for for at least 60 seconds.