http://bugs.winehq.org/show_bug.cgi?id=25802
Summary: CARCare fails to access own database and exits Product: Wine Version: 1.3.11 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ole AssignedTo: wine-bugs@winehq.org ReportedBy: ajg02@elfringham.co.uk
Created an attachment (id=32878) --> (http://bugs.winehq.org/attachment.cgi?id=32878) Terminal session log
On launching application, first of all you get a dialogue box titled "Error: 3251 in bDBValid Proc" with the message "Description: Operation is not supported for this type of object." and an OK button. Selecting 'OK' then leads to a dialogue box where CARCare complains that it cannot recognise the database again with an OK button. Selecting 'OK' again then leads to a third dialogue box titled "CARCare" with the message "Run-time error '48': Error in loading DLL" and an OK button. On selecting OK, the application exits. The log from a terminal session is attached.
http://bugs.winehq.org/show_bug.cgi?id=25802
--- Comment #1 from Andrew Goodbody ajg02@elfringham.co.uk 2011-01-17 04:19:00 CST --- The app in question is CARCare but I can't work out how to link the app entry to this bug
http://bugs.winehq.org/show_bug.cgi?id=25802
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #32878|application/octet-stream |text/plain mime type| | Attachment #32878|cc_bug |cc_bug.txt filename| |
http://bugs.winehq.org/show_bug.cgi?id=25802
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW URL| |http://www.carcaresoftware. | |com/download/ccsetup.exe Keywords| |download CC| |kennybobs@o2.co.uk Ever Confirmed|0 |1 Summary|CARCare fails to access own |CARCare does not start |database and exits |
--- Comment #2 from Ken Sharp kennybobs@o2.co.uk 2011-10-18 11:07:39 CDT --- You need to run "winetricks -q vbrun6 mdac28" but the app still does not start due to another bunch of errors.
.... err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x1 fixme:ole:OLEPictureImpl_SaveAsFile (0x1afc40)->(0x286cdc0, 0, (nil)), hacked stub. fixme:ole:OleLoadPictureEx (0xebd2dc,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f4ac), partially implemented. ....
Confirming
http://bugs.winehq.org/show_bug.cgi?id=25802
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk Component|ole |oleaut32
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2011-10-18 12:31:16 CDT --- after winetricks -vbrun6 mdac28 jet40 it starts fine for me using native oleaut32.
With builtin oleaut32 i get the bunch of errors as in comment #2
http://bugs.winehq.org/show_bug.cgi?id=25802
--- Comment #4 from Andrew Goodbody ajg02@elfringham.co.uk 2011-10-25 17:01:07 CDT --- Thanks, this worked for me with some little gotchas. 1) The package is vb6run not vbrun6 2) All three packages failed to verify install due to case sensitivity issues in winetricks or else the filesystem, although they actually seemed to install.
http://bugs.winehq.org/show_bug.cgi?id=25802
--- Comment #5 from Austin English austinenglish@gmail.com --- Using: austin@aw25 ~ $ wine --version wine-1.7.11-162-ga1b9634 austin@aw25 ~ $ du -h ccsetup.exe 9.3M ccsetup.exe austin@aw25 ~ $ sha1sum ccsetup.exe d877de4029d8d7df41e83b2eeb3df46a255b8a6b ccsetup.exe
and doing: $ winetricks -q vb6run mdac28 jet40
before installing, I get: "Run-time error '48': Error in loading DLL"
when running cc32.exe. I'll attach the full output.
http://bugs.winehq.org/show_bug.cgi?id=25802
--- Comment #6 from Austin English austinenglish@gmail.com --- Created attachment 47349 --> http://bugs.winehq.org/attachment.cgi?id=47349 terminal output
http://bugs.winehq.org/show_bug.cgi?id=25802
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #32878|0 |1 is obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=25802
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com --- Could you attach +ole,+tid,+typelib please?
https://bugs.winehq.org/show_bug.cgi?id=25802
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #8 from Austin English austinenglish@gmail.com --- Created attachment 47777 --> https://bugs.winehq.org/attachment.cgi?id=47777 +ole,+tid,+typelib
Here you go.
https://bugs.winehq.org/show_bug.cgi?id=25802
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE
--- Comment #9 from Nikolay Sivov bunglehead@gmail.com --- This is about missing typelib in olepro32.dll:
--- 0009:trace:typelib:TLB_ReadTypeLib File L"C:\windows\system32\OLEPRO32.DLL" index 1 0009:trace:ole:TLB_PEFile_Open No TYPELIB resource found 0009:trace:ole:LoadTypeLibEx returns 80029c4a 0009:trace:ole:ITypeInfo_fnGetRefTypeInfo (0x3771bc8) hreftype 0x0085 loaded FAILURE ((nil)) 0009:err:ole:userdefined_to_variantvt Could not get typeinfo of hreftype 85 for VT_USERDEFINED, hr = 0x80029c4a ---
I sent a patch for that, but it turned out it's supposed to be in SLTG format that widl can't generate currently. So if anyone is feeling like doing some archeology it's nice opportunity. No need to support all aspect, only what's needed for StdType typelib.
*** This bug has been marked as a duplicate of bug 14617 ***
https://bugs.winehq.org/show_bug.cgi?id=25802
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #10 from Anastasius Focht focht@gmx.net --- Hello Nikolay,
--- quote --- I sent a patch for that, but it turned out it's supposed to be in SLTG format that widl can't generate currently. So if anyone is feeling like doing some archeology it's nice opportunity. No need to support all aspect, only what's needed for StdType typelib. --- quote ---
See long standing bug 3689 ("Microsoft Office 97 installer depends on stdole32.tlb be in v1 (SLTG) format").
Regards
https://bugs.winehq.org/show_bug.cgi?id=25802
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Ken Sharp imwellcushtymelike@gmail.com --- Closing bugs marked as duplicate.