https://bugs.winehq.org/show_bug.cgi?id=54899
Bug ID: 54899 Summary: EA app launcher problem with text display Product: Wine Version: 8.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: igor.bz@list.ru Distribution: ---
Created attachment 74401 --> https://bugs.winehq.org/attachment.cgi?id=74401 Wine log
Distro: Ubuntu 20.04 x64 CPU: Ryzen 7 1700 GPU: Radeon RX 580 8 Gb Mesa: 23.0.3 (Kisak PPA)
EA app installer: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/...
Steps to reproduce: - Running the installation file (EAappInstaller.exe). - Fonts are displayed as placeholder.
Installing corefonts using winetricks does not solve the problem.
https://bugs.winehq.org/show_bug.cgi?id=54899
--- Comment #1 from igor igor.bz@list.ru --- Created attachment 74402 --> https://bugs.winehq.org/attachment.cgi?id=74402 Screenshot 1
https://bugs.winehq.org/show_bug.cgi?id=54899
--- Comment #2 from igor igor.bz@list.ru --- Created attachment 74403 --> https://bugs.winehq.org/attachment.cgi?id=74403 Screenshot 2
https://bugs.winehq.org/show_bug.cgi?id=54899
igor igor.bz@list.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://origin-a.akamaihd.n | |et/EA-Desktop-Client-Downlo | |ad/installer-releases/EAapp | |Installer.exe
https://bugs.winehq.org/show_bug.cgi?id=54899
--- Comment #3 from Rafał Mużyło galtgendo@o2.pl --- Are you running the app in Russian locale (well, the string is Cyrillic, so I assume Russian) ?
Do you have fonts for it ?
Full 'fonts' channel *might* offer additional hints.
https://bugs.winehq.org/show_bug.cgi?id=54899
--- Comment #4 from igor igor.bz@list.ru --- Created attachment 74565 --> https://bugs.winehq.org/attachment.cgi?id=74565 font channel
https://bugs.winehq.org/show_bug.cgi?id=54899
--- Comment #5 from igor igor.bz@list.ru --- (In reply to Rafał Mużyło from comment #3)
Are you running the app in Russian locale (well, the string is Cyrillic, so I assume Russian) ?
Yes, the system uses the Russian locale.
I have attached a file with the output of the font channel.
https://bugs.winehq.org/show_bug.cgi?id=54899
--- Comment #6 from Rafał Mużyło galtgendo@o2.pl --- (In reply to igor from comment #4)
Created attachment 74565 [details] font channel
...no, I mean *full* fonts channel, as in WINEDEBUG='font'.
https://bugs.winehq.org/show_bug.cgi?id=54899
--- Comment #7 from igor igor.bz@list.ru --- (In reply to Rafał Mużyło from comment #6)
...no, I mean *full* fonts channel, as in WINEDEBUG='font'.
The output is very large (about 30 MB). Which parts are worth highlighting?
https://bugs.winehq.org/show_bug.cgi?id=54899
--- Comment #8 from Rafał Mużyło galtgendo@o2.pl --- For one, you can attach the log compressed.
But generally, it should be somewhere around those MarkupServices_ParseString lines... This is mostly to see which font is actually used for displaying that string.
https://bugs.winehq.org/show_bug.cgi?id=54899
--- Comment #9 from igor igor.bz@list.ru --- Created attachment 74572 --> https://bugs.winehq.org/attachment.cgi?id=74572 -all,+font
I uploaded the whole output.
https://bugs.winehq.org/show_bug.cgi?id=54899
--- Comment #10 from Rafał Mużyło galtgendo@o2.pl --- ...FFS, don't do '-all', the timing of other messages is an important element of the log.
https://bugs.winehq.org/show_bug.cgi?id=54899
--- Comment #11 from igor igor.bz@list.ru --- Created attachment 74578 --> https://bugs.winehq.org/attachment.cgi?id=74578 +font
Done.
https://bugs.winehq.org/show_bug.cgi?id=54899
--- Comment #12 from Rafał Mużyło galtgendo@o2.pl --- (In reply to igor from comment #11)
Created attachment 74578 [details] +font
Done.
Are you familiar with the saying of comparing apples to oranges ?
Now, please explain where in this new log are those MarkupServices_ParseString lines ? Or the AccPropServices_SetHwndPropStr lines ?
https://bugs.winehq.org/show_bug.cgi?id=54899
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #13 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
(In reply to Rafał Mużyło from comment #12)
Are you familiar with the saying of comparing apples to oranges ?
I don't get the reference. Nobody has been comparing things here.
(In reply to Rafał Mużyło from comment #12)
Now, please explain where in this new log are those MarkupServices_ParseString lines ? Or the AccPropServices_SetHwndPropStr lines ?
He gave you what you asked.
I just ran the application and neither is in the default output nor a +font output.
The former is in mshtml and the latter in oleacc, none of which uses the +font channel.
Now, please explain what makes you think that MarkupServices_ParseString and AccPropServices_SetHwndPropStr should appear in the log?
I find you overly aggressive and can't see the reason behind it.
Regards.
https://bugs.winehq.org/show_bug.cgi?id=54899
--- Comment #14 from Rafał Mużyło galtgendo@o2.pl --- What I've said was that log from the first post seem to have no relation to the one in comment 11.
So, no, it's not the log I asked for.
Given that (AFAICT) 'font' should also cover TextOut variants, while it's possible that the dialog from screenshot uses different mechanism, the lack of those lines makes me suspect that the user has *tweaked* things in the meanwhile, so I'm asking what had been changed.
Alternatively, it might be that this was a registration dialog, that no loner appears after you're done it properly once, but that would once again make those two logs unrelated.
As all off those font lines are pretty similar, the MarkupServices_ParseString/AccPropServices_SetHwndPropStr line would give a strong hint which part of the log is relevant.
Though it might be something as simple as wine's Tahoma being in use, while expecting it to have Cyrillic glyphs (which it doesn't). Depends on whether or not those boxes on the screenshot are simply 'missing glyph' boxes.
https://bugs.winehq.org/show_bug.cgi?id=54899
--- Comment #15 from Rafał Mużyło galtgendo@o2.pl --- ...it's simply that due to my exposure to CJK issues I go for encoding first. (though there was also that unrelated (and to this day likely unresolved) problem with artificial bold)
https://bugs.winehq.org/show_bug.cgi?id=54899
--- Comment #16 from igor igor.bz@list.ru --- (In reply to Rafał Mużyło from comment #12)
Are you familiar with the saying of comparing apples to oranges ?
Now, please explain where in this new log are those MarkupServices_ParseString lines ? Or the AccPropServices_SetHwndPropStr lines ?
I prefer to compare bags and boxes ;)
If the program changed somehow (maybe there was an auto-update?), then without my knowledge, I just started it every time I needed to provide the requested information. I don't use it anymore.
Here is the full startup command I use: WINEDEBUG=+font WINEPREFIX='/home/igor/.wine64ea' wine 'C:/ProgramData/Microsoft/Windows/Start Menu/Programs/EA/EA.lnk' &> ea_app_font_full
https://bugs.winehq.org/show_bug.cgi?id=54899
--- Comment #17 from Rafał Mużyło galtgendo@o2.pl --- ...well, as we seem to not be getting anywhere, read about HKEY_CURRENT_USER\Software\Wine\Fonts\Replacements and see if you can get some positive result from there.
(that on one of those screenshots the ascii part is still readable give you decent chance)
https://bugs.winehq.org/show_bug.cgi?id=54899
--- Comment #18 from Rafał Mużyło galtgendo@o2.pl --- (your line does look fine, even though personally even back on Windows I tended to distrust start menu links that I haven't created (or at very least checked) myself)
https://bugs.winehq.org/show_bug.cgi?id=54899
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #74572|0 |1 is obsolete| |
https://bugs.winehq.org/show_bug.cgi?id=54899
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #74565|0 |1 is obsolete| |
https://bugs.winehq.org/show_bug.cgi?id=54899
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, localization
https://bugs.winehq.org/show_bug.cgi?id=54899
--- Comment #19 from igor igor.bz@list.ru --- Created attachment 75655 --> https://bugs.winehq.org/attachment.cgi?id=75655 On Wine 9.0-rc1 the problem is still here.
Also, installing corefonts using winetricks does not solve the problem.