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
If you install msxml3 via winetricks it solves the issue and works fine.
EDIT:
somehow I've solved the issue, I'll list the steps I took if someone else has the problem:
WINEPREFIX=~/.local/share/Steam/SteamApps/compatdata/8800/pfx winetricks
Install DLL -> msxml4
WINEPREFIX=~/.local/share/Steam/SteamApps/compatdata/8800/pfx winecfg
msxml3r -> native
WINEPREFIX=~/.local/share/Steam/SteamApps/compatdata/8800/pfx winetricks
Install DLL -> msxml3
Most likely it doesn't have to be done in this order, but that's how I did it and it now works. I did almost the same yesterday and it didn't work. Go figure...
I followed similar instructions from here: https://github.com/ValveSoftware/Proton/issues/179#issuecomment-415593087, and they worked like a charm.