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
On Thu, Apr 24, 2008 at 11:19 AM, MichaelZ <wineforum-user at winehq.org> 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-users/attachments/20080424/1ada7a5a/attachment.htm
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?
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
On Thu, Apr 24, 2008 at 2:04 PM, MichaelZ <wineforum-user at winehq.org> 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-users/attachments/20080424/1f79ee28/attachment.htm
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
MichaelZ wrote:> 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?Download the source code then install wine from source code. This is the only to install the newer version of Wine to Fedora Core 4. I had the same problem before. Michael