Yesterday, 02:59 AM
(01-03-2026, 04:24 AM)S8F8ry Wrote: Is your system 32-bit or 64-bit? If it is a 32-bit system, /LARGEADDRESSAWARE does not work directly, you need to use BCDEdit to set the increaseuserva option, see: Memory Related Settings. If it is a 64-bit system, it may have encountered a very bad situation in which one of the libraries used by the program expected a low memory address (below 0x8000000) and actually allocated a higher memory address, causing it to think this is a serious exception.
My operating system is 64-bit, CentBrowser is x86 (32-bit). The /LARGEADDRESSAWARE flag that I checked and found to be enabled is also in the chrome.exe file of the x86 (32-bit) version of CentBrowser.
As you said, this issue stems from CentBrowser (and related libraries) incorrectly handling memory addresses starting from 0x80000000 (due to using a signed int data type instead of an unsigned int). Will this be fixed in the next update?
Tell me I'm your national anthem

