[need help] ActiveX component can't create object.

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Rinto Adi Cahyono

[need help] ActiveX component can't create object.

Post by Rinto Adi Cahyono »

Hi there,

I've been trying to crack this for a while now and have made no progress, whenever I run my exe in wine from the console I get:

Run-time error '429':

ActiveX component can't create object.


The console output is as follows: 
fixme:ole:OleLoadPictureEx (0x15380cc,2359358,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9b0), partially implemented.
fixme:ole:OleLoadPictureEx (0x15380cc,1086,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9b0), partially implemented.
fixme:ole:OleLoadPictureEx (0x15380cc,2359358,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f980), partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x156dc8)->(0x1a0478, 0, (nil)), hacked stub.
err:ole:CoGetClassObject class {00000514-0000-0010-8000-00aa006d2ea4} not registered
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 {0d43fe01-f093-11cf-8940-00a0c9054228} not registered
err:ole:create_server class {0d43fe01-f093-11cf-8940-00a0c9054228} not registered
err:ole:CoGetClassObject no class object {0d43fe01-f093-11cf-8940-00a0c9054228} could be created for context 0x5
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}

My wine version is 1.3.28

Thanks in advance for any help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... hment.html>
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: [need help] ActiveX component can't create object.

Post by dimesio »

Rinto Adi Cahyono wrote: err:ole:CoGetClassObject class {00000514-0000-0010-8000-00aa006d2ea4} not registered
Try winetricks mdac28.
My wine version is 1.3.28
That version is old. Upgrade.
User avatar
SpawnHappyJake
Level 5
Level 5
Posts: 272
Joined: Sun Feb 06, 2011 5:57 am

Post by SpawnHappyJake »

Also, ActiveX is related to IE. Would installing Gecko/ Microsoft Internet Explorer help? Seems like one time installing IE fixed ActiveX issues for me with something. I think it was ChemDraw.

Jake
Locked