https://bugs.winehq.org/show_bug.cgi?id=55824
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal
--- Comment #5 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
Because of bug 32342, I usually install corefonts with winetricks when an application uses CEF (which is the case of most web-enabled launchers nowadays).
That bug usually makes the application crash, but sometimes it doesn't and input is broken (see for example: bug 44972, bug 47325).
If you didn't install the missing fonts (arial & times new roman) in the wineprefix, you may give that a try.
winetricks instructions and download can be found there: https://wiki.winehq.org/Winetricks
Once you've downloaded the winetricks file and made it executable, you may install the fonts in the default prefix with: winetricks -q corefonts
Remember to export WINEPREFIX=/path/to/prefix if the application is not installed in the default wineprefix.
Regards.