• @sugar_in_your_tea
    link
    English
    297 months ago

    I’m surprised it took this long. Apple has been 64-bit only for years now.

  • @[email protected]
    link
    fedilink
    English
    13
    edit-2
    7 months ago

    Apple chose to drop support for 32-bit applications in macOS 10.15 (released 2019), and since many developers have not updated their games to support 64-bit executables, some games will effectively stop functioning on macOS.

    This change is required as core features in Steam rely on an embedded version of Google Chrome, which no longer functions on older versions of macOS.

    Hmmmm.

    It would be interesting to see a list of which games are affected.

    Some games (at least on Linux, that I’ve seen, and I would assume on MacOS) that are distributed on Steam don’t actually require Steam to be present to run. Like, Caves of Qud will work fine without Steam present; they just use it to distribute and update the binaries, not for any kind of DRM or anything. So for those guys, as long as you can download the binaries via Steam (or a related app…I remember that there’s some Python program that can download from Steam using credentials) you can presumably copy them to a 32-bit guest VM.

    Some games will probably actually rely on Steam, like for achievements or something. For those…If there are a substantial number of Mac games that won’t work in a 64-bit environment, I am wondering if it is possible to make a “steamlib proxy” – basically, have a 32-Mac VM, run the game in a VM, but have Steam running in a 64-bit host environment, and just relay calls to a process launched under the host environment that uses the host steamlib to talk to Steam. Valve presumably isn’t gonna set that up as a supported environment, but I wonder if that might be a viable open-source project.

    EDIT: Not the Python program I was thinking of, but here’s a .NET program that downloads apps from the depots, just to demonstrate that it’s an option.

    • ShittyKopper [they/them]
      link
      fedilink
      English
      27 months ago

      Some games will probably actually rely on Steam, like for achievements or something. For those…If there are a substantial number of Mac games that won’t work in a 64-bit environment, I am wondering if it is possible to make a “steamlib proxy” – basically, have a 32-Mac VM, run the game in a VM, but have Steam running in a 64-bit host environment, and just relay calls to a process launched under the host environment that uses the host steamlib to talk to Steam. Valve presumably isn’t gonna set that up as a supported environment, but I wonder if that might be a viable open-source project.

      I think Proton has something of that nature, so games running inside Wine talk to the native Linux Steam binary.

      • @[email protected]
        link
        fedilink
        English
        1
        edit-2
        7 months ago

        WINE doesn’t really isolate apps. Valve may have done some degree of compatibility work or not for the Windows Steam library, but the game running under WINE doesn’t have any real restrictions on its ability to talk to Linux software. As long as the Steam Windows library and the Linux Steam client use some form of IPC mechanism that works on both platforms, like TCP sockets, it should “just work”, same way a Windows web browser running in WINE would “just work” when talking to a Linux webserver on the same machine.

        But if someone’s having to set up a 32-bit VM running a different MacOS guest OS, then they’re not gonna be able to run Steam in the guest (due to the Chrome requirements that Valve mentioned), and I don’t believe that programs using the Steam library can talk to Steam on another host normally.

        • ShittyKopper [they/them]
          link
          fedilink
          English
          17 months ago

          I’m just saying the “steamlib proxy” concept you mentioned is not only possible but has at least one implementation. The fact that Wine isn’t true isolation doesn’t really change anything (maybe other than the exact details of the underlying IPC channel, which could use some kind of optimized shared memory magic) unless I’m misunderstanding something.

    • @[email protected]
      link
      fedilink
      English
      27 months ago

      The first Intel Macs used a 32 bit Core Duo CPU. And while they were discontinued at the end of 2006 (with the exception of the 1st gen Apple TV which lasted until 2010) applications released after were often still 32bits to support them for several years.

    • @thecrotch
      link
      English
      27 months ago

      The Powermac G5 was the first 64 bit consumer desktop, it predated the amd64 version of XP by 2 or 3 years

      • Pistcow
        link
        fedilink
        English
        07 months ago

        Um, first Mac os with 64 bit was in 2009 compared to Windows 2003 (XP server) or 2006 Vista.

        • @thecrotch
          link
          English
          17 months ago

          That was the first Mac OS with 64 bit on Intel silicon. 64 bit PPC was supported by OSX 10.3 Panther in 2003. The 64 bit versions of Windows Server 2003 (both ia64 and amd64) didn’t release until 2005.