AADE Filter Design: "ActiveX component can't create obj

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

AADE Filter Design: "ActiveX component can't create obj

Post by Renan Birck »

Hello,

I'm trying to run "AADE Filter Design", a program used for the design of
electronic filters. It's available for free from
http://www.aade.com/filter32/fdinstall.exe

It installs correctly after I 'winetricks mfc40' and install the VB6
run-time, but it gives the "ActiveX component can't create object"
error when run.

Any ideas? This is Wine 1.1.26 on Arch Linux.

error output from console:
(9) alliance:~/.wine/drive_c/Arquivos de programas/Filter $ wine
Filter.exe
fixme:ole:OleLoadPictureEx
(0xd3245c,2246,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fad8),
partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x1bb3e8)->(0x1c7118, 0, (nil)),
hacked stub.
fixme:ole:OleLoadPictureEx
(0xd3f254,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32db0c),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xd3f254,167898,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32daac),
partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x1c8b10)->(0x1f4c28, 0, (nil)),
hacked stub.
fixme:ole:OleLoadPictureEx
(0xd40354,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f7a0),
partially implemented.
fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0
palette.
fixme:ole:OleLoadPictureEx
(0xd40354,254,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f7a0),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xd40354,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f7a0),
partially implemented.
fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0
palette.
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}

Thanks!
--
Snake450
Level 3
Level 3
Posts: 90
Joined: Wed Jul 15, 2009 3:11 pm

Post by Snake450 »

Alright you first need to either copy it from windows or download it from somewhere a filed called Msscript.ocx, then in your terminal type "regsvr32 msscript.ocx", then with wintricks vcrun2005 then winetricks wsh56 once its done it should allow you to enter the program without that crash, if you see the crash again uninstall and reinstall it. I don't know what this program is but It doesn't crash for me with those installed.
Renan Birck

AADE Filter Design: "ActiveX component can't create obj

Post by Renan Birck »

Snake450 wrote:
Alright you first need to either copy it from windows or download it
from somewhere a filed called Msscript.ocx, then in your terminal
type "regsvr32 msscript.ocx", then with wintricks vcrun2005 then
winetricks wsh56 once its done it should allow you to enter the
program without that crash, if you see the crash again uninstall and
reinstall it. I don't know what this program is but It doesn't crash
for me with those installed.
Now it works, thanks.

--
Renan Birck | http://renanbirck.blogspot.com
Electrical Engineering - UFSM | http://twitter.com/renan2112
-------------------------------
jpka
Level 1
Level 1
Posts: 8
Joined: Wed Mar 31, 2010 3:33 am

Post by jpka »

Hi! After some manipulation with 'winetricks', wb6runs etc, i get this:

Runtime Error 429: Activex component can not create the object

It can't be solved at this time (or internet not know it).
But for AADE, simply after 10 (or so) unsuccessful runs, the initial dialog magically disappears and activex error no more exist. Now it work for me.
Locked