[SOLVED] No text in Qt-4.5 apps

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
User avatar
unbob
Level 1
Level 1
Posts: 5
Joined: Sat Apr 18, 2009 12:36 pm

[SOLVED] No text in Qt-4.5 apps

Post by unbob »

Hi,

have anyone tested Qt-4.5 apps in Wine?
It seems like most of the text in the apps are gone...

What I've done:
Downloaded Qt v4.5.0 and installed in Wine.
Ran Qt Examples and Demo app: C:\Qt\4.5.0\bin\qtdemo.exe

Below are pictures of the example/demo app with some of the examples launched
| pic #1 | pic #2 | pic #3 |

Anything I can do to fix this or should I report a bug?

Tested with Wine versions:
openSUSE wine-1.1.19 and Gentoo wine-1.1.19-90-g781b087

--
bob
Last edited by unbob on Sat Apr 18, 2009 10:36 pm, edited 1 time in total.
User avatar
Daemon
Level 4
Level 4
Posts: 101
Joined: Wed Nov 12, 2008 2:24 pm

Post by Daemon »

Use winetricks to install corefonts. Maybe that'll clear it up the problem.Save link as->http://www.kegel.com/wine/winetricks
User avatar
unbob
Level 1
Level 1
Posts: 5
Joined: Sat Apr 18, 2009 12:36 pm

Post by unbob »

Thanks for replying, but that didn't help. (also tried allfonts for good measure :wink: )
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: No text in Qt-4.5 apps

Post by vitamin »

unbob wrote:It seems like most of the text in the apps are gone...
Try this: http://wiki.winehq.org/FAQ#head-8db18a5 ... 9cbf0a07a3
User avatar
unbob
Level 1
Level 1
Posts: 5
Joined: Sat Apr 18, 2009 12:36 pm

Post by unbob »

Don't have a Nvidia card (Mobility Radeon HD 3650 and Radeon 9200 SE), tried the reg key anyway, but to no avail.
I'm only having this problem with Qt-4.5 apps. Tested Psi which is using Qt-4.4.3 and it's OK.

Thanks for the suggestion though.
User avatar
unbob
Level 1
Level 1
Posts: 5
Joined: Sat Apr 18, 2009 12:36 pm

Post by unbob »

Figured it out.
Apparently Windows version needs to be <= ME. Select anything above and the text disappears.

Psi using Qt-4.5.0, winver=me
Psi using Qt-4.5.0, winver=xp

Marking as solved, but would appreciate an explanation from someone in the know ;-)

--
bob
Thunderbird
Level 5
Level 5
Posts: 336
Joined: Mon Nov 24, 2008 8:10 am

Post by Thunderbird »

I wouldn't mark the bug as solved as clearly there is a big bug. On Win9x likely some different code was used than on XP.
User avatar
unbob
Level 1
Level 1
Posts: 5
Joined: Sat Apr 18, 2009 12:36 pm

Post by unbob »

Well this thread started with no text in Qt-4.5 apps...I now have text in Qt-4.5 apps, so thread solved.

From your post I understand this behaviour warrants a bug report, so I've filed one: Bug 18120
Locked