http://bugs.winehq.org/show_bug.cgi?id=6283
Summary: VFoxPro8-based Brahms5 crashes with "BadPixmap (invalid Pixmap parameter)" Product: Wine Version: 0.9.21. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: ulf.mehlig@gmx.net
Brahms5 is a Visual FoxPro 8 database application used for the administration of herbaria (scientific plant collections). It can be obtained free of charge from http://herbaria.plants.ox.ac.uk/BOL/home/default.aspx (registration necessary). Installation is by unzipping the program folder to .wine/drive_c (or another "hard disk" root directory, C:, Z:, whatever). A license file from the above site has to be copied to the program folder. First login on program start can be done with password "a". The following sequence of commands leads to a crash (log file with WINEDEBUG=all+warn appended as attachment; for testing, a new .wine directory was created calling winecfg once):
1) After login choose "NO - I am a new user" 2) "Collections" menu -> "Add/Edit collections using Rapid Data Entry Fields" A dialog appears asking for mscomctl.ocx -> "Cancel" 3) "File" menu -> "Create blank data file" -> "Create a file that includes all standard RDE fields"; choose file name 4) File name appears in table -> double click file name A dialog appears asking for mscomctl.ocx -> "Cancel" -> Crash, log terminating with
"X Error of failed request: BadPixmap (invalid Pixmap parameter)"
When copying the file mscomctl.ocx from the Brahms5 website to .wine/drive_c/windos/system32, the respective dialogs will not appear. The RDE file opens but shows a control (like a white, empty listbox) in the middle of the screen (should this be reported as a separate bug?). The program crashes on closing the file in a similar way as described above.