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

Since Update it looks like line 137 of GetTo has broke

mastercheem

Member
Joined
Apr 14, 2013
Messages
106
Reaction score
0
at ff14bot.TreeRoot.() --> System.NotImplementedException: The method or operation is not implemented.
at ff14bot.Pathing.NavigationProvider.CanFullyNavigateFrom(ICollection`1 starts, Vector3 target, UInt16 zoneid)
at ff14bot.Navigation.NavGraph..()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at ff14bot.NeoProfiles.Tags.GetTo.<GenerateNodes>d__28.MoveNext() in K:\RB\Quest Behaviors\GetTo.cs:line 137
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at TreeSharp.ActionRunCoroutine...()


Full Log Attached

This happens when trying to run just about any botbases, I've done a fresh install as well.

Order Bot, Fate bot.. Etc.
 

Attachments

Yea, not seeing this locally, can you get me a log from a clean install with nothing added.
 
Ah, something is replacing the navigator with a custom one that's why its throwing an exception. It's probably one of your plugins.
 
Ah, something is replacing the navigator with a custom one that's why its throwing an exception. It's probably one of your plugins.
Thanks, I'll try to figure out which one, most likely its the flying mount plugin If I'm guessing. I'll update soon .
 
Back
Top