You are not logged in.
While preparing to install steam (installing wine & winetricks + fonts) everything seemed to go smoothly. Unfortunatley when starting steam for the first time after it's updates, I discovered there was no visible text. The window is still interactive, but there is no text and I have no Idea what to do. To make it worse this is my first time actualy using steam.
Here is a screenshot of the starting menu. I'm guessing this has probably been causes by me not have installing the correct fonts or any fonts at that? I have ran the command "winetricks allfonts" (for fonts), if that helps, but has anyone else had this problem or have any suggestions?
help would be much appreciated, thanks.
Last edited by Smirking Turtle (2012-08-01 17:09:10)
Offline
Hi! There is a bugreport with solution at http://bugs.winehq.org/show_bug.cgi?id=31374
Offline
Hi! There is a bugreport with solution at http://bugs.winehq.org/show_bug.cgi?id=31374
Thank you, I'll try it.
Offline
For the lazy, on your alias/start script for steam, at the end of the line that calls steam add -no-dwrite, so for mine it was ::
#!/bin/bash
export WINEPREFIX=$HOME/.steam
export WINEDEBUG=-all
nice -n 19 wine "C:\Program Files\Steam\Steam.exe" -no-dwrite
Offline
Same problem. Fixed me too. Thanks.
Offline
Hi,
I know the thread is resolved however can I draw folks attention to:
WineHQ Steam Client AppDB
Where I mention that the recent dwrite.dll stubbing (>=Wine 1.5.10) is a current, known issue with Wine+Steam !!
Ahhhh, sometimes I don't why I bother maintaining the page...
Bob
Offline
This came up before wine hit 1.5.10 and I didn't notice anything about dwrite.dll in the output. I just saw that no text was rendered.
Offline