http://bugs.winehq.org/show_bug.cgi?id=31760
Bug #: 31760 Summary: Access 2010 Combobox activation causes Runtime error + total crash. Product: Wine Version: 1.5.13 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: jhend60@gmail.com Classification: Unclassified
Created attachment 41781 --> http://bugs.winehq.org/attachment.cgi?id=41781 Wine 1.5.12 WINEDEBUG=+relay,+msgbox relevant calls
MS Access 2010 crashes upon activating a combo-box drop down within design views of a database table. Crash introduced with wine 1.5.13.
Steps to reproduce: 1. Install MS Access 2010, installs + activates fine. 2. Create a table, go to design view 3. Attempt to activate a combobox drop-down (eg. a field's Data Type). Runtime error! (program hangs and crashes).
Similar comboboxes have the same effect. (ODCombobox). Downgraded to wine 1.5.12, crash does not occur.
Included is the log from wine 1.5.13 using +relay,+msgbox between CreateWindowEx(ODCombo) to the first signs of the error (~44 lines). I will attach the same log area (after CreateWindowEx(ODCombo)) from 1.5.12 as well for comparison.