Inventory screen messed

Issue #232 resolved
Grond created an issue

Opened inventory and got an error, now I can do anything with inventory (see screenshot).

Ultimate ADOM - Caverns of Chaos
Version 0.2.0 - 6/5/2020 6:58:04 PM

Failed to batch signal.

Object reference not set to an instance of an object

System.NullReferenceException: Object reference not set to an instance of an object
at UA.GameEngine.ECS.Components.Lib.ArmorPenetratingComponent.PropagateEvent (UA.GameEngine.Events.GameEvent gameEvent) [0x00068] in <764a1b8ecce7420086407fc493972f4a>:0
at UA.GameEngine.ECS.Components.SlotWrappingComponent.PropagateEvent (UA.GameEngine.Events.GameEvent ev) [0x00026] in <764a1b8ecce7420086407fc493972f4a>:0
at UA.Events.EventDispatcher2[TT,TE].PropagateEvent (TE ev) [0x0007a] in <764a1b8ecce7420086407fc493972f4a>:0 at UA.GameEngine.ECS.Entities.Entity.PropagateEvent (UA.GameEngine.Events.GameEvent gameEvent) [0x00231] in <764a1b8ecce7420086407fc493972f4a>:0 at UA.GameEngine.ECS.Systems.Damage.DamageSystem.GetDamageSpecification (UA.GameEngine.ECS.Entities.IEntity attacker, UA.GameEngine.ECS.Entities.IEntity attackMethod, System.String damageContext) [0x00049] in <764a1b8ecce7420086407fc493972f4a>:0 at UA.GameEngine.ECS.Systems.Infos.Builders.Lib.ItemInfoBuilder.BuildInfoFor (UA.GameEngine.ECS.Systems.Infos.Elements.InfoFactory infoFactory, UA.GameEngine.ECS.Systems.Infos.InfoContext context, UA.GameEngine.ECS.Entities.IEntity entity) [0x0027f] in <764a1b8ecce7420086407fc493972f4a>:0 at UA.GameEngine.ECS.Systems.Infos.Builders.Lib.Base.InfoBuilderBase.BuildInfoFor (UA.GameEngine.ECS.Entities.IEntity entity, UA.GameEngine.ECS.Systems.Infos.InfoContext context, System.Boolean includeHeadlineInInfo) [0x00020] in <764a1b8ecce7420086407fc493972f4a>:0 at UA.GameEngine.ECS.Systems.Infos.InfoSystem.GetInfo (UA.GameEngine.ECS.Entities.IEntity entity, UA.GameEngine.ECS.Systems.Infos.InfoContext context, System.Boolean includeHeadlineInInfo) [0x0001f] in <764a1b8ecce7420086407fc493972f4a>:0 at UA.GameEngine.ECS.Systems.Infos.Base.EntityInfoProviderBase..ctor (UA.GameEngine.ECS.Entities.IEntity entity, UA.GameEngine.ECS.Systems.Infos.InfoContext context) [0x00019] in <764a1b8ecce7420086407fc493972f4a>:0 at UA.GameEngine.GameInfo.DetailedInformation.ItemInfo..ctor (UA.GameEngine.ECS.Entities.IEntity item, UA.GameEngine.ECS.Systems.Infos.InfoContext context, UA.UserInterface.Options.IOption[] primaryInteractions, UA.UserInterface.Options.IOption[] secondaryInteractions) [0x0000b] in <764a1b8ecce7420086407fc493972f4a>:0 at UA.GameEngine.GameInfo.DetailedInformation.BodyPartInfo..ctor (UA.GameEngine.ECS.Entities.IEntity owner, UA.GameEngine.ECS.Entities.IEntity bodyPart) [0x001c0] in <764a1b8ecce7420086407fc493972f4a>:0 at UA.GameEngine.GameInfo.DetailedInformation.EquipmentInfo..ctor (UA.GameEngine.ECS.Entities.IEntity owner) [0x00049] in <764a1b8ecce7420086407fc493972f4a>:0 at UA.GameEngine.GameInfo.DetailedInformation.InventoryInfo..ctor (UA.GameEngine.ECS.Entities.IEntity entity, UA.GameEngine.GameInfo.DetailedInformation.ItemListInfo itemsOnTheGround, UA.GameEngine.GameInfo.DetailedInformation.InventoryInfo previousInventoryInfo) [0x00028] in <764a1b8ecce7420086407fc493972f4a>:0 at UA.GameEngine.ECS.Systems.GameCommands.InventoryManagement.InventoryManagementSystem.GetPlayerInventoryInfo () [0x0008c] in <764a1b8ecce7420086407fc493972f4a>:0 at Game.Common.Game.Panel.Inventory.InventoryPanel.ShowPanel (UA.UserInterface.Signals.Lib.Modal.Lib.ShowTomeOfKnowledgeModalUserInputDetail showTomeOfKnowledgeModalUserInputDetail) [0x0009f] in <764a1b8ecce7420086407fc493972f4a>:0 at Game.Common.Game.Panel.TomeOfKnowledge.TomeOfKnowledgePanel.ActivateTab (System.Int32 index) [0x0008a] in <764a1b8ecce7420086407fc493972f4a>:0 at Game.Common.Game.Panel.TomeOfKnowledge.TomeOfKnowledgePanel.HandleTomeOfKnowledge (UA.UserInterface.Signals.Lib.Modal.RequestModalUserInputUiSignal requestModalUserInputUiSignal) [0x00033] in <764a1b8ecce7420086407fc493972f4a>:0 at Game.Common.Game.AgeModalEventHandler.HandleModalUserInputRequested (UA.UserInterface.Signals.UiSignal uiSignal) [0x00092] in <764a1b8ecce7420086407fc493972f4a>:0 at Game.Common.Game.AgeModalEventHandler.PropagateEvent (UA.UserInterface.Signals.UiSignal uiSignal) [0x0000c] in <764a1b8ecce7420086407fc493972f4a>:0 at UA.Events.EventDispatcher2[TT,TE].PropagateEvent (TE ev) [0x0007a] in <764a1b8ecce7420086407fc493972f4a>:0
at UA.Events.EventDispatchingBase`2[TT,TE].PropagateEvent (TE ev) [0x00006] in <764a1b8ecce7420086407fc493972f4a>:0
at UA.UADOM.ConsumeUiSignalInUnityThread (UA.UserInterface.Signals.UiSignal uiSignal) [0x0006f] in <764a1b8ecce7420086407fc493972f4a>:0
at UA.Bus.BatchedTasks.BatchedModalUserInputRequestTask.Execute () [0x0003a] in <764a1b8ecce7420086407fc493972f4a>:0
at UA.Bus.UltimateUserInterfaceGameEngineServiceBus.ProcessAllBatchedTasks () [0x000ea] in <764a1b8ecce7420086407fc493972f4a>:0

Comments (2)

  1. Log in to comment