You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.
My log shows quite a bit of these:
[EXC 03:27:15.520] NullReferenceException: Object reference not set to an instance of an object
KerbalConstructionTime.KCT_Utilities.ProgressBuildTime ()
KerbalConstructionTime.KerbalConstructionTime.FixedUpdate ()
UnityEngine.Debug:LogException(Exception)
KerbalConstructionTime.KerbalConstructionTime:FixedUpdate()
The text was updated successfully, but these errors were encountered:
Can you upload the full log? It sounds like it's trying to progress the build time on something that it shouldn't be (a corrupted craft maybe?) and since FixedUpdate happens very frequently it'll just spam the log.
Should be corrected in build 33. I also made some minor updates to EditorTime so you might want to grab the latest build of that as well. Feel free to reopen this if you're still seeing the issue.
My log shows quite a bit of these:
[EXC 03:27:15.520] NullReferenceException: Object reference not set to an instance of an object
KerbalConstructionTime.KCT_Utilities.ProgressBuildTime ()
KerbalConstructionTime.KerbalConstructionTime.FixedUpdate ()
UnityEngine.Debug:LogException(Exception)
KerbalConstructionTime.KerbalConstructionTime:FixedUpdate()
The text was updated successfully, but these errors were encountered: