0009:err:ole:CoGetClassObject class and other errors

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
dvictori
Newbie
Newbie
Posts: 2
Joined: Fri May 25, 2018 7:37 am

0009:err:ole:CoGetClassObject class and other errors

Post by dvictori »

I'm trying to run a program that access a MDB database and can write to it. It's a program to manage Precipitation databases.
I just installed wine-3.0.1 on Ubuntu 16.04 following the instructions in the Wine Ubuntu install web page. Bellow is the error I get. Is there a way to fix this? I'm new to wine.

Thanks

m330625@desk6644:~$ wine "C:\\Program Files (x86)\\Hidro 1.3\\Hidro 1.3.exe"
0009:err:ole:CoGetClassObject class {00000514-0000-0010-8000-00aa006d2ea4} not registered
0009:err:ole:create_server class {00000514-0000-0010-8000-00aa006d2ea4} not registered
0009:err:ole:CoGetClassObject no class object {00000514-0000-0010-8000-00aa006d2ea4} could be created for context 0x5
wine: Unhandled exception 0x0eedfade in thread 9 at address 0x0000:0x7b43c6dc (thread 0009), starting debugger...
0009:err:seh:setup_exception_record stack overflow 832 bytes in thread 0009 eip f75c9c37 esp 00240ff0 stack 0x240000-0x241000-0x340000
m330625@desk6644:~$ Process of pid=0008 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
process tid prio (all id:s are in hex)
0000000e services.exe
00000024 0
0000001d 0
00000015 0
00000014 0
00000013 0
00000010 0
0000000f 0
00000011 winedevice.exe
0000001c 0
00000019 0
00000018 0
00000017 0
00000016 0
00000012 0
0000001a plugplay.exe
0000001f 0
0000001e 0
0000001b 0
00000020 winedevice.exe
00000029 0
00000028 0
00000027 0
00000026 0
00000025 0
00000021 0
00000022 explorer.exe
0000002c 0
0000002b 0
0000002a 0
00000023 0
winedbg: Internal crash at 0x7ed37299
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: 0009:err:ole:CoGetClassObject class and other errors

Post by DarkShadow44 »

Code: Select all

winetricks -q mdac28

should take care of that.
dvictori
Newbie
Newbie
Posts: 2
Joined: Fri May 25, 2018 7:37 am

Re: 0009:err:ole:CoGetClassObject class and other errors

Post by dvictori »

Thanks. used winetricks to install mdac28 and jet40. Things then worked.
Locked