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
Unfortunately it's not regularly flushed, so it's tricky to spot the point at which stuff goes wrong by just doing a tail -f.
Here's a look at what the relevant parts of mine look like (full log is here[gist.github.com]). I don't expect any of this to be useful to users, but if a dev stops by, perhaps they'll see something that can shed some light.
Although generally speaking, there's not a huge amount of difference between distros, sometimes there are differences in the packages they come with, whether that be a preference for shipping older library versions over newer ones (for example, Fedora doesn't ship libcrypto 1.0.0), or favouring one fork over another (for example, Ubuntu ships libav by default instead of ffmpeg). It's far more likely to be an issue that stems from that sort of thing than an explicit crippling of the game on certain distros.
sudo ln -s /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt
After that I am able to connect to the servers and join a match. Cheers!