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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Navigation server problem

overture2112

New Member
Joined
Jun 11, 2014
Messages
9
It seems I can't get pathing data?

I get the following exception when running a profile:

Code:
Profile Grind (version 1.0 TEST) by overture2112 loaded!
Moved to new profile element: <Grind Condition="True" /> (Line #3)
Element line number: 3
Moving to current hotspot...
Grind Tag is set to kill [9B8729 - NonPlayer | 50224] Malicious Creeper , Position: X:464.3693 Y:-1078.707 Z:-5324.281, Facing: X:0.8883451 Y:0 Z:-0.4591765 W:0, Heading: -1.093728
Connecting to navigation server...
[e2cdf540-a9e1-4d8c-a02c-3f4c9f803439] Now beginning to receive data.
Connected!
Beginning ping-pong loop for connectivity.
Nav server has disconnected us! Attempting to reconnect.
Exception during execution of profile tag <Grind Condition="True" /> (Line #3)System.AggregateException: One or more errors occurred. ---> Buddy.Wildstar.BotCommon.Navigation.PathfindingException: Did not receive valid pathfind response in the last 5 seconds.
   at *
‏*
‏‪**‪‪*‬*​‪‬‎‪​​*‎‎​*.K(\*W}R;Em~\*x{/b^:gx\,W|q.()
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout)
   at Buddy.Coroutines.Coroutine.(lMMpTHk#\,%Dy\&>un\,C$u\*Q'.()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Buddy.Coroutines.Coroutine."gct8 sX>r}M-;Tk5_}MQ39.()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Buddy.Wildstar.BotCommon.Navigator.\,~Vn9WT3/WzPjp)J%T^\&Il@4.()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Buddy.Wildstar.BotCommon.CommonBehaviors.d|!VwOI5fN=iB@33LEx^RUiN.()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Buddy.Wildstar.BotCommon.CommonBehaviors.Bc\.'\*cH-\,D"D\&:Ec9-<e$(r%.()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Buddy.Wildstar.BotCommon.ProfileTags.Grind.f0Q:22Vf4z)5_?xkXsC|wCAT.()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Buddy.ProfileBot.ProfileBot.>mGl|geU\&E25EE"/c\\78(";4.MoveNext()
---> (Inner Exception #0) Buddy.Wildstar.BotCommon.Navigation.PathfindingException: Did not receive valid pathfind response in the last 5 seconds.
   at *
‏*
‏‪**‪‪*‬*​‪‬‎‪​​*‎‎​*.K(\*W}R;Em~\*x{/b^:gx\,W|q.()<---


Moving to current hotspot...
Grind Tag is set to kill [9CA59D - NonPlayer | 50224] Malicious Creeper , Position: X:469.2991 Y:-1078.707 Z:-5324.657, Facing: X:-0.8706 Y:0 Z:-0.4919915 W:0, Heading: 1.056421
Nav server has disconnected us! Attempting to reconnect.
Exception during execution of profile tag <Grind Condition="True" /> (Line #3)System.AggregateException: One or more errors occurred. ---> Buddy.Wildstar.BotCommon.Navigation.PathfindingException: Did not receive valid pathfind response in the last 5 seconds.
   at
 
Thanks for the heads up, is this resolved now?

There are short periods of downtime when the nav server crashes (which we're aware of, and trying to track down the cause of).
 
The issue is still very much present i can attach a log if needed but since you already know what the issue is it may be a bit pointless :)

EDIT: just updated issue seems to be solved
 
Last edited:
I realized what the issue was, and pushed a new build to fix it.

Glad to hear it's working!
 
Back
Top