Reminder that Linux kernel updates don't break userspace, and that Wine runs old Windows programs better than modern Windows.
>>106926459Just use a ps2 emulator retard
>>106926895that runs faster on linux....There is no use case for windows 11. And I am downloading the iso as we speak.
>>106926912>And I am downloading the iso as we speak.Didn't work out, doesn't fit on the 16GB emmc
>>106926459Reminder that Microsoft's customers are data brokers, not Windows users.
>>106926459The San Andreas bug is interesting to read about. Apparently San Andreas initializes several vehicles with properties from the previously loaded object. Which on old windows was predictable, but on nu-windows is an undefined, random object. All of which when converted to floats immediately crash the game.
>>106926459Humiliation ritual.
San andreas sucks and so do switch games. I want a crime game that people actually put some thought into. Not payday slop.
>>106927212lol, i did a linux install on an 8GB usb drive just a couple days ago, and it's not even using 1/3rd of the space.needed to run a particular tool on a particular machine of mine. while it was running i played a bit of neverball
>>106927243yea i heard about it a while ago, long enough that i've forgotten the details. i do remember that it was a bug in the game that just happened to not explode in older versions of windows.it does bring up an interesting problem with compatibility, that is, you can do everything right (as the os dev) and STILL have programs stop working, because there's no guarantee the programs themselves were made right
>>106927426I have linux on this chromebook. Everything worked out of the box, screen brightness, touchpad, only the audio was a little buggy and needs kernel flags.On windows the touchpad doesn't work and the screen is burning my eyes and I can't turn it down.
>>106927434In the old Windows version C function calls are far more efficient so it doesn't need to touch too much of the stack memory, preserving the previous state. The jeeted/trooned new Windows version shits all over the place.
>>106927423There was an old godfather game for the ps2 that was basically a gta ripoff in a 1940s skin. The cool thing about it though was you could shake down and extort businesses to bring them under your control and give you passive income. I should play it again sometime.
>>106927739Yeah mafia ii I GUESS
>>106927775No
>>106926459Only because they used unitialized memory
>>106926459Is it safe to run Genshit Midpact on Linux Mint?
>>106927968It's not safe to run CCP spware on ANY operating system.
>>106927975Retard.
>>106928484>neodyum magnetsNot sneeded>old transistorsNot sneededCall trump and tell him hes s dummy
>>106928484What is your point?
>>106930649In order to know what his point is, you must first determine what his point is not. Then, simply eliminate those items. What remans, is what his point is.
>>106932608but first you must create a universe where that point can and will exist.edit: thanks for the gold, kind stranger :D
It broke because the game was relying on undefined behavior. The same thing can happen on Linux. I can't tell if it's intentional intellectual dishonesty to push Linux or genuine retardation / lack of understanding of how computers work.
>>106933127I think it's the former, because it specified "kernel". It is true that the kernel doesn't break ABI compat, just you won't be able to play shit with a 20 year old libmesa against a modern GPU.
>>106926459Actually the game had a bug that wasn't realised until a security update on W11. >However, this error went undetected for over two decades because of how the operating system handled the missing information. In previous versions of Windows, from Windows 98 to Windows 11 23H2, the operating system loaded the wheel scale of the vehicle above the Skimmer in the vehicles.ide file, which is 0.7. However, changes to how Windows 11 242 handles memory exposed the problem, where instead of using the previous vehicle’s parameters, it adjusted the stack pointer by four bytes, resulting in a massive value for the wheel scale.
>>106926459I've seen that video it's not Windows 11's fault it's a fault in the game's code because of uninitialized variables and but didn't occur on previous versions purely out of luck because of how the OS handles memory or some shit>inb4 windows 11 shill
>>106933607>it's not Windows 11's fault>boot up win 10>game works>boot up win 11>game doesn't workcurious...
>>106933649Its a middleware problem you fucking moron.
https://cookieplmonster.github.io/2025/04/23/gta-san-andreas-win11-24h2-bug/
Not a fan of Win11 but you can't blame the OS for jeet-tier code on external programs.
>>106933649it is curious, but so far and even when the game first came out (on pc) it was pure luck that it worked. the bug in the game was actually fixed in the xbox and most/every other port of the game (later ports were made from the xbox port).what happened was that in the original ps2 game, the skimmer (a seaplane) was identified as a boat, so did not have wheel information assigned to it. in the pc version, they changed it from "boat" to "plane", but forgot to add wheel information to it, which "plane" vehicles require. this results in the game using whatever happens to be in the part of memory where the wheel information should be, which up until now just happened to be sensible values. this could have broken at any point, as there's no way for windows to guarantee sensible values would be there, and there's nothing to fix in windows, since it's not doing anything wrong, only different
>>106934007>userspace breaks>this is userspace's fault
>retards arguing about dumb shit
>>106935895welcome to the hell that is backward compatibility. sometimes you just have to patch specific applications to keep them working because they weren't written correctly to begin with.windows i believe has some of these where it will recognise specific applications and alter its' behaviour to ensure they continue to work
>>106926459Rust caused this
>>106926459Ancient, singleplayer games like gta games before V shouldn't be expected to work on a new os anyways, since they were not made with modern windows in mind. You would need to be crazy to expect a game from windows 95 era to work on windows 11 flawlessly without any modern patching.
>>106926459You should actually try watching the video, retard.It's not Windows 11's fault, it's the game's.
I have written a program that only works on Windows 7 and no other version without ever doing an explicit version check or intentionally blocking operation on certain windows versionsWindows compatibility only works if you follow the rules of the API; if you start poking heavily into undocumented stuff or depending on behavior that no reasonable person would depend on then your app won't work on other versions.
>>106926895>recomends emulating device without mouse for a shooting game>calls other retardspot calls kettle black etc.
>>106936902And yet, this is why Microsoft is winning. They preserve compatibility. You can run 3.11 software on Windows 11. In compatibility mode and some things may be behaving off, but that's why corporate is using Windows because you can expect you legacy software to work. Unlike on Linux where ever update is breaking ABI and only reasonable way is to be open source and rebuild software from scratch.
>>106936953That's why some stuff is not documented.
>Prefers Linux cos windows slow on my older laptopWindows is good for companies. I use Linux because it suits my use cases better
>>106937291>You can run 3.11 software on Windows 11.actually, ootb you can't. not without something like winevdm.16bit software was never supported in 64bit windows, and 11 is 64bit-only, so there's no version of 11 that can run 3.11 software
>>106926459>Reminder that Linux kernel updates don't break userspaceThat's nice. But Linux userspace (and C library) updates break the rest of userspace so it doesn't really matter
>>106937812I remember hearing that 16 bit DOS/Win3.11 software can run on ARM versions of Windows because the CPU sets are interpreted, whereas on x64 they just disabled that for some reason
>>106938465i'm not familiar with ntvdm support on arm-based windows. but yes, you're right that it's basically arbitrary that 16bit windows apps aren't supported on 64bit windows. like you can add it back in yourself. even on 32bit windows 16bit support is emulated, there's no technical reason it can't work, and it does.but... it's not provided out of the box, and it's unsupported (in the sense that if you have an issue, they won't provide support)
>>106938478>even on 32bit windows 16bit support is emulatedno, it's a hardware feature called virtual 8086 mode which ayymd decided to disable when they made 64 bit for some reason
>>106938465>>106938478really, this does demonstrate a difference between windows and linux in itself.linux being linux, nearly all distros don't provide any kind of guaranteed support, so they can include features whether they want to support it or not. that's what the "this software is provided without warrantee" etc. means>>106938484oh? that would actually explain why people package winevdm for 64bit windows instead of using the actual ntvdm. that part did confuse me. if ntvdm actually does require a cpu feature not available in 64bit mode, then that makes more sense
i CANT PLAY SAMP im fucking switching to mint thanks microshit fuck youuuu
>>106938610based samp enjoyer. i haven't played that in a long time. do people still play it?in any case, if you add sensible wheel values yourself to the vehicle handling text files, then it will work on win11 just fine, it's a pretty minor bug all things considered and really easy to fix
>>106938610I highly doubt that this bug does not exist on Linux with WINE. If it doesn't then that would be insanely lucky or a lot of impressive effort and attention to detail from the WINE team.
>>106938674>do people still play it?yes, however it's third worlders, there's still some english speaking servers with a sizeable population though, like Horizon RP or United Islands Freeroamim switching to linux anyways because it's not possible that an OS takes 4 GIGABYTES of space while idle, how's it possible that trannies can program a working modern OS that takes 1/4 of the memory that windows 11 takes?>>106938686works with proton i think
This bug literally manifested before in Linux, Silent was just not aware of it until it also happened in Windows, and its neither OS' fault, it was Rockstar not initializing variables and it all coincidentally worked fine until recently
>>106939137i don't remember exactly when i first heard of it, but it was quite a while ago, probably from playing it in linux. it's been a while since i've played it
>>106926895>play gtasa without mods
>>106933661>Its a middleware problem you fucking moron.>u-uhm, actually, it's an NVIDIA issue, chuddy! WOMM>e-excuse me? you use THAT vendor? no wonder you have issues, use something else..>th-that's not AMD's fault, it's the MESA drivers fault.. roll back to xx.x.x to fix ityou're starting to sound like the freetards you hate, wintroon. it's embarrassing to witness
>>106926459Then why I'm using Windows 7? >>106926912Remove the mandatory console from Linux and then we can talk about adoption.
>>106927243A similar thing happened with Sid Meier's Alpha Centauri. The problem is the game's code, not Windows. It's easily fixable.
>>106937812Ok, Windows 95 would be a better example. Point is they really try to preserve binary compatibility. And sure some things break over time, but the goal is to allow old software work.
>>106940879Doesn't playing the GTA4 version before they stripped music because licensing expired also require changing the system date to pre 2020 or something like that?
>>106939137Uninitialized variables are an easy mistake to overlook. And if you don't call an external code like in this case. Your stack state will be consistent, even if not correct.
I'm playing PCSX2 on my Linux OS
>>106940847>Remove the mandatory consolehttps://www.youtube.com/watch?v=Ikod2fONH0Q
What yall need is the ReactOS pill, which unfortunately, is still in alpha, but it's the only solution to this instead of running portable executables in a compatibility layer in an OS that doesn't natively support them.
>>106941496>linux global usershare: 1.5%>everybody who dont use linux is a nigger>so the world is made entirely of niggers/pol/cel basement fatfuck cope
>>106926459Windows 11 broke a specific case of UB the game depended on. It's not the same.
I'm playing DQVIII via PCSX2 on Linux Mint and it's running flawlessly