Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tryed the patch and still crashes to desktop #9

Closed
MishkaRose opened this issue Dec 21, 2023 · 7 comments
Closed

tryed the patch and still crashes to desktop #9

MishkaRose opened this issue Dec 21, 2023 · 7 comments

Comments

@MishkaRose
Copy link

errorReport_2023.12.21-04.12.27_(1).txt
errorReport_2023.12.21-03.48.41_(1).txt

@MishkaRose
Copy link
Author

@MADCATXXX
Copy link

2 of the issues are related to out of memory exceptions, maybe better to add them to out of memory issue. But stack traces for out of memory errors are not that usefull as this can be thrown in any part of the game due to running out of heap memory (which is limited to 1.3 Gb no matter how much actual RAM you have).

@pj1234678
Copy link
Owner

pj1234678 commented Dec 22, 2023 via email

@MishkaRose
Copy link
Author

What resolution are you running? Higher resolutions require more memory.

1920x1080

@MishkaRose
Copy link
Author

these only happen when changing map / location

@pj1234678
Copy link
Owner

Thank you for the report.
I finally found a solution, Since the binary runs in 32 bit mode it can't use more than ~1.3GB of ram.
In version 1.5 I address this by adding the LARGEADDRESSAWARE flag to the binary header.

That will solve 2 out of the 3 issues you are having.

Thanks again MADCATXXX

@pj1234678
Copy link
Owner

The new version dropped Addressing a lot of these concerns
Please update and if you have the same issue open a new one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants