[Bug 31760] New: Access 2010 Combobox activation causes Runtime error + total crash.
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(a)winehq.org ReportedBy: jhend60(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31760 jhend60(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #41781|Wine 1.5.12 |Wine 1.5.13 description|WINEDEBUG=+relay,+msgbox |WINEDEBUG=+relay,+msgbox |relevant calls |relevant calls -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31760 --- Comment #1 from jhend60(a)gmail.com 2012-09-23 07:03:58 CDT --- Created attachment 41782 --> http://bugs.winehq.org/attachment.cgi?id=41782 Wine 1.5.12 WINEDEBUG=+relay,+msgbox relevant calls Added Wine 1.5.12 log of calls made after CreateWindowEx(ODCombo) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31760 jhend60(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Access 2010 Combobox |Access 2010 (Design-view) |activation causes Runtime |Combobox activation causes |error + total crash. |Runtime error + total | |crash. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31760 --- Comment #2 from jhend60(a)gmail.com 2012-09-23 07:12:04 CDT --- Update: Full error message: Runtime error! Program: C:\Program Files\Microsoft Office\Office14\MSACCESS.EXE abnormal program termination Press OK to exit the program, or Cancel to start the Wine debugger. Not sure if this crash affects other versions of MS Access. If someone would kindly check, it'd be appreciated. (I don't have older versions on me). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31760 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression CC| |dank(a)kegel.com --- Comment #3 from Dan Kegel <dank(a)kegel.com> 2012-09-23 10:34:12 CDT --- Three separate questions: If you create an .mdb file with a combobox in wine-1.5.12, and then run that database as a user in wine-1.5.13, does the already-existing combobox cause the same error? Can you track down the commit which introduced the problem? See http://wiki.winehq.org/RegressionTesting Does 'winetricks comctl32' help? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31760 jhend60(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jhend60(a)gmail.com --- Comment #4 from jhend60(a)gmail.com 2012-09-23 11:45:20 CDT --- (In reply to comment #3)
Three separate questions:
If you create an .mdb file with a combobox in wine-1.5.12, and then run that database as a user in wine-1.5.13, does the already-existing combobox cause the same error?
Can you track down the commit which introduced the problem? See http://wiki.winehq.org/RegressionTesting
Does 'winetricks comctl32' help?
I originally tested both (.accdb) files created using access in wine-1.5.12, and wine-1.5.13, and each had the same issue. winetricks comctl32 made no difference. I will give regression testing a try to see which commit caused the issue. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31760 --- Comment #5 from Dan Kegel <dank(a)kegel.com> 2012-09-23 11:54:55 CDT --- If you can reproduce the problem using a .mdb file and Access Runtime (see bug 31675) that would make it easier for others to reproduce. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31760 jhend60(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #6 from jhend60(a)gmail.com 2012-09-29 11:21:08 CDT --- Fixed in wine 1.5.14 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31760 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2012-10-12 13:34:18 CDT --- Closing bugs fixed in 1.5.15. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org