http://bugs.winehq.org/show_bug.cgi?id=6439
Summary: Enterprise Architect (trial) crash at _CheckNotSysLevel on gdi lock Product: Wine Version: 0.9.23. Platform: PC URL: http://www.sparxsystems.com.au/bin/easetup.exe OS/Version: Linux Status: NEW Keywords: download Severity: major Priority: P3 Component: wine-gui AssignedTo: wine-bugs@winehq.org ReportedBy: a_villacis@palosanto.com
Platform: Fedora Core 5 (updated at 2006/10/11) with linux 2.6.17-1.2187_FC5
With wine 0.9.23, the trial version of Enterprise Architect installs and starts up correctly into its main screen. However, when opening the sample file EAExample.eap, wine crashes with the following error message on the console:
err:syslevel:_CheckNotSysLevel Holding lock 0x60629d00 level 3
I managed to capture a backtrace in winedbg, and the backtrace points into the GDI code. So my wild guess is that there is some unbalanced lock operation.
Steps to reproduce: 1 - Install from easetup.exe 2 - Run as wine EA.exe from default installation directory 3 - File -> Open shows a dialog for a file path. Select the button with "..." 4 - At standard open dialog, select EAExample.eap 5 - File loads, then crash with error shown above.