Space Engineers

Space Engineers

Hacking Computer v3 (Obsolete)
Adorjan[HUN] 19 May, 2022 @ 8:38am
Exception in HackingBlock.UpdateAfterSimulation100. Clearing blocksToHack list
Hi!

I get a crash when using hacking computers.

I got this Exception from the log

2022-05-19 16:25:58.184 - Thread: 8 -> Exception in HackingBlock.UpdateAfterSimulation100. Clearing blocksToHack list: System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.KeyCollection.Enumerator.MoveNext() at Sandbox.Game.EntityComponents.MyModStorageComponent.Serialize(Boolean copy) at VRage.Game.Components.MyComponentContainer.Serialize(Boolean copy) at Sandbox.Game.Entities.MyCubeBlock.GetObjectBuilderCubeBlock(Boolean copy) at Sandbox.Game.Entities.Cube.MyTerminalBlock.GetObjectBuilderCubeBlock(Boolean copy) at Sandbox.Game.Entities.Cube.MyFunctionalBlock.GetObjectBuilderCubeBlock(Boolean copy) at Sandbox.Game.Entities.Cube.MySlimBlock.GetObjectBuilderInternal(Boolean copy) at Sandbox.Game.Entities.Cube.MySlimBlock.VRage.Game.ModAPI.IMySlimBlock.GetObjectBuilder(Boolean copy) at Kage.HackingComputer.HackingBlock.GetComputerCount(IMySlimBlock block) at Kage.HackingComputer.HackingBlock.<HackingLogic>b__54_0()