[boskid][2.0.16] crash when loading editor extensions save (this->canTrashNotRequested() was not true)
[boskid][2.0.16] crash when loading editor extensions save (this->canTrashNotRequested() was not true)
Attached log and save file. This is just a testing world I've been using to make blueprints for Space Age, and it appears to have crashed when loading the save, and starting a new scenario seems fine.
- Attachments
-
- space-testing.zip
- (4.03 MiB) Downloaded 9 times
-
- factorio-current.log
- (8.76 KiB) Downloaded 12 times
Re: [2.0.16] crash when loading editor extensions save (this->canTrashNotRequested() was not true)
Can confirm this still happens on 2.0.17.
Re: [boskid][2.0.16] crash when loading editor extensions save (this->canTrashNotRequested() was not true)
Ok this issue should be now fixed for 2.0.21. It is an incorrect consistency check triggering for a blueprint entity that was configured to be trashing not requested but because of mods changing something the entity is no longer able to request stuff so it cannot use trash not requested. Issue was that the migration i did is only running for real entities but consistency check was running for all entities and so it was incorrectly tripping.
Re: [boskid][2.0.16] crash when loading editor extensions save (this->canTrashNotRequested() was not true)
Thank you for the fix. It started happening to me today, but I am on `2.0.20`. Looking forward to the update