Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
You can get it via
and set Steam-Play Version to Proton-GE for it
hope this helps
I just edited my post with the output sans command parameters.
gist.github.com is good to post larger logs
Here is the full output
https://pastebin.com/abDyrN7G
You also have another uncommon error I think you need to fix
I have seen someone recently with the same weird error
https://steamcommunity.com/app/221410/discussions/0/3164316851917016584/#c3164316851925136949
Something to test that seems to have worked in someone else's is to rename /etc/fonts to /etc/fonts.bak and reinstall the fontconfig package from Synaptic to let it recreate /etc/fonts
/etc/fonts is not part of any package, they are symbolic links created by fontconfig
Also what you posted does not looks like a common Proton log, a common proton log generated by launch parameters PROTON_LOG=1 %command% usually starts with the following headers
From the Debian Wiki:
This laptop is Sandybridge.
I think you can still run it on your other computer but with a specific env variable to downgrade the proton wine engine.
Try one of these launch option
PROTON_USE_WINED3D=1 %command%
PROTON_USE_WINED3D11=1 %command%
Whoa. That worked out perfectly. Thanks!!!