KerbalEngineer icon indicating copy to clipboard operation
KerbalEngineer copied to clipboard

Request: recognize all RealFuels for TWR/Thrust/dV calcs

Open Gordon-Dry opened this issue 7 years ago • 3 comments

I just launched a rocket, first stage with MMH/NTO and no Thrust/TWR/dV is shown. But the 2nd stage is already shown, with Hydrazine as fuel.

This lets me guess that not all fuel types added by RealFuels are taken into account.

I got a few of these but I'm not sure if this is because of this issue or something else:

NullReferenceException: Object reference not set to an instance of an object
  at KerbalEngineer.Flight.Readouts.Body.BodyName.Draw (ISectionModule section) [0x00000] in <filename unknown>:0 
  at KerbalEngineer.Flight.Sections.SectionModule.DrawReadoutModules () [0x00000] in <filename unknown>:0 
  at KerbalEngineer.Flight.Sections.SectionModule.Draw () [0x00000] in <filename unknown>:0 
  at KerbalEngineer.Flight.Sections.SectionWindow.Window (Int32 windowId) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, Int32 instanceID, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

Log and craft: https://www.dropbox.com/s/x0bjuqjvlgd1hns/2018-05-23_1%20KSP.log.7z?dl=1

https://i.imgur.com/mmwBXW9.png

Gordon-Dry avatar May 23 '18 21:05 Gordon-Dry

That error is prolly a one-time thing during a scene transition where the body is null.

I will have to do some extensive testing with realfuels, I don't normally play with it. Thanks for the report.

jrbudda avatar May 24 '18 23:05 jrbudda

This does not appear to be a fuel problem. I get the same thing using rp1/lox. As soon as you throttle up the thrust goes to 0 and so does the dV using realfuels.

jrbudda avatar May 31 '18 10:05 jrbudda

this is hopefully fixed in 1150

jrbudda avatar May 31 '18 12:05 jrbudda

... Is it?