-
Notifications
You must be signed in to change notification settings - Fork 70
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
Crash when clicking on rebase #4025
Comments
Thanks for reporting. Is this something that you know how to reproduce? If so could you give us a journal? I could paper over the bug, but I'd like to understand how we end up in this state. |
Hello, I managed to get a journal with the crash. I noticed a really high RAM spike before the crash, but never ran out of it. INFO.20240610-195416.2432.log Here is the zipped journal, uncompressed has a size of about 1.1gb |
Same issue again, this time when I changed the reference to MCMF reference, i took a screenshot before the game closed if its worth, I also do have another journal, please let me know if you also need it and will upload it. |
The latest log is more interesting as it points towards a singularity in the integrator. If you could upload the latest journal that would be great. |
Decoded stack track:
Principia/ksp_plugin/plugin.cpp Lines 1029 to 1054 in 9fb3103
Principia/physics/apsides_body.hpp Line 458 in 9fb3103
Principia/numerics/approximation_body.hpp Line 247 in 9fb3103
Principia/numerics/approximation_body.hpp Lines 127 to 132 in 9fb3103
Principia/numerics/polynomial_in_чебышёв_basis_body.hpp Lines 305 to 307 in 9fb3103
|
Interesting bit of the journal:
|
What's happening is that the computation of the altitude of the terrain of the Moon at multiple pairs (latitude, longitude) returns Are you by any chance using a mod that changes the terrain of the Moon? |
Hello, I encountered the same issue when plotting an impact course with MCMF While researching I also found a similar closed issue: #3872
Personally i have Parallax mod installed as part of RSS-Reborn pack. If anything else is necessary for a report, please let me know. Thank you. |
Interesting to hear that you are using RSS-Reborn, it could be part of the problem as it touches the PQS. Could you please give us complete information about the installation options that you picked for RSS-Reborn, including texture resolution and other options? We'll need that to try to reproduce the bug. |
Hi, i'm using Luna 32k from here https://docs.google.com/document/d/1BfiIZ8_ZEh0lrx0nsIa27Lm7O2R4e2fKPli94XHga0Q I also have parallax configs from github https://github.com/RSS-Reborn/RSS-Reborn/wiki/Installation |
I was finally able to install RSS-Reborn (had some trouble, the installer was not working perfectly) but I could not reproduce the problem. I am adding a check early in the game to detect the case where the terrain system returns |
INFO.20240609-164451.17344.log
ERROR.20240609-164451.17344.log
FATAL.20240609-170324.17344.log
This happened when planning a second maneouver on a moon flyby, I clicked rebase and crashed without any alert box on screen.
The text was updated successfully, but these errors were encountered: