Search found 2 matches
- Wed Nov 27, 2024 2:10 am
- Forum: 1 / 0 magic
- Topic: [2.0.15] Crash "Error ParallelScenarioSaver.cpp:151: Saving scenario failed: bad allocation"
- Replies: 5
- Views: 240
Re: [2.0.15] Crash "Error ParallelScenarioSaver.cpp:151: Saving scenario failed: bad allocation"
Keith, not sure how much C++ programming experience you have so sorry if you already know this, but the exact text "bad allocation" was printed because part of the system standard library (not Factorio) threw an exception called `std::bad_alloc` (you can google this). The words "bad a...
- Wed Nov 27, 2024 1:50 am
- Forum: Bug Reports
- Topic: [2.0.22] Crash saving, LogisticSection check fails (LogisticPointFilters::save)
- Replies: 0
- Views: 58
[2.0.22] Crash saving, LogisticSection check fails (LogisticPointFilters::save)
Game crashed about 10 minutes after updating to 2.0.22, crash was spurious (trying to save the attached save file does not crash the game). The failed assertion text was `LogisticSection.cpp:72: this->filters.empty() || !output.savingBlueprint || this->filters.back() was not true`. Relevant log snip...