Twinning Lampreys erroring out when trying to create a duplicate

Issue #11712 resolved
Ashe created an issue

RunSegment: System.NullReferenceException: Object reference not set to an instance of an object
  at XRL.World.GameObject.WantEvent (System.Int32 ID, System.Int32 Cascade) [0x0004a] in <a10fe5f58fcb47fe9ecd3bb8b45fe7d2>:0 
  at XRL.World.DecorateDefaultEquipmentEvent.Send (XRL.World.GameObject Object, XRL.World.Parts.Body Body) [0x00057] in <a10fe5f58fcb47fe9ecd3bb8b45fe7d2>:0 
  at XRL.World.Anatomy.BodyPart.set_DefaultBehavior (XRL.World.GameObject value) [0x0004c] in <a10fe5f58fcb47fe9ecd3bb8b45fe7d2>:0 
  at XRL.World.Anatomy.BodyPart.DeepCopy (XRL.World.GameObject ParentObject, XRL.World.Parts.Body ParentBody, XRL.World.Anatomy.BodyPart ParentPart, System.Func`2[T,TResult] MapInv, System.Boolean CopyGameObjects) [0x00122] in <a10fe5f58fcb47fe9ecd3bb8b45fe7d2>:0 
  at XRL.World.Anatomy.BodyPart.DeepCopy (XRL.World.GameObject ParentObject, XRL.World.Parts.Body ParentBody, XRL.World.Anatomy.BodyPart ParentPart, System.Func`2[T,TResult] MapInv, System.Boolean CopyGameObjects) [0x00218] in <a10fe5f58fcb47fe9ecd3bb8b45fe7d2>:0 
  at XRL.World.Parts.Body.DeepCopy (XRL.World.GameObject Parent, System.Func`2[T,TResult] MapInv) [0x00020] in <a10fe5f58fcb47fe9ecd3bb8b45fe7d2>:0 
  at XRL.World.GameObject.DeepCopy (System.Boolean CopyEffects, System.Boolean CopyID, System.Func`2[T,TResult] MapInv, XRL.World.GameObject NewObject) [0x002b5] in <a10fe5f58fcb47fe9ecd3bb8b45fe7d2>:0 
  at XRL.World.Parts.Twinner.Act () [0x000c0] in <a10fe5f58fcb47fe9ecd3bb8b45fe7d2>:0 
  at XRL.World.Parts.Twinner.FireEvent (XRL.World.Event E) [0x0001f] in <a10fe5f58fcb47fe9ecd3bb8b45fe7d2>:0 
  at XRL.World.GameObject.FireEvent (XRL.World.Event E) [0x002d3] in <a10fe5f58fcb47fe9ecd3bb8b45fe7d2>:0 
  at XRL.World.Parts.Brain.HandleEvent (XRL.World.CommandTakeActionEvent E) [0x001fa] in <a10fe5f58fcb47fe9ecd3bb8b45fe7d2>:0 
  at XRL.World.CommandTakeActionEvent.Dispatch (XRL.IEventHandler Handler) [0x00000] in <a10fe5f58fcb47fe9ecd3bb8b45fe7d2>:0 
  at XRL.World.GameObject.HandleEventInner (XRL.World.MinEvent E) [0x0007d] in <a10fe5f58fcb47fe9ecd3bb8b45fe7d2>:0 
  at XRL.World.GameObject.HandleEvent (XRL.World.MinEvent E) [0x00000] in <a10fe5f58fcb47fe9ecd3bb8b45fe7d2>:0 
  at XRL.World.CommandTakeActionEvent.Check (XRL.World.GameObject Object) [0x0002e] in <a10fe5f58fcb47fe9ecd3bb8b45fe7d2>:0 
  at XRL.Core.ActionManager.RunSegment (System.Boolean bUnityDebug) [0x0024b] in <a10fe5f58fcb47fe9ecd3bb8b45fe7d2>:0

Comments (2)

  1. Log in to comment