this post was submitted on 22 Apr 2025
202 points (100.0% liked)

Linux Gaming

18008 readers
813 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

To check which version of glibc you have, run ldd --version in the terminal.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 22 hours ago

Backwards compatibility is actually a bit of a nightmare on Linux. Ironically it can be easier to get old windows software running on Linux than old Linux software.

I've been discovering this on Steam, actually. Square Enix released Linux versions of some games, like Life is Strange or the most recent Tomb Raider trilogy, but they'll crash at the main menu if you try to run them. Similarly, the Shadowrun games from Harebrained Schemes assume that you have a configured .asoundsrc file in your home directory, which likely isn't true if you're on a distro that has migrated to pipewire. The .asoundsrc issue is easy to fix by just making the file yourself, but LIS and TR have to use the Windows versions via Proton to run at all.