I'm getting this while I'm trying to launch the stock spaceplane Aeris 3A plus a kOS module. This is the script below is what I'm running. I get about 3km from KSC and then the program outputs "out of sync" and stops. I have no idea what's happening! SET c TO 0. SET vThrottle TO 1.0. LOCK THROTTLE TO vThrottle. LOCK STEERING TO HEADING(90, 10). UNTIL c > 1000 { WAIT 1. SET c TO c + 1. PRINT c. }