Hello, been getting a null reference exception error when another player joins my game. Any thoughts as to what it's about?
NullReferenceException: Object reference not set to an instance of an object
at ItemHasTags.IsValid (MinEventParams _params) [0x0000d] in <e905376b19ea4fabb0377334749ef142>:0
at MinEffectGroup.canRun (MinEventParams _params) [0x0004e] in <e905376b19ea4fabb0377334749ef142>:0
at MinEffectGroup.ModifyValue (MinEventParams _params, EntityAlive _self, PassiveEffects _effect, System.Single& _base_value, System.Single& _perc_value, System.Single level, FastTags _tags, System.Int32 _multiplier) [0x00000] in <e905376b19ea4fabb0377334749ef142>:0
at MinEffectController.ModifyValue (EntityAlive _self, PassiveEffects _effect, System.Single& _base_value, System.Single& _perc_value, System.Single _level, FastTags _tags, System.Int32 multiplier) [0x0004b] in <e905376b19ea4fabb0377334749ef142>:0
at ProgressionClass.ModifyValue (EntityAlive _ea, ProgressionValue _pv, PassiveEffects _effect, System.Single& _base_value, System.Single& _perc_value, FastTags _tags) [0x0001c] in <e905376b19ea4fabb0377334749ef142>:0
at Progression.ModifyValue (PassiveEffects _effect, System.Single& _base_val, System.Single& _perc_val, FastTags _tags) [0x00055] in <e905376b19ea4fabb0377334749ef142>:0
at EffectManager.GetValue (PassiveEffects _passiveEffect, ItemValue _originalItemValue, System.Single _originalValue, EntityAlive _entity, Recipe _recipe, FastTags tags, System.Boolean calcEquipment, System.Boolean calcHoldingItem, System.Boolean calcProgression, System.Boolean calcBuffs, System.Int32 craftingTier, System.Boolean useMods) [0x001d1] in <e905376b19ea4fabb0377334749ef142>:0
at EntityStats..ctor (EntityAlive entity) [0x00056] in <e905376b19ea4fabb0377334749ef142>:0
at EntityAlive.constructEntityStats () [0x00000] in <e905376b19ea4fabb0377334749ef142>:0
at EntityAlive.Init (System.Int32 _entityClass) [0x00007] in <e905376b19ea4fabb0377334749ef142>:0
at EntityPlayer.Init (System.Int32 _entityClass) [0x0002e] in <e905376b19ea4fabb0377334749ef142>:0
at EntityFactory.CreateEntity (EntityCreationData _ecd) [0x001da] in <e905376b19ea4fabb0377334749ef142>:0
at GameManager.RequestToSpawnPlayer (ClientInfo _cInfo, System.Int32 _chunkViewDim, PlayerProfile _playerProfile) [0x00272] in <e905376b19ea4fabb0377334749ef142>:0
at NetPackageRequestToSpawnPlayer.ProcessPackage (World _world, GameManager _callbacks) [0x00007] in <e905376b19ea4fabb0377334749ef142>:0
at ConnectionManager.ProcessPackages (INetConnection _connection, NetPackageDirection _disallowedDirection, ClientInfo _clientInfo) [0x000c8] in <e905376b19ea4fabb0377334749ef142>:0
at ConnectionManager.Update () [0x00030] in <e905376b19ea4fabb0377334749ef142>:0
NullReferenceException: Object reference not set to an instance of an object
at ItemHasTags.IsValid (MinEventParams _params) [0x0000d] in <e905376b19ea4fabb0377334749ef142>:0
at MinEffectGroup.canRun (MinEventParams _params) [0x0004e] in <e905376b19ea4fabb0377334749ef142>:0
at MinEffectGroup.ModifyValue (MinEventParams _params, EntityAlive _self, PassiveEffects _effect, System.Single& _base_value, System.Single& _perc_value, System.Single level, FastTags _tags, System.Int32 _multiplier) [0x00000] in <e905376b19ea4fabb0377334749ef142>:0
at MinEffectController.ModifyValue (EntityAlive _self, PassiveEffects _effect, System.Single& _base_value, System.Single& _perc_value, System.Single _level, FastTags _tags, System.Int32 multiplier) [0x0004b] in <e905376b19ea4fabb0377334749ef142>:0
at ProgressionClass.ModifyValue (EntityAlive _ea, ProgressionValue _pv, PassiveEffects _effect, System.Single& _base_value, System.Single& _perc_value, FastTags _tags) [0x0001c] in <e905376b19ea4fabb0377334749ef142>:0
at Progression.ModifyValue (PassiveEffects _effect, System.Single& _base_val, System.Single& _perc_val, FastTags _tags) [0x00055] in <e905376b19ea4fabb0377334749ef142>:0
at EffectManager.GetValue (PassiveEffects _passiveEffect, ItemValue _originalItemValue, System.Single _originalValue, EntityAlive _entity, Recipe _recipe, FastTags tags, System.Boolean calcEquipment, System.Boolean calcHoldingItem, System.Boolean calcProgression, System.Boolean calcBuffs, System.Int32 craftingTier, System.Boolean useMods) [0x001d1] in <e905376b19ea4fabb0377334749ef142>:0
at EntityStats..ctor (EntityAlive entity) [0x00056] in <e905376b19ea4fabb0377334749ef142>:0
at EntityAlive.constructEntityStats () [0x00000] in <e905376b19ea4fabb0377334749ef142>:0
at EntityAlive.Init (System.Int32 _entityClass) [0x00007] in <e905376b19ea4fabb0377334749ef142>:0
at EntityPlayer.Init (System.Int32 _entityClass) [0x0002e] in <e905376b19ea4fabb0377334749ef142>:0
at EntityFactory.CreateEntity (EntityCreationData _ecd) [0x001da] in <e905376b19ea4fabb0377334749ef142>:0
at GameManager.RequestToSpawnPlayer (ClientInfo _cInfo, System.Int32 _chunkViewDim, PlayerProfile _playerProfile) [0x00272] in <e905376b19ea4fabb0377334749ef142>:0
at NetPackageRequestToSpawnPlayer.ProcessPackage (World _world, GameManager _callbacks) [0x00007] in <e905376b19ea4fabb0377334749ef142>:0
at ConnectionManager.ProcessPackages (INetConnection _connection, NetPackageDirection _disallowedDirection, ClientInfo _clientInfo) [0x000c8] in <e905376b19ea4fabb0377334749ef142>:0
at ConnectionManager.Update () [0x00030] in <e905376b19ea4fabb0377334749ef142>:0