Page 1 of 1

[TOGoS] [0.17.11] Crash when trying to start a new game

Posted: Tue Mar 12, 2019 12:03 am
by Szentigrade
Image

Re: Crash when trying to start a new game

Posted: Tue Mar 12, 2019 12:10 am
by TruePikachu
So many mods and mod messages in the log, I wouldn't be surprised if the `mod-settings.dat` file ended up in an invalid state somehow.

Re: [0.17.11] Crash when trying to start a new game

Posted: Thu Mar 21, 2019 5:47 am
by TOGoS
The 'seed1' parameter to the basis noise functions is an 8-bit value. I'm guessing some mod is generating them dynamically or based on noise layer ID and blowing past the 255 limit.

We could just allow larger numbers ignore the upper bits, maybe with a warning. Or provide better error messages.

Re: [TOGoS] [0.17.11] Crash when trying to start a new game

Posted: Fri Mar 22, 2019 11:54 pm
by TOGoS
For 0.17.18 this will just generate a warning instead of crashing the game. Thanks for the report!