I'm having issues with mecjeb not working properly.
it has worked perfectly but stopped doing so a week ago.
it sets up a maneuver but... does not Automatically timewarp to the node anymore, nor does it execute at the node, although it does maneuver the craft around so it is in the right direction for the burn
Can anyone make sense of what is happening here?
this data is from the debug menu in Mechjeb.
[Error]: MechJeb module MechJebModuleNodeExecutor threw an exception in OnFixedUpdate: System.MissingMethodException: Method not found: 'TimeWarp.SetRate'.
at MuMech.MechJebModuleWarpController.IncreaseRegularWarp (Boolean instant) [0x00000] in <filename unknown>:0
at MuMech.MechJebModuleWarpController.WarpRegularAtRate (Single maxRate, Boolean instantOnIncrease, Boolean instantOnDecrease) [0x00000] in <filename unknown>:0
at MuMech.MechJebModuleWarpController.WarpToUT (Double UT, Double maxRate) [0x00000] in <filename unknown>:0
at MuMech.MechJebModuleNodeExecutor.OnFixedUpdate () [0x00000] in <filename unknown>:0
at MuMech.MechJebCore.FixedUpdate () [0x00000] in <filename unknown>:0
is there something I can edit within the Mecjeb folder or is it something editable somewhere else?
any help would be greatly appreciated