CoGetClassObject errors

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
MichaelZ
Level 2
Level 2
Posts: 16
Joined: Tue Apr 22, 2008 1:50 pm

CoGetClassObject errors

Post by MichaelZ »

I am running the application using Wine (version 0.9.27) on Fedora 4. The application runs fine. But when I try to access API calls from my testing application, it is unsuccessful with following errors:
err:ole:CoGetClassObject class {079aa557-4a18-424a-8eee-e39f0a8d41b9} not registered.

Any idea why? Is this Wine problem or I have missed some steps?
Thanks.


Michael
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

CoGetClassObject errors

Post by austin987 »

On Thu, Apr 24, 2008 at 11:19 AM, MichaelZ <[email protected]>
wrote:
I am running the application using Wine (version 0.9.27) on Fedora 4. The
application runs fine. But when I try to access API calls from my testing
application, it is unsuccessful with following errors:
err:ole:CoGetClassObject class {079aa557-4a18-424a-8eee-e39f0a8d41b9} not
registered.

Any idea why? Is this Wine problem or I have missed some steps?
Thanks.


Michael





That version is ancient! Upgrade to wine 0.9.60 and try again.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
MichaelZ
Level 2
Level 2
Posts: 16
Joined: Tue Apr 22, 2008 1:50 pm

Post by MichaelZ »

I downloaded the version 0.9.58 but I cannot install it on Fedora Core 4. Is it possible to install newer build on Fedora 4 machine?
MichaelZ
Level 2
Level 2
Posts: 16
Joined: Tue Apr 22, 2008 1:50 pm

Post by MichaelZ »

There are two more errors that I did not mention with the same test app:
err:ole:CoGetClassObject class {079aa557-4a18-424a-8eee-e39f0a8d41b9} not registered
err:ole:serialize_param Unhandled marshal type 8209.
err:ole:deserialize_param No handler for VT type 8209!

Michael
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

CoGetClassObject errors

Post by austin987 »

On Thu, Apr 24, 2008 at 2:04 PM, MichaelZ <[email protected]> wrote:
There are two more errors that I did not mention with the same test app:
err:ole:CoGetClassObject class {079aa557-4a18-424a-8eee-e39f0a8d41b9} not
registered
err:ole:serialize_param Unhandled marshal type 8209.
err:ole:deserialize_param No handler for VT type 8209!

Michael





What application is this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
Dan Kegel

CoGetClassObject errors

Post by Dan Kegel »

On Thu, Apr 24, 2008 at 12:04 PM, MichaelZ <[email protected]> wrote:
err:ole:CoGetClassObject class {079aa557-4a18-424a-8eee-e39f0a8d41b9} not registered
Google suggests that's msxml3, so try
wget http://kegel.com/wine/winetricks
sh winetricks msxml3
err:ole:serialize_param Unhandled marshal type 8209.
err:ole:deserialize_param No handler for VT type 8209!
That error is also mentioned in
http://bugs.winehq.org/show_bug.cgi?id=5345
but I don't know of any workaround besides the risky
sh winetricks dcom98
You might want to file a bug.
rquinga
Newbie
Newbie
Posts: 1
Joined: Mon May 12, 2008 4:58 pm

CoGetClassObject class

Post by rquinga »

Please help error:
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered
err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x1

thank you the help in the problem
Dan Kegel

CoGetClassObject errors

Post by Dan Kegel »

On Mon, May 12, 2008 at 4:03 PM, rquinga <[email protected]> wrote:
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered
Sorry, that's not enough information.

Console output from wine is generally fine to ignore unless the
app is misbehaving.

What app is it, and how is it misbehaving? And what version of Wine?
Locked