Jump to content

[1.9+] ModularFlightIntegrator 1.2.7 (19 October 2019)


sarbian

Recommended Posts

Hello! I installed this mod along with dev build of Far, currently having issue but not sure what causes to it. I couldnt decide if this is Far issue or Mfi, so i decided to share on both thread;

After launching a plane, i park it near landing strip, launch another plane, after launching second plane first one loses it's lift capabilities i suppose, because it just doesnt take off. Control surfaces looks to be working.;

AnLPPz.png

I know Far build is dev build but, somebody gotta find the bugs i guess. :)

Link to comment
Share on other sites

  • 2 months later...

Hello!

The game crashed!
This happens after rendezvous (approximation) between the two ships, while distancing than 2 km apart.
I was able to repeat the errors each time bringing the two ships. After which the game crashes.
In this example, during the first rendezvous, there are many errors in the console.
Further, while the second rendezvous, too many errors, and The game crashed.

Mods: ModularFlightIntegrator, Kopernicus, Stock Visual Terrain (for Windows). The game does not crash without these mods.

Video and logs under the spoiler.

Spoiler

Errors in output_log:


[Rendezvous]: Now tracking Mun Cam1 vs. MunLander-1 Ship
[Rendezvous]: Tracking Mun Cam1 vs. MunLander-1 Ship ended.
...
Mun Cam1 Unloaded
...
HullCam: Cleanup
...
Can't remove Part (Script) because PartBuoyancy (Script) depends on it
...

TimingFI threw during FixedUpdate: System.ArgumentOutOfRangeException: Argument is out of range.
Parameter name: index
  at System.Collections.Generic.List`1[OcclusionData].get_Item (Int32 index) [0x00000] in <filename unknown>:0 
  at FlightIntegrator.UpdateOcclusionSolar () [0x00000] in <filename unknown>:0 
  at FlightIntegrator.UpdateOcclusion (Boolean all) [0x00000] in <filename unknown>:0 
  at ModularFI.ModularFlightIntegrator.UpdateOcclusion (Boolean all) [0x00000] in <filename unknown>:0 
  at FlightIntegrator.FixedUpdate () [0x00000] in <filename unknown>:0 
  at ModularFI.ModularFlightIntegrator.TimedFixedUpdate () [0x00000] in <filename unknown>:0 
  at (wrapper delegate-invoke) Callback:invoke_void__this__ ()
  at TimingFI.FixedUpdate () [0x00000] in <filename unknown>:0 

Full logs here in zip file - "2017-03-02_041558.zip"
and if need "ksp122mods.ckan" and "persistent.zip" in the same place.

After errors. Immediately comes the error window "Oops! The game crashed".

 

You can not imagine. But after a removal of this modification, including all possible modifications, after some time, there was the same problem with other modifications. Probably after upgrading other mods. No matter how much I did not delete mods, still remained a problem. And already appeared with other modifications.
But I have solved the problem. I change the orbit of the ship. Now it does not intersect the orbit of the satellite. The game no longer crashes.
In pure sandbox, it was not possible to repeat the problem.
Oh, I was exhausted.
Jebediah and his team continued its mission :D

Sorry for the Google translator.

Edited by LeoVLDM
Link to comment
Share on other sites

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

Is this still the right place to report exceptions from flight integrator?

In my heavily modded game MKS, scattter and dozens of others) I have a base on Vall. Whenever a kerbal tries to run they lift of the ground and start movign accross the surface at a steady 2.2m/s nothing will stop them until they hit some object.

At the same time my log file is getting spammed with

TimingFI threw during FixedUpdate: System.ArgumentOutOfRangeException: Argument is out of range.
Parameter name: index
  at System.Collections.Generic.List`1[OcclusionData].get_Item (Int32 index) [0x00000] in <filename unknown>:0
  at FlightIntegrator.UpdateOcclusionSolar () [0x00000] in <filename unknown>:0
  at FlightIntegrator.UpdateOcclusion (Boolean all) [0x00000] in <filename unknown>:0
  at ModularFI.ModularFlightIntegrator.UpdateOcclusion (Boolean all) [0x00000] in <filename unknown>:0
  at FlightIntegrator.FixedUpdate () [0x00000] in <filename unknown>:0
  at ModularFI.ModularFlightIntegrator.TimedFixedUpdate () [0x00000] in <filename unknown>:0
  at (wrapper delegate-invoke) Callback:invoke_void__this__ ()
  at (wrapper delegate-invoke) Callback:invoke_void__this__ ()
  at (wrapper delegate-invoke) Callback:invoke_void__this__ ()
  at (wrapper delegate-invoke) Callback:invoke_void__this__ ()
  at (wrapper delegate-invoke) Callback:invoke_void__this__ ()
  at (wrapper delegate-invoke) Callback:invoke_void__this__ ()
  at (wrapper delegate-invoke) Callback:invoke_void__this__ ()
  at (wrapper delegate-invoke) Callback:invoke_void__this__ ()
  at (wrapper delegate-invoke) Callback:invoke_void__this__ ()
  at TimingFI.FixedUpdate () [0x00000] in <filename unknown>:0

Link to comment
Share on other sites

Just curious, and maybe you know why / did it on purpose:

I was doing some debugging (developer mode, Unity profiler) and noticed that with pure stock there are constant memory allocations by FlighIntegrator.FixedUpdate (GC allocations in the unity profiler).

Using ModularFlightIntegrator, I only see calls to TimedFI.FixedUpdate, and.... zero allocations/garbage.

I mean, this is great, but I have no explanation, as from my understanding MFI calls into the stock FlightIntegrator (unless somehting like FAR registers its own overrides), is it?
So, how did you manage to be better than stock regarding garbage generation - or I am misinterpreting my profiling output?

 

Link to comment
Share on other sites

13 minutes ago, TheDog said:

So, how did you manage to be better than stock regarding garbage generation - or I am misinterpreting my profiling output?

I can be quite obsessive about memory allocation but it s not the case there :) 

MFI needs to runs at some very specific timing and to do that I use the stock TimingManager (since it can not be done without it). So the memory allocation was most likely moved there since TimingManager will call the delegate and thru them the stock code.

Link to comment
Share on other sites

11 minutes ago, sarbian said:

I can be quite obsessive about memory allocation but it s not the case there :) 

MFI needs to runs at some very specific timing and to do that I use the stock TimingManager (since it can not be done without it). So the memory allocation was most likely moved there since TimingManager will call the delegate and thru them the stock code.

mmh, that sounds logical.

Too bad - I thought you had a magic easy trick to get rid of stock allocated garbage :)

Link to comment
Share on other sites

Hello, i've had problems with my ksp lately, getting hard time when playing it. I'lpl describe how it happens;

First i make nice simple satellite, all stock.

then i launch it, doesnt matter where i do.

when im out of atmo i press to warp button, bamm..

These errors comes in order:

r2lmn3.png

7N0V5N.png

PrLYmO.png

gW34EO.png

Im not sure if it's modular flight integrator issue but only think that writes there is MFI so i wanted to ask it here.

After these errors my game performance becomes horrible, full of lag and low fps, if i return to ksc it becomes normal.

Link to comment
Share on other sites

So I've been having this problem where my framerate utterly craters when I have a certain number of vehicles around, typically ground bases.  This is not the normal kind of lag from having to much stuff loaded at once; after some experimentation I ultimately found that deleting MFI solves the problem completely.  I understand MFI is just a framework, and that its probably some other mod that uses MFI as a dependency.  However, I'm having trouble determining which ones even use it.  Only one I identified was Kopernicus, and deleting that did nothing to help.  Anyone else here know anything to help?

Link to comment
Share on other sites

10 hours ago, IonMage said:

So I've been having this problem where my framerate utterly craters when I have a certain number of vehicles around, typically ground bases.  This is not the normal kind of lag from having to much stuff loaded at once; after some experimentation I ultimately found that deleting MFI solves the problem completely.  I understand MFI is just a framework, and that its probably some other mod that uses MFI as a dependency.  However, I'm having trouble determining which ones even use it.  Only one I identified was Kopernicus, and deleting that did nothing to help.  Anyone else here know anything to help?

are you using FAR?

Link to comment
Share on other sites

15 hours ago, TheRagingIrishman said:

Could you upload a log?

Sure. Here's one where I loaded up my save on a solitary rover, and drove it to the nearest afflicted base. Performance cratered right on cue, when I got to about 500 or so meters to it (or any of the other things in the same area). That is, at the 500-1000m range, they all load into the scene and game performs as it normally does, it doesnt get bad until I get close enough. I quicksaved prior to the lag onset, and then again after. Then I alt-f4'd to keep the log as clean as possible.

I had to cut the log at right where the first quicksave occurs.  Trying to paste the entirety of it made my browser crash, on multiple browsers.

Game State Saved to saves/122-5/quicksave
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Game State Saved to saves/122-5/persistent
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[HabLab Debris]: landed - waiting for ground contact to resume physics...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselLoaded, v=HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

WrapperTankLong
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Part WrapperTankLong (HabLab Debris)] [ModuleB9PartSwitch 'fuelSwitch'] Switched subtype to LF/O
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

WrapperTankWristband
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Part WrapperTankWristband] [ModuleB9PartSwitch 'fuelSwitch'] Switched subtype to LF/O
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

adding postprocesscube
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Scatterer] Post-processing and ocean effects disabled from Texture Replacer reflections
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[TR.TRReflection] Failed to replace any shader on "solarPanels5" with its reflective counterpart
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[ModularFlightIntegrator] MFI Start
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[ModularFlightIntegrator] Start. VesselModule on vessel : 
  ModularFlightIntegrator
  ModuleDynamicBatteryStorage
  WorkshopManager
  ModuleLifeSupportSystem
  ModuleStabilization
  BetterBurnTimeData
  ModuleSwapConverterUpdate

 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[FlightIntegrator]: Reloaded drag cube for zeroed cube root part WrapperTankLong (HabLab Debris) on vessel HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[FlightIntegrator]: Vessel HabLab Debris has been unloaded 1100.7620857358, applying analytic temperature 270.299584806931
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[HabLab Debris]: landed - waiting for ground contact to resume physics...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselLoaded, v=HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

WrapperTankLong
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Part WrapperTankLong (HabLab Debris)] [ModuleB9PartSwitch 'fuelSwitch'] Switched subtype to LF/O
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

WrapperTankWristband
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Part WrapperTankWristband] [ModuleB9PartSwitch 'fuelSwitch'] Switched subtype to LF/O
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[TR.TRReflection] Failed to replace any shader on "solarPanels5" with its reflective counterpart
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[ModularFlightIntegrator] MFI Start
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[ModularFlightIntegrator] Start. VesselModule on vessel : 
  ModularFlightIntegrator
  ModuleDynamicBatteryStorage
  WorkshopManager
  ModuleLifeSupportSystem
  ModuleStabilization
  BetterBurnTimeData
  ModuleSwapConverterUpdate

 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[FlightIntegrator]: Reloaded drag cube for zeroed cube root part WrapperTankLong (HabLab Debris) on vessel HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[FlightIntegrator]: Vessel HabLab Debris has been unloaded 1101.76208478212, applying analytic temperature 269.873916497641
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[HabLab Debris]: landed - waiting for ground contact to resume physics...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselLoaded, v=HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

WrapperTankLong
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Part WrapperTankLong (HabLab Debris)] [ModuleB9PartSwitch 'fuelSwitch'] Switched subtype to LF/O
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

WrapperTankWristband
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Part WrapperTankWristband] [ModuleB9PartSwitch 'fuelSwitch'] Switched subtype to LF/O
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[TR.TRReflection] Failed to replace any shader on "solarPanels5" with its reflective counterpart
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[ModularFlightIntegrator] MFI Start
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[ModularFlightIntegrator] Start. VesselModule on vessel : 
  ModularFlightIntegrator
  ModuleDynamicBatteryStorage
  WorkshopManager
  ModuleLifeSupportSystem
  ModuleStabilization
  BetterBurnTimeData
  ModuleSwapConverterUpdate

 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[HabLab Debris]: landed - waiting for ground contact to resume physics...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselLoaded, v=HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

WrapperTankLong
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Part WrapperTankLong (HabLab Debris)] [ModuleB9PartSwitch 'fuelSwitch'] Switched subtype to LF/O
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[TR.TRReflection] Failed to replace any shader on "solarPanels5" with its reflective counterpart
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[ModularFlightIntegrator] MFI Start
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[ModularFlightIntegrator] Start. VesselModule on vessel : 
  ModularFlightIntegrator
  ModuleDynamicBatteryStorage
  WorkshopManager
  ModuleLifeSupportSystem
  ModuleStabilization
  BetterBurnTimeData
  ModuleSwapConverterUpdate

 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[FlightIntegrator]: Reloaded drag cube for zeroed cube root part WrapperTankLong (HabLab Debris) on vessel HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[FlightIntegrator]: Vessel HabLab Debris has been unloaded 1102.30208426714, applying analytic temperature 270.122619547783
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[FlightIntegrator]: Reloaded drag cube for zeroed cube root part WrapperTankLong (HabLab Debris) on vessel HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[FlightIntegrator]: Vessel HabLab Debris has been unloaded 1102.48208409548, applying analytic temperature 270.306921518047
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[HabLab Debris]: landed - waiting for ground contact to resume physics...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselLoaded, v=HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

WrapperTankLong
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Part WrapperTankLong (HabLab Debris)] [ModuleB9PartSwitch 'fuelSwitch'] Switched subtype to LF/O
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

WrapperTankWristband
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Part WrapperTankWristband] [ModuleB9PartSwitch 'fuelSwitch'] Switched subtype to LF/O
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[TR.TRReflection] Failed to replace any shader on "solarPanels5" with its reflective counterpart
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[ModularFlightIntegrator] MFI Start
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[ModularFlightIntegrator] Start. VesselModule on vessel : 
  ModularFlightIntegrator
  ModuleDynamicBatteryStorage
  WorkshopManager
  ModuleLifeSupportSystem
  ModuleStabilization
  BetterBurnTimeData
  ModuleSwapConverterUpdate

 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Starting the Dispatcher
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)


 
(Filename:  Line: 97)

Starting the Dispatcher
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)


 
(Filename:  Line: 97)

[MechJeb2] Loading Mechjeb 2.6.1
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 574 maxListSize 314
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Ascent_Guidance
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Attitude_Adjustment
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Custom_Window_Editor
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Docking_Autopilot
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Flight_Recorder
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Landing_Guidance
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Maneuver_Node_Editor
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Maneuver_Planner
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.RCS_Balancer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Rendezvous_Autopilot
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Rendezvous_Planner
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Rover_Autopilot
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Scripting_Module_(Beta)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Settings
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Smart_A_S_S_
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.SmartRcs
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Spaceplane_Guidance
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Translatron
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Utilities
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Warp_Helper
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Delta-V_Stats
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Orbit_Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Surface_Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Target_Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Vessel_Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Starting the Dispatcher
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)


 
(Filename:  Line: 97)

[EL Workshop] Duna.LogCenter (Part) cap: 2 seats: 0
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[MechJeb2] Loading Mechjeb 2.6.1
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Starting the Dispatcher
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)


 
(Filename:  Line: 97)

[EL Workshop] Duna.Kerbitat (Part) cap: 2 seats: 0
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[MechJeb2] Loading Mechjeb 2.6.1
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Starting the Dispatcher
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)


 
(Filename:  Line: 97)

[EL Workshop] Duna.Kerbitat (Part) cap: 2 seats: 0
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[MechJeb2] Loading Mechjeb 2.6.1
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

No non-stackable module or a resource found on the part, set the item as stackable
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

No non-stackable module or a resource found on the part, set the item as stackable
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

No non-stackable module or a resource found on the part, set the item as stackable
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

No non-stackable module or a resource found on the part, set the item as stackable
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: atmosphereAnalysis@DunaFlyingHighMidlandSea
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: evaReport@DunaSrfLandedMidlandSea
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: surfaceSample@DunaSrfLandedMidlandSea
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: evaReport@DunaFlyingLowMidlandSea
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: mysteryGoo@DunaSrfLandedMidlandSea
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: gravityScan@DunaSrfLandedMidlandSea
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: barometerScan@DunaSrfLandedMidlandSea
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: seismicScan@DunaSrfLandedMidlandSea
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: crewReport@DunaFlyingHigh
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: temperatureScan@DunaFlyingHigh
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: barometerScan@DunaFlyingHigh
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: temperatureScan@DunaSrfLandedMidlandSea
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: crewReport@DunaSrfLandedMidlandSea
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: crewReport@DunaInSpaceLow
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: crewReport@DunaInSpaceHigh
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: mysteryGoo@DunaInSpaceHigh
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: surfaceSample@DunaSrfLandedMidlandCanyon
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: barometerScan@DunaSrfLandedMidlandCanyon
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: temperatureScan@DunaSrfLandedMidlandCanyon
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: crewReport@DunaSrfLandedPoles
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: evaReport@DunaSrfLandedMidlandCanyon
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: evaReport@DunaFlyingLowMidlandCanyon
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: evaReport@DunaFlyingLowMidlands
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: evaReport@DunaSrfLandedMidlands
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: barometerScan@DunaSrfLandedMidlands
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: gravityScan@DunaSrfLandedCraters
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: temperatureScan@DunaSrfLandedCraters
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: mysteryGoo@DunaSrfLandedCraters
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: evaReport@DunaSrfLandedCraters
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: temperatureScan@DunaSrfLandedNorthernBasin
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: crewReport@DunaSrfLandedPolarCraters
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: seismicScan@DunaSrfLandedMidlandCanyon
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: crewReport@DunaSrfLandedPolarHighlands
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: mysteryGoo@DunaSrfLandedMidlandCanyon
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: crewReport@DunaSrfLandedSouthernBasin
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: temperatureScan@DunaFlyingLowNorthernBasin
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: seismicScan@DunaSrfLandedMidlands
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: crewReport@DunaSrfLandedNorthernBasin
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: temperatureScan@DunaSrfLandedMidlands
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: gravityScan@DunaSrfLandedMidlands
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: evaReport@DunaSrfLandedHighlands
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: temperatureScan@DunaSrfLandedHighlands
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: seismicScan@DunaSrfLandedCraters
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: evaReport@DunaFlyingLowCraters
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Loading: evaReport@DunaFlyingLowNorthernBasin
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[EL Workshop] Large.Crewed.Lab (Part) cap: 2 seats: 0
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[HabLab]: landed - waiting for ground contact to resume physics...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselLoaded, v=HabLab
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Found 14 overheatable modules
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[TR.TRReflection] Failed to replace any shader on "Large.Crewed.Lab" with its reflective counterpart
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[ModularFlightIntegrator] MFI Start
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[ModularFlightIntegrator] Start. VesselModule on vessel : 
  ModularFlightIntegrator
  ModuleDynamicBatteryStorage
  WorkshopManager
  ModuleLifeSupportSystem
  ModuleStabilization
  CommNetVessel
  BetterBurnTimeData
  ModuleSwapConverterUpdate

 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at USITools.ModuleStabilization.FixedUpdate () [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

[FlightIntegrator]: Reloaded drag cube for zeroed cube root part WrapperTankLong (HabLab Debris) on vessel HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[FlightIntegrator]: Vessel HabLab Debris has been unloaded 1103.12208348513, applying analytic temperature 270.021337487114
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at USITools.ModuleStabilization.FixedUpdate () [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at USITools.ModuleStabilization.FixedUpdate () [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at USITools.ModuleStabilization.FixedUpdate () [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at USITools.ModuleStabilization.FixedUpdate () [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at USITools.ModuleStabilization.FixedUpdate () [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

ScaleModList: listSize 574 maxListSize 314
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Ascent Guidance
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Ascent_Guidance
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Attitude Adjustment
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Attitude_Adjustment
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Custom Window Editor
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Custom_Window_Editor
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Docking Autopilot
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Docking_Autopilot
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Flight Recorder
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Flight_Recorder
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[MechJeb2] No icon for Flight_Recorder
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Landing Guidance
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Landing_Guidance
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Maneuver Node Editor
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Maneuver_Node_Editor
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Maneuver Planner
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Maneuver_Planner
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module RCS Balancer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.RCS_Balancer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Rendezvous Autopilot
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Rendezvous_Autopilot
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Rendezvous Planner
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Rendezvous_Planner
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Rover Autopilot
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Rover_Autopilot
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Scripting Module (Beta)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Scripting_Module_(Beta)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[MechJeb2] No icon for Scripting_Module_(Beta)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Settings
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Settings
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Smart A.S.S.
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Smart_A_S_S_
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module SmartRcs
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.SmartRcs
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[MechJeb2] No icon for SmartRcs
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Spaceplane Guidance
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Spaceplane_Guidance
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Translatron
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Translatron
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Utilities
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Utilities
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Warp Helper
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Warp_Helper
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Delta-V Stats
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Delta-V_Stats
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Orbit Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Orbit_Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Surface Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Surface_Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Target Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Target_Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[MechJeb2] No icon for Target_Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Create button for module Vessel Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] adding button: MechJeb2.Vessel_Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[FlightIntegrator]: Reloaded drag cube for zeroed cube root part probeStackLarge (HabLab) on vessel HabLab
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

DragCubeSystem: Rendering procedural drag for Duna.LogCenter
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Starting the Dispatcher
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)


 
(Filename:  Line: 97)

DragCubeSystem: Rendering procedural drag for Duna.Kerbitat
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Starting the Dispatcher
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)


 
(Filename:  Line: 97)

DragCubeSystem: Rendering procedural drag for Duna.Kerbitat
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Starting the Dispatcher
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)


 
(Filename:  Line: 97)

[FlightIntegrator]: Vessel HabLab has been unloaded 1103.36208325624, applying analytic temperature 279.453557008708
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Active Vessel is moving (sqrVel = 907.256224039624). Cannot save.
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Active Vessel is moving (sqrVel = 907.430225499987). Cannot save.
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Active Vessel is moving (sqrVel = 348.723297108125). Cannot save.
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[HabLab Debris]: ground contact! - error: -0.115m
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Unpacking HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[HabLab Debris]: ground contact! - error: -0.001m
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Unpacking HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[HabLab Debris]: ground contact! - error: -0.001m
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Unpacking HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[HabLab Debris]: ground contact! - error: -0.031m
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Unpacking HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[HabLab]: ground contact! - error: -0.001m
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Unpacking HabLab
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[HabLab Debris]: ground contact! - error: -0.001m
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Unpacking HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ArgumentOutOfRangeException: Argument is out of range.
Parameter name: index
  at System.Collections.Generic.List`1[MuMech.MechJebWaypoint].RemoveAt (Int32 index) [0x00000] in <filename unknown>:0 
  at MuMech.MechJebModuleWaypointWindow.DrawPageWaypoints () [0x00000] in <filename unknown>:0 
  at MuMech.MechJebModuleWaypointWindow.WindowGUI (Int32 windowID) [0x00000] in <filename unknown>:0 
  at MuMech.DisplayModule.ProfiledWindowGUI (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

Active Vessel is moving (sqrVel = 2.59834551990709). Cannot save.
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ArgumentOutOfRangeException: Argument is out of range.
Parameter name: index
  at System.Collections.Generic.List`1[MuMech.MechJebWaypoint].RemoveAt (Int32 index) [0x00000] in <filename unknown>:0 
  at MuMech.MechJebModuleWaypointWindow.DrawPageWaypoints () [0x00000] in <filename unknown>:0 
  at MuMech.MechJebModuleWaypointWindow.WindowGUI (Int32 windowID) [0x00000] in <filename unknown>:0 
  at MuMech.DisplayModule.ProfiledWindowGUI (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

ArgumentOutOfRangeException: Argument is out of range.
Parameter name: index
  at System.Collections.Generic.List`1[MuMech.MechJebWaypoint].RemoveAt (Int32 index) [0x00000] in <filename unknown>:0 
  at MuMech.MechJebModuleWaypointWindow.DrawPageWaypoints () [0x00000] in <filename unknown>:0 
  at MuMech.MechJebModuleWaypointWindow.WindowGUI (Int32 windowID) [0x00000] in <filename unknown>:0 
  at MuMech.DisplayModule.ProfiledWindowGUI (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

Flight State Captured
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Saving Achievements Tree...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

DeepFreeze Scenario OnSave completed.
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[MessageSystem] Save Messages
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Game State Saved to saves/122-5/quicksave
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Game State Saved to saves/122-5/persistent
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Setting up 1 worker threads for Enlighten.
  Thread -> id: 2a6c -> priority: 1 
[KRAMAX] George.vesselDestroyed: vessel going away Voyager I New Section 1 Debris (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Located storage on probeStackLarge with 30 inital EC
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Voyager I New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away Resource Lode (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Resource Lode
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] saving settings (game scene: MAINMENU)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] saving toolbar settings (toolbar 'toolbar_2115368547')
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away Explorer VI Debris (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Explorer VI Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away Celestia-SLC-R-I Ship Rover Debris (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Celestia-SLC-R-I Ship Rover Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away Oracle VI (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Oracle VI
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away Egret Debris (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Egret Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away Celestia-SLC-R-I Debris (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Celestia-SLC-R-I Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away Module Tug Debris (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Module Tug Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away Explorer V (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Explorer V
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away Mantra II (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Mantra II
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away Vela Lander II (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Vela Lander II
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away Celestia-SLC-R Akita New Section 1 Debris (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Celestia-SLC-R Akita New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away Mantra IV (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Mantra IV
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away HabLab Debris (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away Persephone + Tank Debris (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Persephone + Tank Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away Cydunia Face (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Cydunia Face
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away Destiny-SLC New Section 1 Debris (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Destiny-SLC New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away LZ I (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=LZ I
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away Oracle III (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Oracle III
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away Resource Lode (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Resource Lode
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[UIApp] OnDestroy: KSPedia
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 574 maxListSize 314
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: vessel going away Triton-L Debris (unloaded) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George.vesselDestroyed: not our vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Triton-L Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] KramaxAutoPilot: OnDestroy -1043238
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 574 maxListSize 314
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] George: OnDestroy -1064932 with vessel probeStackSmall (Dolphin-D) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[KRAMAX] UnhookVessel: unhooking probeStackSmall (Dolphin-D) (Vessel)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Oracle V
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Cargo Lander
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 574 maxListSize 314
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

9/3/2017 6:54:06 AM,KerbalAlarmClock,AppLauncher: Destroying Button-Button Count:0
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 574 maxListSize 314
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 574 maxListSize 314
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

ScaleModList: listSize 574 maxListSize 314
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[UIApp] OnDestroy: MessageSystem
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException
  at (wrapper managed-to-native) UnityEngine.Component:GetComponentFastPath (System.Type,intptr)
  at UnityEngine.Component.GetComponent[RectTransform] () [0x00000] in <filename unknown>:0 
  at DialogCanvasUtil.get_DialogCanvasRect () [0x00000] in <filename unknown>:0 
  at CrewHatchController.get_CrewHatchTooltip () [0x00000] in <filename unknown>:0 
  at CrewHatchController.HideTooltip () [0x00000] in <filename unknown>:0 
  at CrewHatchController.DespawnUIs () [0x00000] in <filename unknown>:0 
  at CrewHatchController.OnDestroy () [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

KbApp.OnDestroy Unowned Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Dolphin-D Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Marseer V
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Celestia-SLC-R-I Ship Rover Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Perseverence Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=LZ I
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Mun III
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Egret Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Ast. OOP-873
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

9/3/2017 6:54:07 AM,DeepFreeze,OnDestroy
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

9/3/2017 6:54:07 AM,DeepFreeze,DeepFreeze Child Destroy for ScenarioLogic
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

9/3/2017 6:54:07 AM,DeepFreeze,DeepFreeze Child Destroy for ScenarioLogic
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

9/3/2017 6:54:07 AM,DeepFreeze,DeepFreezeEvents DeepFreezeEventRem
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

9/3/2017 6:54:07 AM,DeepFreeze,DeepFreezeEvents DeepFreezeEventRem ended
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Module Tug Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

KbApp.OnDestroy Planet Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Triton-L Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

KbApp.OnDestroy Planet Resources
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Philosophy IV New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Egret Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Whim New Section 2 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Serpentis Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Resource Lode
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Serpentis II Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=KSCN
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Serpentis Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Egret 2 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Toolbar] [INFO] button destroyed: SCANsat.UIMenu
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: SCANsat.BigMap
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: SCANsat.SmallMap
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: SCANsat.Overlay
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: SCANsat.ZoomMap
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Dolphin-D Probe
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

IR: [GUI] destroy
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [GUI] OnDestroy finished successfully
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Destiny-SLC New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Marseer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=SDRV
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Voyager I
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Resource Lode
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Toolbar] [INFO] button destroyed: PlanetShine.Gui
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[UIApp] OnDestroy: ContractsApp
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Marseer II
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Farseer New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Marseer III
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Oracle-IV
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Celestia-SLC-R Akita New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Serpentis II Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Oracle II
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Egret 2 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Celestia-SLC-R Akita New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Resource Lode
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Mun LZ II
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Serpentis Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Marseer V Probe
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Minmus LZ 5
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Intrepid
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=SDRV Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Egret Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Bella New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Marseer V Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[UIApp] OnDestroy: ResourceDisplay
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Minmus LZ 4b
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Bella New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Celestia-SLC Akita New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Marathon New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Toolbar] [INFO] button destroyed: MechJeb2.Ascent_Guidance
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Attitude_Adjustment
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Custom_Window_Editor
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Docking_Autopilot
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Flight_Recorder
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Landing_Guidance
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Maneuver_Node_Editor
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Maneuver_Planner
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.RCS_Balancer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Rendezvous_Autopilot
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Rendezvous_Planner
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Rover_Autopilot
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Scripting_Module_(Beta)
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Settings
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Smart_A_S_S_
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.SmartRcs
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Spaceplane_Guidance
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Translatron
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Utilities
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Warp_Helper
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Delta-V_Stats
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Orbit_Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Surface_Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Target_Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: MechJeb2.Vessel_Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

DeepFreezer OnDestroy
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

DeepFreezer END OnDestroy
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

DeepFreezer OnDestroy
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

DeepFreezer END OnDestroy
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

DeepFreezer OnDestroy
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

DeepFreezer END OnDestroy
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

DeepFreezer OnDestroy
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

DeepFreezer END OnDestroy
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Melchior Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Mun LZ I
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Marathon
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Resource Lode
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Stratus-V Capsulated MonoPropellant Tank
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Scatterer] saving Duna atmo config to: scatterer/config/Planets/Duna/atmo
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at scatterer.SkyNode.RestoreStockAtmosphere () [0x00000] in <filename unknown>:0 
  at scatterer.SkyNode.OnDestroy () [0x00000] in <filename unknown>:0 
  at scatterer.Manager.OnDestroy () [0x00000] in <filename unknown>:0 
  at scatterer.Core.OnDestroy () [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Celestia-SLC-R Manned Rover 1 New Section 1
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Dolphin
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Serpentis Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Cargo Lander
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=LZ II
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Intrepid Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Bella
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Destiny New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Munbase I
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Intrepid Lander Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Philosophy IV New Section 1
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Module Tug Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Farseer New Section 1
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Duna LZ I
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Hab Facility Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

9/3/2017 6:54:10 AM,KerbalAlarmClock,Destroying the KerbalAlarmClock-KACFlight
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

9/3/2017 6:54:10 AM,KerbalAlarmClock,API Cleaned up
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Untitled Space Craft
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Minmus LZ 2
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=LT-1 Landing Struts
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Marseer III Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Minmus LZ 4
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Toolbar] [INFO] button destroyed: test.buttonDOSettings
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Trimar
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Mantra I
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Ike LZ 1
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Egret Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Mun LZ 4
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Destiny-SLC New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Celestia New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Egret Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Resource Lode
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Minmus LZ 3
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Toolbar] [INFO] button destroyed: UKS.kolony
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Voyager I New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Trimar New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Ast. EZD-807
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Module Tug Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Serpentis II Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Minmus LZ 1
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Celestia-SLC-R New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Celestia-SLC-R-I Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=EVA-11 Fuel Canister
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 2 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Marseer II Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Serpentis II Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Voyager I Relay
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackLarge (HabLab) (loaded state True)
- 5 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=HabLab
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

NullReferenceException
  at (wrapper managed-to-native) UnityEngine.Component:get_gameObject ()
  at KSP.UI.Screens.Mapview.MapNode.Terminate () [0x00000] in <filename unknown>:0 
  at OrbitTargeter+Marker.Terminate () [0x00000] in <filename unknown>:0 
  at OrbitTargeter.NodeCleanup (Boolean willDestroy) [0x00000] in <filename unknown>:0 
  at OrbitTargeter.OnDestroy () [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_ActiveVessel () [0x00000] in <filename unknown>:0 
  at Vessel.get_isActiveVessel () [0x00000] in <filename unknown>:0 
  at MuMech.MechJebCore.OnDestroy () [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Egret Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[notes.dll] Saving Config...
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[notes.dll] Config Saved 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: notes.toggle
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Module Tug Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Marseer IV
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Toolbar] [INFO] button destroyed: Trajectories.ToggleUI
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=LZ II
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Marseer IV Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Dolphin-D Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Serpentis II Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Marseer Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Serpentis Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Toolbar] [INFO] button destroyed: NavHud.NavHudButton
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

KbApp.OnDestroy Vessel Crew
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Celestia New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Philosophy IV New Section 1 Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Ast. QZC-968
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Module Tug Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Munbase Core Base
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

KbApp.OnDestroy Planet Parameters
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Marathon Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Ast. GMJ-547
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Resource Lode
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Marseer V Probe
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

KbApp.OnDestroy Vessel Info
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: WaypointManager.button
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Resource Lode
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Celestia-SLC-R Manned Rover 1 New Section 1
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Explorer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Mun LZ 6
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Melchior Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Explorer VI
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[UIApp] OnDestroy: CurrencyWidgetsApp
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Could not find an electrical storage part on the vessel
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel WrapperTankLong (HabLab Debris) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=HabLab Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Oracle I
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Serpentis II Station Ship Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Mun LZ V
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Serpentis Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=LT-1 Landing Struts
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Ast. BHJ-067
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=EVA-11 Fuel Canister
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Vela Lander I
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Marseer V Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Wisdom
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

[Dynamic Battery Storage]: Has buffer
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Dynamic Battery Storage]: Summary: 
 vessel probeStackSmall (Dolphin-D) (loaded state True)
- 1 stock power handlers
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnVesselUnloaded, v=Dolphin-D
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_ActiveVessel () [0x00000] in <filename unknown>:0 
  at Vessel.get_isActiveVessel () [0x00000] in <filename unknown>:0 
  at MuMech.MechJebCore.OnDestroy () [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

NullReferenceException
  at (wrapper managed-to-native) UnityEngine.Component:get_gameObject ()
  at KSP.UI.Screens.Mapview.MapNode.Terminate () [0x00000] in <filename unknown>:0 
  at OrbitTargeter+Marker.Terminate () [0x00000] in <filename unknown>:0 
  at OrbitTargeter.NodeCleanup (Boolean willDestroy) [0x00000] in <filename unknown>:0 
  at OrbitTargeter.OnDestroy () [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

IR: [ServoController] OnVesselUnloaded, v=Celestia-SLC-R-I Ship Rover Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

IR: [ServoController] OnVesselUnloaded, v=Triton Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

IR: [ServoController] OnVesselUnloaded, v=Serpentis Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

IR: [ServoController] OnVesselUnloaded, v=Celestia-SLC-R-I Ship
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

IR: [ServoController] OnVesselUnloaded, v=Resource Lode
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

IR: [ServoController] OnVesselUnloaded, v=Serpentis II Debris
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

IR: [ServoController] OnVesselUnloaded, v=Mantra III
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Exception handling event onVesselDestroy in class ServoControllerFlight:System.NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at FlightGlobals.get_Vessels () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.RebuildServoGroupsFlight () [0x00000] in <filename unknown>:0 
  at InfernalRobotics.Command.ServoController.OnVesselUnloaded (.Vessel v) [0x00000] in <filename unknown>:0 
  at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
EventData`1:Fire(Vessel)
Vessel:OnDestroy()
 
(Filename:  Line: -1)

IR: [ServoController] destroy
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

IR: [ServoController] OnDestroy finished successfully
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

[Toolbar] [INFO] button destroyed: ExtraplanetaryLaunchpads.ExBuildWindowButton
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

KbApp.OnDestroy NullName
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

GLContext: failed to activate 10001: Unknown error [-1073282985]

 

Link to comment
Share on other sites

1 hour ago, IonMage said:

Sure. Here's one where I loaded up my save on a solitary rover, and drove it to the nearest afflicted base. Performance cratered right on cue, when I got to about 500 or so meters to it (or any of the other things in the same area). That is, at the 500-1000m range, they all load into the scene and game performs as it normally does, it doesnt get bad until I get close enough. I quicksaved prior to the lag onset, and then again after. Then I alt-f4'd to keep the log as clean as possible.

Every error I'm seeing is from Infernal Robotics. Are you sure you're using the most recent version and that it's installed correctly?

1 hour ago, IonMage said:

I had to cut the log at right where the first quicksave occurs.  Trying to paste the entirety of it made my browser crash, on multiple browsers.

In general,  it's not a good idea to paste logs into the forum. Like you found, it causes crashes and can sometimes brick threads. Instead, it's better to upload the full file to Dropbox or GoogleDrive or another file sharing site.

Link to comment
Share on other sites

7 hours ago, TheRagingIrishman said:

Every error I'm seeing is from Infernal Robotics. Are you sure you're using the most recent version and that it's installed correctly?

In general,  it's not a good idea to paste logs into the forum. Like you found, it causes crashes and can sometimes brick threads. Instead, it's better to upload the full file to Dropbox or GoogleDrive or another file sharing site.

Already tried removing Infernal Robotics, eliminating all but the parts folder to maintain compatability.  No dice.  Thanks though.

Link to comment
Share on other sites

  • 4 weeks later...
4 hours ago, Toonu said:

I suppose this is not needed for FAR anymore since it's not bundled to it via CKAN. Is it true?

I just checked CKAN's metadata, and MFI is still definitely a dependency of FAR.  If it isn't adding MFI when you install FAR, that sounds more like a CKAN bug.  But I'd try uninstalling both, then re-installing FAR again first to be sure.  Also check whether it thinks MFI is already installed.

Link to comment
Share on other sites

  • 1 month later...

OK, this mod is causing textures of SVT go like this:  https://www.dropbox.com/s/gjlgdj5q8kqx9lh/KSP.bmp?dl=0 on DX11. ANd I really need this fixed cause I want FAR installed (which I udnerstand uses ModularFlightINtegrator to work) and i want TexturesUnlimited New mod that works best on DX11. So please. anybody alive here who can work this out?
To see what I am talking about, forceDx11 with ModularFlightIntegrator installed and SVT, you'll have those black lines like in the image linked. But WITHOUT ModularFlightIntegrator, textures are fine!

My LOG with only Kopernicus, SVT, modularFlightIntegrator and ModuleManager2.8.1 https://www.dropbox.com/s/t3h8pmwg4fvvz3x/KSP.log?dl=0

Edited by Agustin
Link to comment
Share on other sites

  • 2 weeks later...
6 hours ago, Thrandir said:

Hello, i have a problem with this mod that you've built.

There is a post on, other mod section, you will find log files, videos and info.

Thank you for your effort :)

 

There is no error related to MFI in your logs. There are plenty of other errors in the loading so you have an other mods that do some really stupid things. 

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...