Page 1 of 1

[1.1.87] Crash during replay (BlueprintBookRecordWidget::BlueprintBookRecordWidget)

Posted: Tue Jul 25, 2023 8:14 pm
by Atraps003
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%.

Re: [1.1.87] Crash during replay (BlueprintBookRecordWidget::BlueprintBookRecordWidget)

Posted: Mon Mar 25, 2024 6:56 pm
by boskid
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.

Re: [1.1.87] Crash during replay (BlueprintBookRecordWidget::BlueprintBookRecordWidget)

Posted: Wed Mar 27, 2024 3:09 am
by Atraps003
Thank you. The bug fixing efforts are appreciated.