http://bugs.winehq.org/show_bug.cgi?id=2054
Summary: Win32 _EnterSysLevel errors (Elf Bowling) Product: Wine Version: 20040213 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P3 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: bumm13@yahoo.com
The following messages are displayed in the console when attempting to run Elf Bowling by NVision Design:
fixme:file:DeviceIo_MMDEVLDR (5,(nil),0,0x4035fa4c,4,0x4067f96c, (nil)):stub fixme:win32:SetCriticalSectionSpinCount critsection=0x7ff063b8: spincount=1000 not supported fixme:win32:SetCriticalSectionSpinCount critsection=0x7ff063b8: spincount=1000 not supported err:win32:_EnterSysLevel (0x407d2c00, level 2): Holding 0x40893380, level 3. Expect deadlock!
The _EnterSysLevel error seems to be the result of the user attempting to start the Elf Bowling game by pushing the graphical red function buttons at the bottom of the screen (Elf Bowling runs with a full screen); when the red buttons are clicked with the mouse pointer, nothing happens. This doesn't actually crash the game (or Wine), but the game cannot function either. Note that I had to put some effort into getting this error message as Elf Bowling takes up the entire screen; I had to press Alt+Tab, make the Gnome Terminal process appear, and "quick click" Control-C to kill Wine to allow the desktop (X11) to reappear and become usable again.