MechJeb2

MechJeb2

4M Downloads

RO/RSS Ascent guidance spams exception and stop working

emo64 opened this issue ยท 1 comments

commented
[EXC 17:05:12.705] NullReferenceException: Object reference not set to an instance of an object
	FerramAerospaceResearch.FARAeroComponents.FARVesselAero.SimulateAeroProperties (UnityEngine.Vector3& aeroForce, UnityEngine.Vector3& aeroTorque, Vector3 velocityWorldVector, Double altitude)
	FerramAerospaceResearch.FARAPI.InstanceCalcVesselAeroForces (.Vessel vessel, UnityEngine.Vector3& aeroForce, UnityEngine.Vector3& aeroTorque, Vector3 velocityWorldVector, Double altitude)
	FerramAerospaceResearch.FARAPI.CalculateVesselAeroForces (.Vessel vessel, UnityEngine.Vector3& aeroForce, UnityEngine.Vector3& aeroTorque, Vector3 velocityWorldVector, Double altitude)
	MuMech.VesselState.AnalyzeParts (.Vessel vessel, MuMech.EngineInfo einfo, MuMech.IntakeInfo iinfo)
	MuMech.VesselState.Update (.Vessel vessel)
	MuMech.MechJebCore.FixedUpdate ()

Delta v display also broken. It always shows 0m/s.
I am playing on ksp version 1.3.1, with FAR version 0.15.9.1, Mechjeb version 2.7.0.0

log here: https://www.dropbox.com/s/nlinzytroul7oll/KSP.log?dl=0

commented

That has nothing to do with Ascent Guidance. Looks more like FAR is broken, or more likely some part you're using on your rocket has a bad config that causes FAR to throw (or possibly you've got the wrong FAR version for your KSP version or that kind of issue going on...)