http://bugs.winehq.org/show_bug.cgi?id=5655
Summary: VB6 + OLEDB app won't work Product: Wine Version: 0.9.16. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-ole AssignedTo: wine-bugs@winehq.org ReportedBy: aredridel@nbtsc.org
this worked in 0.9.10, but hasn't since. The app complains "Method '~' of object '~' failed in MDIForm1:MDIForm_Load", and has this on the console:
fixme:ole:CoRegisterMessageFilter stub err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1 wine: Call from 0x76661dcc to unimplemented function ole32.dll.CoGetObjectContext, aborting
This is with native oleaut32.
With builtin oleaut32, it complains "Automation Error" in the same function, and on the console:
fixme:ole:CoRegisterMessageFilter stub fixme:ole:OleLoadPictureEx (0x7ed60134,1086,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x7facfae8), partially implemented. fixme:ole:OLEPictureImpl_SaveAsFile (0x7fd543f8)->(0x7fd55ef0, 0, (nil)), hacked stub. fixme:ole:OleLoadPictureEx (0x7ed6175c,1086,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x7facf310), partially implemented. fixme:ole:OLEPictureImpl_SaveAsFile (0x7fd5cf98)->(0x7fd60fe0, 0, (nil)), hacked stub. err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1 wine: Call from 0x76661dcc to unimplemented function ole32.dll.CoGetObjectContext, aborting