ferram4 / Ferram-Aerospace-Research

Aerodynamics model for Kerbal Space Program
Other
238 stars 131 forks source link

NRE on high velocity suicide atmospheric burn... #145

Closed Galenmacil closed 7 years ago

Galenmacil commented 8 years ago

This was shown as an NRE in game and in the log file when I destroyed two different satellite into Kerbin atmosphere at high speed (Mach >10 at 70km altitude):

[EXC 00:22:13.409] NullReferenceException: Object reference not set to an instance of an object FerramAerospaceResearch.FARAeroComponents.FARAeroPartModule.ApplyForces () FerramAerospaceResearch.FARAeroComponents.FARVesselAero.CalculateAndApplyVesselAeroProperties () FerramAerospaceResearch.FARAeroComponents.FARVesselAero.FixedUpdate ()

KAmaia commented 8 years ago

Getting similar behaviour at >70km altitudes with this spamming my log: [EXC 16:50:30.931] NullReferenceException: Object reference not set to an instance of an object FerramAerospaceResearch.FARPartGeometry.GeometryPartModule.GetVisibleMeshData (UnityEngine.Transform t, Boolean onlyMeshes) FerramAerospaceResearch.FARPartGeometry.GeometryPartModule.CreateMeshListFromTransforms (System.Collections.Generic.List`1& meshTransforms) FerramAerospaceResearch.FARPartGeometry.GeometryPartModule.RebuildAllMeshData () FerramAerospaceResearch.FARPartGeometry.GeometryPartModule.FixedUpdate ()

Literally thousands of log writes in a few seconds.

Full log found here

ferram4 commented 8 years ago

I need more information to be able to reproduce the issue. What mods are you using, what parts on the vehicle, everything you did and the complete and full log.

ferram4 commented 7 years ago

Closing as there has been no reproduction steps or other information.