Page 1 of 1

[2.1.9] Crash, corrupt save (TransitionalRequestBuffers check fails)

Posted: Sat Jul 04, 2026 5:52 pm
by zin
My latest save became corrupt. The difference from previous saves is that I had Editor Extensions installed/enabled, though I didn’t actually use it and it may be unrelated. The crash seems related to orbital logistics:

Code: Select all

TransitionalRequestBuffers::request
TransitionalRequestBuffers::processHub
OrbitalLogistics::update
Planet::update
I’ve attached the save file and factorio-current.log to this post. If I disable every mod (aside from Space Age, Quality, Elevated Rails, and Recycling), the save still crashes on start-up. The save goes through the map and entity set-up, and after ‘Checking consistency’ has a full green bar, it crashes the game (not to the title screen but entirely) with a black screen; I don’t get to see the game world.

The save (same playthrough) from 27 minutes earlier actually does load. I’ve attached that too. The corrupt save is 384, and the save that works is 383. As mentioned, it happens even with all non-official mods removed. Seems like it could be some kind of engine issue, potentially introduced in 2.1+.

Re: [2.1.9] Crash, corrupt save (TransitionalRequestBuffers check fails)

Posted: Sun Jul 05, 2026 11:19 am
by Genhis
Thanks for the report. Your rocket silo has item requests with no target platform. It could be an engine issues related to mod interaction but I don't know how it could happen. If you manage to reproduce the issue, please let us know.

Re: [2.1.9] Crash, corrupt save (TransitionalRequestBuffers check fails)

Posted: Wed Jul 08, 2026 10:40 am
by zin
Unfortunately I don’t know what happened, so I can’t reproduce it. Since it kept crashing with every mod disabled (aside from Space Age and co.), does it mean it’s the result of the game/engine itself (or an official mod like Space Age), or could a mod have permanently corrupted my save (as I was using mods in this save, though I couldn’t load the save with all of them removed)?

And is there any way I can possibly recover the save, such as by editing the data, if it happens again?

Re: [2.1.9] Crash, corrupt save (TransitionalRequestBuffers check fails)

Posted: Thu Jul 09, 2026 10:34 am
by Genhis
zin wrote: Wed Jul 08, 2026 10:40 am does it mean it’s the result of the game/engine itself, or could a mod have permanently corrupted my save?
It could be either. Your save file got into an unexpected state. If a mod did this, it means our API lacks checks somewhere and should be fixed, so it isn't a mod author's fault.

There is no (easy) way to fix your save without having access to game source code. We rarely fix players' saves when asked on the forums but keeping your own backups is recommended.

Re: [2.1.9] Crash, corrupt save (TransitionalRequestBuffers check fails)

Posted: Mon Jul 13, 2026 11:40 am
by Genhis
134716 provided a nice reproduction, it is in fact an engine bug.

Re: [2.1.9] Crash, corrupt save (TransitionalRequestBuffers check fails)

Posted: Sat Jul 18, 2026 1:36 pm
by zin
Thank you for the fix in 2.1.11. I appreciate it!