Kethane
Kethane copied to clipboard
Kethane NullReferenceException in combination with Engineer Redux
I'm getting a lot of NullReferenceExceptions in the KSP.log when using Kethane jets, possibly due to Engineer Redux.
The Build and Flight Engineer info stop showing delta-v calculations when I install a kethane jet. TWR is still available, but with a HUGE lag probably due to all the exception handling going on.
This is the error in the output_log.txt: NullReferenceException: Object reference not set to an instance of an object at Kethane.OrthogonalIntake.FixedUpdate () [0x00000] in
When modifying the jet part.cfg to use IntakeAir instead of KIntakeAir, the problem disappears. Is this a problem in Kethane Mod, or should the Engineer Redux mod be extended?
It sounds like the KIntakeAir
resource definition isn't being loaded. Please upload your full output log as per the bug reporting guidelines. Also check that you've installed Kethane correctly; there should be a GameData/Kethane/Resources folder with a config file that defines KIntakeAir.
It is installed properly. Everything functions properly, except the delta v calculations of Engineer Redux, and the big amount of exceptions in the log (it's 8 mb text exception logging...)
RESOURCE_DEFINITION { name = KIntakeAir density = 0.001 flowMode = NO_FLOW transfer = NONE }
Use a site like http://pastie.org/ or http://hastebin.com/ or upload your file someplace like Dropbox.
https://docs.google.com/file/d/0B6OjJwPwNBdBbGo1MzBrbHIwSWs/edit?usp=sharing
Besides the exception mentioned above there is also this exception visible:
NullReferenceException: Object reference not set to an instance of an object
at Kethane.ScaledSpaceFix.Start () [0x00000] in
I'm not sure if they are related though.