We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just found this one on KSP 1.12.3 and a few (probably unrelated) add'ons:
[LOG 17:55:47.100] [KourageousTourists] DETAIL: scene: FLIGHT [ERR 17:55:47.105] [KourageousTourists] ERROR: Got Exception while attempting to access loaded vessels at error:0 [EXC 17:55:47.107] NullReferenceException: Object reference not set to an instance of an object FlightGlobals.get_VesselsLoaded () (at <46478292153440df94e04a2a2ddd1062>:0) KourageousTourists.KourageousTouristsAddOn.OnDestroy () (at <a6ae0ea7e1eb47eda525b32fba580921>:0) UnityEngine.DebugLogHandler:LogException(Exception, Object) KSPe.Util.Log.UnityLogDecorator:UnityEngine.ILogHandler.LogException(Exception, Object) ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object) UnityEngine.Debug:LogException(Exception) KSPe.Util.Log.UnityLogger:logException(String, Exception) KSPe.Util.Log.Logger:error(Exception, String, Object[]) KourageousTourists.Log:error(Exception, String, Object[]) KourageousTourists.KourageousTouristsAddOn:OnDestroy()
The vessel had no cockpit or crew, it was an probe. I'm probably forgetting to check for this use case.
The text was updated successfully, but these errors were encountered:
Didn't reproduced it on 1.4.3….
Sorry, something went wrong.
Didn't reproduced on 1.12.3 neither…
Perhaps some interaction with a 3rd party?
I'm keeping this opened just in case,
Removing the evends before restoring Tourists on OnDestroy in an atte…
daa36b5
…mpt to prevent the exception described on #10
Lisias
No branches or pull requests
Just found this one on KSP 1.12.3 and a few (probably unrelated) add'ons:
The vessel had no cockpit or crew, it was an probe. I'm probably forgetting to check for this use case.
The text was updated successfully, but these errors were encountered: