Search found 6 matches
- Mon Nov 11, 2024 6:26 am
- Forum: 1 / 0 magic
- Topic: [2.0.14] Corrupted Save(s) while debugging.
- Replies: 20
- Views: 939
Re: [2.0.14] Corrupted Save(s) while debugging.
Ah right of course haha that makes sense! I just noticed the Factorio PDB is provided right with the executable in the installation directory, so that's nice! There's a few other instances of this crash in 2.0.16, and they all end up with a stack trace that ends up failing deserialisation through `L...
- Mon Nov 11, 2024 6:18 am
- Forum: Resolved Problems and Bugs
- Topic: [Rseding91] [2.0.16] Save file corruption: Invalid bool loaded (including autosaves)
- Replies: 15
- Views: 839
Re: [2.0.16] Save file corruption: Invalid bool loaded (including autosaves)
Hey, so even though it says that Factorio crashes, it doesn't actually crash. If you hold CTRL + ALT when you click on the Settings button on the main menu, you will see a category called "The rest". You can enable something called "log stack trace on non critical exceptions", wh...
- Sun Nov 10, 2024 10:01 pm
- Forum: 1 / 0 magic
- Topic: [2.0.14] Corrupted Save(s) while debugging.
- Replies: 20
- Views: 939
Re: [2.0.14] Corrupted Save(s) while debugging.
Hey Rseding91,
I'm curious, what tool are you using to inspect the save file data? You said it's compressed into the save, so I'm wondering if there is a way to uncompress the data so I can look at it myself?
Thanks!
I'm curious, what tool are you using to inspect the save file data? You said it's compressed into the save, so I'm wondering if there is a way to uncompress the data so I can look at it myself?
Thanks!
- Sun Nov 10, 2024 9:57 pm
- Forum: Resolved Problems and Bugs
- Topic: [Rseding91] [2.0.16] Save file corruption: Invalid bool loaded (including autosaves)
- Replies: 15
- Views: 839
Re: [2.0.16] Save file corruption: Invalid bool loaded (including autosaves)
Do you have any details about what your character was doing at the time of the crash? I'm adding the stack trace from attempting to load this save and failing down below. The TL;DR is that when you made the save, your character had some logistics request on it that were not written to the save file ...
- Sun Oct 27, 2024 4:56 pm
- Forum: Railway Setups
- Topic: Designing an LTN-style Logistics Train Network in Vanilla Factorio 2.0 Using Interrupts
- Replies: 2
- Views: 4450
Re: Designing an LTN-style Logistics Train Network in Vanilla Factorio 2.0 Using Interrupts
I created a new video with multiple improvements, and I go through how they work as well: https://www.youtube.com/watch?v=rRGAVDndFwk Here are the key points: - Parametrised Interrupt allows one interrupt to fulfill every type of resource request. - Modified Provider Station setup now allows you to ...
- Sat Oct 26, 2024 10:09 pm
- Forum: Railway Setups
- Topic: Designing an LTN-style Logistics Train Network in Vanilla Factorio 2.0 Using Interrupts
- Replies: 2
- Views: 4450
Designing an LTN-style Logistics Train Network in Vanilla Factorio 2.0 Using Interrupts
Hey guys, so I made a video where I design an LTN style logistics train network from scratch, using the circuit network and the new train interrupts system in 2.0. I chose to do a long form video of me designing the system from scratch, because all other videos I found about vanilla logistic trains ...