Page 1 of 1
[1.1.42] Crash out of memory when teleporting
Posted: Tue Oct 19, 2021 9:26 pm
by garr150354839
I'm not an expert in computers, and somehow the game bricked the PC I'm running.
Found the cause. Teleporting from one corner of the map to the other with a worm attacking before the teleportation breaks it.
Re: So, this happened.
Posted: Tue Oct 19, 2021 9:58 pm
by atomizer
The crash log says you just ran out of memory. Given how many chunks you were generating, not really that surprising.
Code: Select all
Unhandled exception: memory allocation of 250000 bytes failed! RAM: 15876/16206, Page: 29503/29506
Re: [1.1.42] Crash out of memory when teleporting
Posted: Thu Oct 28, 2021 1:34 am
by garr150354839
atomizer wrote: ↑Tue Oct 19, 2021 9:58 pm
The crash log says you just ran out of memory. Given how many chunks you were generating, not really that surprising.
Code: Select all
Unhandled exception: memory allocation of 250000 bytes failed! RAM: 15876/16206, Page: 29503/29506
The thing is, I wasn't generating those chunks, a worm was. I was teleporting some random corner of the world.
Re: [1.1.42] Crash out of memory when teleporting
Posted: Thu Oct 28, 2021 8:59 am
by atomizer
Yes, you are right, it looks like this is a side effect of
viewtopic.php?f=11&t=77071