How a 20 year old bug in GTA San Andreas surfaced in Windows 11 24H2
cookieplmonster.github.io
How a 20 year old bug in GTA San Andreas surfaced in Windows 11 24H2
1–10 of 315 posts
Re: How a 20 year old bug in GTA San Andreas surfaced in Windows 11 24H2
#2Re: How a 20 year old bug in GTA San Andreas surfaced in Windows 11 24H2
#3[flagged]
Re: How a 20 year old bug in GTA San Andreas surfaced in Windows 11 24H2
#4[flagged]
On top of that, the hardware requirements (256MB of system RAM, and the PlayStation 2 only had 32MB) made it enough of a challenge to get the game running at all. Throwing in a heavyweight parsing library for either of these three languages was out of the question.
Re: How a 20 year old bug in GTA San Andreas surfaced in Windows 11 24H2
#5[flagged]
To u/db48x whose post got flagged and doesn't reappear despite me vouching for it as I think they have a point (at least for modern games): GTA San Andreas was released in 2004. Back then, YAML was in its infancy (2001) and JSON was only standardized informally in 2006, and XML wasn't something widely used outside of the Java world. On top of that, the hardware requirements (256MB of system RAM, and the PlayStation 2…
Re: How a 20 year old bug in GTA San Andreas surfaced in Windows 11 24H2
#6[flagged]
To u/db48x whose post got flagged and doesn't reappear despite me vouching for it as I think they have a point (at least for modern games): GTA San Andreas was released in 2004. Back then, YAML was in its infancy (2001) and JSON was only standardized informally in 2006, and XML wasn't something widely used outside of the Java world. On top of that, the hardware requirements (256MB of system RAM, and the PlayStation 2…
Most of the time, the programmers who do this do not follow the simple rule that Stroustrup said which is to define or initialize a variable where you declare it (i.e. declare it before using it), and which would solve a lot of bugs in C++.
Re: How a 20 year old bug in GTA San Andreas surfaced in Windows 11 24H2
#7[flagged]
Re: How a 20 year old bug in GTA San Andreas surfaced in Windows 11 24H2
#8Re: How a 20 year old bug in GTA San Andreas surfaced in Windows 11 24H2
#9Re: How a 20 year old bug in GTA San Andreas surfaced in Windows 11 24H2
#10I'm glad they tracked it down even further to figure out exactly why.