Help

Questions about Wine on Linux
Locked
caiocaliman
Newbie
Newbie
Posts: 4
Joined: Fri May 11, 2012 9:53 pm

Help

Post by caiocaliman »

Sorry i'm using google translator because i speak Portuguese.

I'm trying to run an application developed in Visual Basic, but it appearing that:

err:ole:create_server class {00000514-0000-0010-8000-00aa006d2ea4} not registered
err:ole:CoGetClassObject no class object {00000514-0000-0010-8000-00aa006d2ea4} could be created for context 0x5
err:ole:CoGetClassObject class {00000514-0000-0010-8000-00aa006d2ea4} not registered

Tks.
Caio
User avatar
dimesio
Moderator
Moderator
Posts: 13201
Joined: Tue Mar 25, 2008 10:30 pm

Re: Help

Post by dimesio »

caiocaliman wrote: err:ole:CoGetClassObject class {00000514-0000-0010-8000-00aa006d2ea4} not registered
Try winetricks mdac28. http://wiki.winehq.org/winetricks
caiocaliman
Newbie
Newbie
Posts: 4
Joined: Fri May 11, 2012 9:53 pm

Re: dimesio

Post by caiocaliman »

dimesio, thanks for your help, it worked but now its appearing a new error:


err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1
err:ole:CoGetClassObject class {ecabb0c0-7f19-11d2-978e-0000f8757e2a} not registered
err:ole:CoGetClassObject no class object {ecabb0c0-7f19-11d2-978e-0000f8757e2a} could be created for context 0x1


any idea to sort it out ?

Regards,
Caio.
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

http://mikolajapp.appspot.com/uuid/quer ... 8757e2a%7D
says that's DispenserManager, part of COM+, which is unlikely to
run on Wine. Sorry.
caiocaliman
Newbie
Newbie
Posts: 4
Joined: Fri May 11, 2012 9:53 pm

Re: DanKegel

Post by caiocaliman »

I copied the DLL comsvcs.dll from windows to linux and run the command wine regsvr32.exe comsvcs.dll The result Successfully registered DLL comsvcs.dll . Now its appearing like that:

err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1
fixme:ole:Context_OC_GetProperty (0x153a88/0x153a90)->({ecabaeb1-7f19-11d2-978e-0000f8757e2a}, 0x32f468, 0x32f470)
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}

Regards,
Caio.
caiocaliman
Newbie
Newbie
Posts: 4
Joined: Fri May 11, 2012 9:53 pm

Re:

Post by caiocaliman »

Anyone know how to resolve this:

err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1

Regards,
Caio.
User avatar
dimesio
Moderator
Moderator
Posts: 13201
Joined: Tue Mar 25, 2008 10:30 pm

Re:

Post by dimesio »

caiocaliman wrote: err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1
{6c736db1-bd94-11d0-8a23-00aa00b58e10} is from vaic.dll.
Lokesh
Newbie
Newbie
Posts: 1
Joined: Mon Oct 27, 2014 1:16 am

Re: Help

Post by Lokesh »

There is little spelling mistake in this dll. Instead of vaic.dll use vaiec.dll
Locked