this post was submitted on 26 Nov 2025
337 points (99.4% liked)

PC Gaming

12770 readers
1896 users here now

For PC gaming news and discussion. PCGamingWiki

Rules:

  1. Be Respectful.
  2. No Spam or Porn.
  3. No Advertising.
  4. No Memes.
  5. No Tech Support.
  6. No questions about buying/building computers.
  7. No game suggestions, friend requests, surveys, or begging.
  8. No Let's Plays, streams, highlight reels/montages, random videos or shorts.
  9. No off-topic posts/comments, within reason.
  10. Use the original source, no clickbait titles, no duplicates. (Submissions should be from the original source if possible, unless from paywalled or non-english sources. If the title is clickbait or lacks context you may lightly edit the title.)

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] bisby@lemmy.world 30 points 2 days ago (1 children)

Correct, so why does steam on linux still run as a 32 bit app and require 32 bit libraries to run games.

[–] lime@feddit.nu 16 points 2 days ago* (last edited 2 days ago) (2 children)

steam itself is moving towards 64-bit on linux on well, but fact is that most games are 32-bit and linux doesn't have the same compatibility guarantees as windows since you can just recompile software to run on new systems. you can't do that with old games, so you need multilib.

[–] bisby@lemmy.world 21 points 2 days ago (1 children)

I believe wine has a WoW64 implementation now, to allow 32 bit software to run on 64 bit wine prefixes. Which means any windows games (unless they are 16 bit) can work on 64 bit non-multi-arch system.

Linux games are the core problem. But they also have a Steam Runtime where they ship the entire runtime libraries needed to run a game for compatibility reasons... and Steam Runtime 4.0 (which just shipped and/or announced a few days ago?) is set up for only 64 bit systems.

So if the answer is:

  • Steam itself can be 64 bit, and is moving that direction
  • Windows games can be 64 bit only due to proton/wine handling the 32bit translation in WoW64
  • Linux games themselves can be any architecture since the steam runtime manages the libraries for the games.

Then the answer is just "they're getting around to it, they are only just now getting around to it for windows, and linux is a lower priority" because clearly its all possible.

So "What about linux?" is just asking if there is a timeline for the speed that things are moving in that direction.

[–] lime@feddit.nu 5 points 2 days ago (1 children)

i think the wine-wow64 thing is pretty new though, right?

[–] Montagge@lemmy.zip 5 points 2 days ago

Looks like it was introduced with Wine 9.0 in January of 2024

[–] frongt@lemmy.zip 6 points 2 days ago (1 children)

Running Steam should be fully independent of running games.

At least the client. You might still need some 32-bit libs if a game uses steamworks drm. I'm not sure how stuff like the overlay or achievements are integrated.

[–] lime@feddit.nu 1 points 1 day ago

as long as steam is the parent process it would still matter, right?