Page 1 of 1

[0.11.4] Unresponsive Save

Posted: Thu Dec 04, 2014 7:32 pm
by FishSandwich
When attempting to load this save, the game becomes unresponsive and uses a lot of RAM.

The game was created and saved in 0.11.3, with the Hardcorio mod. Trying to load the save with or without the mod enabled causes the game to become unresponsive.

This save worked fine prior to the 0.11.4 update.

Re: [0.11.4] Unresponsive Save

Posted: Fri Dec 05, 2014 10:07 am
by kovarex
Ok, so I checked the save, and the first chunk has coordinates something like -63 000 000 (chunks), so it is understandable it fails.
I tried to load it also in 0.11.3, but the strange chunk was still there, just the fact, that we still had regions in that version (I removed regions btw), hidden the problem partially.

I added sanity check for chunk creation, so when the game (or mod especially) tries to create chunk at some nonsense location, it will show the error at the moment, so the corrupted save of this type shouldn't be created from now on.

For the existing save, I'm afraid there is nothing I can do.

Re: [0.11.4] Unresponsive Save

Posted: Fri Dec 05, 2014 1:21 pm
by Rseding91
kovarex wrote:Ok, so I checked the save, and the first chunk has coordinates something like -63 000 000 (chunks), so it is understandable it fails.
I tried to load it also in 0.11.3, but the strange chunk was still there, just the fact, that we still had regions in that version (I removed regions btw), hidden the problem partially.

I added sanity check for chunk creation, so when the game (or mod especially) tries to create chunk at some nonsense location, it will show the error at the moment, so the corrupted save of this type shouldn't be created from now on.

For the existing save, I'm afraid there is nothing I can do.
Just curious , what was the benefit of regions and or their removal? Was it simply another layer of abstraction between a given position and the actual data for that chunk?

Re: [0.11.4] Unresponsive Save

Posted: Fri Dec 05, 2014 2:00 pm
by FishSandwich
kovarex wrote:For the existing save, I'm afraid there is nothing I can do.
That's okay, I don't care so much about the save. ;)