Several Class not registered

Questions about Wine on Linux
Locked
dr.diesel
Level 1
Level 1
Posts: 5
Joined: Tue Feb 26, 2013 8:11 pm

Several Class not registered

Post by dr.diesel »

Any known winetrick packages I can install to help with the below?

Code: Select all

err:ole:CoGetClassObject class {387e5fe5-c252-11d4-99dd-444553540000} not registered
err:ole:create_server class {387e5fe5-c252-11d4-99dd-444553540000} not registered
err:ole:CoGetClassObject no class object {387e5fe5-c252-11d4-99dd-444553540000} could be created for context 0x5
wine: Unhandled exception 0x0eedfade in thread 9 at address 0x4243ff7f:0x7b83b814 (thread 0009), starting debugger...
err:seh:setup_exception_record stack overflow 832 bytes in thread 0009 eip 7bc76997 esp 00230ff0 stack 0x230000-0x231000-0x330000
[andy@sandy STKR 1.30]$ Process of pid=0008 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
Many thanks
User avatar
L. Rahyen
Moderator
Moderator
Posts: 338
Joined: Fri Feb 22, 2008 9:13 pm

Re: Several Class not registered

Post by L. Rahyen »

What application you are trying to run? What's your Wine version?
dr.diesel
Level 1
Level 1
Posts: 5
Joined: Tue Feb 26, 2013 8:11 pm

Re: Several Class not registered

Post by dr.diesel »

It's a proprietary piece used to tune Ford ECC-IV Engine computers, called CalCon.

Distro supplied Wine-1.5.22.i686 from Fedora 18.
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Several Class not registered

Post by dimesio »

dr.diesel
Level 1
Level 1
Posts: 5
Joined: Tue Feb 26, 2013 8:11 pm

Re: Several Class not registered

Post by dr.diesel »

Yes Sir. The CalEdit program launches fine. CalCon is the one I can't get to launch.
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Several Class not registered

Post by dimesio »

The installer needs mfc42 to register UltimaSerial.ocx, which is what {387e5fe5-c252-11d4-99dd-444553540000} is. However, that's not going to solve your problem. I installed the app in 1.5.24, and the output I got when trying to run CalCon.exe included

Code: Select all

err:module:import_dll Library FTD2XX.DLL (which is needed by L"C:\\Program Files\\STKR 1.30\\CalCon.exe") not found
FTD2XX.DLL is a USB device driver. http://www.ftdichip.com/Drivers/D2XX.htm

Wine doesn't support Windows hardware drivers. There have been attempts in the past to get support for USB devices working, and there are patches for old versions of Wine that you could try. http://wiki.winehq.org/USB
dr.diesel
Level 1
Level 1
Posts: 5
Joined: Tue Feb 26, 2013 8:11 pm

Re: Several Class not registered

Post by dr.diesel »

Thanks, I got past the FDTI issues by dropping the necessary DLLs in the wine windows directory.

They are in the driver folder of the Calcon.exe.

The hardware is still in the mail, but FTDI usually maps to a COM port on Windoze. If so I'll just sym-link to it from my Linux box.
dr.diesel
Level 1
Level 1
Posts: 5
Joined: Tue Feb 26, 2013 8:11 pm

Re: Several Class not registered

Post by dr.diesel »

dimesio, how does one associate {387e5fe5-c252-11d4-99dd-444553540000} with UltimaSerial.ocx? I can't seem to find a list and for once even Google is lost!

If I could match up the others from the OP then maybe I could get further.

I see the USB patches from Alexander Morozov seem to have stalled a while back.

Thanks again for the help.
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Several Class not registered

Post by dimesio »

I googled it and found it and found it in the registry info on http://www.siteadvisor.pl/sites/tweecer ... /33370919/.
Locked