NullReferenceException in MyEmotionControllerComponent.FillAvailableLCDsList method (1.208.15)
Submitted
Reproduction steps:
1. Build emotion controller on grid.
2. Build projector on grid, enable it and load repair blueprint of this grid.
3. Access emotion controller in terminal.
Actual result:
Game crashes with NullReferenceException in MyEmotionControllerComponent.FillAvailableLCDsList (see callstack below):
Expected result:
Terminal display controls for Emotion Controller block.
It seems that FillAvailableLCDsList collects all blocks of grid and iterates over the list but does not check if the blocks are part of projection or not resulting in null reference exception on accessing null properties of projected blocks.
Access denied
I have the same bug
Replies have been locked on this page!