http://bugs.winehq.org/show_bug.cgi?id=29106
Bug #: 29106 Summary: DDO installer crashes on startup in X11DRV_SetupGCForPatBlt() with X error Product: Wine Version: 1.3.32 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: winex11.drv AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
With wine-1.3.32-332-gd4aacad, running ddostandard.exe crashes before it puts up a window.
+x11drv,+synchronous log shows trace:x11drv:X11DRV_ExtEscape SET_DRAWABLE hdc 0xbf0 drawable 4800002 gl_drawable 0 pf 0 dc_rect (450,33)-(480,49) drawable_rect (150,181)-(650,419) err:x11drv:error_handler X protocol error: serial=3416, request_code=56 - breaking into debugger Console shows X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 56 (X_ChangeGC)
With wine-1.3.28, it gets past this.
I may have time to bisect later.