Page 1 of 1

[Boskid] [1.1.37] assigning nil to global causes a crash

Posted: Mon Aug 09, 2021 12:50 pm
by Honktown
Assigned nil to global on init. Save. Load and crash.

Mod to cause the crash:
globalcrash_0.0.1.zip
(779 Bytes) Downloaded 124 times
Save which crashes when loaded:
1crashglobal.zip
(1.27 MiB) Downloaded 129 times
Slice of log file, I still have the rest:
globalcrash_0.0.1.zip
(779 Bytes) Downloaded 124 times

Re: [Boskid] [1.1.37] assigning nil to global causes a crash

Posted: Mon Aug 09, 2021 1:16 pm
by boskid
Thanks for the reports. It crashes due to an type check to make sure that `global` is a table which in this case is not a table. I see no reasonable alternative behavior that would allow to continue playing so i do not care about this case and i am going to call it a wont fix.