Error after picking up rock that doesn't exist

Issue #304 resolved
Grond created an issue

Ultimate ADOM - Caverns of Chaos
Version 0.5.0 - 10/29/2020 4:19:22 PM

Failed to transfer items.

[AGE-1] Failed to pick up 'Rock@22279' at position 'Position: (23, 41)'.

UA.GameEngine.GameEngineException: [AGE-1] Failed to pick up 'Rock@22279' at position 'Position: (23, 41)'.
at UA.GameEngine.ECS.Systems.ItemManagement.ItemManagementSystem.PickUpEntityFromTheGround (UA.GameEngine.ECS.Entities.IEntity entityPickingSomethingUp, UA.GameEngine.ECS.Entities.IEntity entityToPickUp) [0x00085] in <d83248365c9b4415a9a703ef917f5bb6>:0
at UA.GameEngine.ECS.Systems.ItemManagement.ItemManagementSystem.PickUpEntityFor (UA.GameEngine.ECS.Entities.IEntity entityPickingSomethingUp, UA.GameEngine.ECS.Entities.IEntity entityToPickUp, System.Boolean raiseExceptionOnFailure, System.Boolean sendExplicitPickUpUiSignal) [0x00018] in <d83248365c9b4415a9a703ef917f5bb6>:0
at UA.GameEngine.ECS.Systems.GameCommands.InventoryManagement.InventoryManagementSystem.Transfer (UA.GameEngine.GameInfo.DetailedInformation.InventoryInfo inventoryInfo, UA.GameEngine.ECS.Systems.GameCommands.InventoryManagement.InventoryLocation source, UA.GameEngine.ECS.Systems.GameCommands.InventoryManagement.InventoryLocation target, UA.GameEngine.GameInfo.DetailedInformation.ItemInfo itemInfo, UA.GameEngine.GameInfo.DetailedInformation.EquipmentSlotInfo slotInfo) [0x002fe] in <d83248365c9b4415a9a703ef917f5bb6>:0
at Game.Common.Game.Panel.ItemsOnTheGroundPanel+<>c__DisplayClass42_0.<OnLeftClickAction>b__0 () [0x00034] in <d83248365c9b4415a9a703ef917f5bb6>:0
at UA.Bus.UltimateUserInterfaceGameEngineServiceBus+<>c__DisplayClass28_0`1[T].<QueryAsynchronouslyAndPostProcess>b__0 () [0x00000] in <d83248365c9b4415a9a703ef917f5bb6>:0

Comments (2)

  1. Log in to comment