Another Run-time error '429'

Questions about Wine on Linux
Locked
Temp
Newbie
Newbie
Posts: 4
Joined: Mon Apr 08, 2013 8:18 am

Another Run-time error '429'

Post by Temp »

Hello everyone !

I'm running Wine 1.5.6 on OpenSuse 12.2 (64bits) and I get a "Run-time error '429': ActiveX component can't create object" error when trying to run an exe in Wine...
I read a lot of topics here dealing with the same kind of issue, and tried some stuff (including installing ie6 and some other stuffs with Winetricks) but nothing worked...
Here is the code I obtain in a terminal :

Code: Select all

user@linux-ygsx:~/.wine/drive_c/Program Files x86/AMOS 5> wine AmosBasic5.exe 
err:ole:CoGetClassObject class {fd15ba2d-f6dd-11d5-ad81-00b0d0de2eca} not registered
err:ole:create_server class {fd15ba2d-f6dd-11d5-ad81-00b0d0de2eca} not registered
err:ole:CoGetClassObject no class object {fd15ba2d-f6dd-11d5-ad81-00b0d0de2eca} could be created for context 0x5
Any idea ?

Thanks in advance !
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Another Run-time error '429'

Post by dimesio »

1.5.6 is old; start by upgrading to the latest development release. You could also try installing to a 32 bit wineprefix (create one with WINEARCH=win32).
Temp
Newbie
Newbie
Posts: 4
Joined: Mon Apr 08, 2013 8:18 am

Re: Another Run-time error '429'

Post by Temp »

First, thanks for your reply!

I upgraded to wine 1.5.27, and tried in a 32bit wineprefix; but still get the exact same error message...

Any suggestion?
Temp
Newbie
Newbie
Posts: 4
Joined: Mon Apr 08, 2013 8:18 am

Re: Another Run-time error '429'

Post by Temp »

Well ? Anybody ? Every idea (useful or not) is welcome...!
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Another Run-time error '429'

Post by dimesio »

Terminal output from 1.5.27?
Temp
Newbie
Newbie
Posts: 4
Joined: Mon Apr 08, 2013 8:18 am

Re: Another Run-time error '429'

Post by Temp »

The exact same.
But never mind, I finally managed to install Winxp with Virtual Box.
Thanks anyway !
Locked