http://bugs.winehq.org/show_bug.cgi?id=31675
Bug #: 31675 Summary: Access 2010 Runtime can't load trivial database without native oleaut32 Product: Wine Version: 1.5.12 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: oleaut32 AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
To repeat:
In a clean wineprefix, do winetricks jet40 then download 409326d20b7b03eccc78564e1fdd1306479773fa AccessRuntime.exe from http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=1... and install it. Then download and unzip http://www.rogersaccesslibrary.com/forum/uploads/5/Mode2K.zip and do wine start Mode2K.mdb Click 'don't update' and 'yeah, load the database from the unsafe location'. You'll see the .mdb's dialog, but with an #error value in a field, and an error dialog saying "Execution of this application has stopped due to a run-time error."
A +dialog log shows:
... fixme:typelib2:ICreateTypeLib2_fnDeleteTypeInfo (0xb17ffd8,L"_Form_Switchboard"), stub! fixme:typelib2:ITypeLib2_fnFindName (0xb17ffd8,L"Form_Switchboard",0,0x33424c,0x333be4,0x333bf0), stub! fixme:advapi:RegisterTraceGuidsA (0x30836b03, 0x3098ca80, {8736922d-e8b2-47eb-8564-23e77e728cf3}, 1, 0x33fc40, (null), (null), 0x3098ca80,): stub trace:dialog:DIALOG_GetControl32 L"MSOUNISTAT" L"Execution of this application has stopped due to a run-time error.\n\r" 4000, 43, 8, 247, 17, 50020080, 00000000, 00000000
To work around the problem, use native oleaut32, e.g. winetricks vcrun6 oleaut32=native
http://bugs.winehq.org/show_bug.cgi?id=31675
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.microsoft.com/en | |-us/download/details.aspx?d | |isplaylang=en&id=10910
http://bugs.winehq.org/show_bug.cgi?id=31675
--- Comment #1 from Dan Kegel dank@kegel.com 2012-09-11 00:16:19 CDT --- Created attachment 41643 --> http://bugs.winehq.org/attachment.cgi?id=41643 +dialog log of error happening
http://bugs.winehq.org/show_bug.cgi?id=31675
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2013-07-30 19:26:42 CDT --- Still an issue with 1.6
http://bugs.winehq.org/show_bug.cgi?id=31675
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com
http://bugs.winehq.org/show_bug.cgi?id=31675
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- Missing delete methods are bug 15781.