Sylvain Petreolle
2002-Jan-30 01:55 UTC
err:ntdll:RtlpWaitForCriticalSection section 0xXXXXXXX "?" wait timed out, retrying (60sec) fs = XXXX
Hi, Like many users now, I have this message when I launch some programs : err:ntdll:RtlpWaitForCriticalSection section 0xXXXXXXX "?" wait timed out, retrying (60sec) fs = XXXX To clear the situtation : What does this message means and what could be done to make it disappear ? Some users have made post with these and have got no response... ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.fr
Dave Hawkes
2002-Jan-30 08:07 UTC
err:ntdll:RtlpWaitForCriticalSection section 0xXXXXXXX "?" wait timed out, retrying (60sec) fs = XXXX
This can happen with some large applications that have a lot of windows when they initially start. It takes a LOT longer to complete the initial redraw under wine than windows and this can cause the message to occur. However it will not cause an error as the CriticalSection will wait a further 5 minutes before really timing out. I have attached a patch which makes some of my applications start TEN times quicker (so no timeout message), you may want to recompile wine with this patch and see if it helps. Dave Hawkes ----- Original Message ----- From: "Sylvain Petreolle" <spetreolle@yahoo.fr> To: <wine-users@winehq.com> Cc: <wine-devel@winehq.com> Sent: Wednesday, January 30, 2002 2:55 AM Subject: err:ntdll:RtlpWaitForCriticalSection section 0xXXXXXXX "?" wait timed out, retrying (60sec) fs = XXXX> Hi, > > Like many users now, > I have this message when I launch some programs : > > err:ntdll:RtlpWaitForCriticalSection section 0xXXXXXXX > "?" wait timed out, retrying (60sec) fs = XXXX > > To clear the situtation : What does this message means > and what could be done to make it disappear ? > > Some users have made post with these and have got no response... > > ___________________________________________________________ > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! > Yahoo! Mail : http://fr.mail.yahoo.fr > > >-------------- next part -------------- A non-text attachment was scrubbed... Name: paint.diff Type: application/octet-stream Size: 1947 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20020130/af7f6e1f/paint.obj