Point-Defense Drone and thrown boulders don't mix

Issue #12353 new
Ashe created an issue
RunSegment: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
  at XRL.Collections.PooledList`1[T].get_Item (System.Int32 Index) [0x00016] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.Parts.PointDefense.PathClear (XRL.World.Cell OurCell, XRL.World.Cell TargetCell, XRL.World.GameObject Actor) [0x0007e] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.Parts.PointDefense.HandleEvent (XRL.World.ProjectileMovingEvent E) [0x0034f] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.ProjectileMovingEvent.Dispatch (XRL.IEventHandler Handler) [0x00000] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.GameObject.HandleEventInner (XRL.World.MinEvent E) [0x0007d] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.GameObject.HandleEvent (XRL.World.MinEvent E) [0x00000] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.IEventSource.XRL.IEventHandler.HandleEvent (XRL.World.ProjectileMovingEvent E) [0x00000] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.ProjectileMovingEvent.Dispatch (XRL.IEventHandler Handler) [0x00000] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.Anatomy.BodyPart.HandleEvent (XRL.World.MinEvent E) [0x0004c] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.Anatomy.BodyPart.HandleEvent (XRL.World.MinEvent E) [0x0010a] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.Parts.Body.HandleEvent (XRL.World.MinEvent E) [0x00014] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.GameObject.HandleEventInner (XRL.World.MinEvent E) [0x00089] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.GameObject.HandleEvent (XRL.World.MinEvent E) [0x00000] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.GameObject.PerformThrow (XRL.World.GameObject Weapon, XRL.World.Cell TargetCell, XRL.World.GameObject ApparentTarget, XRL.World.Parts.MissilePath MPath, System.Int32 Phase, System.Nullable`1[T] RangeVariance, System.Nullable`1[T] DistanceVariance, System.Nullable`1[T] EnergyCost) [0x006f7] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.Parts.Combat.ThrowWeapon (XRL.World.GameObject Attacker, XRL.World.GameObject Defender, XRL.World.Cell TargetCell, XRL.World.Parts.MissilePath Path, System.Collections.Generic.IList`1[T] Weapons) [0x00299] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.AI.GoalHandlers.Kill.TryThrownWeapon () [0x00292] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.AI.GoalHandlers.Kill.TakeAction () [0x006c5] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.Parts.Brain.HandleEvent (XRL.World.CommandTakeActionEvent E) [0x00410] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.CommandTakeActionEvent.Dispatch (XRL.IEventHandler Handler) [0x00000] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.GameObject.HandleEventInner (XRL.World.MinEvent E) [0x0007d] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.GameObject.HandleEvent (XRL.World.MinEvent E) [0x00000] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.World.CommandTakeActionEvent.Check (XRL.World.GameObject Object) [0x0002e] in <eadfc533ab99474f95cef26639cac068>:0 
  at XRL.Core.ActionManager.RunSegment () [0x0024b] in <eadfc533ab99474f95cef26639cac068>:0 

getting this error repeatedly when using a point-defense drone against cragmensch and glittermensch boulderers.

Comments (0)

  1. Log in to comment