I Get this error IndexOutOfRangeException: Index was outside the bounds of the array.
from connection manager
First I get this spamed a bit ...
NullReferenceException: Object reference not set to an instance of an object
at (wrapper dynamic-method) EntityAlive.Update_Patch1(object)
(Filename: Line: -1)
Then the game stopping spam of this
IndexOutOfRangeException: Index was outside the bounds of the array.
at Inventory.GetItemActionInSlot (System.Int32 _slotIdx, System.Int32 _actionIdx) [0x00017] in <3ca2702590144b2c95bd610195728952>:0
at GameManager.ItemActionEffectsClient (System.Int32 _entityId, System.Int32 _slotIdx, System.Int32 _itemActionIdx, System.Int32 _firingState, UnityEngine.Vector3 _startPos, UnityEngine.Vector3 _direction, System.Int32 _userData) [0x00025] in <3ca2702590144b2c95bd610195728952>:0
at NetPackageItemActionEffects.ProcessPackage (World _world, INetConnectionCallbacks _netConnectionCallback) [0x00048] in <3ca2702590144b2c95bd610195728952>:0
at ConnectionManager.ProcessPackages (INetConnection _connection, NetPackageDirection _disallowedDirection) [0x000b2] in <3ca2702590144b2c95bd610195728952>:0
at ConnectionManager.Update () [0x00125] in <3ca2702590144b2c95bd610195728952>:0
(Filename: <3ca2702590144b2c95bd610195728952> Line: 0)
IndexOutOfRangeException: Index was outside the bounds of the array.
at Inventory.GetItemActionInSlot (System.Int32 _slotIdx, System.Int32 _actionIdx) [0x00017] in <3ca2702590144b2c95bd610195728952>:0
at GameManager.ItemActionEffectsClient (System.Int32 _entityId, System.Int32 _slotIdx, System.Int32 _itemActionIdx, System.Int32 _firingState, UnityEngine.Vector3 _startPos, UnityEngine.Vector3 _direction, System.Int32 _userData) [0x00025] in <3ca2702590144b2c95bd610195728952>:0
at NetPackageItemActionEffects.ProcessPackage (World _world, INetConnectionCallbacks _netConnectionCallback) [0x00048] in <3ca2702590144b2c95bd610195728952>:0
at ConnectionManager.ProcessPackages (INetConnection _connection, NetPackageDirection _disallowedDirection) [0x000b2] in <3ca2702590144b2c95bd610195728952>:0
at ConnectionManager.Update () [0x00125] in <3ca2702590144b2c95bd610195728952>:0
(Filename: <3ca2702590144b2c95bd610195728952> Line: 0)
This is with the Darkess fall mod installed
View attachment output_log.txt