[Bug 31675] New: Access 2010 Runtime can't load trivial database without native oleaut32

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Sep 11 00:14:09 CDT 2012


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 at winehq.org
        ReportedBy: dank at 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=10910
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

-- 
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.



More information about the wine-bugs mailing list