My largest factory save became corrupt, and any saves/autosaves after the one in the picture just crash without error.... However this one does spit out a error before crashing. I am playing with my MoPack enabled, but the crashing seems unrelated to my mods. (Still crash's even without the mods.) It does seem related to my railroads though. More specifically when I moved my train signals around, I was trying to tweak the segment junctions so my trains would stop getting jammed.
I do change rails using MoTransport, but the game saved and loaded correctly before. And I don't believe this is the problem.
Code: Select all
--Lets change all the rails so they can run over water.
local Items = data.raw["rail"]
local Data = {"object-layer"}
for i,d in pairs(Items) do
d.collision_mask=Data
end