ccomrade / c1-launcher

Open-source Crysis executables.
289 stars 25 forks source link

/LARGEADDRESSAWARE flag needs to be added #5

Closed vlad54rus closed 3 years ago

vlad54rus commented 3 years ago

To allow 32-bit c1-launcher allocate all 4 Gigs of memory instead of regular limit of 2 Gigs and avoid crashing during prolonged gameplay. Original Crysis.exe has this flag set. I've tested it, replaying the Reckoning level with 32-bit c1-launcher with and without LAA flag set (can be simply set with PE Tools). Without it, the game crashed with memory allocation error after ~hour of gameplay when process memory usage hit ~1.8 GB.

ccomrade commented 3 years ago

Nice catch. Fixed in 2.5. Thanks.