Jump to content

[1.8] KerbalStats v3.1.0


taniwha

Recommended Posts

  • 1 month later...
  • 4 months later...

I haven't finished packaging it up, and I haven't done any testing yet, thus no release. If you install git, make, and mono (and maybe msys/cygwin if on windows), you can build it yourself. However, I hope to get a release done soon.

Link to comment
Share on other sites

  • 3 months later...
  • 1 month later...

Just a heads-up: KerbalStats for KSP 1.2 is coming along very nicely. I have it working nicely with the new kerbal load/save events and thus the data is stored right there in the kerbal's data (much lower chance of things getting messed up, unless the kerbals get renamed via a mod), and the experience tracking system is working. I need to test compatibility with older saves (I've done the work to translate from the old scenario-based data, but I haven't tested it yet).

Also, for any modders using KerbalStats: the API has changed a little, but it shouldn't affect saves.

Link to comment
Share on other sites

  • 4 weeks later...

I have released version 3.0.0 of KerbalStats.

Changes from 2.1.0:

  • Update for KSP 1.2.1
  • Avoid a reflection exception in KerbalStatsWrapper with certain versions of Contract Configurator (same issue as Toolbar had).
  • Module registration rewritten: modules no longer need to register with KerbalStats; any class implementing IKerbalExt will be automatically found and registered.
  • KerbalExt data is now stored in the stock Kerbal's node (using the new GameEvent mechanic). No more problems with kerbals and ext data getting out of sync (note: changing a kerbal's name in-game will cause problems).
  • May or may not be compatible with old saves. Back up any old saves and if things don't work properly, let me know.

Anybody looking at the source on github will find extra directories with rather interesting code (Genome, Progeny): they are very much WIP and not part of the release, only the core (top-level Source directory) and experience module (Source/Experience) are in the release, along with some support stuff.

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...

Is there a way to prevent these exceptions? Are they on a recovery of a tourist? I wonder...

Spoiler

[LOG 01:50:59.512] Added 0 (0) reputation: 'VesselRecovery'.
[LOG 01:50:59.514] [Research & Development]: +1 data on Recovery of a vessel returned from Kerbin orbit. Subject value is 0.00
[LOG 01:50:59.528] KK: OnProcessRecovery
[LOG 01:50:59.529] KK: OnProcessRecovery
[ERR 01:50:59.531] Exception handling event onVesselRecoveryProcessing in class ExperienceTrackerEvents:System.NullReferenceException: Object reference not set to an instance of an object
  at KerbalStats.Experience.ExperienceTracker.FinishAllTasks (.ProtoCrewMember pcm, Double UT) [0x00000] in <filename unknown>:0 
  at KerbalStats.Experience.ExperienceTrackerEvents.onVesselRecoveryProcessing (.ProtoVessel vessel, KSP.UI.Screens.MissionRecoveryDialog d, Single f) [0x00000] in <filename unknown>:0 
  at EventData`3[ProtoVessel,KSP.UI.Screens.MissionRecoveryDialog,System.Single].Fire (.ProtoVessel data0, KSP.UI.Screens.MissionRecoveryDialog data1, Single data2) [0x00000] in <filename unknown>:0 

[EXC 01:50:59.533] NullReferenceException: Object reference not set to an instance of an object
    KerbalStats.Experience.ExperienceTracker.FinishAllTasks (.ProtoCrewMember pcm, Double UT)
    KerbalStats.Experience.ExperienceTrackerEvents.onVesselRecoveryProcessing (.ProtoVessel vessel, KSP.UI.Screens.MissionRecoveryDialog d, Single f)
    EventData`3[ProtoVessel,KSP.UI.Screens.MissionRecoveryDialog,System.Single].Fire (.ProtoVessel data0, KSP.UI.Screens.MissionRecoveryDialog data1, Single data2)
    UnityEngine.Debug:LogException(Exception)
    EventData`3:Fire(ProtoVessel, MissionRecoveryDialog, Single)
    VesselRecovery:OnVesselRecovered(ProtoVessel, Boolean)
    EventData`2:Fire(ProtoVessel, Boolean)
    KSP.UI.Screens.SpaceTracking:OnRecoverConfirm()
    DialogGUIButton:OptionSelected()
    DialogGUIButton:<Create>m__6F1()
    UnityEngine.EventSystems.EventSystem:Update()
[LOG 01:50:59.539] KK: onVesselRecovered called
[LOG 01:50:59.542] Flight State Captured
[LOG 01:50:59.549] Saving Achievements Tree...

 

Link to comment
Share on other sites

Hmm, I thought I had KS installed, turned out I did not (using a separate KSP tree for play as I'm messing with a CKAN-based install). I've remedied that.

Looking at the code, I see four opportunities for an NRE, two of which would indicate some Very Bad Things happening. Of the others, one would be the vessel being null (um, why? it's being recovered) and the other is the crew list being null. Only reason I can think of for the latter is the vessel was unmanned.

If you can give me more details, that will help as I have so far been unable to reproduce the problem trying the following:

  • Launch and recover vessel with 3 crew memembers: pilot, scientist, tourist.
  • Launch and recover vessel with 3 tourists.
  • Launch and recover vessel with no crew.

All tests were done with the same vessel (three man jet-car) launched to the runway from the SPH and immediately recovered. Also, I have many mods installed, including Contract Configurator which loaded the scientist and the tourist in the first test.

Link to comment
Share on other sites

@taniwha

Thx for taking the time looking into it. I have forgotten to say, that I play a ~170 mod career any maybe it is just to crazy. Maybe I should not bother with errors on this install. However, every mod is selected with compatibility in head and it run's fine without crashes. I also got the attached NRE some hours before, playing the same career, but I don't have the full log in this case. Maybe it's related? However this NRE only occured once in 4h play time. The last reported NRE also only occured once in a 4h game. I also have some NREs on contract configurator, which I have reported there. Actual CKAN file is this.

I will take a look in which situation this NRE occurs and report back with more information. I hope. :)  BTW, if you want, I also can give a CKAN file and/or upload the whole gamedata+save, if needed/wanted. However, with one NRE in 4h gameplay... well. I try to reproduce it.

Spoiler

170108T194726.369 [ERROR] [EventData`1[GameEvents+FromToAction`2[ProtoCrewMember,ConfigNode]].Fire] Exception handling event onProtoCrewMemberSave in class KerbalStats:System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
  at System.Collections.Generic.Dictionary`2[System.String,KerbalStats.KerbalExt].get_Item (System.String key) [0x00000] in <filename unknown>:0 
  at KerbalStats.KerbalStats.onProtoCrewMemberSave (FromToAction`2 action) [0x00000] in <filename unknown>:0 
  at EventData`1[GameEvents+FromToAction`2[ProtoCrewMember,ConfigNode]].Fire (FromToAction`2 data) [0x00000] in <filename unknown>:0 
170108T194726.371 [EXCEPTION] [System.Collections.Generic.Dictionary`2[System.String,KerbalStats.KerbalExt].get_Item] KeyNotFoundException: The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2[System.String,KerbalStats.KerbalExt].get_Item (System.String key)
   at KerbalStats.KerbalStats.onProtoCrewMemberSave (FromToAction`2 action)
   at EventData`1[GameEvents+FromToAction`2[ProtoCrewMember,ConfigNode]].Fire (FromToAction`2 data)
   at UnityEngine.Debug:LogException(Exception)
   at EventData`1:Fire(FromToAction`2)
   at ProtoCrewMember:Save(ConfigNode)
   at KerbalRoster:Save(ConfigNode)
   at Game:Save(ConfigNode)
   at GamePersistence:SaveGame(Game, String, String, SaveMode)
   at GamePersistence:SaveGame(String, String, SaveMode)
   at MCSceneSpawner:OnMCDespawn()
   at EventVoid:Fire()
   at MCDespawner:BtnExit()
   at UnityEngine.EventSystems.EventSystem:Update()
170108T194727.903 [ERROR] [EventData`1[GameEvents+FromToAction`2[ProtoCrewMember,ConfigNode]].Fire] Exception handling event onProtoCrewMemberSave in class KerbalStats:System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
  at System.Collections.Generic.Dictionary`2[System.String,KerbalStats.KerbalExt].get_Item (System.String key) [0x00000] in <filename unknown>:0 
  at KerbalStats.KerbalStats.onProtoCrewMemberSave (FromToAction`2 action) [0x00000] in <filename unknown>:0 
  at EventData`1[GameEvents+FromToAction`2[ProtoCrewMember,ConfigNode]].Fire (FromToAction`2 data) [0x00000] in <filename unknown>:0 
170108T194727.905 [EXCEPTION] [System.Collections.Generic.Dictionary`2[System.String,KerbalStats.KerbalExt].get_Item] KeyNotFoundException: The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2[System.String,KerbalStats.KerbalExt].get_Item (System.String key)
   at KerbalStats.KerbalStats.onProtoCrewMemberSave (FromToAction`2 action)
   at EventData`1[GameEvents+FromToAction`2[ProtoCrewMember,ConfigNode]].Fire (FromToAction`2 data)
   at UnityEngine.Debug:LogException(Exception)
   at EventData`1:Fire(FromToAction`2)
   at ProtoCrewMember:Save(ConfigNode)
   at KerbalRoster:Save(ConfigNode)
   at Game:Save(ConfigNode)
   at GamePersistence:SaveGame(Game, String, String, SaveMode)
   at GamePersistence:SaveGame(String, String, SaveMode)
   at VehicleAssemblyBuilding:OnClicked()
   at SpaceCenterBuilding:EnterBuilding()
   at SpaceCenterBuilding:OnLeftClick()
   at <OnMouseTap>c__IteratorB6:MoveNext()
   at UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
170108T194731.442 [ERROR] [JanitorsCloset.Log.Error] Janitor's Closet: Button not found in dictionary

 

Edited by Jebs_SY
Link to comment
Share on other sites

That's a lot of mods! While yes, it could be any mod inducing the fault, it would be nice to know which one and why. That way, if there is a bug in that mod, it can be fixed, and also I'll have a better idea of what KS should do in such a situation.

Intermittent faults (1 in 4h? ouch) are the worst for finding the cause :(

Link to comment
Share on other sites

Well, in this case we have good cards. Looking into the info log instead of the error log of KSPDev Logger pointed out more things. And lining it up with the video, you also can see it here live on video. :) However, this NRE didn't made it to the top right screen. Maybe cause the scene change  It was THIS scene change from Mission Control to Space Center / VAB.

I assume it was a save event which was caused by leaving Mission Control.
The Kerbal NRE'd on was Tito Kerman, which was/is the tourist of the mission "Kick of Space Tourism" from the CC Contract Pack: Tourism Plus.
Below is the log from the error and the scene change before and after. One can not, that th mission was already accepted and I was just watching into mission control to check something this time.

 

Spoiler

170108T194216.253 [INFO] [HighLogic.LoadScene] [HighLogic]: =========================== Scene Change : From FLIGHT to SPACECENTER (Async) =====================
170108T194216.255 [INFO] [TimeControl.Log.Write] [1/8/2017 7:42:16 PM] [TimeControl(2.50): ]: <Info> (TCGUI.onShowUI) - Unhiding GUI for Settings Lock
170108T194216.256 [INFO] [KSP.UI.UIMasterController.ShowUI] [UIMasterController]: ShowUI
170108T194216.257 [INFO] [FlightDriver.SetPause] Game Unpaused!
170108T194216.262 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 656 maxListSize 808
170108T194216.263 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 656 maxListSize 808
170108T194216.264 [INFO] [KerbalAlarmClock.KerbalAlarmClock.Update] 1/8/2017 7:42:16 PM,KerbalAlarmClock,Scene Change from 'FLIGHT' to 'SPACECENTER'
170108T194217.728 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.WriteFieldsFromType] Writing persistent fields: type=KSPDev.LogConsole.ConsoleUI, group="session"
170108T194217.729 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.WriteFieldsIntoFile] Writing persistent fields: file=D:/Spiele/Steam/SteamApps/common/KSP/KSP_x64_Data/../GameData\KSPDev/session.settings, group="session", isMerging=True, root=UI
170108T194217.730 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.WriteFieldsIntoNode] Writing 5 persistent fields: group="session", node=UI
170108T194217.731 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 656 maxListSize 808
170108T194217.732 [INFO] [KSP.UI.Screens.KbApp.OnDestroy] KbApp.OnDestroy NullName
170108T194217.733 [INFO] [Trajectories.MapOverlay.DetachCamera] Trajectories: detaching camera listener
170108T194217.735 [INFO] [scatterer.SkyNode.saveToConfigNode] [Scatterer] saving Kerbin atmo config to: scatterer/config/Planets/Kerbin/atmo
170108T194217.737 [INFO] [scatterer.Core.saveSettings] [Scatterer] Saving settings to: scatterer/config/config.cfg
170108T194217.738 [INFO] [KSP.UI.Screens.KbApp.OnDestroy] KbApp.OnDestroy Planet Resources
170108T194217.738 [INFO] [HullcamVDS.MovieTime.OnDestroy] OnDestroy
170108T194217.739 [INFO] [HullcamVDS.MovieTime.SetCameraMode] SetCameraMode
170108T194217.739 [INFO] [HullcamVDS.MovieTimeFilter.SetMode] SetMode, mode: Normal
170108T194217.740 [INFO] [TransferWindowPlanner.TransferWindowPlanner.OnDestroy] 1/8/2017 7:42:17 PM,TransferWindowPlanner,Destroying the TransferWindowPlanner (TWP)
170108T194217.741 [INFO] [TransferWindowPlanner.TransferWindowPlanner.DestroyToolbarButton] 1/8/2017 7:42:17 PM,TransferWindowPlanner,Destroying Toolbar Button
170108T194217.742 [INFO] [ExperimentTracker.ExperimentTracker.debugPrint] [ExperimentTracker]: OnDestroy()
170108T194217.747 [INFO] [KSPPreciseManeuver.PreciseManeuverConfig.saveConfig] Saving PreciseManeuver settings.
170108T194217.752 [INFO] [KSP.UI.Screens.UIApp.OnDestroy] [UIApp] OnDestroy: KSPedia
170108T194217.752 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 656 maxListSize 808
170108T194217.753 [INFO] [Tac.Logging.Log] -INFO- Tac.FuelBalanceController[FFA1A816][7216.86]: OnDestroy
170108T194217.754 [INFO] [KSP.UI.Screens.UIApp.OnDestroy] [UIApp] OnDestroy: ResourceDisplay
170108T194217.755 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 656 maxListSize 808
170108T194217.757 [INFO] [KerbalEngineer.Flight.FlightEngineerCore.OnDestroy] [FlightEngineer]: Destroying Floating Window for HUD 1
170108T194217.758 [INFO] [KerbalEngineer.Flight.FlightEngineerCore.OnDestroy] [FlightEngineer]: Destroying Floating Window for HUD 2
170108T194217.759 [INFO] [InfernalRobotics.Gui.WindowManager.OnDestroy] IR: [GUI] destroy
170108T194217.763 [INFO] [InfernalRobotics.Gui.WindowManager.OnDestroy] IR: [GUI] OnDestroy finished successfully
170108T194217.764 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QBlizzyToolbar)[1.31]: StopEach
170108T194217.764 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QBlizzyToolbar)[1.31]: Destroy
170108T194217.765 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QGUI)[1.31]: OnDestroy
170108T194217.769 [INFO] [GravityTurn.GravityTurner.Log] GravityTurn : Flightmap with 0.00 loss
170108T194217.775 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 656 maxListSize 808
170108T194217.776 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 656 maxListSize 808
170108T194217.777 [INFO] [InfernalRobotics.Command.ServoController.OnDestroy] IR: [ServoController] destroy
170108T194217.777 [INFO] [InfernalRobotics.Command.ServoController.OnDestroy] IR: [ServoController] OnDestroy finished successfully
170108T194217.778 [INFO] [img_viewer.ImgViewer.SaveSettings] [ImageViewer.dll] Saving Config...
170108T194217.779 [INFO] [img_viewer.ImgViewer.SaveSettings] [ImageViewer.dll] Config Saved 
170108T194217.779 [INFO] [KSP.UI.Screens.KbApp.OnDestroy] KbApp.OnDestroy Unowned Info
170108T194217.780 [INFO] [KSP.UI.Screens.UIApp.OnDestroy] [UIApp] OnDestroy: ContractsApp
170108T194217.780 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 656 maxListSize 808
170108T194217.781 [INFO] [KSP.UI.Screens.KbApp.OnDestroy] KbApp.OnDestroy Vessel Crew
170108T194217.782 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 656 maxListSize 808
170108T194217.782 [INFO] [KerbalAlarmClock.KerbalAlarmClock.OnDestroy] 1/8/2017 7:42:17 PM,KerbalAlarmClock,Destroying the KerbalAlarmClock-KACFlight
170108T194217.783 [INFO] [KerbalAlarmClock.KerbalAlarmClock.DestroyToolbarButton] 1/8/2017 7:42:17 PM,KerbalAlarmClock,Destroying Toolbar Button
170108T194217.783 [INFO] [KerbalAlarmClock.KerbalAlarmClock.APIDestroy] 1/8/2017 7:42:17 PM,KerbalAlarmClock,API Cleaned up
170108T194217.784 [INFO] [KSP.UI.Screens.UIApp.OnDestroy] [UIApp] OnDestroy: CurrencyWidgetsApp
170108T194217.784 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 656 maxListSize 808
170108T194217.785 [INFO] [KSP.UI.Screens.KbApp.OnDestroy] KbApp.OnDestroy Planet Info
170108T194217.785 [INFO] [KSP.UI.Screens.KbApp.OnDestroy] KbApp.OnDestroy Vessel Info
170108T194217.787 [INFO] [FNPlugin.GameEventSubscriber.OnDestroy] [KSP Interstellar] GameEventSubscriber Deinitialised
170108T194217.795 [INFO] [KSP.UI.Screens.KbApp.OnDestroy] KbApp.OnDestroy Planet Parameters
170108T194217.900 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'TitleTrackerHelper' from assembly 'ContractConfigurator'
170108T194217.903 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'DarkenSky' from assembly 'DistantObject'
170108T194217.904 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'SettingsGui' from assembly 'DistantObject'
170108T194217.905 [INFO] [DistantObject.SettingsGui.toolbarButton] Distant Object Enhancement v1.8.1 -- Drawing toolbar icon...
170108T194217.913 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'UISoundPlayer' from assembly 'KSPDev_Utils.0.19.0'
170108T194217.914 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'GlobalEVEManager' from assembly 'EVEManager'
170108T194217.916 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'ImgViewer' from assembly 'ImageViewer'
170108T194217.917 [INFO] [img_viewer.ImgViewer.LoadSettings] [ImageViewer.dll] Loading Config...
170108T194217.918 [INFO] [img_viewer.ImgViewer.LoadSettings] [ImageViewer.dll] Config Loaded Successfully
170108T194217.920 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'UISoundPlayer' from assembly 'KSPDev_Utils'
170108T194217.922 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'ButtonEventReplacer' from assembly 'KerboKatzUtilities'
170108T194217.923 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'KISAddonCursor' from assembly 'KIS'
170108T194217.924 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'UISoundPlayer' from assembly 'KSPDev_Utils'
170108T194217.926 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'ConsoleUI' from assembly 'KSPDev_LogConsole'
170108T194217.927 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.ReadFieldsInType] Loading persistent fields: type=KSPDev.LogConsole.ConsoleUI, group="session"
170108T194217.928 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.ReadFieldsFromFile] Loading persistent fields: file=KSPDev/session.settings, group="session"
170108T194217.930 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.ReadFieldsFromNode] Loading 5 persistent fields: group="session", node=UI
170108T194217.931 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'PersistentLogAggregatorFlusher' from assembly 'KSPDev_LogConsole'
170108T194217.932 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'UISoundPlayer' from assembly 'KSPDev_Utils'
170108T194217.935 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'Core' from assembly 'scatterer'
170108T194217.937 [INFO] [scatterer.Core..ctor] [Scatterer] Core instance created
170108T194217.942 [INFO] [scatterer.planetsListReader.loadPlanetsList] 1
170108T194217.982 [INFO] [scatterer.Core.Awake] [Scatterer] Detected Direct3D 9.0c [nvd3dumx.dll 21.21.13.7633]
170108T194218.019 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'renderTypeFixer' from assembly 'scatterer'
170108T194218.020 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'SensibleScreenshot' from assembly 'SensibleScreenshot'
170108T194218.021 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'PersistentEmitterManager' from assembly 'SmokeScreen'
170108T194218.022 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'StageRecovery' from assembly 'StageRecovery'
170108T194218.030 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'SEP_UI_Loader' from assembly 'SEPScience'
170108T194218.032 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'TRActivator' from assembly 'Texture Replacer'
170108T194218.033 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'DescentProfile' from assembly 'Trajectories'
170108T194218.034 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'MapOverlay' from assembly 'Trajectories'
170108T194218.035 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'NavBallOverlay' from assembly 'Trajectories'
170108T194218.037 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'Trajectory' from assembly 'Trajectories'
170108T194218.039 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'InterstellarToolbar' from assembly 'KSPInterstellar'
170108T194218.041 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'WBISettingsMonitor' from assembly 'WildBlueTools'
170108T194218.042 [INFO] [KSP.UI.UIMasterController.HideUI] [UIMasterController]: HideUI
170108T194220.839 [ERROR] [JanitorsCloset.Log.Error] Janitor's Closet: Button not found in dictionary
170108T194220.859 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Eeloo: Terrain/PQS/Sphere Projection SURFACE QUAD (AP) 
170108T194220.885 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Pol: Terrain/PQS/Sphere Projection SURFACE QUAD
170108T194220.910 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Bop: Terrain/PQS/Sphere Projection SURFACE QUAD
170108T194220.933 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Tylo: Terrain/PQS/Sphere Projection SURFACE QUAD
170108T194220.957 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Vall: Terrain/PQS/Sphere Projection SURFACE QUAD
170108T194220.982 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Laythe: Terrain/PQS/PQS Main - Optimised
170108T194221.008 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Dres: Terrain/PQS/Sphere Projection SURFACE QUAD
170108T194221.031 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Ike: Terrain/PQS/Sphere Projection SURFACE QUAD
170108T194221.055 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Duna: Terrain/PQS/PQS Main Shader
170108T194221.080 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Minmus: Terrain/PQS/Sphere Projection SURFACE QUAD
170108T194221.105 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Mun: Terrain/PQS/PQS Main - Optimised
170108T194221.128 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Kerbin: Terrain/PQS/PQS Main - Optimised
170108T194221.153 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Gilly: Terrain/PQS/Sphere Projection SURFACE QUAD
170108T194221.179 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Eve: Terrain/PQS/PQS Main - Optimised
170108T194221.204 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Moho: Terrain/PQS/PQS Main Shader
170108T194221.228 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Celestial Body: Kerbin (CelestialBody)
170108T194221.228 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Found: Kerbin / Kerbin
170108T194221.229 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Celestial Body: Duna (CelestialBody)
170108T194221.230 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Found: Duna / Duna
170108T194221.230 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Celestial Body: Laythe (CelestialBody)
170108T194221.231 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Found: Laythe / Laythe
170108T194221.231 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Celestial Body: Jool (CelestialBody)
170108T194221.232 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Found: Jool / Jool
170108T194221.232 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Celestial Body: Eve (CelestialBody)
170108T194221.232 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Found: Eve / Eve
170108T194221.257 [INFO] [scatterer.Core.Update] Found scaled sunlight
170108T194221.258 [INFO] [scatterer.Core.Update] Found Sunlight
170108T194221.264 [INFO] [KerbalEngineer.MyLogger.Flush] KerbalEngineer -> FlightEngineerCore->OnDestroy
170108T194221.265 [INFO] [KerbalEngineer.MyLogger.Flush] KerbalEngineer -> ActionMenu->OnDestroy
170108T194224.503 [INFO] [scatterer.Core.saveSettings] [Scatterer] Saving settings to: scatterer/config/config.cfg
170108T194224.504 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.WriteFieldsFromType] Writing persistent fields: type=KSPDev.LogConsole.ConsoleUI, group="session"
170108T194224.504 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.WriteFieldsIntoFile] Writing persistent fields: file=D:/Spiele/Steam/SteamApps/common/KSP/KSP_x64_Data/../GameData\KSPDev/session.settings, group="session", isMerging=True, root=UI
170108T194224.506 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.WriteFieldsIntoNode] Writing 5 persistent fields: group="session", node=UI
170108T194224.507 [INFO] [img_viewer.ImgViewer.SaveSettings] [ImageViewer.dll] Saving Config...
170108T194224.508 [INFO] [img_viewer.ImgViewer.SaveSettings] [ImageViewer.dll] Config Saved 
170108T194224.611 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'CustomConfigsManager' from assembly 'ModuleManager'
170108T194224.613 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'MissionControlUI' from assembly 'ContractConfigurator'
170108T194224.614 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'TitleTrackerHelper' from assembly 'ContractConfigurator'
170108T194224.616 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'WindowManager' from assembly 'KerbalKonstructs'
170108T194224.617 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'DarkenSky' from assembly 'DistantObject'
170108T194224.618 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'SettingsGui' from assembly 'DistantObject'
170108T194224.619 [INFO] [DistantObject.SettingsGui.toolbarButton] Distant Object Enhancement v1.8.1 -- Drawing toolbar icon...
170108T194224.627 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'CapCom' from assembly 'CapCom'
170108T194224.628 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'UISoundPlayer' from assembly 'KSPDev_Utils.0.19.0'
170108T194224.629 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'GlobalEVEManager' from assembly 'EVEManager'
170108T194224.631 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'HaystackSpaceCentre' from assembly 'HaystackContinued'
170108T194224.632 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'ScenarioModuleLoader' from assembly 'HaystackContinued'
170108T194224.633 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'ChangeTechTree' from assembly 'HideEmptyTechTreeNodes'
170108T194224.634 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'ChangeTechTreeVisuals' from assembly 'HideEmptyTechTreeNodes'
170108T194224.636 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'ImgViewer' from assembly 'ImageViewer'
170108T194224.637 [INFO] [img_viewer.ImgViewer.LoadSettings] [ImageViewer.dll] Loading Config...
170108T194224.638 [INFO] [img_viewer.ImgViewer.LoadSettings] [ImageViewer.dll] Config Loaded Successfully
170108T194224.639 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'DebugConsole' from assembly 'IndicatorLights'
170108T194224.641 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'UISoundPlayer' from assembly 'KSPDev_Utils'
170108T194224.643 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'ButtonEventReplacer' from assembly 'KerboKatzUtilities'
170108T194224.644 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'KISAddonCursor' from assembly 'KIS'
170108T194224.646 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'UISoundPlayer' from assembly 'KSPDev_Utils'
170108T194224.647 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'ConsoleUI' from assembly 'KSPDev_LogConsole'
170108T194224.649 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.ReadFieldsInType] Loading persistent fields: type=KSPDev.LogConsole.ConsoleUI, group="session"
170108T194224.650 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.ReadFieldsFromFile] Loading persistent fields: file=KSPDev/session.settings, group="session"
170108T194224.651 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.ReadFieldsFromNode] Loading 5 persistent fields: group="session", node=UI
170108T194224.652 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'PersistentLogAggregatorFlusher' from assembly 'KSPDev_LogConsole'
170108T194224.653 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'UISoundPlayer' from assembly 'KSPDev_Utils'
170108T194224.655 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'AddScenarioModule' from assembly 'PartCommanderContinued'
170108T194224.656 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'QGoTo' from assembly 'QuickGoTo'
170108T194224.657 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QGUI)[1.31]: Awake
170108T194224.658 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'QRnD' from assembly 'QuickSearch'
170108T194224.659 [INFO] [QuickSearch.QuickSearch.Log] QuickSearch(QStockToolbar)[3.11]: ResetScenes
170108T194224.660 [INFO] [QuickSearch.QuickSearch.Log] QuickSearch[3.11]: Awake
170108T194224.661 [INFO] [QuickSearch.QuickSearch.Log] QuickSearch(QRnD)[3.11]: Awake
170108T194224.662 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'Core' from assembly 'scatterer'
170108T194224.663 [INFO] [scatterer.Core..ctor] [Scatterer] Core instance created
170108T194224.669 [INFO] [scatterer.planetsListReader.loadPlanetsList] 1
170108T194224.708 [INFO] [scatterer.Core.Awake] [Scatterer] Detected Direct3D 9.0c [nvd3dumx.dll 21.21.13.7633]
170108T194224.743 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'renderTypeFixer' from assembly 'scatterer'
170108T194224.745 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'SensibleScreenshot' from assembly 'SensibleScreenshot'
170108T194224.746 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'PersistentEmitterManager' from assembly 'SmokeScreen'
170108T194224.747 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'StageRecovery' from assembly 'StageRecovery'
170108T194224.754 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'SEP_Controller' from assembly 'SEPScience'
170108T194224.755 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'SEP_AppLauncher' from assembly 'SEPScience'
170108T194224.756 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'SEP_UI_Loader' from assembly 'SEPScience'
170108T194224.758 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'TRActivator' from assembly 'Texture Replacer'
170108T194224.759 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'TRGui' from assembly 'Texture Replacer'
170108T194224.763 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'DescentProfile' from assembly 'Trajectories'
170108T194224.765 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'MapOverlay' from assembly 'Trajectories'
170108T194224.766 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'NavBallOverlay' from assembly 'Trajectories'
170108T194224.767 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'Trajectory' from assembly 'Trajectories'
170108T194224.768 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'KACSpaceCenter' from assembly 'KerbalAlarmClock'
170108T194224.769 [INFO] [KerbalAlarmClock.KerbalAlarmClock.Awake] 1/8/2017 7:42:24 PM,KerbalAlarmClock,Awakening the KerbalAlarmClock-KACSpaceCenter
170108T194224.770 [INFO] [KerbalAlarmClock.KerbalAlarmClock.Awake] 1/8/2017 7:42:24 PM,KerbalAlarmClock,Loading Settings
170108T194224.775 [INFO] [KerbalAlarmClock.KACResources.LoadModelPoints] 1/8/2017 7:42:24 PM,KerbalAlarmClock,Loading Transfer Modelling Data
170108T194224.814 [INFO] [KerbalAlarmClock.KACResources.LoadModelPoints] 1/8/2017 7:42:24 PM,KerbalAlarmClock,Transfer Modelling Data Load Complete
170108T194224.815 [INFO] [KerbalAlarmClock.KACResources.LoadSounds] 1/8/2017 7:42:24 PM,KerbalAlarmClock,Loading Sounds
170108T194224.820 [INFO] [KerbalAlarmClock.KerbalAlarmClock.InitToolbarButton] 1/8/2017 7:42:24 PM,KerbalAlarmClock,Initialising the Toolbar Icon
170108T194224.823 [INFO] [KerbalAlarmClock.WarpTransitionCalculator.CalcWarpRateTransitions] 1/8/2017 7:42:24 PM,KerbalAlarmClock,WarpRates:8
170108T194224.824 [INFO] [KerbalAlarmClock.KerbalAlarmClock.APIAwake] 1/8/2017 7:42:24 PM,KerbalAlarmClock,API Ready
170108T194224.825 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'TransferWindowPlannerSpaceCenter' from assembly 'TransferWindowPlanner'
170108T194224.826 [INFO] [TransferWindowPlanner.TransferWindowPlanner.Awake] 1/8/2017 7:42:24 PM,TransferWindowPlanner,Awakening the TransferWindowPlanner (TWP)
170108T194224.827 [INFO] [TransferWindowPlanner.TransferWindowPlanner.Awake] 1/8/2017 7:42:24 PM,TransferWindowPlanner,Loading Settings
170108T194224.830 [INFO] [TransferWindowPlanner.TransferWindowPlanner.InitToolbarButton] 1/8/2017 7:42:24 PM,TransferWindowPlanner,Initialising the Toolbar Icon
170108T194224.831 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'TDNProtoUpdater_SpaceCentre' from assembly 'TweakableDockingNode'
170108T194224.833 [INFO] [ToadicusTools.Logging.PostLogMessage] [TDNProtoUpdater_SpaceCentre] Waking up.
170108T194224.840 [INFO] [ToadicusTools.Logging.PostLogMessage] [TDNProtoUpdater_SpaceCentre] Awake.
170108T194224.841 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'AddScenarioModules' from assembly 'USILifeSupport'
170108T194224.842 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'LifeSupportMonitor_SpaceCenter' from assembly 'USILifeSupport'
170108T194224.843 [INFO] [LifeSupport.LifeSupportMonitor_SpaceCenter.Awake] Loading D:\Spiele\Steam\SteamApps\common\KSP\GameData\UmbraSpaceIndustries\LifeSupport\Supplies.png
170108T194224.845 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 656 maxListSize 808
170108T194224.846 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'AddScenarioModules' from assembly 'KolonyTools'
170108T194224.847 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'KolonizationMonitor_SpaceCenter' from assembly 'KolonyTools'
170108T194224.849 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'InterstellarToolbar' from assembly 'KSPInterstellar'
170108T194224.851 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'PluginHelper' from assembly 'KSPInterstellar'
170108T194224.852 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'WBISettingsMonitor' from assembly 'WildBlueTools'
170108T194224.983 [INFO] [scatterer.FakeOceanPQS.OnSphereActive] 35
170108T194224.984 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Kerbin-MainClouds) OnSphereActive
170108T194224.986 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now MACRO
170108T194225.117 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Kerbin-CirrusClouds) OnSphereActive
170108T194225.118 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now MACRO
170108T194225.120 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Kerbin-Auroras) OnSphereActive
170108T194225.122 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now MACRO
170108T194225.406 [INFO] [KSP.UI.UIMasterController.HideUI] [UIMasterController]: HideUI
170108T194226.044 [INFO] [SCANsat.SCAN_Platform.CustomAddonLoader.OnLevelWasLoaded] SCANsat.SCANsat.SCAN_Platform.CustomAddonLoader: SPACECENTER was loaded; instantiating addons...
170108T194226.044 [INFO] [SCANsat.SCAN_Platform.CustomAddonLoader.OnLevelWasLoaded] ImprovedAddonLoader: Creating addon 'SCANtoolbar'
170108T194226.046 [INFO] [SCANsat.SCAN_Platform.CustomAddonLoader.OnLevelWasLoaded] SCANsat.SCANsat.SCAN_Platform.CustomAddonLoader finished; created 1 addons
170108T194226.344 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberLoad] [KerbalStats] loading ext for Jebediah Kerman
170108T194226.345 [INFO] [KerbalStats.KerbalStats.SetExt]     loading_kerbals
170108T194226.346 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberLoad] [KerbalStats] loading ext for Bill Kerman
170108T194226.347 [INFO] [KerbalStats.KerbalStats.SetExt]     loading_kerbals
170108T194226.348 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberLoad] [KerbalStats] loading ext for Bob Kerman
170108T194226.349 [INFO] [KerbalStats.KerbalStats.SetExt]     loading_kerbals
170108T194226.350 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberLoad] [KerbalStats] loading ext for Valentina Kerman
170108T194226.350 [INFO] [KerbalStats.KerbalStats.SetExt]     loading_kerbals
170108T194226.351 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberLoad] [KerbalStats] loading ext for Jerdock Kerman
170108T194226.352 [INFO] [KerbalStats.KerbalStats.SetExt]     loading_kerbals
170108T194226.353 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberLoad] [KerbalStats] loading ext for Gertrix Kerman
170108T194226.354 [INFO] [KerbalStats.KerbalStats.SetExt]     loading_kerbals
170108T194226.355 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberLoad] [KerbalStats] loading ext for Elicine Kerman
170108T194226.355 [INFO] [KerbalStats.KerbalStats.SetExt]     loading_kerbals
170108T194226.356 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberLoad] [KerbalStats] loading ext for Edmy Kerman
170108T194226.357 [INFO] [KerbalStats.KerbalStats.SetExt]     loading_kerbals
170108T194226.358 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberLoad] [KerbalStats] loading ext for Nedgard Kerman
170108T194226.359 [INFO] [KerbalStats.KerbalStats.SetExt]     loading_kerbals
170108T194226.360 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberLoad] [KerbalStats] loading ext for Ladine Kerman
170108T194226.360 [INFO] [KerbalStats.KerbalStats.SetExt]     loading_kerbals
170108T194226.361 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberLoad] [KerbalStats] loading ext for Rosy Kerman
170108T194226.362 [INFO] [KerbalStats.KerbalStats.SetExt]     loading_kerbals
170108T194226.363 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberLoad] [KerbalStats] loading ext for Maltrey Kerman
170108T194226.364 [INFO] [KerbalStats.KerbalStats.SetExt]     loading_kerbals
170108T194226.365 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberLoad] [KerbalStats] loading ext for Sutrix Kerman
170108T194226.366 [INFO] [KerbalStats.KerbalStats.SetExt]     loading_kerbals
170108T194226.366 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberLoad] [KerbalStats] loading ext for Tomler Kerman
170108T194226.367 [INFO] [KerbalStats.KerbalStats.SetExt]     loading_kerbals
170108T194226.368 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberLoad] [KerbalStats] loading ext for Billorf Kerman
170108T194226.369 [INFO] [KerbalStats.KerbalStats.SetExt]     loading_kerbals
170108T194226.370 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberLoad] [KerbalStats] loading ext for Dilin Kerman
170108T194226.371 [INFO] [KerbalStats.KerbalStats.SetExt]     loading_kerbals
170108T194226.426 [INFO] [ResourceGameSettings.SetupDepletionInfo] Loading Depletion Nodes
170108T194226.427 [INFO] [ResourceGameSettings.SetupDepletionInfo] DepNodeCount:  0
170108T194226.428 [INFO] [ResourceGameSettings.SetupBiomeLockInfo] Loading Biome Nodes
170108T194226.429 [INFO] [ResourceGameSettings.SetupBiomeLockInfo] BiomeNodeCount:  0
170108T194226.430 [INFO] [ResourceGameSettings.SetupPlanetScanInfo] Loading Planet Nodes
170108T194226.431 [INFO] [ResourceGameSettings.SetupPlanetScanInfo] PlanetNodeCount:  0
170108T194226.445 [INFO] [ScenarioDestructibles.OnLoad] [ScenarioDestructibles]: Loading... 0 objects registered
170108T194226.447 [INFO] [ScenarioUpgradeableFacilities.OnLoad] [ScenarioUpgradeableFacilities]: Loading... 0 objects registered
170108T194226.575 [ERROR] [ScenarioRunner.AddModule] Cannot find a Module of typename 'ExSettings'
170108T194226.576 [ERROR] [ProtoScenarioModule.Load] ScenarioModule is null.
170108T194226.578 [INFO] [QuickStart.QuickStart.Log] QuickStart(QSettings)[2.11]: Settings Saved
170108T194226.579 [INFO] [QuickStart.QuickStart.Log] QuickStart(QPersistent)[2.11]: OnAwake
170108T194226.580 [INFO] [RSTUtils.Utilities.Log] 1/8/2017 7:42:26 PM,DeepFreeze,DeepFreeze Constructor
170108T194226.581 [INFO] [RSTUtils.Utilities.Log] 1/8/2017 7:42:26 PM,DeepFreeze,globalConfigFilename = D:/Spiele/Steam/SteamApps/common/KSP/GameData/REPOSoftTech/DeepFreeze/Plugins/PluginData/Config.cfg
170108T194226.582 [INFO] [RSTUtils.Utilities.Log] 1/8/2017 7:42:26 PM,DeepFreeze,DeepFreezeEvents DeepFreezeEventAdd
170108T194226.583 [INFO] [RSTUtils.Utilities.Log] 1/8/2017 7:42:26 PM,DeepFreeze,DeepFreezeEvents DeepFreezeEventAdd ended
170108T194226.584 [INFO] [RSTUtils.Utilities.Log] 1/8/2017 7:42:26 PM,DeepFreeze,OnAwake in SPACECENTER
170108T194226.585 [INFO] [RSTUtils.Utilities.Log] 1/8/2017 7:42:26 PM,DeepFreeze,Adding SpaceCenterManager
170108T194226.586 [INFO] [RSTUtils.Utilities.Log] 1/8/2017 7:42:26 PM,DeepFreeze,DFIntMemory Constructor
170108T194226.593 [INFO] [DF.KACWrapper.LogFormatted] 1/8/2017 7:42:26 PM,DeepFreeze-KACWrapper,KAC Version:3.8.3.0
170108T194226.601 [INFO] [DF.DFEditorFilter.Setup] DFEditorFilter Start
170108T194226.602 [INFO] [DF.DFEditorFilter.Setup] EditorFilter Option is On
170108T194226.603 [INFO] [DF.DFEditorFilter.DFMMCallBack] DFEDitorFilter DFMMCallBack
170108T194226.606 [INFO] [DF.DFEditorFilter.DFMMCallBack] DFEDitorFilter DFMMCallBack end
170108T194226.607 [INFO] [DF.DFEditorFilter.Setup] DFEditorFilter Awake Complete
170108T194226.608 [INFO] [DF.DeepFreeze.OnLoad] DeepFreeze Scenario Onload Completed.
170108T194226.610 [INFO] [SCANsat.SCANcontroller.OnLoad] [SCANsat] SCANsat Controller: Loading 0 known vessels
170108T194226.611 [INFO] [SCANsat.SCANcontroller.OnLoad] [SCANsat] SCANsat Controller: Loading map for Kerbin
170108T194226.614 [INFO] [SCANsat.SCANcontroller.OnLoad] [SCANsat] SCANsat Controller: Loading map for Mun
170108T194226.619 [INFO] [KerbalAlarmClock.KerbalAlarmClockScenario.OnLoad] 1/8/2017 7:42:26 PM,KerbalAlarmClock,BaseLoadDone. Alarms Count (Should be 0):0
170108T194226.620 [INFO] [KerbalAlarmClock.KACAlarmList.DecodeFromCN] 1/8/2017 7:42:26 PM,KerbalAlarmClock,No Alarms to Load
170108T194226.620 [INFO] [KerbalAlarmClock.KerbalAlarmClockScenario.OnLoad] 1/8/2017 7:42:26 PM,KerbalAlarmClock,ScenarioLoadDone. Alarms Count:0
170108T194226.621 [ERROR] [ScenarioRunner.AddModule] Cannot find a Module of typename 'WorkshopSettings'
170108T194226.622 [ERROR] [ProtoScenarioModule.Load] ScenarioModule is null.
170108T194226.623 [INFO] [LifeSupport.LifeSupportPersistance.SetupStatusInfo] Loading Status Nodes
170108T194226.624 [INFO] [LifeSupport.LifeSupportPersistance.SetupStatusInfo] StatNodeCount:  1
170108T194226.625 [INFO] [LifeSupport.LifeSupportPersistance.SetupVesselInfo] Loading Vessel Nodes
170108T194226.626 [INFO] [LifeSupport.LifeSupportPersistance.SetupVesselInfo] StatNodeCount:  3
170108T194226.627 [INFO] [LifeSupport.LifeSupportPersistance.SetupSettings] Loading Config
170108T194226.628 [INFO] [LifeSupport.LifeSupportPersistance.SetupSettings] StatNodeCount:  1
170108T194226.632 [INFO] [KolonyTools.KolonizationPersistance.SetupLogInfo] Loading Kolony Nodes
170108T194226.633 [INFO] [KolonyTools.KolonizationPersistance.SetupLogInfo] StatNodeCount:  0
170108T194226.634 [INFO] [PlanetaryLogistics.PlanetaryLogisticsPersistance.SetupLogInfo] Loading logistics Nodes
170108T194226.636 [INFO] [PlanetaryLogistics.PlanetaryLogisticsPersistance.SetupLogInfo] StatNodeCount:  0
170108T194226.638 [INFO] [ModuleManager.CustomConfigsManager.log] [CustomConfigsManager] Setting modded tech tree as the active one
170108T194226.639 [INFO] [HideEmptyTechTreeNodes.HETTNSettings.Log] [HETTN] Default tech tree path: GameData\ModuleManager.TechTree.
170108T194226.640 [INFO] [HideEmptyTechTreeNodes.HETTNSettings.Log] [HETTN] Current tech tree path: GameData/HideEmptyTechTreeNodes/HETTN.TechTree.
170108T194226.677 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QBlizzyToolbar)[1.31]: Init
170108T194226.679 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QGUI)[1.31]: RefreshTexture
170108T194226.679 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QGUI)[1.31]: RefreshStyle force: True
170108T194226.680 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QGUI)[1.31]: Start
170108T194226.681 [INFO] [QuickSearch.QuickSearch.Log] QuickSearch[3.11]: Start
170108T194226.682 [INFO] [QuickSearch.QuickSearch.Log] QuickSearch(QRnD)[3.11]: Start
170108T194226.755 [INFO] [KerbalAlarmClock.KerbalAlarmClock.Start] 1/8/2017 7:42:26 PM,KerbalAlarmClock,Searching for RSS
170108T194226.761 [INFO] [KerbalAlarmClock.KerbalAlarmClock.Start] 1/8/2017 7:42:26 PM,KerbalAlarmClock,Searching for KER
170108T194226.762 [INFO] [KAC_KERWrapper.KERWrapper.InitKERWrapper] 1/8/2017 7:42:26 PM,KerbalAlarmClock-KERWrapper,Attempting to Grab KER Types...
170108T194226.769 [INFO] [KAC_KERWrapper.KERWrapper.InitKERWrapper] 1/8/2017 7:42:26 PM,KerbalAlarmClock-KERWrapper,KER Version:1.1.2.8
170108T194226.770 [INFO] [KAC_KERWrapper.KERWrapper.InitKERWrapper] 1/8/2017 7:42:26 PM,KerbalAlarmClock-KERWrapper,Creating Wrapper Objects
170108T194226.770 [INFO] [KAC_KERWrapper.KERWrapper+KERAPI..ctor] 1/8/2017 7:42:26 PM,KerbalAlarmClock-KERWrapper,p not NULL
170108T194226.771 [INFO] [KAC_KERWrapper.KERWrapper+KERAPI..ctor] 1/8/2017 7:42:26 PM,KerbalAlarmClock-KERWrapper,BurnTimeProp Success: True
170108T194226.771 [INFO] [KAC_KERWrapper.KERWrapper+KERAPI..ctor] 1/8/2017 7:42:26 PM,KerbalAlarmClock-KERWrapper,HalfBurnTimeProp Success: True
170108T194226.772 [INFO] [KAC_KERWrapper.KERWrapper+KERAPI..ctor] 1/8/2017 7:42:26 PM,KerbalAlarmClock-KERWrapper,HasDeltaVProp Success: True
170108T194226.773 [INFO] [KAC_KERWrapper.KERWrapper+KERAPI..ctor] 1/8/2017 7:42:26 PM,KerbalAlarmClock-KERWrapper,UpdateMethod Success: True
170108T194226.773 [INFO] [KerbalAlarmClock.KerbalAlarmClock.Start] 1/8/2017 7:42:26 PM,KerbalAlarmClock,Successfully Hooked KER
170108T194226.774 [INFO] [KerbalAlarmClock.KerbalAlarmClock.Start] 1/8/2017 7:42:26 PM,KerbalAlarmClock,Searching for VOID
170108T194226.775 [INFO] [KAC_VOIDWrapper.VOIDWrapper.InitVOIDWrapper] 1/8/2017 7:42:26 PM,KerbalAlarmClock-VOIDWrapper,Attempting to Grab VOID Types...
170108T194226.781 [INFO] [TransferWindowPlanner.TransferWindowPlanner.Start] 1/8/2017 7:42:26 PM,TransferWindowPlanner,Searching for RSS
170108T194226.787 [INFO] [TWP_KACWrapper.KACWrapper.InitKACWrapper] 1/8/2017 7:42:26 PM,TransferWindowPlanner-KACWrapper,Attempting to Grab KAC Types...
170108T194226.793 [INFO] [TWP_KACWrapper.KACWrapper.InitKACWrapper] 1/8/2017 7:42:26 PM,TransferWindowPlanner-KACWrapper,KAC Version:3.8.3.0
170108T194226.798 [INFO] [TWP_KACWrapper.KACWrapper.InitKACWrapper] 1/8/2017 7:42:26 PM,TransferWindowPlanner-KACWrapper,Got Assembly Types, grabbing Instance
170108T194226.799 [INFO] [TWP_KACWrapper.KACWrapper.InitKACWrapper] 1/8/2017 7:42:26 PM,TransferWindowPlanner-KACWrapper,Got Instance, Creating Wrapper Objects
170108T194226.800 [INFO] [TWP_KACWrapper.KACWrapper+KACAPI..ctor] 1/8/2017 7:42:26 PM,TransferWindowPlanner-KACWrapper,Getting APIReady Object
170108T194226.800 [INFO] [TWP_KACWrapper.KACWrapper+KACAPI..ctor] 1/8/2017 7:42:26 PM,TransferWindowPlanner-KACWrapper,Success: True
170108T194226.801 [INFO] [TWP_KACWrapper.KACWrapper+KACAPI..ctor] 1/8/2017 7:42:26 PM,TransferWindowPlanner-KACWrapper,Getting Alarms Object
170108T194226.802 [INFO] [TWP_KACWrapper.KACWrapper+KACAPI..ctor] 1/8/2017 7:42:26 PM,TransferWindowPlanner-KACWrapper,Success: True
170108T194226.802 [INFO] [TWP_KACWrapper.KACWrapper+KACAPI..ctor] 1/8/2017 7:42:26 PM,TransferWindowPlanner-KACWrapper,Getting Alarm State Change Event
170108T194226.803 [INFO] [TWP_KACWrapper.KACWrapper+KACAPI..ctor] 1/8/2017 7:42:26 PM,TransferWindowPlanner-KACWrapper,Getting Create Method
170108T194226.804 [INFO] [TWP_KACWrapper.KACWrapper+KACAPI..ctor] 1/8/2017 7:42:26 PM,TransferWindowPlanner-KACWrapper,Getting Delete Method
170108T194226.805 [INFO] [TWP_KACWrapper.KACWrapper+KACAPI..ctor] 1/8/2017 7:42:26 PM,TransferWindowPlanner-KACWrapper,Getting DrawAlarmAction
170108T194226.806 [INFO] [TransferWindowPlanner.TransferWindowPlanner.Start] 1/8/2017 7:42:26 PM,TransferWindowPlanner,Successfully Hooked the KAC
170108T194226.809 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Eeloo: Terrain/PQS/Sphere Projection SURFACE QUAD (AP) 
170108T194226.834 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Pol: Terrain/PQS/Sphere Projection SURFACE QUAD
170108T194226.858 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Bop: Terrain/PQS/Sphere Projection SURFACE QUAD
170108T194226.884 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Tylo: Terrain/PQS/Sphere Projection SURFACE QUAD
170108T194226.910 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Vall: Terrain/PQS/Sphere Projection SURFACE QUAD
170108T194226.934 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Laythe: Terrain/PQS/PQS Main - Optimised
170108T194226.959 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Dres: Terrain/PQS/Sphere Projection SURFACE QUAD
170108T194226.984 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Ike: Terrain/PQS/Sphere Projection SURFACE QUAD
170108T194227.009 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Duna: Terrain/PQS/PQS Main Shader
170108T194227.034 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Minmus: Terrain/PQS/Sphere Projection SURFACE QUAD
170108T194227.058 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Mun: Terrain/PQS/PQS Main - Optimised
170108T194227.082 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Kerbin: Terrain/PQS/PQS Main - Optimised
170108T194227.108 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Gilly: Terrain/PQS/Sphere Projection SURFACE QUAD
170108T194227.133 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Eve: Terrain/PQS/PQS Main - Optimised
170108T194227.159 [INFO] [scatterer.Core.setShadows] [Scatterer] PQS material of Moho: Terrain/PQS/PQS Main Shader
170108T194227.184 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Celestial Body: Kerbin (CelestialBody)
170108T194227.185 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Found: Kerbin / Kerbin
170108T194227.185 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Celestial Body: Duna (CelestialBody)
170108T194227.186 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Found: Duna / Duna
170108T194227.186 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Celestial Body: Laythe (CelestialBody)
170108T194227.187 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Found: Laythe / Laythe
170108T194227.187 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Celestial Body: Jool (CelestialBody)
170108T194227.188 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Found: Jool / Jool
170108T194227.188 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Celestial Body: Eve (CelestialBody)
170108T194227.189 [INFO] [scatterer.Core.findScattererCelestialBodies] [Scatterer] Found: Eve / Eve
170108T194227.215 [INFO] [scatterer.Core.Update] Found scaled sunlight
170108T194227.215 [INFO] [scatterer.Core.Update] Found Sunlight
170108T194227.245 [INFO] [scatterer.SunFlare.loadConfigNode] [Scatterer] sunflare config found for Sun
170108T194227.667 [INFO] [scatterer.SunFlare.start] [Scatterer] added custom sun flare
170108T194227.668 [INFO] [scatterer.Core.Update] Added custom sunflare for Core
170108T194227.693 [INFO] [scatterer.Core.Update] [Scatterer] Added eclipse caster Mun for Kerbin
170108T194227.693 [INFO] [scatterer.Core.Update] [Scatterer] Added eclipse caster Minmus for Kerbin
170108T194227.699 [INFO] [scatterer.SkyNode.loadFromConfigNode] [Scatterer] config found for: Kerbin
170108T194227.710 [INFO] [scatterer.OceanNode.loadFromConfigNode] [Scatterer] ocean config found for: Kerbin
170108T194227.937 [INFO] [scatterer.Core.Update] [Scatterer] Effects loaded for Kerbin
170108T194227.938 [INFO] [RSTUtils.Utilities.Log] 1/8/2017 7:42:27 PM,DeepFreeze,There are 0 unknownKerbals in the game roster.
170108T194227.939 [INFO] [RSTUtils.Utilities.Log] 1/8/2017 7:42:27 PM,DeepFreeze,There are 4 crew Kerbals in the game roster.
170108T194227.953 [INFO] [SCANsat.SCANcontroller.checkHeightMapStatus] [SCANsat] All Height Maps Generated
170108T194227.954 [WARNING] [UnityEngine.Object.DontDestroyOnLoad] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
170108T194227.954 [INFO] [QuickStart.QuickStart.Log] QuickStart(QPersistent)[2.11]: Start
170108T194228.192 [INFO] [KerbalAlarmClock.KACResources.loadGUIAssets] 1/8/2017 7:42:28 PM,KerbalAlarmClock,Loading Textures
170108T194228.210 [INFO] [KerbalAlarmClock.KACResources.loadGUIAssets] 1/8/2017 7:42:28 PM,KerbalAlarmClock,Loaded Textures
170108T194228.213 [INFO] [KerbalAlarmClock.KerbalAlarmClock.OnGUIEvery] 1/8/2017 7:42:28 PM,KerbalAlarmClock,Adding DrawGUI to PostRender Queue
170108T194228.214 [INFO] [TransferWindowPlanner.Resources.LoadTextures] 1/8/2017 7:42:28 PM,TransferWindowPlanner,Loading Textures
170108T194228.218 [INFO] [TransferWindowPlanner.Styles.InitStyles] 1/8/2017 7:42:28 PM,TransferWindowPlanner,Configuring Styles
170108T194230.483 [INFO] [TimeControl.Log.Write] [1/8/2017 7:42:30 PM] [TimeControl(2.50): ]: <Info> (TCGUI.onShowUI) - Unhiding GUI for Settings Lock
170108T194230.484 [INFO] [TimeControl.Log.Write] [1/8/2017 7:42:30 PM] [TimeControl(2.50): ]: <Info> (TimeController.UpdateInternalTimeWarpArrays) - Resizing Internal  Warp Rates Array
170108T194230.485 [INFO] [TimeControl.Log.Write] [1/8/2017 7:42:30 PM] [TimeControl(2.50): ]: <Info> (TimeController.UpdateInternalTimeWarpArrays) - Resizing Internal  Celestial Body Altitude Limits Arrays
170108T194230.486 [INFO] [TimeControl.Log.Write] [1/8/2017 7:42:30 PM] [TimeControl(2.50): ]: <Info> (TimeController.UpdateInternalTimeWarpArrays) - Setting Internal Rates and Altitude Limits
170108T194230.487 [INFO] [ProgressParser.progressController.onSceneChange] [Progress Tracking Parser] Initializing Progress Parser...
170108T194230.489 [WARNING] [ConfigNode.Load] File 'D:/Spiele/Steam/SteamApps/common/KSP/KSP_x64_Data/../saves/122-Twitch/KK.cfg' does not exist
170108T194230.499 [INFO] [KSP.UI.Screens.UIApp.Awake] [UiApp] Awake: ContractsApp
170108T194230.500 [INFO] [KSP.UI.Screens.UIApp.Awake] [UiApp] Awake: KSPedia
170108T194230.500 [INFO] [KSP.UI.Screens.ApplicationLauncher.OnSceneLoadedGUIReady] [ApplicationLauncher] OnSceneLoadedGUIReady: scene SPACECENTER ShouldBeVisible() True ShouldBeOnTop() False iIsPositionedAtTop True
170108T194230.501 [INFO] [KSP.UI.Screens.ApplicationLauncher.SpawnSimpleLayout] [ApplicationLauncher] SpawnSimpleLayout: HorizontalRightLeft
170108T194230.506 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 410 maxListSize 2009
170108T194230.507 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 369 maxListSize 2000
170108T194230.509 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 328 maxListSize 2000
170108T194230.510 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 287 maxListSize 2000
170108T194230.510 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 287 maxListSize 2000
170108T194230.511 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 287 maxListSize 2000
170108T194230.513 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 328 maxListSize 2000
170108T194230.514 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 369 maxListSize 2000
170108T194230.516 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 410 maxListSize 2000
170108T194230.518 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 451 maxListSize 2000
170108T194230.518 [INFO] [ScienceChecklist.Logger.WriteMessage] [1/8/2017 7:42:30 PM [x] Science!]: <Trace> (ScienceChecklistAddon) - Load
170108T194230.519 [WARNING] [ScienceChecklist.Logger.WriteMessage] [1/8/2017 7:42:30 PM [x] Science!]: <Info> (ScienceChecklistAddon) - Already loaded.
170108T194230.521 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 492 maxListSize 2000
170108T194230.522 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 533 maxListSize 2000
170108T194230.524 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 492 maxListSize 2000
170108T194230.526 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 533 maxListSize 2000
170108T194230.527 [INFO] [QuickSearch.QuickSearch.Log] QuickSearch(QStockToolbar)[3.11]: Init
170108T194230.527 [INFO] [QuickSearch.QuickSearch.Log] QuickSearch(QStockToolbar)[3.11]: AppLauncherReady
170108T194230.529 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 533 maxListSize 2000
170108T194230.529 [WARNING] [KSP.UI.UIList`1[KSP.UI.UIListItem].RemoveItem] UIList: RemoveItem didn't find any item to remove.
170108T194230.530 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 533 maxListSize 2000
170108T194230.531 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QStockToolbar)[1.31]: Destroy
170108T194230.533 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 574 maxListSize 2000
170108T194230.534 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QStockToolbar)[1.31]: Init
170108T194230.535 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QStockToolbar)[1.31]: AppLauncherReady
170108T194230.537 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 615 maxListSize 2000
170108T194230.538 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 574 maxListSize 2000
170108T194230.813 [INFO] [KerbalAlarmClock.KerbalAlarmClock.ContractsReady] 1/8/2017 7:42:30 PM,KerbalAlarmClock,Contracts System Ready
170108T194231.017 [INFO] [scatterer.SunFlare.OnPreRender] [Scatterer] Sunflare: loaded new transmittance table
170108T194231.034 [ERROR] [JanitorsCloset.Log.Error] Janitor's Closet: Button not found in dictionary
170108T194231.036 [ERROR] [JanitorsCloset.Log.Error] Janitor's Closet: Button not found in dictionary
170108T194231.037 [ERROR] [JanitorsCloset.Log.Error] Janitor's Closet: Button not found in dictionary
170108T194231.055 [ERROR] [JanitorsCloset.Log.Error] Janitor's Closet: Button not found in dictionary
170108T194231.055 [ERROR] [JanitorsCloset.Log.Error] Janitor's Closet: Button not found in dictionary
170108T194231.057 [ERROR] [JanitorsCloset.Log.Error] Janitor's Closet: Button not found in dictionary
170108T194231.058 [ERROR] [JanitorsCloset.Log.Error] Janitor's Closet: Button not found in dictionary
170108T194231.059 [ERROR] [JanitorsCloset.Log.Error] Janitor's Closet: Button not found in dictionary
170108T194231.060 [ERROR] [JanitorsCloset.Log.Error] Janitor's Closet: Button not found in dictionary
170108T194231.061 [ERROR] [JanitorsCloset.Log.Error] Janitor's Closet: Button not found in dictionary
170108T194231.062 [ERROR] [JanitorsCloset.Log.Error] Janitor's Closet: Button not found in dictionary
170108T194231.077 [INFO] [KSP.UI.Screens.MessageSystem.Reposition] [MessageSystem] Reposition 0.02 370376
170108T194232.032 [INFO] [KSP.UI.Screens.UIApp+<AddToAppLauncher>c__Iterator109.MoveNext] [UIApp] Adding ContractsApp to Application Launcher
170108T194232.034 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 533 maxListSize 1959
170108T194232.113 [INFO] [ContractParser.contractParser+<loadContracts>d__0.MoveNext] [Contract Parser] Loading All Contracts...
170108T194232.124 [INFO] [ContractParser.contractParser+<loadContracts>d__0.MoveNext] [Contract Parser] Finished Loading All Contracts
170108T194232.321 [INFO] [KSP.UI.GenericAppFrame.Reposition] [GenericAppFrame] Reposition 0.42 370381
170108T194232.589 [INFO] [KSP.UI.Screens.UIApp+<AddToAppLauncher>c__Iterator109.MoveNext] [UIApp] Adding KSPedia to Application Launcher
170108T194232.591 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 533 maxListSize 1918
170108T194232.924 [INFO] [ProgressParser.progressParser+<parseProgressTree>d__0.MoveNext] [Progress Tracking Parser] Progress Nodes Loaded...
170108T194233.057 [INFO] [KSP.UI.UIMasterController.ShowUI] [UIMasterController]: ShowUI
170108T194354.817 [INFO] [FlightState..ctor] Flight State Captured
170108T194354.822 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170108T194354.824 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170108T194354.826 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170108T194354.831 [INFO] [QuickStart.QuickStart.Log] QuickStart(QPersistent)[2.11]: OnSave 51443226-5dcf-4157-9dfe-ec9960908e67
170108T194354.833 [INFO] [DF.DeepFreeze.OnSave] DeepFreeze Scenario OnSave completed.
170108T194354.846 [INFO] [KSP.UI.Screens.MessageSystem.SaveMessages] [MessageSystem] Save Messages
170108T194354.854 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jebediah Kerman
170108T194354.855 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194354.857 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bill Kerman
170108T194354.859 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194354.860 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bob Kerman
170108T194354.862 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194354.864 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Valentina Kerman
170108T194354.866 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194354.867 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jerdock Kerman
170108T194354.869 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194354.871 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Gertrix Kerman
170108T194354.873 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194354.874 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Elicine Kerman
170108T194354.876 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194354.878 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Edmy Kerman
170108T194354.879 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194354.881 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Nedgard Kerman
170108T194354.883 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194354.884 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Ladine Kerman
170108T194354.886 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194354.887 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Rosy Kerman
170108T194354.889 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194354.890 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Maltrey Kerman
170108T194354.892 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194354.893 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Sutrix Kerman
170108T194354.895 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194354.897 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Tomler Kerman
170108T194354.899 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194354.900 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Billorf Kerman
170108T194354.902 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194354.904 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Dilin Kerman
170108T194354.905 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194354.914 [INFO] [GamePersistence.SaveGame] Game State Saved to saves/122-Twitch/persistent
170108T194357.497 [INFO] [FlightState..ctor] Flight State Captured
170108T194357.502 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170108T194357.504 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170108T194357.506 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170108T194357.511 [INFO] [QuickStart.QuickStart.Log] QuickStart(QPersistent)[2.11]: OnSave 51443226-5dcf-4157-9dfe-ec9960908e67
170108T194357.513 [INFO] [DF.DeepFreeze.OnSave] DeepFreeze Scenario OnSave completed.
170108T194357.525 [INFO] [KSP.UI.Screens.MessageSystem.SaveMessages] [MessageSystem] Save Messages
170108T194357.537 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jebediah Kerman
170108T194357.539 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194357.541 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bill Kerman
170108T194357.542 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194357.544 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bob Kerman
170108T194357.545 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194357.547 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Valentina Kerman
170108T194357.549 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194357.550 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jerdock Kerman
170108T194357.552 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194357.553 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Gertrix Kerman
170108T194357.555 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194357.556 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Elicine Kerman
170108T194357.558 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194357.560 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Edmy Kerman
170108T194357.561 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194357.563 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Nedgard Kerman
170108T194357.565 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194357.566 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Ladine Kerman
170108T194357.568 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194357.570 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Rosy Kerman
170108T194357.572 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194357.573 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Maltrey Kerman
170108T194357.575 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194357.577 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Sutrix Kerman
170108T194357.578 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194357.580 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Tomler Kerman
170108T194357.581 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194357.583 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Billorf Kerman
170108T194357.584 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194357.586 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Dilin Kerman
170108T194357.587 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194357.597 [INFO] [GamePersistence.SaveGame] Game State Saved to saves/122-Twitch/persistent
170108T194405.096 [INFO] [TimeControl.Log.Write] [1/8/2017 7:44:05 PM] [TimeControl(2.50): ]: <Info> (TCGUI.onShowUI) - Unhiding GUI for Settings Lock
170108T194405.097 [INFO] [KSP.UI.UIMasterController.ShowUI] [UIMasterController]: ShowUI
170108T194405.098 [INFO] [FlightDriver.SetPause] Game Paused!
170108T194412.815 [INFO] [FlightState..ctor] Flight State Captured
170108T194412.820 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170108T194412.822 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170108T194412.824 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170108T194412.829 [INFO] [QuickStart.QuickStart.Log] QuickStart(QPersistent)[2.11]: OnSave 51443226-5dcf-4157-9dfe-ec9960908e67
170108T194412.831 [INFO] [DF.DeepFreeze.OnSave] DeepFreeze Scenario OnSave completed.
170108T194412.842 [INFO] [KSP.UI.Screens.MessageSystem.SaveMessages] [MessageSystem] Save Messages
170108T194412.850 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jebediah Kerman
170108T194412.852 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194412.853 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bill Kerman
170108T194412.855 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194412.856 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bob Kerman
170108T194412.858 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194412.860 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Valentina Kerman
170108T194412.861 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194412.863 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jerdock Kerman
170108T194412.865 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194412.866 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Gertrix Kerman
170108T194412.868 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194412.870 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Elicine Kerman
170108T194412.871 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194412.873 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Edmy Kerman
170108T194412.874 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194412.876 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Nedgard Kerman
170108T194412.877 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194412.879 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Ladine Kerman
170108T194412.881 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194412.882 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Rosy Kerman
170108T194412.884 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194412.885 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Maltrey Kerman
170108T194412.887 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194412.888 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Sutrix Kerman
170108T194412.890 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194412.891 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Tomler Kerman
170108T194412.893 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194412.894 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Billorf Kerman
170108T194412.896 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194412.898 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Dilin Kerman
170108T194412.900 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194412.909 [INFO] [GamePersistence.SaveGame] Game State Saved to saves/122-Twitch/Main
170108T194412.914 [INFO] [TimeControl.Log.Write] [1/8/2017 7:44:12 PM] [TimeControl(2.50): ]: <Info> (TCGUI.onShowUI) - Unhiding GUI for Settings Lock
170108T194412.914 [INFO] [KSP.UI.UIMasterController.ShowUI] [UIMasterController]: ShowUI
170108T194412.915 [INFO] [FlightDriver.SetPause] Game Unpaused!
170108T194424.788 [INFO] [TimeControl.Log.Write] [1/8/2017 7:44:24 PM] [TimeControl(2.50): ]: <Info> (TCGUI.onShowUI) - Unhiding GUI for Settings Lock
170108T194424.789 [INFO] [KSP.UI.UIMasterController.ShowUI] [UIMasterController]: ShowUI
170108T194424.790 [INFO] [FlightDriver.SetPause] Game Paused!
170108T194424.797 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QStockToolbar)[1.31]: OnHide
170108T194503.330 [INFO] [Contracts.Contract.AwardAdvance] Awarding 25000 funds to player for contract advance
170108T194519.517 [INFO] [Contracts.Contract.AwardAdvance] Awarding 20000 funds to player for contract advance
170108T194529.253 [INFO] [KerbalStats.KerbalStats.onKerbalAdded] [KS] Nicole Kerman Available Tourist
170108T194529.255 [INFO] [KerbalStats.KerbalStats.SetExt]     kerbals
170108T194627.521 [INFO] [Contracts.Contract.AwardAdvance] Awarding 26385 funds to player for contract advance
170108T194633.337 [INFO] [Contracts.Contract.AwardAdvance] Awarding 24701 funds to player for contract advance
170108T194657.774 [INFO] [Contracts.Contract.AwardAdvance] Awarding 57500 funds to player for contract advance
170108T194726.276 [INFO] [TimeControl.Log.Write] [1/8/2017 7:47:26 PM] [TimeControl(2.50): ]: <Info> (TCGUI.onShowUI) - Unhiding GUI for Settings Lock
170108T194726.278 [INFO] [KSP.UI.UIMasterController.ShowUI] [UIMasterController]: ShowUI
170108T194726.279 [INFO] [FlightDriver.SetPause] Game Unpaused!
170108T194726.280 [INFO] [FlightState..ctor] Flight State Captured
170108T194726.286 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170108T194726.288 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170108T194726.290 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170108T194726.294 [INFO] [QuickStart.QuickStart.Log] QuickStart(QPersistent)[2.11]: OnSave 51443226-5dcf-4157-9dfe-ec9960908e67
170108T194726.296 [INFO] [DF.DeepFreeze.OnSave] DeepFreeze Scenario OnSave completed.
170108T194726.308 [INFO] [KSP.UI.Screens.MessageSystem.SaveMessages] [MessageSystem] Save Messages
170108T194726.317 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jebediah Kerman
170108T194726.318 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194726.320 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bill Kerman
170108T194726.321 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194726.323 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bob Kerman
170108T194726.324 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194726.326 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Valentina Kerman
170108T194726.327 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194726.329 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jerdock Kerman
170108T194726.330 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194726.332 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Gertrix Kerman
170108T194726.333 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194726.335 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Elicine Kerman
170108T194726.337 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194726.338 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Edmy Kerman
170108T194726.340 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194726.341 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Nedgard Kerman
170108T194726.343 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194726.344 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Ladine Kerman
170108T194726.346 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194726.347 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Rosy Kerman
170108T194726.349 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194726.350 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Maltrey Kerman
170108T194726.352 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194726.353 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Sutrix Kerman
170108T194726.355 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194726.356 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Tomler Kerman
170108T194726.358 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194726.359 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Billorf Kerman
170108T194726.361 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194726.362 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Dilin Kerman
170108T194726.364 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194726.366 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Tito Kerman
170108T194726.367 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194726.369 [ERROR] [EventData`1[GameEvents+FromToAction`2[ProtoCrewMember,ConfigNode]].Fire] Exception handling event onProtoCrewMemberSave in class KerbalStats:System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
  at System.Collections.Generic.Dictionary`2[System.String,KerbalStats.KerbalExt].get_Item (System.String key) [0x00000] in <filename unknown>:0 
  at KerbalStats.KerbalStats.onProtoCrewMemberSave (FromToAction`2 action) [0x00000] in <filename unknown>:0 
  at EventData`1[GameEvents+FromToAction`2[ProtoCrewMember,ConfigNode]].Fire (FromToAction`2 data) [0x00000] in <filename unknown>:0 
170108T194726.371 [EXCEPTION] [System.Collections.Generic.Dictionary`2[System.String,KerbalStats.KerbalExt].get_Item] KeyNotFoundException: The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2[System.String,KerbalStats.KerbalExt].get_Item (System.String key)
   at KerbalStats.KerbalStats.onProtoCrewMemberSave (FromToAction`2 action)
   at EventData`1[GameEvents+FromToAction`2[ProtoCrewMember,ConfigNode]].Fire (FromToAction`2 data)
   at UnityEngine.Debug:LogException(Exception)
   at EventData`1:Fire(FromToAction`2)
   at ProtoCrewMember:Save(ConfigNode)
   at KerbalRoster:Save(ConfigNode)
   at Game:Save(ConfigNode)
   at GamePersistence:SaveGame(Game, String, String, SaveMode)
   at GamePersistence:SaveGame(String, String, SaveMode)
   at MCSceneSpawner:OnMCDespawn()
   at EventVoid:Fire()
   at MCDespawner:BtnExit()
   at UnityEngine.EventSystems.EventSystem:Update()
170108T194726.384 [INFO] [GamePersistence.SaveGame] Game State Saved to saves/122-Twitch/persistent
170108T194726.387 [INFO] [KSP.UI.UIMasterController.RemoveCanvas] [UIMasterController] RemoveCanvas:MissionControl
170108T194727.841 [INFO] [FlightState..ctor] Flight State Captured
170108T194727.846 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170108T194727.847 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170108T194727.848 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170108T194727.852 [INFO] [QuickStart.QuickStart.Log] QuickStart(QPersistent)[2.11]: OnSave 51443226-5dcf-4157-9dfe-ec9960908e67
170108T194727.853 [INFO] [DF.DeepFreeze.OnSave] DeepFreeze Scenario OnSave completed.
170108T194727.864 [INFO] [KSP.UI.Screens.MessageSystem.SaveMessages] [MessageSystem] Save Messages
170108T194727.872 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jebediah Kerman
170108T194727.873 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194727.874 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bill Kerman
170108T194727.875 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194727.876 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bob Kerman
170108T194727.877 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194727.877 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Valentina Kerman
170108T194727.878 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194727.879 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jerdock Kerman
170108T194727.880 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194727.881 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Gertrix Kerman
170108T194727.882 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194727.883 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Elicine Kerman
170108T194727.883 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194727.884 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Edmy Kerman
170108T194727.885 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194727.886 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Nedgard Kerman
170108T194727.887 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194727.888 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Ladine Kerman
170108T194727.889 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194727.890 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Rosy Kerman
170108T194727.891 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194727.892 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Maltrey Kerman
170108T194727.892 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194727.893 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Sutrix Kerman
170108T194727.894 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194727.895 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Tomler Kerman
170108T194727.896 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194727.897 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Billorf Kerman
170108T194727.898 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194727.899 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Dilin Kerman
170108T194727.900 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194727.901 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Tito Kerman
170108T194727.902 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170108T194727.903 [ERROR] [EventData`1[GameEvents+FromToAction`2[ProtoCrewMember,ConfigNode]].Fire] Exception handling event onProtoCrewMemberSave in class KerbalStats:System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
  at System.Collections.Generic.Dictionary`2[System.String,KerbalStats.KerbalExt].get_Item (System.String key) [0x00000] in <filename unknown>:0 
  at KerbalStats.KerbalStats.onProtoCrewMemberSave (FromToAction`2 action) [0x00000] in <filename unknown>:0 
  at EventData`1[GameEvents+FromToAction`2[ProtoCrewMember,ConfigNode]].Fire (FromToAction`2 data) [0x00000] in <filename unknown>:0 
170108T194727.905 [EXCEPTION] [System.Collections.Generic.Dictionary`2[System.String,KerbalStats.KerbalExt].get_Item] KeyNotFoundException: The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2[System.String,KerbalStats.KerbalExt].get_Item (System.String key)
   at KerbalStats.KerbalStats.onProtoCrewMemberSave (FromToAction`2 action)
   at EventData`1[GameEvents+FromToAction`2[ProtoCrewMember,ConfigNode]].Fire (FromToAction`2 data)
   at UnityEngine.Debug:LogException(Exception)
   at EventData`1:Fire(FromToAction`2)
   at ProtoCrewMember:Save(ConfigNode)
   at KerbalRoster:Save(ConfigNode)
   at Game:Save(ConfigNode)
   at GamePersistence:SaveGame(Game, String, String, SaveMode)
   at GamePersistence:SaveGame(String, String, SaveMode)
   at VehicleAssemblyBuilding:OnClicked()
   at SpaceCenterBuilding:EnterBuilding()
   at SpaceCenterBuilding:OnLeftClick()
   at <OnMouseTap>c__IteratorB6:MoveNext()
   at UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
170108T194727.915 [INFO] [GamePersistence.SaveGame] Game State Saved to saves/122-Twitch/persistent
170108T194727.972 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 533 maxListSize 1918
170108T194727.973 [INFO] [RSTUtils.Utilities.Log] 1/8/2017 7:47:27 PM,DeepFreeze,Game scene load requested: EDITOR
170108T194727.975 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 533 maxListSize 1918
170108T194727.976 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QGUI)[1.31]: OnGameSceneLoadRequested
170108T194727.977 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Duna-DustStorms) OnSphereInactive
170108T194727.978 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194727.979 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Duna-DustStorms) OnSphereInactive
170108T194727.980 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194727.981 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Laythe-Hurricane) OnSphereInactive
170108T194727.982 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194727.983 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Laythe-Hurricane) OnSphereInactive
170108T194727.984 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194727.985 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Laythe-CloudsLow) OnSphereInactive
170108T194727.986 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194727.987 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Laythe-CloudsLow) OnSphereInactive
170108T194727.988 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194727.989 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Laythe-CloudsHigh) OnSphereInactive
170108T194727.990 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194727.991 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Laythe-CloudsHigh) OnSphereInactive
170108T194727.992 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194727.993 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Laythe-Aurora) OnSphereInactive
170108T194727.994 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194727.994 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Laythe-Aurora) OnSphereInactive
170108T194727.995 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194727.996 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Jool-High) OnSphereInactive
170108T194727.997 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194727.998 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Jool-High) OnSphereInactive
170108T194727.999 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.000 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Jool-Main) OnSphereInactive
170108T194728.001 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.002 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Jool-Main) OnSphereInactive
170108T194728.003 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.004 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Jool-Base) OnSphereInactive
170108T194728.005 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.006 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Jool-Base) OnSphereInactive
170108T194728.007 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.008 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Jool-PolarStorms) OnSphereInactive
170108T194728.009 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.010 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Jool-PolarStorms) OnSphereInactive
170108T194728.011 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.012 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Eve-VortexBottom) OnSphereInactive
170108T194728.013 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.014 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Eve-VortexBottom) OnSphereInactive
170108T194728.014 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.015 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Eve-VortexTop) OnSphereInactive
170108T194728.016 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.017 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Eve-VortexTop) OnSphereInactive
170108T194728.018 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.019 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Eve-CloudsLow) OnSphereInactive
170108T194728.020 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.021 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Eve-CloudsLow) OnSphereInactive
170108T194728.022 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.023 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Eve-CloudsHigh) OnSphereInactive
170108T194728.024 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.025 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Eve-CloudsHigh) OnSphereInactive
170108T194728.026 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.027 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Eve-CloudsBands) OnSphereInactive
170108T194728.028 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.029 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Eve-CloudsBands) OnSphereInactive
170108T194728.030 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.031 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Duna-MainClouds) OnSphereInactive
170108T194728.032 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.033 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Duna-MainClouds) OnSphereInactive
170108T194728.034 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.035 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Minmus-Dust) OnSphereInactive
170108T194728.036 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Minmus-Dust) OnSphereInactive
170108T194728.037 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Mun-Dust) OnSphereInactive
170108T194728.040 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Mun-Dust) OnSphereInactive
170108T194728.042 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Kerbin-CirrusClouds) OnSphereInactive
170108T194728.043 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.044 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Kerbin-CirrusClouds) OnSphereInactive
170108T194728.045 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.046 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Kerbin-MainClouds) OnSphereInactive
170108T194728.048 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.051 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Kerbin-MainClouds) OnSphereInactive
170108T194728.053 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.054 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Kerbin-Auroras) OnSphereInactive
170108T194728.055 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.057 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: CloudsPQS: (Kerbin-Auroras) OnSphereInactive
170108T194728.058 [INFO] [EVEManager.EVEManagerBase.ILog] [EVE CloudsManager]: Clouds2D is now SCALED
170108T194728.059 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 533 maxListSize 1918
170108T194728.060 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 533 maxListSize 1918
170108T194728.062 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 533 maxListSize 1918
170108T194728.062 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QStockToolbar)[1.31]: Set
170108T194728.063 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QStockToolbar)[1.31]: AppLauncherUnreadifying
170108T194728.065 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 533 maxListSize 1918
170108T194728.067 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QStockToolbar)[1.31]: OnHide
170108T194728.068 [INFO] [TimeControl.Log.Write] [1/8/2017 7:47:28 PM] [TimeControl(2.50): ]: <Info> (TCGUI.onHideUI) - Hiding GUI for Settings Lock
170108T194728.069 [INFO] [KSP.UI.UIMasterController.HideUI] [UIMasterController]: HideUI
170108T194728.079 [INFO] [QuickStart.QuickStart.Log] QuickStart(QPersistent)[2.11]: OnDestroy
170108T194728.080 [INFO] [RSTUtils.Utilities.Log] 1/8/2017 7:47:28 PM,DeepFreeze,OnDestroy
170108T194728.081 [INFO] [RSTUtils.Utilities.Log] 1/8/2017 7:47:28 PM,DeepFreeze,DeepFreeze Child Destroy for ScenarioLogic
170108T194728.082 [INFO] [RSTUtils.Utilities.Log] 1/8/2017 7:47:28 PM,DeepFreeze,DeepFreeze Child Destroy for ScenarioLogic
170108T194728.083 [INFO] [RSTUtils.Utilities.Log] 1/8/2017 7:47:28 PM,DeepFreeze,DeepFreezeEvents DeepFreezeEventRem
170108T194728.084 [INFO] [RSTUtils.Utilities.Log] 1/8/2017 7:47:28 PM,DeepFreeze,DeepFreezeEvents DeepFreezeEventRem ended
170108T194728.089 [INFO] [HighLogic.LoadScene] [HighLogic]: =========================== Scene Change : From SPACECENTER to EDITOR (Async) =====================
170108T194728.990 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.WriteFieldsFromType] Writing persistent fields: type=KSPDev.LogConsole.ConsoleUI, group="session"
170108T194728.991 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.WriteFieldsIntoFile] Writing persistent fields: file=D:/Spiele/Steam/SteamApps/common/KSP/KSP_x64_Data/../GameData\KSPDev/session.settings, group="session", isMerging=True, root=UI
170108T194728.992 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.WriteFieldsIntoNode] Writing 5 persistent fields: group="session", node=UI
170108T194729.000 [INFO] [img_viewer.ImgViewer.SaveSettings] [ImageViewer.dll] Saving Config...
170108T194729.001 [INFO] [img_viewer.ImgViewer.SaveSettings] [ImageViewer.dll] Config Saved 
170108T194729.003 [INFO] [scatterer.SkyNode.saveToConfigNode] [Scatterer] saving Kerbin atmo config to: scatterer/config/Planets/Kerbin/atmo
170108T194729.005 [INFO] [scatterer.Core.saveSettings] [Scatterer] Saving settings to: scatterer/config/config.cfg
170108T194729.006 [INFO] [KerbalAlarmClock.KerbalAlarmClock.OnDestroy] 1/8/2017 7:47:29 PM,KerbalAlarmClock,Destroying the KerbalAlarmClock-KACSpaceCenter
170108T194729.007 [INFO] [KerbalAlarmClock.KerbalAlarmClock.DestroyToolbarButton] 1/8/2017 7:47:29 PM,KerbalAlarmClock,Destroying Toolbar Button
170108T194729.007 [INFO] [KerbalAlarmClock.KerbalAlarmClock.APIDestroy] 1/8/2017 7:47:29 PM,KerbalAlarmClock,API Cleaned up
170108T194729.008 [INFO] [KSP.UI.Screens.UIApp.OnDestroy] [UIApp] OnDestroy: ContractsApp
170108T194729.009 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 533 maxListSize 1918
170108T194729.009 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 533 maxListSize 1918
170108T194729.010 [INFO] [TransferWindowPlanner.TransferWindowPlanner.OnDestroy] 1/8/2017 7:47:29 PM,TransferWindowPlanner,Destroying the TransferWindowPlanner (TWP)
170108T194729.011 [INFO] [TransferWindowPlanner.TransferWindowPlanner.DestroyToolbarButton] 1/8/2017 7:47:29 PM,TransferWindowPlanner,Destroying Toolbar Button
170108T194729.012 [INFO] [QuickSearch.QuickSearch.Log] QuickSearch[3.11]: OnDestroy
170108T194729.012 [INFO] [QuickSearch.QuickSearch.Log] QuickSearch(QRnD)[3.11]: OnDestroy
170108T194729.013 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QBlizzyToolbar)[1.31]: Destroy
170108T194729.013 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QGUI)[1.31]: OnDestroy
170108T194729.014 [INFO] [KSP.UI.Screens.UIApp.OnDestroy] [UIApp] OnDestroy: KSPedia
170108T194729.014 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 533 maxListSize 1918
170108T194729.116 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'TitleTrackerHelper' from assembly 'ContractConfigurator'
170108T194729.119 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'DarkenSky' from assembly 'DistantObject'
170108T194729.119 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'SettingsGui' from assembly 'DistantObject'
170108T194729.121 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'UISoundPlayer' from assembly 'KSPDev_Utils.0.19.0'
170108T194729.122 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'GlobalEVEManager' from assembly 'EVEManager'
170108T194729.124 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'ImgViewer' from assembly 'ImageViewer'
170108T194729.125 [INFO] [img_viewer.ImgViewer.LoadSettings] [ImageViewer.dll] Loading Config...
170108T194729.126 [INFO] [img_viewer.ImgViewer.LoadSettings] [ImageViewer.dll] Config Loaded Successfully
170108T194729.128 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'UISoundPlayer' from assembly 'KSPDev_Utils'
170108T194729.130 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'ButtonEventReplacer' from assembly 'KerboKatzUtilities'
170108T194729.131 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'KISAddonCursor' from assembly 'KIS'
170108T194729.132 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'UISoundPlayer' from assembly 'KSPDev_Utils'
170108T194729.134 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'ConsoleUI' from assembly 'KSPDev_LogConsole'
170108T194729.136 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.ReadFieldsInType] Loading persistent fields: type=KSPDev.LogConsole.ConsoleUI, group="session"
170108T194729.137 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.ReadFieldsFromFile] Loading persistent fields: file=KSPDev/session.settings, group="session"
170108T194729.139 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.ReadFieldsFromNode] Loading 5 persistent fields: group="session", node=UI
170108T194729.139 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'PersistentLogAggregatorFlusher' from assembly 'KSPDev_LogConsole'
170108T194729.141 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'UISoundPlayer' from assembly 'KSPDev_Utils'
170108T194729.144 [INFO] [AddonLoader.StartAddon] [AddonLoader]: Instantiating addon 'Core' from assembly 'scatterer'
170108T194729.145 [INFO] [scatterer.Core..ctor] [Scatterer] Core instance created
170108T194729.150 [INFO] [scatterer.planetsListReader.loadPlanetsList] 1
 

But I have to say that I also had 3 CC error in this run:

Spoiler

170108T190357.150 [ERROR] [ConfigNode.AddValue] Input is null for field 'kerbalProfession' in config node 'MODULE'
   at System.Environment.get_StackTrace()
   at ConfigNode.AddValue(System.String name, System.String value)
   at BaseFieldList.Save(.ConfigNode node)
   at PartModule.Save(.ConfigNode node)
   at ProtoPartModuleSnapshot..ctor(.PartModule module)
   at ProtoPartSnapshot..ctor(.Part PartRef, .ProtoVessel protoVessel)
   at ProtoVessel..ctor(.Vessel VesselRef)
   at Vessel.Initialize(Boolean fromShipAssembly)
   at FlightEVA.onGoForEVA()
   at FlightEVA.spawnEVA(.ProtoCrewMember pCrew, .Part fromPart, UnityEngine.Transform fromAirlock, Boolean tryAllHatches)
   at FlightEVA.SpawnEVA(.Kerbal crew)
   at KSP.UI.Screens.Flight.KerbalPortrait.ClickEVA()
   at UnityEngine.Events.InvokableCall.Invoke(System.Object[] args)
   at UnityEngine.Events.InvokableCallList.Invoke(System.Object[] parameters)
   at UnityEngine.Events.UnityEventBase.Invoke(System.Object[] parameters)
   at UnityEngine.Events.UnityEvent.Invoke()
   at UnityEngine.UI.Button.Press()
   at UnityEngine.UI.Button.OnPointerClick(UnityEngine.EventSystems.PointerEventData eventData)
   at UnityEngine.EventSystems.ExecuteEvents.Execute(IPointerClickHandler handler, UnityEngine.EventSystems.BaseEventData eventData)
   at UnityEngine.EventSystems.ExecuteEvents.Execute(UnityEngine.GameObject target, UnityEngine.EventSystems.BaseEventData eventData, UnityEngine.EventSystems.EventFunction`1 functor)
   at UnityEngine.EventSystems.StandaloneInputModule.ProcessMousePress(UnityEngine.EventSystems.MouseButtonEventData data)
   at UnityEngine.EventSystems.StandaloneInputModule.ProcessMouseEvent(Int32 id)
   at UnityEngine.EventSystems.StandaloneInputModule.ProcessMouseEvent()
   at UnityEngine.EventSystems.StandaloneInputModule.Process()
   at UnityEngine.EventSystems.EventSystem.Update()
170108T190402.032 [ERROR] [JSI.JUtil.LogErrorMessage] [RasterPropMonitorComputer]: UpdateLocalCrew() - no internal model!

 

 

 

And on the second NRE...

Was with the same Kerbal, Tito Kerman. I decoupled, had the reentry, landed the capsule (WITHOUT RECOVERY), switched to the service module and watched it burn up / impact, switched to the tracking station and from there I recovered Tito and Val in a K2 Command Pod. Can the custom command Pod cause something in this case? Cause we already looking on it cause another issue. But this can be a false positive. I'd say, Tito is the bad guy. :D One can see the NRE lift on top right here

What may be interesting here is, that there seems to be a save even with Tito Kerman a little bit before, WITHOUT a NRE...

Spoiler

170109T015020.119 [INFO] [PlanetariumCamera.SetTarget] [PlanetariumCamera]: Focus: Kerbin
170109T015020.235 [INFO] [Trajectories.MapOverlay.Update] Trajectories: attaching camera listener
170109T015020.260 [INFO] [KSP.UI.Screens.UIApp+<AddToAppLauncher>c__Iterator109.MoveNext] [UIApp] Adding ContractsApp to Application Launcher
170109T015020.262 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 410 maxListSize 1642
170109T015020.263 [INFO] [ContractParser.contractParser+<loadContracts>d__0.MoveNext] [Contract Parser] Loading All Contracts...
170109T015020.273 [INFO] [ContractParser.contractParser+<loadContracts>d__0.MoveNext] [Contract Parser] Finished Loading All Contracts
170109T015020.319 [INFO] [KSP.UI.GenericAppFrame.Reposition] [GenericAppFrame] Reposition 0.2554939 427231
170109T015020.334 [INFO] [KSP.UI.Screens.UIApp+<AddToAppLauncher>c__Iterator109.MoveNext] [UIApp] Adding KSPedia to Application Launcher
170109T015020.336 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 410 maxListSize 1601
170109T015020.401 [INFO] [ProgressParser.progressParser+<parseProgressTree>d__0.MoveNext] [Progress Tracking Parser] Progress Nodes Loaded...
170109T015021.008 [INFO] [KSP.UI.Screens.SpaceTracking.SetVessel] [Tracking Station]: SetVessel(Untitled Space Craft Ship Debris)
170109T015021.009 [INFO] [PlanetariumCamera.SetTarget] [PlanetariumCamera]: Focus: Untitled Space Craft Ship Debris
170109T015024.537 [INFO] [KSP.UI.Screens.SpaceTracking.SetVessel] [Tracking Station]: SetVessel(null)
170109T015024.539 [INFO] [PlanetariumCamera.SetTarget] [PlanetariumCamera]: Focus: Kerbin
170109T015024.551 [INFO] [RSTUtils.Utilities.Log] 1/9/2017 1:50:24 AM,DeepFreeze,DeepFreezeEvents onVesselRecovered 3d9ed78c-87c8-480d-8fa9-73f867caca11
170109T015024.555 [INFO] [VesselRecovery.OnVesselRecovered] [VesselRecovery]: Untitled Space Craft Ship Debris recovered 1336.8Km from KSC. Recovery Value: 35.6% 
170109T015024.559 [INFO] [KerbalKonstructs.Core.Log.Normal] KK: OnProcessRecovery
170109T015024.560 [INFO] [KerbalKonstructs.Core.Log.Normal] KK: OnProcessRecovery
170109T015024.562 [INFO] [KerbalKonstructs.Core.Log.Normal] KK: onVesselRecovered called
170109T015024.570 [INFO] [FlightState..ctor] Flight State Captured
170109T015024.577 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015024.579 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015024.582 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015024.584 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015024.586 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015024.592 [INFO] [QuickStart.QuickStart.Log] QuickStart(QPersistent)[2.11]: OnSave 0d8cd759-8e9e-4570-bdf8-f20257849118
170109T015024.594 [INFO] [DF.DeepFreeze.OnSave] DeepFreeze Scenario OnSave completed.
170109T015025.428 [INFO] [KSP.UI.Screens.MessageSystem.SaveMessages] [MessageSystem] Save Messages
170109T015025.443 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jebediah Kerman
170109T015025.444 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015025.446 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bill Kerman
170109T015025.448 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015025.450 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bob Kerman
170109T015025.452 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015025.454 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Valentina Kerman
170109T015025.456 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015025.458 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jerdock Kerman
170109T015025.460 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015025.462 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Gertrix Kerman
170109T015025.464 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015025.466 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Elicine Kerman
170109T015025.467 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015025.469 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Edmy Kerman
170109T015025.471 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015025.473 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Nedgard Kerman
170109T015025.474 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015025.476 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Ladine Kerman
170109T015025.478 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015025.480 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Rosy Kerman
170109T015025.482 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015025.484 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Maltrey Kerman
170109T015025.485 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015025.487 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Sutrix Kerman
170109T015025.489 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015025.491 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Tomler Kerman
170109T015025.493 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015025.495 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Billorf Kerman
170109T015025.497 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015025.498 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Dilin Kerman
170109T015025.500 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015025.502 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Tito Kerman
170109T015025.504 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015025.521 [INFO] [GamePersistence.SaveGame] Game State Saved to saves/122-Twitch/persistent
170109T015025.538 [INFO] [KSP.UI.Screens.MissionRecoveryDialog.Start] [Mission Summary Dialog]: Skipping Mission Summary for <i>Untitled Space Craft Ship Debris</i> as it contains only debris.
170109T015028.347 [INFO] [KSP.UI.Screens.SpaceTracking.SetVessel] [Tracking Station]: SetVessel(Untitled Space Craft Ship Debris)
170109T015028.347 [INFO] [PlanetariumCamera.SetTarget] [PlanetariumCamera]: Focus: Untitled Space Craft Ship Debris
170109T015029.861 [INFO] [KSP.UI.Screens.SpaceTracking.SetVessel] [Tracking Station]: SetVessel(null)
170109T015029.862 [INFO] [PlanetariumCamera.SetTarget] [PlanetariumCamera]: Focus: Kerbin
170109T015029.873 [INFO] [RSTUtils.Utilities.Log] 1/9/2017 1:50:29 AM,DeepFreeze,DeepFreezeEvents onVesselRecovered 129fdec1-b2bb-402d-945b-cf82c5ab1731
170109T015029.877 [INFO] [VesselRecovery.OnVesselRecovered] [VesselRecovery]: Untitled Space Craft Ship Debris recovered 1336.8Km from KSC. Recovery Value: 35.6% 
170109T015029.881 [INFO] [KerbalKonstructs.Core.Log.Normal] KK: OnProcessRecovery
170109T015029.883 [INFO] [KerbalKonstructs.Core.Log.Normal] KK: OnProcessRecovery
170109T015029.885 [INFO] [KerbalKonstructs.Core.Log.Normal] KK: onVesselRecovered called
170109T015029.891 [INFO] [FlightState..ctor] Flight State Captured
170109T015029.899 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015029.901 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015029.903 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015029.906 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015029.909 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015029.914 [INFO] [QuickStart.QuickStart.Log] QuickStart(QPersistent)[2.11]: OnSave 0d8cd759-8e9e-4570-bdf8-f20257849118
170109T015029.917 [INFO] [DF.DeepFreeze.OnSave] DeepFreeze Scenario OnSave completed.
170109T015029.996 [INFO] [KSP.UI.Screens.MessageSystem.SaveMessages] [MessageSystem] Save Messages
170109T015030.011 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jebediah Kerman
170109T015030.014 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015030.015 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bill Kerman
170109T015030.017 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015030.019 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bob Kerman
170109T015030.021 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015030.023 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Valentina Kerman
170109T015030.025 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015030.027 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jerdock Kerman
170109T015030.029 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015030.031 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Gertrix Kerman
170109T015030.032 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015030.034 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Elicine Kerman
170109T015030.036 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015030.038 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Edmy Kerman
170109T015030.040 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015030.041 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Nedgard Kerman
170109T015030.043 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015030.045 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Ladine Kerman
170109T015030.047 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015030.049 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Rosy Kerman
170109T015030.051 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015030.052 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Maltrey Kerman
170109T015030.055 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015030.057 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Sutrix Kerman
170109T015030.059 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015030.061 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Tomler Kerman
170109T015030.063 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015030.065 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Billorf Kerman
170109T015030.067 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015030.068 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Dilin Kerman
170109T015030.070 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015030.072 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Tito Kerman
170109T015030.074 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015030.092 [INFO] [GamePersistence.SaveGame] Game State Saved to saves/122-Twitch/persistent
170109T015030.102 [INFO] [KSP.UI.Screens.MissionRecoveryDialog.Start] [Mission Summary Dialog]: Skipping Mission Summary for <i>Untitled Space Craft Ship Debris</i> as it contains only debris.
170109T015030.833 [INFO] [KSP.UI.Screens.SpaceTracking.SetVessel] [Tracking Station]: SetVessel(Untitled Space Craft Ship)
170109T015030.834 [INFO] [PlanetariumCamera.SetTarget] [PlanetariumCamera]: Focus: Untitled Space Craft Ship
170109T015034.938 [INFO] [KSP.UI.Screens.SpaceTracking.SetVessel] [Tracking Station]: SetVessel(null)
170109T015034.939 [INFO] [PlanetariumCamera.SetTarget] [PlanetariumCamera]: Focus: Kerbin
170109T015034.950 [INFO] [RSTUtils.Utilities.Log] 1/9/2017 1:50:34 AM,DeepFreeze,DeepFreezeEvents onVesselRecovered b69b5fd0-2b36-4ab4-8b2f-2c6ad7941cb9
170109T015034.954 [INFO] [VesselRecovery.OnVesselRecovered] [VesselRecovery]: Untitled Space Craft Ship recovered 1336.8Km from KSC. Recovery Value: 35.6% 
170109T015034.956 [INFO] [ResearchAndDevelopment.SubmitScienceData] [Research & Development]: +1 data on Recovery of a vessel returned from Kerbin orbit. Subject value is 0.00
170109T015034.962 [INFO] [KerbalKonstructs.Core.Log.Normal] KK: OnProcessRecovery
170109T015034.964 [INFO] [KerbalKonstructs.Core.Log.Normal] KK: OnProcessRecovery
170109T015034.966 [INFO] [KerbalKonstructs.Core.Log.Normal] KK: onVesselRecovered called
170109T015034.971 [INFO] [FlightState..ctor] Flight State Captured
170109T015034.978 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015034.980 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015034.982 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015034.984 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015034.986 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015034.991 [INFO] [QuickStart.QuickStart.Log] QuickStart(QPersistent)[2.11]: OnSave 0d8cd759-8e9e-4570-bdf8-f20257849118
170109T015034.994 [INFO] [DF.DeepFreeze.OnSave] DeepFreeze Scenario OnSave completed.
170109T015035.855 [INFO] [KSP.UI.Screens.MessageSystem.SaveMessages] [MessageSystem] Save Messages
170109T015035.872 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jebediah Kerman
170109T015035.874 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015035.876 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bill Kerman
170109T015035.878 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015035.879 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bob Kerman
170109T015035.881 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015035.884 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Valentina Kerman
170109T015035.886 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015035.888 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jerdock Kerman
170109T015035.890 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015035.893 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Gertrix Kerman
170109T015035.895 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015035.897 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Elicine Kerman
170109T015035.899 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015035.900 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Edmy Kerman
170109T015035.902 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015035.904 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Nedgard Kerman
170109T015035.906 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015035.908 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Ladine Kerman
170109T015035.909 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015035.911 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Rosy Kerman
170109T015035.913 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015035.915 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Maltrey Kerman
170109T015035.916 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015035.918 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Sutrix Kerman
170109T015035.920 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015035.922 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Tomler Kerman
170109T015035.924 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015035.925 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Billorf Kerman
170109T015035.927 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015035.929 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Dilin Kerman
170109T015035.931 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015035.933 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Tito Kerman
170109T015035.935 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015035.951 [INFO] [GamePersistence.SaveGame] Game State Saved to saves/122-Twitch/persistent
170109T015039.753 [INFO] [KSP.UI.Screens.SpaceTracking.SetVessel] [Tracking Station]: SetVessel(Untitled Space Craft Ship)
170109T015039.753 [INFO] [PlanetariumCamera.SetTarget] [PlanetariumCamera]: Focus: Untitled Space Craft Ship
170109T015049.303 [INFO] [KSP.UI.Screens.SpaceTracking.SetVessel] [Tracking Station]: SetVessel(null)
170109T015049.305 [INFO] [PlanetariumCamera.SetTarget] [PlanetariumCamera]: Focus: Kerbin
170109T015049.317 [INFO] [RSTUtils.Utilities.Log] 1/9/2017 1:50:49 AM,DeepFreeze,DeepFreezeEvents onVesselRecovered 9c44e9ee-4548-49f4-824a-752f77270ddd
170109T015049.321 [INFO] [VesselRecovery.OnVesselRecovered] [VesselRecovery]: Untitled Space Craft Ship recovered 1336.8Km from KSC. Recovery Value: 35.6% 
170109T015049.324 [INFO] [ResearchAndDevelopment.SubmitScienceData] [Research & Development]: +1 data on Recovery of a vessel returned from Kerbin orbit. Subject value is 0.00
170109T015049.330 [INFO] [KerbalKonstructs.Core.Log.Normal] KK: OnProcessRecovery
170109T015049.332 [INFO] [KerbalKonstructs.Core.Log.Normal] KK: OnProcessRecovery
170109T015049.334 [INFO] [KerbalKonstructs.Core.Log.Normal] KK: onVesselRecovered called
170109T015049.338 [INFO] [FlightState..ctor] Flight State Captured
170109T015049.344 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015049.346 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015049.349 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015049.351 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015049.353 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015049.359 [INFO] [QuickStart.QuickStart.Log] QuickStart(QPersistent)[2.11]: OnSave 0d8cd759-8e9e-4570-bdf8-f20257849118
170109T015049.361 [INFO] [DF.DeepFreeze.OnSave] DeepFreeze Scenario OnSave completed.
170109T015049.442 [INFO] [KSP.UI.Screens.MessageSystem.SaveMessages] [MessageSystem] Save Messages
170109T015049.454 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jebediah Kerman
170109T015049.457 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015049.459 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bill Kerman
170109T015049.461 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015049.463 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bob Kerman
170109T015049.465 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015049.467 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Valentina Kerman
170109T015049.469 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015049.470 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jerdock Kerman
170109T015049.472 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015049.474 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Gertrix Kerman
170109T015049.475 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015049.477 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Elicine Kerman
170109T015049.479 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015049.481 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Edmy Kerman
170109T015049.483 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015049.485 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Nedgard Kerman
170109T015049.487 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015049.489 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Ladine Kerman
170109T015049.490 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015049.492 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Rosy Kerman
170109T015049.494 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015049.496 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Maltrey Kerman
170109T015049.498 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015049.500 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Sutrix Kerman
170109T015049.502 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015049.503 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Tomler Kerman
170109T015049.505 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015049.507 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Billorf Kerman
170109T015049.509 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015049.510 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Dilin Kerman
170109T015049.512 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015049.514 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Tito Kerman
170109T015049.516 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015049.532 [INFO] [GamePersistence.SaveGame] Game State Saved to saves/122-Twitch/persistent
170109T015052.821 [INFO] [KSP.UI.Screens.SpaceTracking.SetVessel] [Tracking Station]: SetVessel(Untitled Space Craft)
170109T015052.822 [INFO] [PlanetariumCamera.SetTarget] [PlanetariumCamera]: Focus: Untitled Space Craft
170109T015059.469 [INFO] [KSP.UI.Screens.SpaceTracking.SetVessel] [Tracking Station]: SetVessel(null)
170109T015059.470 [INFO] [PlanetariumCamera.SetTarget] [PlanetariumCamera]: Focus: Kerbin
170109T015059.481 [INFO] [Contracts.Contract.AwardCompletion] Awarding 100000 funds to player for contract completion
170109T015059.484 [INFO] [Contracts.Contract.AwardCompletion] Awarding 1 reputation to player for contract completion
170109T015059.486 [INFO] [Reputation.AddReputation] Added 0.4802995 (1) reputation: 'ContractReward'.
170109T015059.491 [ERROR] [KerbalRoster.RemoveMIA] [Applicants List Error]: Cannot give up Tito Kerman for dead, is not MIA
170109T015059.494 [INFO] [Contracts.Contract.SendStateMessage] Contract (Kick off space tourism): Tito's funds are going to spend very well!

<b><color=#8BED8B>Completion Rewards:</color></b> 
<color=#B4D455><sprite=2 tint=1>  100,000   </color>
<color=#E0D503><sprite=0 tint=1> 1   </color>


170109T015059.500 [INFO] [RSTUtils.Utilities.Log] 1/9/2017 1:50:59 AM,DeepFreeze,DeepFreezeEvents onVesselRecovered 3c3480ff-67df-4814-8803-ce8ad01fc62e
170109T015059.503 [INFO] [VesselRecovery.OnVesselRecovered] [VesselRecovery]: Untitled Space Craft recovered 41.4Km from KSC. Recovery Value: 96.1% 
170109T015059.505 [INFO] [VesselRecovery.recoverVesselCrew] Crewmember Valentina Kerman is available again
170109T015059.508 [INFO] [VesselRecovery.recoverVesselCrew] Crewmember Tito Kerman is available again
170109T015059.510 [INFO] [Reputation.AddReputation] Added 0 (0) reputation: 'VesselRecovery'.
170109T015059.512 [INFO] [Reputation.AddReputation] Added 0 (0) reputation: 'VesselRecovery'.
170109T015059.514 [INFO] [ResearchAndDevelopment.SubmitScienceData] [Research & Development]: +1 data on Recovery of a vessel returned from Kerbin orbit. Subject value is 0.00
170109T015059.528 [INFO] [KerbalKonstructs.Core.Log.Normal] KK: OnProcessRecovery
170109T015059.529 [INFO] [KerbalKonstructs.Core.Log.Normal] KK: OnProcessRecovery
170109T015059.531 [ERROR] [EventData`3[ProtoVessel,KSP.UI.Screens.MissionRecoveryDialog,System.Single].Fire] Exception handling event onVesselRecoveryProcessing in class ExperienceTrackerEvents:System.NullReferenceException: Object reference not set to an instance of an object
  at KerbalStats.Experience.ExperienceTracker.FinishAllTasks (.ProtoCrewMember pcm, Double UT) [0x00000] in <filename unknown>:0 
  at KerbalStats.Experience.ExperienceTrackerEvents.onVesselRecoveryProcessing (.ProtoVessel vessel, KSP.UI.Screens.MissionRecoveryDialog d, Single f) [0x00000] in <filename unknown>:0 
  at EventData`3[ProtoVessel,KSP.UI.Screens.MissionRecoveryDialog,System.Single].Fire (.ProtoVessel data0, KSP.UI.Screens.MissionRecoveryDialog data1, Single data2) [0x00000] in <filename unknown>:0 
170109T015059.533 [EXCEPTION] [KerbalStats.Experience.ExperienceTracker.FinishAllTasks] NullReferenceException: Object reference not set to an instance of an object
   at KerbalStats.Experience.ExperienceTracker.FinishAllTasks (.ProtoCrewMember pcm, Double UT)
   at KerbalStats.Experience.ExperienceTrackerEvents.onVesselRecoveryProcessing (.ProtoVessel vessel, KSP.UI.Screens.MissionRecoveryDialog d, Single f)
   at EventData`3[ProtoVessel,KSP.UI.Screens.MissionRecoveryDialog,System.Single].Fire (.ProtoVessel data0, KSP.UI.Screens.MissionRecoveryDialog data1, Single data2)
   at UnityEngine.Debug:LogException(Exception)
   at EventData`3:Fire(ProtoVessel, MissionRecoveryDialog, Single)
   at VesselRecovery:OnVesselRecovered(ProtoVessel, Boolean)
   at EventData`2:Fire(ProtoVessel, Boolean)
   at KSP.UI.Screens.SpaceTracking:OnRecoverConfirm()
   at DialogGUIButton:OptionSelected()
   at DialogGUIButton:<Create>m__6F1()
   at UnityEngine.EventSystems.EventSystem:Update()
170109T015059.539 [INFO] [KerbalKonstructs.Core.Log.Normal] KK: onVesselRecovered called
170109T015059.542 [INFO] [FlightState..ctor] Flight State Captured
170109T015059.549 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015059.552 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015059.554 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015059.556 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015059.559 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015059.563 [INFO] [QuickStart.QuickStart.Log] QuickStart(QPersistent)[2.11]: OnSave 0d8cd759-8e9e-4570-bdf8-f20257849118
170109T015059.566 [INFO] [DF.DeepFreeze.OnSave] DeepFreeze Scenario OnSave completed.
170109T015100.489 [INFO] [KSP.UI.Screens.MessageSystem.SaveMessages] [MessageSystem] Save Messages
170109T015100.503 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jebediah Kerman
170109T015100.506 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015100.508 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bill Kerman
170109T015100.510 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015100.512 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bob Kerman
170109T015100.514 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015100.516 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Valentina Kerman
170109T015100.518 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015100.521 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jerdock Kerman
170109T015100.523 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015100.525 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Gertrix Kerman
170109T015100.528 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015100.530 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Elicine Kerman
170109T015100.532 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015100.534 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Edmy Kerman
170109T015100.537 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015100.539 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Nedgard Kerman
170109T015100.541 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015100.543 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Ladine Kerman
170109T015100.545 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015100.547 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Rosy Kerman
170109T015100.549 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015100.551 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Maltrey Kerman
170109T015100.553 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015100.556 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Sutrix Kerman
170109T015100.558 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015100.560 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Tomler Kerman
170109T015100.562 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015100.564 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Billorf Kerman
170109T015100.567 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015100.569 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Dilin Kerman
170109T015100.571 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015100.588 [INFO] [GamePersistence.SaveGame] Game State Saved to saves/122-Twitch/persistent
170109T015109.459 [INFO] [KSP.UI.Screens.SpaceTracking.SetVessel] [Tracking Station]: SetVessel(Untitled Space Craft)
170109T015109.459 [INFO] [PlanetariumCamera.SetTarget] [PlanetariumCamera]: Focus: Untitled Space Craft
170109T015139.391 [INFO] [FlightState..ctor] Flight State Captured
170109T015139.398 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015139.400 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015139.402 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015139.404 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015139.406 [INFO] [ProgressTree.Save] Saving Achievements Tree...
170109T015139.410 [INFO] [QuickStart.QuickStart.Log] QuickStart(QPersistent)[2.11]: OnSave 0d8cd759-8e9e-4570-bdf8-f20257849118
170109T015139.412 [INFO] [DF.DeepFreeze.OnSave] DeepFreeze Scenario OnSave completed.
170109T015140.376 [INFO] [KSP.UI.Screens.MessageSystem.SaveMessages] [MessageSystem] Save Messages
170109T015140.390 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jebediah Kerman
170109T015140.392 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015140.394 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bill Kerman
170109T015140.396 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015140.398 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Bob Kerman
170109T015140.400 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015140.402 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Valentina Kerman
170109T015140.405 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015140.407 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Jerdock Kerman
170109T015140.408 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015140.410 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Gertrix Kerman
170109T015140.412 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015140.414 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Elicine Kerman
170109T015140.416 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015140.419 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Edmy Kerman
170109T015140.421 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015140.423 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Nedgard Kerman
170109T015140.425 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015140.427 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Ladine Kerman
170109T015140.429 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015140.431 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Rosy Kerman
170109T015140.433 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015140.435 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Maltrey Kerman
170109T015140.437 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015140.439 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Sutrix Kerman
170109T015140.441 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015140.442 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Tomler Kerman
170109T015140.444 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015140.446 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Billorf Kerman
170109T015140.448 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015140.450 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave] [KerbalStats] saving ext for Dilin Kerman
170109T015140.452 [INFO] [KerbalStats.KerbalStats.onProtoCrewMemberSave]     from kerbals
170109T015140.470 [INFO] [GamePersistence.SaveGame] Game State Saved to saves/122-Twitch/persistent
170109T015140.514 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 410 maxListSize 1642
170109T015140.516 [INFO] [RSTUtils.Utilities.Log] 1/9/2017 1:51:40 AM,DeepFreeze,Game scene load requested: SPACECENTER
170109T015140.518 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QGUI)[1.31]: OnGameSceneLoadRequested
170109T015140.519 [INFO] [KSP.UI.Screens.SpaceTracking.SetVessel] [Tracking Station]: SetVessel(null)
170109T015140.521 [INFO] [PlanetariumCamera.SetTarget] [PlanetariumCamera]: Focus: Minmus
170109T015140.540 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 410 maxListSize 1601
170109T015140.542 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 410 maxListSize 1601
170109T015140.544 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 410 maxListSize 1601
170109T015140.546 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QStockToolbar)[1.31]: Set
170109T015140.548 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QStockToolbar)[1.31]: AppLauncherUnreadifying
170109T015140.550 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 410 maxListSize 1601
170109T015140.554 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QStockToolbar)[1.31]: OnHide
170109T015140.556 [INFO] [TimeControl.Log.Write] [1/9/2017 1:51:40 AM] [TimeControl(2.50): ]: <Info> (TCGUI.onHideUI) - Hiding GUI for Settings Lock
170109T015140.605 [INFO] [KSP.UI.UIMasterController.HideUI] [UIMasterController]: HideUI
170109T015140.624 [INFO] [QuickStart.QuickStart.Log] QuickStart(QPersistent)[2.11]: OnDestroy
170109T015140.627 [INFO] [RSTUtils.Utilities.Log] 1/9/2017 1:51:40 AM,DeepFreeze,OnDestroy
170109T015140.629 [INFO] [RSTUtils.Utilities.Log] 1/9/2017 1:51:40 AM,DeepFreeze,DeepFreeze Child Destroy for ScenarioLogic
170109T015140.631 [INFO] [RSTUtils.Utilities.Log] 1/9/2017 1:51:40 AM,DeepFreeze,DeepFreeze Child Destroy for ScenarioLogic
170109T015140.633 [INFO] [RSTUtils.Utilities.Log] 1/9/2017 1:51:40 AM,DeepFreeze,DeepFreezeEvents DeepFreezeEventRem
170109T015140.635 [INFO] [RSTUtils.Utilities.Log] 1/9/2017 1:51:40 AM,DeepFreeze,DeepFreezeEvents DeepFreezeEventRem ended
170109T015140.771 [INFO] [HighLogic.LoadScene] [HighLogic]: =========================== Scene Change : From TRACKSTATION to SPACECENTER =====================
170109T015140.776 [INFO] [KSP.UI.Screens.ApplicationLauncher.ScaleModList] ScaleModList: listSize 410 maxListSize 1601
170109T015140.777 [INFO] [KerbalAlarmClock.KerbalAlarmClock.Update] 1/9/2017 1:51:40 AM,KerbalAlarmClock,Scene Change from 'TRACKSTATION' to 'SPACECENTER'
170109T015141.804 [INFO] [TransferWindowPlanner.TransferWindowPlanner.OnDestroy] 1/9/2017 1:51:41 AM,TransferWindowPlanner,Destroying the TransferWindowPlanner (TWP)
170109T015141.804 [INFO] [TransferWindowPlanner.TransferWindowPlanner.DestroyToolbarButton] 1/9/2017 1:51:41 AM,TransferWindowPlanner,Destroying Toolbar Button
170109T015141.805 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.WriteFieldsFromType] Writing persistent fields: type=KSPDev.LogConsole.ConsoleUI, group="session"
170109T015141.806 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.WriteFieldsIntoFile] Writing persistent fields: file=D:/Spiele/Steam/SteamApps/common/KSP/KSP_x64_Data/../GameData\KSPDev/session.settings, group="session", isMerging=True, root=UI
170109T015141.807 [INFO] [KSPDev.ConfigUtils.ConfigAccessor.WriteFieldsIntoNode] Writing 5 persistent fields: group="session", node=UI
170109T015141.808 [INFO] [KSP.UI.Screens.KbApp.OnDestroy] KbApp.OnDestroy Planet Info
170109T015141.809 [INFO] [KSP.UI.Screens.KbApp.OnDestroy] KbApp.OnDestroy Planet Resources
170109T015141.809 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QBlizzyToolbar)[1.31]: Destroy
170109T015141.810 [INFO] [QuickGoTo.QuickGoTo.Log] QuickGoTo(QGUI)[1.31]: OnDestroy
170109T015141.810 [INFO] [KSP.UI.Screens.UIApp.OnDestroy] [UIApp] OnDestroy: KSPedia

 

Does this help, maybe? :)

But I think in this case I can put the error on the "in this case harmless" list. To keep this install playable I am looking close to the errors/NREs.

Edited by Jebs_SY
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...