Soft Crash during FMC input

Issue #4 closed
ILIAS TSELIOS repo owner created an issue

Soft crash occurs when the user enters the flight plan and press exec, if prior have not select any departure.

Comments (3)

  1. ILIAS TSELIOS reporter

    This occurs because, while the waypoints are available, X-Plane does not sets the first waypoint as next destination, until (at least) a runway or full departure procedure is set.

    The solution is to check if the next waypoint as destination exists

    curr_wpt not nil
    
  2. Log in to comment