Error after using autoexplore on 2nd kobold level

Issue #253 resolved
Grond created an issue

Ultimate ADOM - Caverns of Chaos
Version 0.2.1 - 6/15/2020 3:37:14 PM

Failed to process current task.

Destination array is not long enough to copy all the items in the collection. Check array index and length.

System.ArgumentException: Destination array is not long enough to copy all the items in the collection. Check array index and length.
at System.Collections.Generic.Dictionary2+KeyCollection[TKey,TValue].CopyTo (TKey[] array, System.Int32 index) [0x00040] in <437ba245d8404784b9fbab9b439ac908>:0 at System.Collections.Generic.EnumerableHelpers.ToArray[T] (System.Collections.Generic.IEnumerable1[T] source) [0x00021] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable1[T] source) [0x00018] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 at UA.Events.EventDispatcher2[TT,TE].get_EventTypesToProcess () [0x00016] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0
at UA.Events.EventDispatchingBase2[TT,TE].get_EventTypesToProcess () [0x00006] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0 at UA.GameEngine.ECS.Entities.Entity.get_EventTypesToProcess () [0x00006] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0 at UA.Events.EventDispatcher2[TT,TE].Register (UA.Events.IEventTarget2[TET,TE] target) [0x00006] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0 at UA.GameEngine.ECS.Systems.ZoneMaps.MapCell.RegisterAllTargetsFor (UA.Events.EventDispatcher2[TT,TE] dispatcher) [0x00023] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0
at UA.Events.EventDispatchingBase2[TT,TE].get_Dispatcher () [0x00031] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0 at UA.Events.EventDispatchingBase2[TT,TE].WillRespondTo (TT eventType) [0x00000] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0
at UA.GameEngine.ECS.Entities.Entity.WillRespondTo (UA.GameEngine.Events.GameEventType eventType) [0x00036] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0
at UA.GameEngine.ECS.Systems.Perception.PerceptionSystem.CanPerceive (UA.GameEngine.ECS.Entities.IEntity source, UA.GameEngine.ECS.Entities.IEntity target, UA.GameEngine.ECS.Systems.Senses.Sense sense) [0x00049] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0
at UA.GameEngine.ECS.Systems.Perception.PerceptionSystem.CanSee (UA.GameEngine.ECS.Entities.IEntity source, UA.GameEngine.ECS.Entities.IEntity target) [0x00000] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0
at UA.GameEngine.ECS.Systems.Brains.BrainBase.CanSee (UA.GameEngine.ECS.Entities.IEntity target) [0x00010] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0
at UA.GameEngine.GameInfo.DetailedInformation.LeanItemInfo..ctor (UA.GameEngine.ECS.Entities.IEntity entity) [0x0004c] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0
at Game.Common.Game.Panel.ItemsOnTheGroundPanel.SetGridCellData (Game.Common.Game.Panel.DragAndDrop.IGridCell gridCell, UA.GameEngine.GameInfo.DetailedInformation.ItemInfo itemInfo) [0x000a2] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0
at Game.Common.Game.Panel.ItemsOnTheGroundPanel.ShowItemsOnTheGround (System.Collections.Generic.List1[T] itemInfoList) [0x00047] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0 at Game.Common.Game.Panel.ItemsOnTheGroundPanel.PropagateEvent (UA.UserInterface.Signals.UiSignal uiSignal) [0x00088] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0 at UA.Events.EventDispatcher2[TT,TE].PropagateEvent (TE ev) [0x0007a] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0
at UA.Events.EventDispatchingBase`2[TT,TE].PropagateEvent (TE ev) [0x00006] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0
at UA.UADOM.ConsumeUiSignalInUnityThread (UA.UserInterface.Signals.UiSignal uiSignal) [0x0006f] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0
at UA.Bus.BatchedTasks.BatchedSignalTask.Execute () [0x0003a] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0
at UA.Bus.UltimateUserInterfaceGameEngineServiceBus.ProcessAllBatchedTasks () [0x000ea] in <26437f0e2eea466a9c4a5c18e4cbb4eb>:0

Comments (4)

  1. Log in to comment