http://bugs.winehq.org/show_bug.cgi?id=2285
Summary: BadMatch in Wadauthor Product: Wine Version: 20040505 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: jpakkane@yahoo.com
I was using a Doom level editor called WadAuthor (see bug 2269 for more info on it). It can crash Wine consistently. The steps are as follows:
- start program - load a wad file - zoom in until items are shown with bitmaps - panning around the map causes a crash
Here's the output Wine prints:
warn:gdi:GDI_GetObjPtr Invalid handle (nil) warn:ntdll:NtCreateFile L"\??\C:" not found (c0000034) warn:file:CreateFileW Unable to create file L"\\.\C:" (status c0000034) (The above repeats several times) warn:gdi:GDI_GetObjPtr Invalid handle (nil) X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 73 (X_GetImage) Serial number of failed request: 43126 Current serial number in output stream: 43126 Wine failed with return code 1
The crash is definitely caused by the item bitmaps. If you disable the bitmaps with tools > options > views > disable thing bitmaps, the crash does not occur.
This might be related with bug 447.