Hi,
Am using wine-1.1.7 in oracle enterprise linux.
One of my windows multi threaded application is throwing the following error:
err:ntdll:RtlWaitForCriticalSection section 0x33fc1c "?" wait timed out in thread 0032, blocked by 0022, retrying (60 sec)
err:ntdll:RtlWaitForCriticalSection section 0x33fc1c "?" wait timed out in thread 0035, blocked by 0022, retrying (60 sec)
err:ntdll:RtlWaitForCriticalSection section 0x33fc1c "?" wait timed out in thread 0036, blocked by 0022, retrying (60 sec)
. .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Can any one suggest any fix for this kind of issue.
Thanks,
Yug
RtlpWaitForCriticalSection timed out in thread....
Re: RtlpWaitForCriticalSection timed out in thread....
If you have a thread waiting and never wakes up that's normal. Those messages are NOT real errors but warnings from Wine.yugandhar wrote:err:ntdll:RtlWaitForCriticalSection section 0x33fc1c "?" wait timed out in thread 0032, blocked by 0022, retrying (60 sec)
Can any one suggest any fix for this kind of issue.