• Snot Flickerman@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    4 months ago

    The entire back-end has changed.

    Literally. People miss the fact that Steam is still a 32-bit app just to support older games. The rest of the world has moved onto 64-bit operating systems and applications. It’s shocking they still support 32-bit in 2025. So the argument that they aren’t supporting older titles is a little misleading because that’s the whole reason they still run a 32-bit client.

    I haven’t had a device with 32-bit hardware in almost 15 years. The last device I can even think of that was still 32-bit within the last 15 years was a Google Nexus 6 in 2014. All the Pixel line have been 64-bit.

    • Pieisawesome@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      The steam client has nothing to do with the games it launches.

      Process.Start() works on 32 bit or 64 bit processes…

      They are on 32 bit because they don’t need to upgrade to 64 bit and it’s likely too complex to upgrade.

      Visual Studio, which actually benefits from 64 bit, just recently upgraded because these massive software stacks are difficult to update.

      • Snot Flickerman@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        4 months ago

        They keep a bunch of 32-bit libraries for backwards compatibility with older games that they launch. You can find numerous discussions about this in the Steam forums as well as on sites like Hackernews.

        If you want, I can give it to you from a Valve employee:

        https://github.com/ValveSoftware/steam-for-linux/issues/179#issuecomment-267790879

        We will not drop support for the many games that have shipped on Steam with only 32-bit builds, so Steam will continue to deploy a 32-bit execution environment. To that end, it will continue to need some basic 32-bit support from the host distribution (a 32-bit glibc, ELF loader, and OpenGL driver library).

        Whether the Steam client graphical interface component itself gets ported to 64-bit is a different question altogether, and is largely irrelevant as the need for the 32-bit execution environment would still be there because of the many 32-bit games to support.

        Maybe do some cursory research before talking out of your ass.