Try running this in the console while the bot is stopped
Code:
((HashSet<uint>)typeof(ff14bot.Navigation.NavGraph.AetheryteNode).GetField("RequiresLargerOffset",BindingFlags.Static | BindingFlags.NonPublic).GetValue(null)).Add(173);
and see if that resolves the issue
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Driver.Run() in D:\Rebornbuddy\Endwalker\Plugins\RebornConsole\Temp\3nihc2oo.0.cs:line 37
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args)
at HighVoltz.CodeDriver.CompileAndRun(String input) in D:\RebornBuddy\Endwalker\Plugins\RebornConsole\RebornConsole.cs:line 593