-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Principia crash when decoupling with msg Check failed: 0 <= r (0 vs. -1) #2530
Comments
The last journal entry before the crash is:
The I see KSP giving us |
@Haukifile: I have tried to fix this bug in #2532, but I cannot be sure because the fix is in the C# side of the code and the journal only replays the C++ side. I see that you have your own binary, so if you feel like rebuilding from master and letting me know what happens, that would be great. |
Likely related: KSP-RO/ProceduralParts@fe1cf8a This would crash KSP in a stock environment. Generalized cause is any ModuleDecouple that has ejectionForce = NaN. |
Principia crashes when decoupling stages with the error msg
F0416 09:50:26.346088 16408 r3x3_matrix_body.hpp:165] Check failed: 0 <= r (0 vs. -1)
Can consistently reproduce at least with a specific craft & save seen in the following log & journal, crash happens when decoupling the procedural decoupler between probe and srb when in orbit.
Journal: https://drive.google.com/open?id=1fhb668grAGekEyhmW4-T2FnsGMoV53nf
INFO: https://drive.google.com/open?id=1fcwF47ejb8JsJX2wbC7j91g0xwwagIkw
The text was updated successfully, but these errors were encountered: