"Lionel" == Lionel Ulmer lionel.ulmer@free.fr writes:
Lionel> (Answering this one as the original mail is lost in my HUGE Lionel> wine-devel folder that takes ages to load on my puny P120 used Lionel> to read mails :-) )
>> > But the true problem is that if I'm idle for some time, I get this >> error, > and kde stops responding at mouse (and sometimes also >> keyboard) events:
Lionel> When you say 'idle for some time', you are sure that the Lionel> screensaver does not kick in ?
>> > err:ntdll:RtlpWaitForCriticalSection section 0x41bd6220 >> "x11drv_main.c: > X11DRV_CritSection" wait timed out in thread 0009, >> blocked by 000a, > retrying (60 sec)
Lionel> It seems that Wine crashed somewhere during a call to an X11 Lionel> function. An idea would be to attach 'winedbg' to the Wine Lionel> session and see what thread is currently holding the X11 Lionel> critical section (I will let winedbg experts explain how to do Lionel> this :-) ).
Also setting [x11drv] ; Run in synchronous mode (useful for debugging X11 problems) "Synchronous" = "Y"
can help pinpoint.
Bye