http://bugs.winehq.org/show_bug.cgi?id=10160
Summary: MFC42.DLL.6467 error Product: Wine Version: 0.9.46. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: critical Priority: P4 Component: wine-ole AssignedTo: wine-bugs@winehq.org ReportedBy: jason.keeney@gmail.com
Created an attachment (id=8748) --> (http://bugs.winehq.org/attachment.cgi?id=8748) debugging info
I'm working with some educational database software called sdbV. (you can find it at dmm-support.dk)
When I run the setup program, I get one error:
C:\Program Files\sdbV\Toc.ocx Unable to register the DLL/OCX:DllRegisterServer failed; code 0x00000000
which prints in the terminal: wine: Call from 0x100010c2 to unimplemented function MFC42.DLL.6467, aborting
I've tried to manually install Toc.ocx with regsvr32, but the same thing...(see the attachment).
If I click ignore, I can continue, but when I try to run the application, but it crashes with the following:
err:ole:CoGetClassObject class {ffa315a3-20d3-11cf-8fdd-943611c10000} not registered err:ole:create_server class {ffa315a3-20d3-11cf-8fdd-943611c10000} not registered err:ole:CoGetClassObject no class object {ffa315a3-20d3-11cf-8fdd-943611c10000} could be created for context 0x5
It doesn't seem like there are so many errors, but I don't know how to proceed with this.
http://bugs.winehq.org/show_bug.cgi?id=10160
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from James Hawkins truiken@gmail.com 2007-10-24 19:40:44 --- Invalid. Wine doesn't provide mfc42.dll, so you need to find a better version.
http://bugs.winehq.org/show_bug.cgi?id=10160
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from James Hawkins truiken@gmail.com 2007-10-24 19:41:35 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=10160
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal Component|wine-ole |wine-misc
http://bugs.winehq.org/show_bug.cgi?id=10160
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #3 from Dan Kegel dank@kegel.com 2007-10-24 23:11:38 --- Try wget http://kegel.com/wine/winetricks rm -rf .wine sh winetricks vcrun6 That should get you a good mfc42.
(I would try the app myself, but didn't have enough patience to figure out the instructions at the web page you pointed us to.)
http://bugs.winehq.org/show_bug.cgi?id=10160
--- Comment #4 from Jason jason.keeney@gmail.com 2007-10-25 10:33:25 ---
Try wget http://kegel.com/wine/winetricks rm -rf .wine sh winetricks vcrun6 That should get you a good mfc42.
That did the trick, thanks. Now the setup program installs and the application starts up.
https://bugs.winehq.org/show_bug.cgi?id=10160
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|MFC42.DLL.6467 error |sdbV database app crashes | |on unimplemented function | |MFC42.DLL.6467 | |(old/incompatible MFC dll | |used, 'winetricks mfc42' is | |a workaround)