https://bugs.winehq.org/show_bug.cgi?id=41303
Bug ID: 41303 Summary: JoyToKey has no text in the "Create profile window Product: Wine Version: 1.9.18 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: fjfrackiewicz@gmail.com Distribution: ---
Created attachment 55631 --> https://bugs.winehq.org/attachment.cgi?id=55631 JoyToKey's "Create Profile" window with no text
When attempting to create a joystick profile with JoyToKey in Wine, the "Create Profile" window doesn't display text on its buttons and in the field where you would type in the name of a profile.
https://bugs.winehq.org/show_bug.cgi?id=41303
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://joytokey.net/downloa | |d/JoyToKey_en.zip Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=41303
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|JoyToKey has no text in the |JoyToKey has no text in the |"Create profile window |"Create profile" window
https://bugs.winehq.org/show_bug.cgi?id=41303
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|JoyToKey has no text in the |JoyToKey has no text in the |"Create profile" window |"Create new profile" window
https://bugs.winehq.org/show_bug.cgi?id=41303
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #1 from winetest@luukku.com --- I cant reproduce the issue. I see ok, cancel and a text
Please enter the profile name.
wine-1.9.20-92-g1dedd90
I cant explain why I dont have this issue.
https://bugs.winehq.org/show_bug.cgi?id=41303
--- Comment #2 from fjfrackiewicz@gmail.com --- (In reply to winetest from comment #1)
I cant reproduce the issue. I see ok, cancel and a text
Please enter the profile name.
wine-1.9.20-92-g1dedd90
I cant explain why I dont have this issue.
Could it be a driver issue? I am still experiencing the issue in Wine 1.9.21 with the official Nvidia drivers...
https://bugs.winehq.org/show_bug.cgi?id=41303
--- Comment #3 from winetest@luukku.com --- wine --version wine-1.9.21
And still working. I can't explain. I deleted even prefix just to be sure.
https://bugs.winehq.org/show_bug.cgi?id=41303
--- Comment #4 from Aexander kq3thih@mailnesia.com --- This appears to be a font issue. The application is looking for Calibri among a few others. Unlike the main window, the "Create Profile" window is attempting to use "Calibri" with charset=128 (cp 932) AKA Japanese font. Wine then attempts to supply a fallback font. Try installing a Japanese font with latin glyphs, e.g. Noto Sans CJK JP Black. Copying over the Calibri font from a Windows 7 EN install does not help as it doesn't seem to be cp 932 encoded. Makes me curious as to what this is actually doing under Windows.
WINEDEBUG=+font and grep -n "SelectFont Chosen" on the logfile to see which fonts Wine is choosing and get near the correct line number, scroll up slightly. It will likely be the last 2 fonts picked.
https://bugs.winehq.org/show_bug.cgi?id=41303
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://joytokey.net/downloa |https://web.archive.org/web |d/JoyToKey_en.zip |/20160321025757if_/http://j | |oytokey.net/download/JoyToK | |ey_en.zip
--- Comment #5 from Gijs Vermeulen gijsvrm@gmail.com --- fjfrackiewicz or anyone else, can you still reproduce this? I can't with wine-6.18.
Adding stable download from around the time this was reported.
$ sha1sum JoyToKey_en.zip 84a18ea5b8588b7e9c11c00137bd4c79c13d4c34 JoyToKey_en.zip
$ du -sh JoyToKey_en.zip 908K JoyToKey_en.zip
https://bugs.winehq.org/show_bug.cgi?id=41303
--- Comment #6 from Aexander kq3thih@mailnesia.com --- (In reply to Gijs Vermeulen from comment #5)
fjfrackiewicz or anyone else, can you still reproduce this? I can't with wine-6.18.
I can still reproduce with wine-6.19 with a clean 32-bit prefix.
Adding stable download from around the time this was reported.
And this matches my download from 2016.
JoyToKey asks for Calibri for the main window. It also asks for Calibri for the "Create Profile" window, but with charset 128 => cp 932. You should be able to see this with a +font log. In my case the fallback font Wine uses doesn't handle cp 932 and the glyphs being requested. (I actually get, and have always gotten, empty boxes rather than completely blank text.)
Overriding Calibri to use Noto Sans CJK JP and all text displays just fine.