(from the Gaming On Modern Linux department)
Hi everyone,
Quick post here - I've been trying to run the original Feral Interactive port of Tomb Raider on Arch Linux. It starts - then stops immediately.
Looking at the Arch Gaming troubleshooting guide here: https://wiki.archlinux.org/title/Steam/Game-specific_troubleshooting#Tomb_Raider_(2013) they mention trying to see if there are missing libraries. The output of that command is:
$ ldd steamapps/common/Tomb\ Raider/bin/TombRaider | grep found
libssl.so.1.0.0 => not found
libicui18n.so.51 => not found
libicuuc.so.51 => not found
libicudata.so.51 => not found
libCoreFoundation.so.476 => not found
libvorbis.so.0 => not found
libSDL2_image-2.0.so.0 => not found
libcrypto.so.1.0.0 => not found
libcef.so => not found
libpdf.so => not found
libfmodex.so => not found
The weird part? All of these libraries are already present in .steam/steam/steamapps/common/Tomb Raider/lib/i686
I thought "That's weird". I looked at the debug output in Steam - and yes - it can't find those libs. I messed around with a few different approaches - adding LD_LIBRARY_PATH to the startup options, etc. - but nothing seemed to work.$ ls
i686
$ cp i686/* .
$ ls
i686 libCoreFoundation.so.476 libcurl.so.4 libicudata.so.51 libicuuc.so.51 libssl.so.1.0.0 libtcmalloc_minimal.so
libcef.so libcrypto.so.1.0.0 libfmodex.so libicui18n.so.51 libpdf.so libsteam_api.so
i686 libCoreFoundation.so.476 libcurl.so.4 libicudata.so.51 libicuuc.so.51 libssl.so.1.0.0 libtcmalloc_minimal.so
libcef.so libcrypto.so.1.0.0 libfmodex.so libicui18n.so.51 libpdf.so libsteam_api.so
No comments:
Post a Comment