adobe reader 11.x: No fonts in dialoque boxes

Questions about Wine on Linux
Locked
wuesti
Newbie
Newbie
Posts: 2
Joined: Sun Dec 10, 2017 4:03 am

adobe reader 11.x: No fonts in dialoque boxes

Post by wuesti »

Adobe Reader has no fonts in dialoque boxes (see screenshot.png). Filechooser works.
screenshot.png
screenshot.png
I installed allfonts using winetricks.

Does anyone know a solution for this problem?
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: adobe reader 11.x: No fonts in dialoque boxes

Post by Bob Wya »

@wuesti,

I tested Adobe Reader 11.008 (Windows XP) in a 32-bit WINEPREFIX with Wine Staging 2.21.

I had to use:

Code: Select all

winetricks mspatcha
to avoid the installer breakage.

Started the application with:

Code: Select all

wine start 'C:\Program Files\Adobe\Reader 11.0\Reader\AcroRd32.exe'
Protected mode was disabled.

Font rendering, etc. appears fine here. I tested a few dialogue boxes from the drop down menus...
You were a bit vague about what doesn't work (e.g. your screenshot isn't tagged with what it is a screenshot of)...
If it's the Preferences menu - then that works OK here.

Can you post some a terminal log?
See: WineHQ FAQ: 10.1.1 How can I get a debugging log (a.k.a. terminal output)?

Please remember to use the forum Code:

Code: Select all

Code
tags for any blocks of terminal output and commands.

Ta
Bob
wuesti
Newbie
Newbie
Posts: 2
Joined: Sun Dec 10, 2017 4:03 am

Re: adobe reader 11.x: No fonts in dialoque boxes

Post by wuesti »

Bob Wya wrote:@wuesti,

I tested Adobe Reader 11.008 (Windows XP) in a 32-bit WINEPREFIX with Wine Staging 2.21.
I tested windows7 with adobe reader 11.0.10
WinXP with adobe reader 11.0.08 works.

Thank you!
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: adobe reader 11.x: No fonts in dialoque boxes

Post by Bob Wya »

np 8)
Locked