[Trinity] System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
at System.Collections.Generic.List`1.set_Capacity(Int32 value)
at System.Collections.Generic.List`1.EnsureCapacity(Int32 min)
at System.Collections.Generic.List`1.Add(T item)
at Zeta.Bot.Pathfinding.PathFinder.FindPath(Point startPoint, Point endPoint, Boolean includeDiagonals, Int32 maxMilliseconds, Boolean allowPartialPaths)
at Zeta.Bot.Navigation.DefaultNavigationProvider.(Vector3 , Boolean )
at Zeta.Bot.Navigation.DefaultNavigationProvider.GeneratePath(Vector3 destination, String destinationName, Boolean useRaycast)
at Zeta.Bot.Navigation.DefaultNavigationProvider.MoveTo(Vector3 destination, String destinationName, Boolean useRaycast)
at Zeta.Bot.Navigation.Navigator.MoveTo(Vector3 destination, String destinationName, Boolean useRaycast)
at Trinity.DbProvider.PlayerMover.NavigateTo(Vector3 moveTarget, String destinationName) in d:\ABC\Plugins\Trinity\Movement\PlayerMover.cs:line 788
Any idea about this? My OS tells me I have still 4.3GB memory left.