Images not show (or flickering) in old app

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
User avatar
sciurius
Newbie
Newbie
Posts: 3
Joined: Sat Apr 11, 2009 5:24 pm

Images not show (or flickering) in old app

Post by sciurius »

I have purchased a simple windows program that is intended for the training of people handicapped with afasia. I need it for my wife, who suffered a stroke recently and she needs this program as part of her rehabilitation programme. We don't run windows, so I tried it using Wine.

The program is written in (some) BASIC and runs on anything from Windows98 and higher. It runs nicely with Wine, except for one thing: The program displays images and these are most of the time not visible, or flicker quickly before disappearing.

I've tried to use native (win98) versions of many DLLs, but that did not help.
I'm new to Wine, and any help would be appreciated, also on behalve of my wife.
I cannot share the program, but if anyone want to team up with me to sort this out I could make a copy available.

Platform info: Wine 1.1.15 on Fedora 10.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Images not show (or flickering) in old app

Post by austin987 »

On Sat, Apr 11, 2009 at 5:39 PM, sciurius <[email protected]> wrote:
I have purchased a simple windows program that is intended for the training of people handicapped with afasia. I need it for my wife, who suffered a stroke recently and she needs this program as part of her rehabilitation programme. We don't run windows, so I tried it using Wine.

The program is written in (some) BASIC and runs on anything from Windows98 and higher. It runs nicely with Wine, except for one thing: The program displays images and these are most of the time not visible, or flicker quickly before disappearing.

I've tried to use native (win98) versions of many DLLs, but that did not help.
I'm new to Wine, and any help would be appreciated, also on behalve of my wife.
I cannot share the program, but if anyone want to team up with me to sort this out I could make a copy available.
Terminal output?

A screenshot may help.


--
-Austin
User avatar
sciurius
Newbie
Newbie
Posts: 3
Joined: Sat Apr 11, 2009 5:24 pm

Post by sciurius »

There's only one message during startup:

Code: Select all

err:ole:CoCreateInstance apartment not initialised
This screenshot shows a typicial screen
Image
The big grey area should show an image of a chicken. The grey area below should contain the text "k . ." (where the name of the object is to be filled in). The right grey area should show a star.

When the window has been obscured by another window, the non-obscured parts appear, as can be seen in this screenshot
Image
Also, when I move around the window, the image of the chicken appears. The "k . ." and star do not show.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Images not show (or flickering) in old app

Post by vitamin »

sciurius wrote:I've tried to use native (win98) versions of many DLLs, but that did not help.
This might not work all that well. For the starters try 'winetricks dcom98' : http://wiki.winehq.org/winetricks
And set ole32, rpcrt4 and oleaut32 to native in winecfg.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Images not show (or flickering) in old app

Post by austin987 »

On Sun, Apr 12, 2009 at 12:50 PM, vitamin <[email protected]> wrote:
And set ole32, rpcrt4 and oleaut32 to native in winecfg.
Winetricks already does that.

--
-Austin
User avatar
sciurius
Newbie
Newbie
Posts: 3
Joined: Sat Apr 11, 2009 5:24 pm

Post by sciurius »

In either case, it doesn't make any difference.

I filed a bug: http://bugs.winehq.org/show_bug.cgi?id=18030 .
Locked