For context I was trying to debug an issue with an interrupt on a space platform not leaving despite all conditions being met and no cargo being dropped or received.
1. When switching the conditional from "or" to "and", it will remain stuck on "and" if I attempt to switch it back to "or".
2. If I switch the order of the conditions, the game crashes with a checksum failure. This will always happen regardless of the previous statement regarding the "and"/"or" bug; it will still occur whether the conditions are set to "or" or "and"
3. With my limited information, my guess is all three bugs I am experiencing are related and is actually just one bug caused by the platform's inability to leave despite meeting all conditions. I messed with conditional list on other space platforms that I know work and do not have the same crash, but I can reload the game and repeatedly force the same error
4. Did a little more testing. Found that when the conditions are not met, I can freely change the order of conditions but once the two conditions are met, the crash will occur. I also had the platform repeat the interrupt (canceled the current interrupt, send it to aquilo and let the interrupt activate again).
I believe this is a bug in it of itself, however I encountered another bug trying to figure out my issue with the platform not leaving Nauvis. [2.0.23] Game Crashes When Swapping Space Platform Interrupt Conditions Order
[2.0.23] Game Crashes When Swapping Space Platform Interrupt Conditions Order
- Attachments
-
- factorio-dump-current.dmp
- (1.75 MiB) Downloaded 8 times
-
- factorio-current.log
- (10.71 KiB) Downloaded 11 times