IOOB on attempting to start Reclamation

Issue #11998 open
John Snail created an issue
RunSegment: System.IndexOutOfRangeException: Index was outside the bounds of the array.
  at XRL.Collections.EventRegistry+List.Add (XRL.Collections.EventRegistry+List+Entry Item) [0x0007d] in <89c44f0e35334cbdbb93af2463759437>:0 
  at XRL.Collections.EventRegistry+List.Require (XRL.IEventHandler Handler, System.Int32 Order, System.Boolean Serialize) [0x00015] in <89c44f0e35334cbdbb93af2463759437>:0 
  at XRL.Collections.EventRegistry.Register (XRL.IEventHandler Handler, System.Int32 ID, System.Int32 Order, System.Boolean Serialize) [0x0000c] in <89c44f0e35334cbdbb93af2463759437>:0 
  at XRL.XRLGame.RegisterEvent (XRL.IEventHandler Handler, System.Int32 EventID, System.Int32 Order, System.Boolean Serialize) [0x00000] in <89c44f0e35334cbdbb93af2463759437>:0 
  at XRL.EventRegistrar.Register (System.Int32 EventID, System.Int32 Order, System.Boolean Serialize) [0x00000] in <89c44f0e35334cbdbb93af2463759437>:0 
  at XRL.World.Quests.ReclamationSystem.Register (XRL.XRLGame Game, XRL.IEventRegistrar Registrar) [0x00000] in <89c44f0e35334cbdbb93af2463759437>:0 
  at XRL.IPlayerSystem.ApplyRegistrar (XRL.XRLGame Game) [0x00015] in <89c44f0e35334cbdbb93af2463759437>:0 
  at XRL.XRLGame.AddSystem (XRL.IGameSystem System, System.Boolean DoRegistration) [0x0001c] in <89c44f0e35334cbdbb93af2463759437>:0 
  at XRL.XRLGame.RequireSystem (System.Type Type) [0x00046] in <89c44f0e35334cbdbb93af2463759437>:0 
  at XRL.World.Quest.InitializeSystem () [0x00010] in <89c44f0e35334cbdbb93af2463759437>:0 
  at XRL.XRLGame.StartQuest (XRL.World.Quest Quest, System.String QuestGiverName, System.String QuestGiverLocationName, System.String QuestGiverLocationZoneID) [0x00024] in <89c44f0e35334cbdbb93af2463759437>:0 
  at XRL.XRLGame.StartQuest (System.String QuestID, System.String QuestGiverName, System.String QuestGiverLocationName, System.String QuestGiverLocationZoneID) [0x0003c] in <89c44f0e35334cbdbb93af2463759437>:0 
  at XRL.World.Parts.StarfreightPlayerPart.HandleEvent (XRL.World.EnteringZoneEvent E) [0x0006e] in <89c44f0e35334cbdbb93af2463759437>:0 

I entered the zone outside of my golem. Included the cache in case something’s wrong with the zone itself.

Comments (2)

  1. Log in to comment