Page 1 of 1

[1.1.76] Crash during save (CraftingMachine::save)

Posted: Thu Feb 23, 2023 4:47 pm
by ratajq
Hi,
Game crashed to pulpit during autosave, i was not performing any action then.
Name of the autosave file which crashed is _autosave3.tmp (attached).
I can't load this file (C:/Users/Mateusz/AppData/Roaming/Factorio/saves/_autosave3.tmp.zip failed: Bad zip file)
Fortunately previous autosave file is ok.
No mods installed.

Re: [1.1.76] Crash during save (CraftingMachine::save)

Posted: Thu Feb 23, 2023 4:57 pm
by Loewchen
Can you reproduce the crash?

Re: [1.1.76] Crash during save (CraftingMachine::save)

Posted: Thu Feb 23, 2023 5:44 pm
by ratajq
Currently not, future autosaves are performing correctly

Re: [1.1.76] Crash during save (CraftingMachine::save)

Posted: Thu Feb 23, 2023 6:53 pm
by Rseding91
It crashed trying to save the module inventory of the crafting machine. The module inventory is in the middle of saving a given crafting machine which means the rest of it was valid to save and just the module inventory failed.

The only way I know of for that to happen is memory corruption or the CPU executing an instruction incorrectly. (hardware issues)