opened the new capsules that supply a spaceship to drop stuff while desonstructing the spaceship (only the hub left)
the capsules stay in the air and when opening the inventory the game crashed for me
upgraded to 2.0.5 happends there aswell
[boskid][2.0.5] Crash clicking into the rockets capsules (ItemRequestProxyManager::processSpaceHub)
Re: 2.0.5 crash while clicking into the rockets capsules
while trying to get the crash reproduced i was too "slow" and the capsule landed on the platform tiles ( before it was in the air)
i could open then inventory without a crash but when i right clicked the rocket fuel it crashed on the last stack again ( space platfrom delivery) while sending up rocketfuel to an deconstructed cargo bay
log and savefile provided
i could open then inventory without a crash but when i right clicked the rocket fuel it crashed on the last stack again ( space platfrom delivery) while sending up rocketfuel to an deconstructed cargo bay
log and savefile provided
- Attachments
-
- crash.zip
- (20.48 MiB) Downloaded 8 times
-
- factorio-current.log
- (12.19 KiB) Downloaded 11 times
Re: [boskid][2.0.5] Crash clicking into the rockets capsules (ItemRequestProxyManager::processSpaceHub)
Thanks for the report. Issue is now fixed for 2.0.6. It was caused by a too greedy implementation of the TemporaryContainer (space capsule) entity which tried to destroy itself immediately after items were removed. As a fix i made it wait until next update.