FirstPersonKSP / FreeIva

Work in progress mod for Kerbal Space Program which allows getting out of your seat and moving around the vessel while on IVA.
GNU General Public License v2.0
22 stars 7 forks source link

Report: keys become unresponsive (welding? scaling?) #341

Closed JonnyOThan closed 9 months ago

JonnyOThan commented 9 months ago

Not really sure what happened here, but need to guard against it

[EXC 20:14:16.459] NullReferenceException: Object reference not set to an instance of an object
    FreeIva.KerbalIvaAddon.GetInternalSubjectiveAcceleration (FreeIva.InternalModuleFreeIva ivaModule, UnityEngine.Vector3 internalSpacePosition) (at <571a4b40afea4458999efde31f8b5cd5>:0)
    FreeIva.KerbalIvaController.UpdateGravity () (at <571a4b40afea4458999efde31f8b5cd5>:0)
    FreeIva.KerbalIvaController.DoFixedUpdate (FreeIva.KerbalIvaAddon+IVAInput input) (at <571a4b40afea4458999efde31f8b5cd5>:0)
    FreeIva.KerbalIvaAddon.FixedUpdate () (at <571a4b40afea4458999efde31f8b5cd5>:0)
    UnityEngine.DebugLogHandler:LogException(Exception, Object)
    KSPe.Util.Log.UnityLogDecorator:UnityEngine.ILogHandler.LogException(Exception, Object)
    ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object)
    UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)
[EXC 20:14:16.481] NullReferenceException: Object reference not set to an instance of an object
    FreeIva.KerbalIvaAddon.TargetHatches (System.Boolean openHatch, System.Boolean openFarHatch) (at <571a4b40afea4458999efde31f8b5cd5>:0)
    FreeIva.KerbalIvaAddon.ApplyInput (FreeIva.KerbalIvaAddon+IVAInput input) (at <571a4b40afea4458999efde31f8b5cd5>:0)
    FreeIva.KerbalIvaAddon.LateUpdate () (at <571a4b40afea4458999efde31f8b5cd5>:0)
    UnityEngine.DebugLogHandler:LogException(Exception, Object)
    KSPe.Util.Log.UnityLogDecorator:UnityEngine.ILogHandler.LogException(Exception, Object)
    ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object)
    UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)