Page 2 of 2
Re: Script error using when loading save/launching rocket on old save game.
Posted: Sun Dec 12, 2021 7:09 am
by cool_balrog00
Sorry about that. The original is larger than I expected and I must have submitted before it was done loading like you said.
Re: Script error using when loading save/launching rocket on old save game.
Posted: Sun Dec 12, 2021 8:26 am
by Silari
Looks like level.datmetadata needs to be included in the list of things to not delete. Removing it makes the game complain about level.dat missing.
Clearing out the other files oddly still didn't remove the old GUI. It didn't crash anymore, but there's code that's SUPPOSED to remove the old button, but it didn't want to run. Took a bit of finagling to get it gone. Save should work fine now though.
Re: Script error using when loading save/launching rocket on old save game.
Posted: Mon Dec 13, 2021 6:22 am
by cool_balrog00
100% Fixed! I don't have the old GUI issue and was able to load the fixed version you uploaded. I launched a rocket without the game crashing. I've had this map for a very long time so I really appreciate your help! Thank you!
Re: Script error using when loading save/launching rocket on old save game.
Posted: Mon Oct 21, 2024 5:20 pm
by p1ncush10n
Is this still a valid solution now that 2.x is out, or is there an alternate fix? I've tried and it's still bombing on startup. My map is ~260MB so I'm not sure I'll be able to upload it here for analysis.
I have an instance of 1.1.110 i can load the save from if it's just a matter of deleting some objects.
current error:
Code: Select all
The scenario level caused a non-recoverable error.
Please report this error to the scenario author.
Error while running event level::on_configuration_changed
__level__/freeplay.lua:53: attempt to index global 'global' (a nil value)
stack traceback:
__level__/freeplay.lua:53: in function 'on_configuration_changed'
__core__/lualib/event_handler.lua:87: in function <__core__/lualib/event_handler.lua:84>
Re: Script error using when loading save/launching rocket on old save game.
Posted: Wed Oct 23, 2024 4:59 pm
by vifir
Hi, I have followed instructions, but didn't work. Still getting error message below. Can you help me please?
The scenario level caused a non-recoverable error.
Please report this error to the scenario author.
Error while running event level::on_configuration_changed
__level__/freeplay.lua:220: attempt to index global 'global' (a nil value)
stack traceback:
__level__/freeplay.lua:220: in function 'on_configuration_changed'
__core__/lualib/event_handler.lua:87: in function <__core__/lualib/event_handler.lua:84>
Re: Script error using when loading save/launching rocket on old save game.
Posted: Fri Oct 25, 2024 7:59 am
by Klonan
p1ncush10n wrote: Mon Oct 21, 2024 5:20 pm
Is this still a valid solution now that 2.x is out, or is there an alternate fix? I've tried and it's still bombing on startup. My map is ~260MB so I'm not sure I'll be able to upload it here for analysis.
Hi the process should work for updating from 1.1 to 2.0,
Just copy the control.lua and such from the 2.0 freeplay in to the save game and overwrite the existing control lua
Re: Script error using when loading save/launching rocket on old save game.
Posted: Fri Oct 25, 2024 1:59 pm
by p1ncush10n
Klonan wrote: Fri Oct 25, 2024 7:59 am
Hi the process should work for updating from 1.1 to 2.0,
Just copy the control.lua and such from the 2.0 freeplay in to the save game and overwrite the existing control lua
I tried again just now with 2.0.10 and same results. I'll try to get an original copy of the map up to google drive and update later with a link.
For now here's the log. There are a number of warnings that precede the freeplay.lua message and subsequent shutdown, I'm not sure if any of those are complicating the situation.
I really appreciate the reply and all the extra time your team has been giving to help with these saves, especially on a launch week. If nothing can be done it's not the end of the world

Re: Script error using when loading save/launching rocket on old save game.
Posted: Fri Oct 25, 2024 7:21 pm
by p1ncush10n
Google Drive link:
https://drive.google.com/file/d/1ZuYdg8 ... sp=sharing
Again, thanks to you and the team!