Execute error

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
kwangjin
Newbie
Newbie
Posts: 2
Joined: Wed Feb 08, 2012 9:08 pm

Execute error

Post by kwangjin »

I tried to execute an app(NEWDISONG) using wine.

But I have encounter with some problem.

Error messages were...

err:ole:CoGetClassObject class {dee35070-506b-11cf-b1aa-00aa00b8de95} not registered
err:ole:CoGetClassObject no class object {dee35070-506b-11cf-b1aa-00aa00b8de95} could be created for context 0x1


How can I fix it...?

Thank you.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Execute error

Post by jjmckenzie »

On Wed, Feb 8, 2012 at 7:13 PM, kwangjin <[email protected]> wrote:
I tried to execute an app(NEWDISONG) using wine.

But I have encounter with some problem.

Error messages were...

err:ole:CoGetClassObject class {dee35070-506b-11cf-b1aa-00aa00b8de95} not registered
err:ole:CoGetClassObject no class object {dee35070-506b-11cf-b1aa-00aa00b8de95} could be created for context 0x1
per MSDN the CLSID is associated with Jet 4.0:

Microsoft.Jet.OLEDB.4.0 (Jet native provider)
HKEY_CLASSES_ROOT\CLSID\{dee35070-506b-11cf-b1aa-00aa00b8de95}

so the solution appears to be to use winetricks to install mdac and jet40:

sh winetricks mdac28 jet40

http://wiki.winehq.org/winetricks for more information and where to
download the winetricks script.

James
kwangjin
Newbie
Newbie
Posts: 2
Joined: Wed Feb 08, 2012 9:08 pm

Re: Execute error

Post by kwangjin »

Solved.

Thank you.

Now the app does work.
Locked