mockingbirdnest / Principia

𝑛-Body and Extended Body Gravitation for Kerbal Space Program
MIT License
769 stars 69 forks source link

Maccollo 4.2 #1023

Closed eggrobin closed 8 years ago

eggrobin commented 8 years ago

2 instances of the following CHECK failure with the following stack trace, reported by maccollo.

interface_flight_plan.cpp:62] Check failed: vessel.has_flight_plan() daaca441-2ded-4f78-869f-e8975306f514

ksp_plugin/interface_flight_plan.cpp:62 ksp_plugin/interface_flight_plan.cpp:233

pleroy commented 8 years ago

Probably the same as #1022: when FlightPlan::ForgetBefore would need to remove all the burns it calls back into Vessel which resets its flight_plan_ member, and the vessel looks like it has no flight plan anymore.