Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 4876  / 2 Years ago, sun, july 3, 2022, 7:25:51

I have downloaded the online installer from Steam's website. However, steam doesn't want to work after the installation process. I'm running Ubuntu 15.10 64bit. How can I get steam to work?


Edit1:


I have tried the following command: sudo apt-get install steam

Steam still does not work.


Edit2:


More details as requested.

I have tried the following command in the terminal: steam


This is the output:


Running Steam on ubuntu 15.10 64-bit  
STEAM_RUNTIME is enabled automatically
[2015-12-06 21:38:07] Startup - updater built Nov 9 2015 18:23:22
SteamUpdateUI: An X Error occurred
X Error of failed request: BadValue (integer parameter out of range for operation)

Image of the error


More From » 64-bit

 Answers
7

Run these commands in terminal :



32Bit



mv $HOME/.steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6 $HOME/.steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6.bak


64bit



mv $HOME/.steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libstdc++.so.6 $HOME/.steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libstdc++.so.6.bak


This solution may have solved steam errors like yours in other posts, e.g. this Post.

As it has not been marked as solved yet, please tell me if this works or not.


[#17322] Tuesday, July 5, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ickump

Total Points: 234
Total Questions: 124
Total Answers: 111

Location: Jordan
Member since Fri, Apr 8, 2022
2 Years ago
;