I'm getting many errors when trying to execute waypoint missions. More than 50% of the time. I notice in your waypoint mission project,
you don't do anything if this fails.
Code:
Is this intentional, and have you gotten errors executing waypoint missions yourself? Three errors I'm getting are:
the execution could not be executed
error uploading: execution of this process timed out.
error uploading: the system is too busy to execute the action
you don't do anything if this fails.
Code:
B4X:
WaitFor (WaypointOperator.StartMission) WaypointOperator_Result (Success As Boolean, ErrorMessage AsString)Log("Start: " & Success & ", " & ErrorMessage)
MissionState(True)
the execution could not be executed
error uploading: execution of this process timed out.
error uploading: the system is too busy to execute the action