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 was archived by the owner on Oct 26, 2020. It is now read-only.
A null reference exception is thrown when a stage is unloaded :
NullReferenceException at (wrapper managed-to-native) UnityEngine.Transform:INTERNAL_CALL_InverseTransformDirection (UnityEngine.Transform,UnityEngine.Vector3&,UnityEngine.Vector3&) at UnityEngine.Transform.InverseTransformDirection (Vector3 direction) [0x00000] in <filename unknown>:0 at StageRecovery.RecoveryItem.DetermineTerminalVelocity () [0x00000] in <filename unknown>:0 UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object) UnityEngine.DebugLogHandler:LogException(Exception, Object) UnityEngine.Logger:LogException(Exception, Object) UnityEngine.Debug:LogException(Exception) StageRecovery.RecoveryItem:DetermineTerminalVelocity() StageRecovery.RecoveryItem:Process() StageRecovery.StageRecovery:VesselDestroyEvent(Vessel) EventData``1:Fire(Vessel) Vessel:Die() Vessel:CheckKill() VesselPrecalculate:MainPhysics(Boolean) VesselPrecalculate:FixedUpdate()It seems to happen every time, don't matter if the stage is recoverable or not. Happen with stock chute and the one from RealChute.
More info on the KSP forum here and there.