I had a train at depot which should (I wish) have been at its cargo-source station, waiting for cargo-sink to open up its train-count. It was operating under an interrupt as shown in the screenshot. Every 30s it loops and re-enters the depot interrupt wait conditions. I tried adding a cargo-sink not full condition to its cargo source station wait conditions, which I hoped would keep it from leaving that station and ending up at the depot. As I clicked the confirm button on the station-selection pop-up, game crashed and requested this bug report.
I suspect my click may have raced with the end of the 30s wait condition, since I was hoping I'd get it in first.
I'll file an enhancement request for the trouble I was having with the interrupt too, come to think of it.
Edit: attached log, oops!
[2.0.32] Crash adding station-not-full condition to train schedule during interrupt
-
- Manual Inserter
- Posts: 4
- Joined: Sun Mar 09, 2025 11:44 pm
- Contact:
[2.0.32] Crash adding station-not-full condition to train schedule during interrupt
- Attachments
-
- factorio-previous.log
- (17.59 KiB) Downloaded 32 times
Last edited by BeachesCache on Mon Mar 10, 2025 4:47 pm, edited 1 time in total.
Re: [2.0.32] Crash adding station-not-full condition to train schedule during interrupt
Post the log of the session with the crash please, see 3638.
Re: [2.0.32] Crash adding station-not-full condition to train schedule during interrupt
Are you able to reproduce the crash?
-
- Manual Inserter
- Posts: 4
- Joined: Sun Mar 09, 2025 11:44 pm
- Contact:
Re: [2.0.32] Crash adding station-not-full condition to train schedule during interrupt
Tried, but no. I didn't specifically try to hit the race again, though.