http://bugs.winehq.org/show_bug.cgi?id=36520
Bug ID: 36520 Summary: CSGO: console fonts incorrectly displayed Product: Wine Version: 1.7.10 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: empire@adslgr.com
Created attachment 48598 --> http://bugs.winehq.org/attachment.cgi?id=48598 screenshot of the font bug
The font in the console of Counter Strike Global Offensive is displayed incorrectly. The characters are beign cropped on the right side. I have included a screenshot demonstrating the problem.
Is there anyway to fix this?
http://bugs.winehq.org/show_bug.cgi?id=36520
Nek empire@adslgr.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |empire@adslgr.com
https://bugs.winehq.org/show_bug.cgi?id=36520
--- Comment #1 from Austin English austinenglish@gmail.com --- Can you try 'winetricks corefonts'?
https://bugs.winehq.org/show_bug.cgi?id=36520
--- Comment #2 from Nek empire@adslgr.com --- I found a workaround. Through trial and error I found that the vgasys.fon font can be used, which is much better looking and totally legible, although not the same as the windows. To make it work just move or delete your windows/Fonts directory and run winetricks corefonts and then find and copy the vgasys.fon file to windows/Fonts.
Now it is much better. But I still could not find exactly which font is uses in the first place (with my reported bug) nor how to fix it so it looks exactly as windows.
I also found out that if I have an empty windows/Fonts then csgo/wine will search for fonts in my /usr/share/fonts/microsoft and if it finds tahoma.ttf it will use that. But with that particular font the console font is even worser.
http://bugs.winehq.org/show_bug.cgi?id=36520
--- Comment #3 from Nek empire@adslgr.com --- I researched it a little bit and found that csgo uses lucon.ttf's bitmap shapes for it's console. It seems that there's somekind of a bug or incosistency in the size (width and height) of the bitmap characters that wine uses.
Anyone knows how wine handles bitmap fonts, so can help to debug it further?
https://bugs.winehq.org/show_bug.cgi?id=36520
--- Comment #4 from Austin English austinenglish@gmail.com --- This is your friendly reminder that there has been no bug activity for over a year. Is this still an issue in current (1.7.51 or newer) wine?
https://bugs.winehq.org/show_bug.cgi?id=36520
Maxqia contrib@maxqia.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |contrib@maxqia.com
--- Comment #5 from Maxqia contrib@maxqia.com --- Confirmed on 1.9.6
https://bugs.winehq.org/show_bug.cgi?id=36520
--- Comment #6 from Maxqia contrib@maxqia.com --- Can reproduce on TF2 on wine 1.9.9 This error seems related : err:font:alloc_font_handle out of realized font handles
https://bugs.winehq.org/show_bug.cgi?id=36520
Johan Gardhage johan.gardhage@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |johan.gardhage@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=36520
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #7 from winetest@luukku.com --- https://github.com/ValveSoftware/csgo-osx-linux/issues/1009
Does this help anyway?
https://bugs.winehq.org/show_bug.cgi?id=36520
--- Comment #8 from Max Qian public@maxqia.com --- No..., Still happening (looks like bad anti-aliasing)
https://bugs.winehq.org/show_bug.cgi?id=36520
--- Comment #9 from winetest@luukku.com --- (In reply to Max Qian from comment #8)
No..., Still happening (looks like bad anti-aliasing)
I remember source engine having these issues at the time they started to release games for linux. I think csgo had it and TF2 maybe more games too.
I am not sure if this is really wine issue.
https://bugs.winehq.org/show_bug.cgi?id=36520
--- Comment #10 from Max Qian public@maxqia.com --- Seems like installing lucida console from winetricks fixed it :/ . Don't know why it isn't pulling the font from my linux system though.