Hi, just had this bug today. The game state froze and no one was able to do anything, except type in chat.
Here is the repeated error message that I found in the log. I can provide the whole log if necessary.
------------------- Error ----------------------------
14:52 - ArgumentOutOfRangeException: Argument is out of range.
Parameter name: index
System.Collections.Generic.List`1[System.Collections.Generic.List`1[System.Int32]].get_Item (Int32 index)
Offworld.GameCore.PlayerClient.getBuildingResourceCost (BuildingType eIndex1, ResourceType eIndex2)
Offworld.GameCore.PlayerClient.calculateBuildingResourceValue ()
Offworld.GameCore.PlayerClient.calculateStructuresValue ()
Offworld.GameCore.PlayerClient.calculateTotalStockValue (Int32 iDebt)
Offworld.GameCore.PlayerClient.calculateBaseSharePrice (Int32 iDebt, Boolean bDampen)
HUDScanFoundInfo.Update ()
------------------------------------------------------