Exception when terminating bot thread. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
at System.Collections.Generic.Dictionary`2.Resize(Int32 newSize, Boolean forceNewHashCodes)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at Trinity.NavHelper.FindSafeZone(Vector3 origin, Boolean shouldKite, Boolean isStuck, IEnumerable`1 monsterList, Boolean avoidDeath)
at Trinity.NavHelper.FindSafeZone(Boolean isStuck, Int32 stuckAttempts, Vector3 dangerPoint, Boolean shouldKite, IEnumerable`1 monsterList, Boolean avoidDeath)
at Trinity.Trinity.RefreshSetKiting(Vector3& vKitePointAvoid, Boolean NeedToKite, Boolean& TryToKite)
at Trinity.Trinity.RefreshDiaObjectCache(Boolean forceUpdate)
at Trinity.Trinity.TargetCheck(Object ret)
at Trinity.Trinity.<ReplaceTreeHooks>b__152(Object ctx)
at Zeta.TreeSharp.Decorator.CanRun(Object context)
at Zeta.TreeSharp.Decorator..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.Common.HookExecutor.Run(Object context)
at Zeta.TreeSharp.Action.RunAction(Object context)
at Zeta.TreeSharp.Action..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.Bot.BotMain.()