-
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
Appending before fork time #2490
Comments
Could you please give us your save and your logs? See the FAQs for instructions. |
Would it be helpful to try using the latest version from master? |
For our information, the decoded stack: Principia/ksp_plugin/interface.cpp Lines 346 to 351 in f9d1326
Principia/ksp_plugin/plugin.cpp Lines 749 to 776 in f9d1326
Principia/ksp_plugin/vessel.cpp Lines 233 to 243 in f9d1326
Principia/ksp_plugin/vessel.cpp Lines 579 to 618 in f9d1326
Principia/physics/discrete_trajectory_body.hpp Lines 169 to 170 in f9d1326
|
I don't think so. There has been no change in this code since Frenet that would cause the bug to magically go away. |
Interestingly this happened twice for me, so I suspect that some mod I'm running is making this bug much more likely. |
I have a hunch that some mod is creating parts out of step with the normal lifecycle of the game, and that this breaks one of our invariants. There are many messages like the following in your logs:
At this point it would be useful to have a journal of the actions made by Principia. To do that, open Journaling will make the game quite slow. Be sure to disable it once you've sent us the journal. |
Duplicate of #2507. Follow the music there. |
Log file created at: 2020/03/12 09:09:17
Running on machine: DESKTOP-68GQI37
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
@ 00007FFE864D6360 google::LogMessageFatal::~LogMessageFatal [0x00007FFE864D635F+47]
@ 00007FFDF96788CC (No symbol) [0x00007FFDF96788CB]
@ 00007FFDF984E857 principia__VesselVelocity [0x00007FFDF984E856+1276966]
@ 00007FFDF984DF85 principia__VesselVelocity [0x00007FFDF984DF84+1274708]
@ 00007FFDF97F00B5 principia__VesselVelocity [0x00007FFDF97F00B4+889988]
@ 00007FFDF96E7998 principia__CatchUpLaggingVessels [0x00007FFDF96E7997+231]
@ 00000203C9FFAA17 (No symbol) [0x00000203C9FFAA16]
F0312 09:09:17.425650 28596 discrete_trajectory_body.hpp:170] Check failed: this->is_root() || time > this->Fork()->time Append at +6.25980497443201148e+03 s which is before fork time +6.26290882815326040e+03 s
I get these errors when seperating stages. I'm running quite a few mods which I understand could be an issue. Running Frenet on 1.8.1
The text was updated successfully, but these errors were encountered: