You are not logged in.
Pages: 1
the problem is basically what appears in the wiki:
https://wiki.archlinux.org/index.php/st … or_missing
I can see no text on steam
but installing ttf-liberation, installing steam-fonts, or manually getting the fonts form windows neither work.
the error among other with other fonts is:
/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/../vgui_surfacelib/linuxfont.cpp (402) : Assertion Failed: Unable to find font named Arial
later followed by:
/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (838) : Assertion Failed: !"Current texture not set"
/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (500) : Assertion Failed: GetTextureForString failed
but when I run fc-match:
[ornitorrincos@acheron ~]$ fc-match -s "Arial"
arial.ttf: "Arial" "Normal"
ariblk.ttf: "Arial" "Black"
DejaVuSans.ttf: "DejaVu Sans" "Book"
DejaVuSans-Bold.ttf: "DejaVu Sans" "Bold"
DejaVuSans-Oblique.ttf: "DejaVu Sans" "Oblique"
DejaVuSans-BoldOblique.ttf: "DejaVu Sans" "Bold Oblique"
...any ideas?
-$: file /dev/zero
/dev/zero: symbolic link to '/dev/brain'
Offline
You may need to just disable dwrite. This should do it for you
wine reg add 'HKCU\Software\Valve\Steam' /v DWriteEnable /t REG_DWORD /d 00000000[EDIT] This solution came directly from https://appdb.winehq.org/objectManager. … &iId=19444
I know I encounter this whenever I install a steam based game through wine.
Last edited by vi2nano (2014-12-10 03:41:29)
Offline
If you are running the native Linux Steam client on a 64 bit system then you probably have to install the 32 bit freetype2:
https://www.archlinux.org/packages/?sor … =&flagged=
If you are running Steam through wine then you'll probably need that too anyway.
If you are running 32 bit Arch then this does not apply.
Last edited by headkase (2014-12-10 04:56:07)
Offline
Thank you, I didn't realize I only provided a response under the assumption it was with wine, And for that I'm sorry
Offline
thanks for the answers, unfortunately I do have lib32-freetype2 installed
-$: file /dev/zero
/dev/zero: symbolic link to '/dev/brain'
Offline
$ fc-match -s "Arial"
arial.ttf: "Arial" "Normal"
It seems surprisingly common that people mess up the permissions on the font files.
Offline
thanks, but still same issue
-$: file /dev/zero
/dev/zero: symbolic link to '/dev/brain'
Offline
Try to run "steam --reset", and delete content of htmlcache folder...
UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity.
Offline
nope, still the same issue, thanks anyway
EDIT: after several tries running steam --reset it seems to place squares on instead of letters, and if I run steam --reset agin it seems to be a matter of chance if it works or not.
Last edited by ornitorrincos (2014-12-24 14:18:32)
-$: file /dev/zero
/dev/zero: symbolic link to '/dev/brain'
Offline
Pages: 1