Interesting bugs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
== Thoughts == | |||
* Integer overflow - causes problems in Thief skills in Baldur's Gate, Gandi in Civilization (oft-reported but possibly a myth?) | |||
== Links == | == Links == | ||
* [https://www.vogons.org/viewtopic.php?p=1163091#p1163091 Salt Lake 2002 - not enough memory] - Physical RAM more than 4GiB is reported as negative | * [https://www.vogons.org/viewtopic.php?p=1163091#p1163091 Salt Lake 2002 - not enough memory] - Physical RAM more than 4GiB is reported as negative | ||
* [https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-globalmemorystatus GlobalMemoryStatus] - Windows function which causes negative RAM to be reported | * [https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-globalmemorystatus GlobalMemoryStatus] - Windows function which causes negative RAM to be reported |
Latest revision as of 09:33, 23 May 2023
Thoughts
- Integer overflow - causes problems in Thief skills in Baldur's Gate, Gandi in Civilization (oft-reported but possibly a myth?)
Links
- Salt Lake 2002 - not enough memory - Physical RAM more than 4GiB is reported as negative
- GlobalMemoryStatus - Windows function which causes negative RAM to be reported