Linux HOW TO: Minimal Ubuntu 16.04 with Kodi, Steam & EmulationStation
#5
I ran into some issues starting steam...received the below error:

Code:
X Error of failed request:  BadValue (integer parameter out of range for operation)

I found instructions from this site which indicates to do the below:

Code:
sudo su - [USER]

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

after i received the above I ran:

Code:
DISPLAY=:0 steam

and all seems to be fine...

nice guide..thanks!
Reply


Messages In This Thread
RE: HOW TO: Minimal Ubuntu 16.04 with Kodi, Steam & EmulationStation - by 188pilas - 2016-08-03, 05:24
Logout Mark Read Team Forum Stats Members Help
HOW TO: Minimal Ubuntu 16.04 with Kodi, Steam & EmulationStation4