11-26-2016, 08:49 AM
(This post was last modified: 11-26-2016, 09:49 AM by Arkarion.23.)
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:
You need to redo this after the first installation, because steam installs its libraries again. Hope this helps!
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
rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgcc_s.so.1
You need to redo this after the first installation, because steam installs its libraries again. Hope this helps!