You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In KSP v1.2.1, using kOS version 1.0.2-pre-2, setting a settable suffix of aManeuverNodethat has been added to the flight plan causes aNullReferenceException.
Example code demonstrating this behavior - mvrtest.ks:
SET nd TO NODE(TIME:SECONDS+300,1,1,1). ADD nd. SET nd:ETA TO 600.
In KSP v1.2.1, using kOS version 1.0.2-pre-2, setting a settable suffix of a
ManeuverNode
that has been added to the flight plan causes aNullReferenceException
.Example code demonstrating this behavior - mvrtest.ks:
Exemplary log excerpt:
Attached save file kOS.zip has a vessel called "kOS Tester" in orbit, which has the mvrtest.ks from above loaded on the local volume of its sole CPU.
The text was updated successfully, but these errors were encountered: