Skip to content
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

KSP (Unity) crashes during staging #4030

Closed
jovanhadziristic opened this issue Jul 1, 2024 · 5 comments
Closed

KSP (Unity) crashes during staging #4030

jovanhadziristic opened this issue Jul 1, 2024 · 5 comments

Comments

@jovanhadziristic
Copy link

I did not find Principia logs so updated ksp logs... Fresh install of the game 1.12.3 and 1.12.5 have the same issue + express install for RP/RO via CKAN for 1.12.3, manual RP/RO/Real Solar install for 1.12.5

It keeps crashing during staging and every time logs show the following:
image

KSP_logs.zip

@eggrobin
Copy link
Member

eggrobin commented Jul 1, 2024

I did not find Principia logs

You won’t have a FATAL log, but you will have at least an INFO log. We need the INFO log to decode the stack trace and do anything useful with your report. See https://github.com/mockingbirdnest/Principia/wiki/Installing,-reporting-bugs,-and-frequently-asked-questions#windows-dialog-box-or-sigabrt.

That said, this feels like #4026.

@jovanhadziristic
Copy link
Author

Principia logs:
Principia_log.zip

@jovanhadziristic
Copy link
Author

That said, this feels like #4026.

image
Had another crash, here is the screenshot. Looks the same as the other tread.

@pleroy
Copy link
Member

pleroy commented Jul 1, 2024

Decoded stack trace:

bool* inserted) {
journal::Method<journal::InsertOrKeepVessel> m(
{plugin, vessel_guid, vessel_name, parent_index, loaded}, {inserted});
CHECK_NOTNULL(plugin);
plugin->InsertOrKeepVessel(vessel_guid,

@pleroy
Copy link
Member

pleroy commented Jul 1, 2024

Duplicate of #4026.

@pleroy pleroy closed this as completed Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants