dumbo2007
Crazy about real time sims
I am developing a plugin using the orbiter111105 beta. I create a vessel dynamically and attach another vessel to it.
The dynamically created vessel is the base and the attached vessel is a rover. When the simulation ends I detach the rover using DetachChild()
However DetachChild() never seems to return. I checked with the Visual studio debugger. It didnt happen in the Orbiter P1 release.
I have attached the the plugin module file which should reproduce this error. The dynamically created vessel is of class BulletBase whose code is in the zip too.
I wonder if any recent changes have been made to DetachChild().
The dynamically created vessel is the base and the attached vessel is a rover. When the simulation ends I detach the rover using DetachChild()
However DetachChild() never seems to return. I checked with the Visual studio debugger. It didnt happen in the Orbiter P1 release.
I have attached the the plugin module file which should reproduce this error. The dynamically created vessel is of class BulletBase whose code is in the zip too.
I wonder if any recent changes have been made to DetachChild().
Attachments
Last edited: