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
Anyway, looks like you are using 64bits linux without the 32bits library,
I think you can find a solution here:
https://support.humblebundle.com/hc/en-us/articles/202759400-Installing-32-bit-libs-on-a-64-bit-Linux-system
OK, guys, you probably have downloaded Steam from the internet, which is a f*cking bad idea for Linux users who don't know what they're doing. Your OS is no Windows, it's providing everything for you, so don't ever do that again. Instead open a terminal and type
sudo apt-get install steam
If there's no such packet, you haven't installed the i386 (32bit) libraries, which is easy to do:
sudo dkpg --add-architechture i386
sudo apt-get update
Then try the first command again, and everything will work. Just don't download ♥♥♥♥ from the internet again - we Linux people have repositories, and us Debianoid users have about 3 TB of software in them.
However, once you're sure you're all good on that bit, you still need to install the libraries the error message mentions, or you won't make any progress on solving things to the point of your game actually running...
To finish up, you may need to type one more command (assuming that's all the missing libraries, and assuming they don't get automatically installed as dependencies of Steam while following earlier advice)...
After those install, you can try the game again. If it complains about a new list of libraries, install those too, then retry the game. Keep repeating until the game runs properly.
I may have screwed up my suggested apt install command. Once the i386 architecture has been added, that command would still install the 64 bit versions. Repeat the exact same command with :i386 appended to each package name and try the game again. Example:
This would install the 32 bit versions of those same exact libraries. (You may find this leads to other related dependencies needing installed as well. No worries, just install anything else it complains about related to those missing libs.)
Now, one possible problem in such case would be that the game launch script may be imposing it's own libs folder on the launch process, so if installing those libraries does not get the game running, then one must check if there's a libs folder being used ahead of the system libs, and do some symlinking to work around that issue if it does turn out to be the problem, but always try the simpler possibility first. (In this case, the "simpler" being try installing the libraries first and try the game.)
But Bloo Alien is right, you have to install the libs with an appended :i386, or your system will rightfully assume you want the 64bit versions.