Run-time error '429': ActiveX component can't create objec

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Fighter1405
Newbie
Newbie
Posts: 1
Joined: Sat Aug 23, 2008 6:14 pm

Run-time error '429': ActiveX component can't create objec

Post by Fighter1405 »

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:

Code: Select all

fixme:ole:OleLoadPictureEx (0xb0e3c4,3782,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9fc), partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x12d170)->(0x133858, 0, (nil)), hacked stub.
err:ole:CoGetClassObject class {0e59f1d5-1fbe-11d0-8ff2-00a0d10038bc} not registered
err:ole:create_server class {0e59f1d5-1fbe-11d0-8ff2-00a0d10038bc} not registered
err:ole:CoGetClassObject no class object {0e59f1d5-1fbe-11d0-8ff2-00a0d10038bc} could be created for context 0x5
Thanks in advance for any help.
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

>err:ole:CoGetClassObject class {0e59f1d5-1fbe-11d0-8ff2-00a0d10038bc} not >registered

Looks like it needs msscript.ocx. I'm not sure if that can be installed with winetricks. You could copy it from a windowspartition into ~/.wine/drive_c/windows/system32/

and then register it : "regsvr32 msscript.ocx"

Maybe that 'll get you a bit further
Crimson_Wake
Level 1
Level 1
Posts: 8
Joined: Tue Nov 18, 2008 12:18 pm

Post by Crimson_Wake »

Okay, I've stumbled upon this thread whilst looking for a solution to 429.

I copied the file from my office XP station to my laptop, and followed the registration instructions from your post to no avail.

I'm on Mint 5 Gnome, which is built upon Ubuntu 8.04.

I was thinking of combining all the solutions I've read:

copy sscrun.dll and regv32.exe into /.wine/yadda yadda

Has anyone come up with anything else to fix this?

I only need to run this one program with Wine. I need to run Palo Alto's Marketing Plan Pro 9 and Business Plan Pro 8. I need it for my laptop as I go to meet with clients, and I refuse to go back to XP on this bad-boy. I am at least 3x faster with linux in place of XP.

Thanks,

Have an awesome day!

Blake
Crimson_Wake
Level 1
Level 1
Posts: 8
Joined: Tue Nov 18, 2008 12:18 pm

Post by Crimson_Wake »

Are there ANY other windows files I can copy into my system32 folder in Wine to make this error go away?

I've got the program running n my XP office machine, but I need it on my Mint (Ubutu Hardy) laptop.

Any list of DLLs or what not?

Thank you!
Tlarhices
Level 4
Level 4
Posts: 101
Joined: Sun Mar 02, 2008 9:28 pm

Post by Tlarhices »

Crimson_Wake wrote:Are there ANY other windows files I can copy into my system32 folder in Wine to make this error go away?

I've got the program running n my XP office machine, but I need it on my Mint (Ubutu Hardy) laptop.

Any list of DLLs or what not?

Thank you!
The "best" solution would be to install the complete redistribuable of "Windows script control" from Microsoft :
http://www.microsoft.com/downloads/deta ... laylang=en

But I don't know if the installation of this package works in Wine and how it will be stable after that. You have to try (and consider doing it in a separate wine prefix http://wiki.winehq.org/FAQ#head-f2f5f3b ... 15657ad552 to not break your other applications and start from a clean Wine).
This should hopefully install all necessary components and register them.
Crimson_Wake
Level 1
Level 1
Posts: 8
Joined: Tue Nov 18, 2008 12:18 pm

Post by Crimson_Wake »

Awesome, except for the Validation Required to DL the redistributable version - I have a windows machine, but it's a cracked version of XP anyway.

Should I grab a cracked validation code or what not?

I'm going to keep searching for options. I just installed MySQL into wine, because it was mentioned that it may solve the problem. It did not. I'm staying focused though. I'll get it.

Thanks

Blake
Crimson_Wake
Level 1
Level 1
Posts: 8
Joined: Tue Nov 18, 2008 12:18 pm

Post by Crimson_Wake »

UPDATE -

I installed sct10en.exe (windows scripting) from another source. It installed correctly.

I installed mysql.exe as well. It installed correctly, but I did not configure it.

Program will not run - still has runtime error 429.

I'm going to uninstall it from wine, and then re-install it. It may need the first two programs already there first in order to run.

I'll keep you posted.
Crimson_Wake
Level 1
Level 1
Posts: 8
Joined: Tue Nov 18, 2008 12:18 pm

Post by Crimson_Wake »

Ok, here we go again.

Uninstalled it, and reinstalled it. Nothing. Same error.

I click on the 'configure' application for the software (it's like a manager for updates and what not) and I get error 429 again, but this time I get:

"You do not have an appropriate license to use this functionality"

...which is pretty stupid because I have the keys to validate the software, but I can't do that until I get the application to open!

I'm running low on ideas.
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

>copy sscrun.dll and regv32.exe into /.wine/yadda yadda

I guess you meant regsvr32.exe. Anyway , could you just post the entire console output while you run into this bug ? thx
Crimson_Wake
Level 1
Level 1
Posts: 8
Joined: Tue Nov 18, 2008 12:18 pm

Post by Crimson_Wake »

You bet.

As soon as I get home, I'll see what I can do, and if I still get the error, I'll print out whatever I can.
Crimson_Wake
Level 1
Level 1
Posts: 8
Joined: Tue Nov 18, 2008 12:18 pm

Post by Crimson_Wake »

My office XP machine doesn't have either file.

sscrun.dll is now considered a .exe file packaged with AOL for firewalls and such. What gives?

Regsvr32.exe | regsv32.exe | regv32.exe - none of these exist, and reg32.exe is a virus.

I'm thinking that perhaps that is not the correct solution.

I think I may have to bit the bullet and and put an unattended XP partition on this laptop. Balls.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Run-time error '429': ActiveX component can't create objec

Post by austin987 »

On Mon, Nov 24, 2008 at 1:38 PM, Crimson_Wake <[email protected]> wrote:
Regsvr32.exe | regsv32.exe | regv32.exe - none of these exist, and reg32.exe is a virus.
This is built into wine, and should be in windows as well. It registers DLLs.

--
-Austin
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

most likely it's not sscrun.dll, but scrrun.dll.

It's comes for example with this app:
http://sourceforge.net/project/download ... irror=kent
Crimson_Wake
Level 1
Level 1
Posts: 8
Joined: Tue Nov 18, 2008 12:18 pm

Post by Crimson_Wake »

Okie dokie, I found scrrun.dll in a couple places. I also found scrrun.dll.mui

I'm going to copy the .dll files into my wine/system32 folder and see what happens.

If nothing else, I'll just toss the idea out and load mini-XP in a partition for this program.

I would love to know how to resolve this, but I am running out of time and patience with this bad boy.

Eventually we'll get to the bottom of all of the random errors, and have a directory of simple fixes. I'm happy with wine on every other program...it's just this one program - of course, it's the most important for my business.

Can't win em all, right?

Thanks!


Blake
Locked