[1.1.87] Crash during replay (BlueprintBookRecordWidget::BlueprintBookRecordWidget)
[1.1.87] Crash during replay (BlueprintBookRecordWidget::BlueprintBookRecordWidget)
Game crashes when replaying the following save from the perspective of player Kroklion with Show GUI enabled. Crash happens when the research of weapon shooting speed 2 reaches 5%.
- Attachments
-
- save.zip
- (9.25 MiB) Downloaded 73 times
-
- factorio.log
- (9.16 KiB) Downloaded 85 times
Re: [1.1.87] Crash during replay (BlueprintBookRecordWidget::BlueprintBookRecordWidget)
Thanks for the report. I was able to reproduce the issue by watching the replay as well as reproduce it from scratch.
It looks that replay considers first player as a local player so when first player left the game, blueprint library was disconnected from local player shelf and this caused another piece of code that was missing empty check to crash when blueprint library was being used by other player.
Issue is now fixed for 1.1.106.
It looks that replay considers first player as a local player so when first player left the game, blueprint library was disconnected from local player shelf and this caused another piece of code that was missing empty check to crash when blueprint library was being used by other player.
Issue is now fixed for 1.1.106.
Re: [1.1.87] Crash during replay (BlueprintBookRecordWidget::BlueprintBookRecordWidget)
Thank you. The bug fixing efforts are appreciated.