![]() |
Steam not working - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Games Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=19) +--- Thread: Steam not working (/showthread.php?tid=3495) |
Steam not working - Arkarion.23 - 11-22-2016 Hi guys, I have a problem with Steam. I noticed a similar thread saying "Steam wont run" but it is already marked as solved and sadly didn't help in my case. I tried installing via Lite Software, download from valve and also by terminal. Only "terminal-version" did something and patched itself, but did not start. The other two did nothing at all. Uninstalled and deleted everything (also hidden files), made a clean install with Lite, tried to execute via terminal and got this message: Code: arkarion23@Athanasia:~$ steam Do you have an idea how to fix this? I am still new to linux so I am not the best at guessing what to install and what not ![]() Thanks in advance! Best regards, ark23 Re: Steam not working - Arkarion.23 - 11-26-2016 Ok, I found the solution myself. For anyone who is struggling with the same issue: Steam tries to use it's own libraries that don't work, at least with my amd. So you need to remove them, to force steam to use the system libraries. Just type in Terminal: Code: rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6 You need to redo this after the first installation, because steam installs its libraries again. Hope this helps! |