this post was submitted on 15 May 2025
748 points (98.6% liked)

Games

38883 readers
1039 users here now

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Rules

  1. Submissions have to be related to games

  2. No bigotry or harassment, be civil

  3. No excessive self-promotion

  4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

  5. Mark Spoilers and NSFW

  6. No linking to piracy

Authorized Regular Threads

Related communities

Video games

Generic

Help and suggestions

Platform specific

Game specific

Language specific

Others

PM a mod to add your own

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ImplyingImplications@lemmy.ca 21 points 2 weeks ago (3 children)

Except for when glibc updates and breaks games with native support (but not the ones running through a compatibility layer). Although that definitely happens way less than devs purposefully pushing changes that break on Linux.

[–] Damage@feddit.it 10 points 2 weeks ago

Yeah, games through Proton are a bit like containerized apps, you get everything you need to run them in the Proton package.

[–] deadcream@sopuli.xyz 1 points 2 weeks ago

Linux has never been good at running old binaries. It's always assumed that you are running software compiled for the current version if your distribution, and programs that are not available can be compiled from source (because you obviously use only open source software). For everything else you need to use compatibility layers that provide necessary environment.