KSP-RO / TestFlight

KSP Mod that provides a part research and reliability system
43 stars 32 forks source link

NRE when switching engine config in real fuels #151

Closed j-bos closed 8 years ago

j-bos commented 8 years ago

NRE occurs when switching to alternate config via RealFuels GUI in the VAB, with the 1.7 Beta 3 version.


(Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64)

NullReferenceException: Object reference not set to an instance of an object
  at TestFlightCore.TestFlightCore.Start () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

6/30/2016 10:09:13 PM,TestFlightCore,DEBUG: Running OnGUI OnceOnly Code

Also seen after doing this: 2 Testflight buttons display in the part's right-click menu (for both old and new variants). And no reliability data from testflight middle-click menu.

Note I am running KSP 1.1.3 which isn't really supported by RO yet, but since NK saw the same symptoms on his stream, probably it is the same bug in 1.1.2 as well.

This did not occur with the 1.6.x release version of TestFlight. I did not attempt earlier 1.7 betas. This is using 11.1.0 release of Realism Overhaul for configs.

Player.log file where I try two variants of the AJ-10 early engine:

Player.zip

j-bos commented 8 years ago

Beta 4 fixes it for me