RtlpWaitForCriticalSection timed out in thread....

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
yugandhar
Level 2
Level 2
Posts: 25
Joined: Mon Dec 01, 2008 11:08 am

RtlpWaitForCriticalSection timed out in thread....

Post by yugandhar »

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
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: RtlpWaitForCriticalSection timed out in thread....

Post by vitamin »

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.
If you have a thread waiting and never wakes up that's normal. Those messages are NOT real errors but warnings from Wine.
Locked