-
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
Crash on career load; .sfs corruption #2796
Comments
I guess I would be interested in getting the save. I don't think there is any hope of salvaging it (what with two levels of compression and protobuf encoding), but it might give us a clue as to what happened. |
Decoded stack. Not unsurprisingly, it's telling us nothing interesting, gipfeli is unable to decompress a block. Principia/base/push_deserializer_body.hpp Line 119 in 55ba286
Principia/base/push_deserializer_body.hpp Lines 24 to 27 in 55ba286
Principia/base/push_deserializer_body.hpp Lines 188 to 212 in 55ba286
|
save file |
I finally looked into this. The save has a record ( I did the analysis to see if we were hitting some limit or overflowing a buffer or some such but it doesn't seem to be the case. Of course, there is no telling what happened during compression. At this point I am going to blame cosmic particles and close the issue. |
F1124 18:56:34.254451 1076 push_deserializer_body.hpp:212] Check failed: compressor_->UncompressStream(&source, &sink)
First seen going from VAB to Flight scene; but then happens again when just loading the career from the main menu.
(that means reproducible, but no journal)
I don't recall doing anything out of the ordinary between last successful load and first crash.
Logs for initial crash:
sfs-crash-1.zip
Subsequent crash:
sfs-crash-2.zip
I can upload offending .sfs as well if that would be useful
The text was updated successfully, but these errors were encountered: