http://bugs.winehq.org/show_bug.cgi?id=2925
Summary: err:ntdll:RtlpWaitForCriticalSection Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-kernel AssignedTo: wine-bugs@winehq.org ReportedBy: jerome.bouat@wanadoo.fr
Wine version : 20050419
Here is the log: --- [j@localhost tmp]$ wine /mnt/cdrom/Install.exe Loading required GL library /usr/X11R6/lib/libGL.so.1.2 err:ntdll:RtlpWaitForCriticalSection section 0x77c7a674 "?" wait timed out in thread 0009, blocked by 000a, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x778b8d20 "gdiobj.c: GDI_level" wait timed out in thread 000a, blocked by 0009, retrying (60 sec) wine: Unhandled exception (thread 000a), starting debugger... WineDbg starting on pid 0x8 Couldn't initiate DbgHelp Unhandled exception: wait failed on critical section 0x778b8d20 [j@localhost tmp]$ Couldn't initiate DbgHelp Process of pid=0x00000008 has terminated
[j@localhost tmp]$ ---
My config: --- [j@localhost ~]$ grep -v "^;" ~/.wine/config | grep '.' WINE REGISTRY Version 2 [wine] "GraphicsDriver" = "x11drv" # [wineconf] [Version] "Windows" = "win98" "DOS" = "6.22" [DllOverrides] "oleaut32" = "builtin, native" "ole32" = "builtin, native" "comdlg32" = "builtin, native" "shell32" = "builtin, native" "shfolder" = "builtin, native" "shlwapi" = "builtin, native" "shdocvw" = "builtin, native" "advapi32" = "builtin, native" "msvcrt" = "native, builtin" "mciavi.drv" = "native, builtin" "mcianim.drv" = "native, builtin" "d3drm" = "native, builtin" "d3dxof" = "native, builtin" "dpnhpast" = "native, builtin" "*" = "builtin, native" [x11drv] "AllocSystemColors" = "100" "PrivateColorMap" = "N" "PerfectGraphics" = "N" "Managed" = "Y" "UseDGA" = "N" "UseXVidMode" = "Y" "UseXRandR" = "Y" "UseTakeFocus" = "Y" "DXGrab" = "N" "DesktopDoubleBuffered" = "N" "Synchronous" = "Y" "ClientSideAntiAliasWithRender" = "N" "ClientSideAntiAliasWithCore" = "N" [fonts] "Default" = "-adobe-helvetica-" "DefaultFixed" = "fixed" "DefaultSerif" = "-adobe-times-" "DefaultSansSerif" = "-adobe-helvetica-" [FontDirs] [ppdev] [spooler] "FILE:" = "tmp.ps" "LPT1:" = "|lpr" "LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -" "LPT3:" = "/dev/lp3" [ports] [Debug] [Clipboard] "UsePrimary" = "0" [afmdirs] "1" = "/usr/share/ghostscript/fonts" "2" = "/usr/share/a2ps/afm" "3" = "/usr/share/enscript" "4" = "/usr/X11R6/lib/X11/fonts/Type1" [WinMM] "Drivers" = "" ; to disable sound "WaveMapper" = "msacm.drv" "MidiMapper" = "midimap.drv" [dsound] [Network] [AppDefaults\_INS0432._MP\x11drv] "Desktop" = "640x480" [AppDefaults\_INS0466._MP\x11drv] "Desktop" = "640x480" [AppDefaults\_INS0576._MP\x11drv] "Desktop" = "640x480" [AppDefaults\_INS5176._MP\x11drv] "Desktop" = "640x480" [AppDefaults\_INS5576._MP\x11drv] "Desktop" = "800x600" # [/wineconf] [j@localhost ~]$ ---