ArFrmExt.ocx

Questions about Wine on Linux
Locked
shiller1984
Newbie
Newbie
Posts: 3
Joined: Sat Apr 07, 2012 6:43 am

ArFrmExt.ocx

Post by shiller1984 »

Trying to install a windows program and it gets so far and then comes up with the following error how can i get round this?

Image

Many Thanks
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: ArFrmExt.ocx

Post by dimesio »

shiller1984 wrote:Trying to install a windows program and it gets so far and then comes up with the following error how can i get round this?
What version of Wine? If it's not the latest development release, upgrade. If it's still a problem, post terminal output. http://wiki.winehq.org/FAQ#get_log
shiller1984
Newbie
Newbie
Posts: 3
Joined: Sat Apr 07, 2012 6:43 am

Post by shiller1984 »

Version 1.3

I will get the log and post shortly
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

shiller1984 wrote:Version 1.3
That's not a full version number. What does wine --version say? If it's not 1.5.1, upgrade.
shiller1984
Newbie
Newbie
Posts: 3
Joined: Sat Apr 07, 2012 6:43 am

Post by shiller1984 »

Sorry about the delay.

Below is the log

Code: Select all

fixme:ole:OleLoadPictureEx (0xe5503c,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f584), partially implemented.
fixme:ole:OleLoadPictureEx (0xe5503c,68878,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f584), partially implemented.
fixme:ole:OleLoadPictureEx (0xe5503c,676166,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f554), partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x1784c0)->(0x1cde28, 0, (nil)), hacked stub.
fixme:ole:OleLoadPictureEx (0xe55d04,1086,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f55c), partially implemented.
fixme:ole:OleLoadPictureEx (0xe55d04,230334,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f55c), partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x1550138)->(0x158b9d8, 0, (nil)), hacked stub.
fixme:ole:OleLoadPictureEx (0xe5644c,2246,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f55c), partially implemented.
fixme:ole:OleLoadPictureEx (0xe5644c,68878,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f55c), partially implemented.
fixme:ole:OleLoadPictureEx (0xe5644c,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f4fc), partially implemented.
fixme:ole:OleLoadPictureEx (0xe5644c,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f4fc), partially implemented.
fixme:ole:OleLoadPictureEx (0xe5644c,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f4fc), partially implemented.
fixme:ole:OleLoadPictureEx (0xe5644c,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f4fc), partially implemented.
fixme:ole:OleLoadPictureEx (0xe5644c,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f4fc), partially implemented.
fixme:ole:OleLoadPictureEx (0xe60b9c,267,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f178), partially implemented.
err:ole:OleLoadPictureEx IPersistStream_Load failed
Version Wine 1.4 is all mine says
kelagedart
Newbie
Newbie
Posts: 2
Joined: Tue Jun 03, 2014 1:01 pm

Re: ArFrmExt.ocx

Post by kelagedart »

This is still a major problem for using this Access based vintage software which is a major utility for book sellers and collectors.

It does not work on 1.6.2 either.

Appears to be a problem with ARFormExt.ocx and Jet libraries. And possibly other Access97 binaries.


One *posible* solution would be to install Win98 in a 'bottle' and see what happens.
I am not sure of the procedures to do this with Wine.

However it should be noted that I *DID* have this working on an old Ubuntu Maverick install.
It has not worked on Debian, or Fedora at all.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: ArFrmExt.ocx

Post by dimesio »

The only test report in the AppDB is 6 years old, and no bugs were ever filed for Homebase.

Retest in the current development release, and if the problem is still present, file a bug.
Locked