What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Object reference not set to an instance of an object on loading into a BG (log inc)

Grumble

New Member
Joined
Oct 2, 2010
Messages
11
Reaction score
0
I've been having issues with my bot hanging after awhile of running bgs and this is the error that it's printing. I'm using honorbuddy 2.0.0.3804 on a priest with ensemble profile using PVP and random battleground settings. Not using any plugins except TrinketRacial 1.0 and Bug Submitter. using w00t's battleground profiles and I'm horde. After repeating this error for about 15ish minutes, honorbuddy runs out of memory and freezes. Searching the forum hasn't turned up anything, any ideas on the cause of this?

Code:
[12:05:44 PM:718] Activity: Loading AB profiles.
[12:05:44 PM:730] Changing current profile to Arathi Basin - Default Profile
[12:05:44 PM:730] Entered AB
[12:05:44 PM:955] Activity: Moving to gate
[12:05:44 PM:964] Loading PVPZone04_30_30
[12:05:45 PM:200] System.NullReferenceException: Object reference not set to an instance of an object.
   at dtNodePool.getNode(dtNodePool* , UInt32 id)
   at dtNavMeshQuery.initSlicedFindPath(dtNavMeshQuery* , UInt32 startRef, UInt32 endRef, Single* startPos, Single* endPos, dtQueryFilter* filter)
   at Tripper.RecastManaged.Detour.NavMeshQuery.InitSlicedFindPath(PolygonReference startRef, PolygonReference endRef, Vector3 startPos, Vector3 endPos, QueryFilter filter)
   at Tripper.Navigation.WowNavigator.FindPath(Vector3 start, Vector3 end)
   at Styx.Logic.Pathing.MeshNavigator.MoveTo(WoWPoint location)
   at Styx.Logic.Pathing.Navigator.MoveTo(WoWPoint location)
   at CommonBehaviors.Actions.NavigationAction.Run(Object context)
   at PvPBot.Actions.ActionMoveToBattlegroundGate.Run(Object context)
   at TreeSharp.Action.RunAction(Object context)
   at TreeSharp.Action.a.a()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.a.a()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.a.b()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.a.a()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.a.b()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.a.b()
   at TreeSharp.Composite.Tick(Object context)
   at Styx.Logic.BehaviorTree.TreeRoot.b()
[12:05:45 PM:200] Cleared POI
....(cut out 15 minutes of repeats)
[12:21:16 PM:568] System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
   at System.String.GetStringForStringBuilder(String value, Int32 startIndex, Int32 length, Int32 capacity)
   at System.Text.StringBuilder..ctor(String value, Int32 startIndex, Int32 length, Int32 capacity)
   at System.Windows.Forms.Control.get_WindowText()
   at System.Windows.Forms.TextBoxBase.get_WindowText()
   at System.Windows.Forms.TextBoxBase.ScrollToCaret()
   at b8.a(RichTextBox A_0, String A_1, Color A_2)
[12:21:16 PM:658] System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
   at System.IO.MemoryStream.set_Capacity(Int32 value)
   at System.IO.MemoryStream.EnsureCapacity(Int32 value)
   at System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count)
   at System.Windows.Forms.RichTextBox.EditStreamProc(IntPtr dwCookie, IntPtr buf, Int32 cb, Int32& transferred)
   at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
   at System.Windows.Forms.Control.DefWndProc(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.TextBoxBase.WndProc(Message& m)
   at System.Windows.Forms.RichTextBox.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
 
try 3895 ... but the out of memory error is a known issue... i get it a lot while making questing profiles (as it has to compile a lot)
 
As mentioned, let us know if it still occurs with 3895.
 
Back
Top