Nick Bailuc Asked: 2015-03-17 17:53:38 +0800 CST2015-03-17 17:53:38 +0800 CST 2015-03-17 17:53:38 +0800 CST Steam on Wine no text [duplicate] 772 When I launch Steam through Wine, no text is shown, just buttons. I am running Wine version 1.6. How do I fix this? wine 1 Answers Voted Best Answer Nick Bailuc 2015-03-17T17:54:08+08:002015-03-17T17:54:08+08:00 Open a terminal and enter the command: wine reg add 'HKCU\Software\Valve\Steam' /v DWriteEnable /t REG_DWORD /d 00000000 This will disable DWrite for only Steam. Alternatively, you can run the following: wine /path/to/Steam.exe -no-dwrite
Open a terminal and enter the command:
This will disable DWrite for only Steam. Alternatively, you can run the following: