LostArtefacts / TRX

Open source re-implementation of Tomb Raider I and Tomb Raider II, along with additional enhancements and bugfixes
https://lostartefacts.dev/
GNU General Public License v3.0
591 stars 37 forks source link

Unable to play v4.4 on Linux Debian #1535

Open fawtytoo opened 1 month ago

fawtytoo commented 1 month ago

./TR1X: /lib/x86_64-linux-gnu/libm.so.6: versionGLIBC_2.38' not found (required by ./TR1X) ./TR1X: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.38' not found (required by ./TR1X)

I'm using Debian Bookworm.

Version 4.2 works as expected.

absolutelynothinghere commented 3 weeks ago

Try this executable:

TR1X.gz

This is my own personal build of TR1X 4.5.1 supporting GLIBC 2.7 and up, so it should work on your system without issues.

fawtytoo commented 3 weeks ago

Version 4.5 has the same issue, but your personal build works as expected.