Most of the games don’t work with steam with recent Tumbleweed installation. I have an AMD card with Mesa 17.2.
It seems that the main problem is related with ssl version. For example, running steam from shell, Hitman prints this message:
/home/vickop/.local/share/Steam/steamapps/common/Hitman™/bin/HitmanPro: error while loading shared libraries: libssl.so.37: cannot open shared object file: No such file or directory
When I can solve the problems associated with this by adding symbolic links to all my directories /usr/lib/xxx, some games are crashing by segmentation fault and others work.
F1 2015 it’s printing:
error while loading shared libraries: libCoreFoundation.so.476: cannot open shared object file: No such file or directory
I have noticed that if I start steam by telling it to look for its libraries in the game directory, I can get it started:
vickop@localhost:~> LD_LIBRARY_PATH=/home/vickop/.local/share/Steam/steamapps/common/F1\ 2015/lib/x86_64 steam
It’s very frustrating that when it seems that developers are finally making games for Linux, everything suddenly stops working, and it’s impossible to make it work.
Solutions? Go back to Ubuntu?
Thank you guys