Video game news oriented community. No NanoUFO is not a bot :)
Posts.
- News oriented content (general reviews, previews or retrospectives allowed).
- Broad discussion posts (preferably not only about a specific game).
- No humor/memes etc…
- No affiliate links
- No advertising.
- No clickbait, editorialized, sensational titles. State the game in question in the title. No all caps.
- No self promotion.
- No duplicate posts, newer post will be deleted unless there is more discussion in one of the posts.
- No politics.
Comments.
- No personal attacks.
- Obey instance rules.
- No low effort comments(one or two words, emoji etc…)
- Please use spoiler tags for spoilers.
My goal is just to have a community where people can go and see what new game news is out for the day and comment on it.
Other communities:
Beehaw.org gaming
Lemmy.ml gaming
lemmy.ca pcgaming
- 1 user online
- 108 users / day
- 422 users / week
- 1.12K users / month
- 3.95K users / 6 months
- 1 subscriber
- 12.5K Posts
- 86.7K Comments
- Modlog
F in the chat for all my 32 bit Mac gamers
all of zero is zero…
I wonder how many people still use the 1st gen Intel Macs, especially considering they were only sold for 6 months.
I’m surprised it took this long. Apple has been 64-bit only for years now.
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.
I think Proton has something of that nature, so games running inside Wine talk to the native Linux Steam binary.
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.
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.
Mac OS itself won’t run 32 bits apps since 10.15 (released in 2019).
Sure, you’d need to run an old version of MacOS in the VM.
Huh, Mac has 64 bit.
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.
The Powermac G5 was the first 64 bit consumer desktop, it predated the amd64 version of XP by 2 or 3 years
Um, first Mac os with 64 bit was in 2009 compared to Windows 2003 (XP server) or 2006 Vista.
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.