wine 1.1.0 and Enterprise Architect: fonts displayed upside

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

wine 1.1.0 and Enterprise Architect: fonts displayed upside

Post by Simon Keimer »

hi,

I use Sparx Enterprise Architect with wine 1.1.0 on Gentoo.
Everything is running fine, except the fonts in the diagrams appear written
upside down.

Does anyone have experience with this kind of issue?


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

Re: wine 1.1.0 and Enterprise Architect: fonts displayed ups

Post by dimesio »

Simon Keimer wrote:hi,
I use Sparx Enterprise Architect with wine 1.1.0 on Gentoo.
Everything is running fine, except the fonts in the diagrams appear written
upside down.

Does anyone have experience with this kind of issue?
Greetings, Simon
I downloaded the demo for EA 7.1, which installed fine, but after starting it up and opening the example diagram, I can see what you mean. I tried native riched20 and 32, and that fixed some, but not all, of the fonts.

Have you used this on any earlier versions of Wine, and if so, was it working? The AppDB rates EA 7.0 as platinum, so I'm wondering if this is a regression.

You should definitely file a bug report.
Simon Keimer

wine 1.1.0 and Enterprise Architect: fonts displayed upside

Post by Simon Keimer »

hi dimesio,

unfortunately I use EA recently, so I have not tested it with an older release
of wine. However, if I can support you just let me know which version of wine
I should test with EA.

Where did you set the riched20/32? In EA options? I could not find it there.

For now, I will file a bug report.


Simon Keimer wrote:
hi,
I use Sparx Enterprise Architect with wine 1.1.0 on Gentoo.
Everything is running fine, except the fonts in the diagrams appear
written upside down.

Does anyone have experience with this kind of issue?
Greetings, Simon
I downloaded the demo for EA 7.1, which installed fine, but after starting
it up and opening the example diagram, I can see what you mean. I tried
native riched20 and 32, and that fixed some, but not all, of the fonts.

Have you used this on any earlier versions of Wine, and if so, was it
working? The AppDB rates EA 7.0 as platinum, so I'm wondering if this is a
regression.

You should definitely file a bug report.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine 1.1.0 and Enterprise Architect: fonts displayed ups

Post by dimesio »

Simon Keimer wrote:
Where did you set the riched20/32? In EA options? I could not find it there.
That's in winecfg. I copied riched2.dll and riched32.dll from my Windows partition, then set the override to (native, builtin) in winecfg on the Libraries tab. Alternatively, you could install it with winetricks:

Code: Select all

wget http://www.kegel.com/wine/winetricks
sh winetricks riched20
Locked