Jump to content

Nori

Members
  • Posts

    896
  • Joined

  • Last visited

Everything posted by Nori

  1. Ok here ya go. Thanks for looking at it. https://www.dropbox.com/s/6ww2rwhdgw4g3zm/KSP.zip?dl=0
  2. Contracts not firing. I'm using contract configurator @nightingale and despite the per-requsites as showing "Met" the only contract I've seen is for Kerbin. I should mention I am using the New Horizons planet pack, so Kerbin is re-parented under Sonnah (a gas giant). There are two planets that are valid, Aptur and the Mun. Not sure if a gas giant would be valid (Sonnah).
  3. Ok I wasn't able to reproduce that issue, but now I'm seeing another weird one. I'm not 100% sure it is your mods though. Sometimes when I go into the VAB and I add the first part it is "stuck" in the ground and can't be interacted with. It starts throwing the following error: Exception: FSM Error: Cannot switch states before starting. Please call StartFSM() before running the FSM. If I go back to space center, enter the SPH, then go back to Space center and go to the VAB it seems fine. I did find this in the log: NullReferenceException: Object reference not set to an instance of an object at Part.CreateEventListRecursive (Int32 eventID, Int32 requestID, System.Collections.Generic.List`1 eventList, Int32 depth, Int32 maxDepth) [0x00000] in <filename unknown>:0 at Part.CreateEventList (Int32 eventID, Int32 maxDepth) [0x00000] in <filename unknown>:0 at Part.SendEvent (System.String eventName, .BaseEventData data, Int32 maxDepth) [0x00000] in <filename unknown>:0 at Part.SendEvent (System.String eventName) [0x00000] in <filename unknown>:0 at AT_Utils.ModuleSwitchableTank.init_resource () [0x00000] in <filename unknown>:0 at AT_Utils.ModuleSwitchableTank.switch_resource () [0x00000] in <filename unknown>:0 at AT_Utils.ModuleSwitchableTank.ResourcesCost (Boolean maxAmount) [0x00000] in <filename unknown>:0 at AT_Utils.AbstractResourceTank.GetModuleCost (Single defaultCost, ModifierStagingSituation sit) [0x00000] in <filename unknown>:0 at Part.GetModuleCosts (Single defaultCost) [0x00000] in <filename unknown>:0 at KSP.UI.Screens.EditorPartList.<currentPartSorting>m__123 (.AvailablePart r1, .AvailablePart r2) [0x00000] in <filename unknown>:0 at RUIutils+FuncComparer`1[AvailablePart].Compare (.AvailablePart x, .AvailablePart y) [0x00000] in <filename unknown>:0 at System.Array.compare[AvailablePart] (.AvailablePart value1, .AvailablePart value2, IComparer`1 comparer) [0x00000] in <filename unknown>:0 at System.Array.qsort[AvailablePart,AvailablePart] (.AvailablePart[] keys, .AvailablePart[] items, Int32 low0, Int32 high0, IComparer`1 comparer) [0x00000] in <filename unknown>:0 at System.Array.Sort[AvailablePart,AvailablePart] (.AvailablePart[] keys, .AvailablePart[] items, Int32 index, Int32 length, IComparer`1 comparer) [0x00000] in <filename unknown>:0 Rethrow as InvalidOperationException: The comparer threw an exception. at System.Array.Sort[AvailablePart,AvailablePart] (.AvailablePart[] keys, .AvailablePart[] items, Int32 index, Int32 length, IComparer`1 comparer) [0x00000] in <filename unknown>:0 at System.Array.Sort[AvailablePart] (.AvailablePart[] array, Int32 index, Int32 length, IComparer`1 comparer) [0x00000] in <filename unknown>:0 at System.Collections.Generic.List`1[AvailablePart].Sort (IComparer`1 comparer) [0x00000] in <filename unknown>:0 at KSP.UI.Screens.EditorPartList.RefreshPartList () [0x00000] in <filename unknown>:0 at KSP.UI.Screens.EditorPartList.Refresh () [0x00000] in <filename unknown>:0 at EditorLogic.<SetupFSM>m__E1 (.KFSMState from) [0x00000] in <filename unknown>:0 at KerbalFSM.StartFSM (.KFSMState initialState) [0x00000] in <filename unknown>:0 at EditorLogic.Start () [0x00000] in <filename unknown>:0 And here is my full output log: https://www.dropbox.com/s/ukvv9e93cvxtsau/output_log.zip?dl=0
  4. Cool! So threw this into my heavily modded save and ran into a few issues. First up is Throttle Controlled Avionics stopped working. The module didn't appear in the toolbar and it didn't show up on command modules anymore. I did try to do a fresh install of TCA and then throwing Hanger over the top, but no go. Probably has something to do with these errors: AssemblyLoader: Exception loading 'ThrottleControlledAvionics': System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded. at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0 at AssemblyLoader.LoadAssemblies () [0x00000] in <filename unknown>:0 Additional information about this exception: System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.EngineWrapper' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselWrapper' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ModuleTCA' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAScenario' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAToolbarManager' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModulesDatabase' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.RendezvousTrajectory' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.AtmoSim' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TorqueOptimizer' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TorqueOptimizer' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Config' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.EngineConfigDB`1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.EngineConfigDB`1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAMacroLibrary' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.FloatCondition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.FloatCondition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.FloatCondition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.FloatCondition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.Condition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.Condition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.Condition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SetFloatMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SetFloatMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SetFloatMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Mode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SetFloatMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SetFloatMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OnOffMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OnOffMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OnOffMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OnOffMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OnOffMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OnOffMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.Condition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Selector' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.FloatCondition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'CompareOperator' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Selector' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SingleBlockMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ConditionMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OnOffMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SetFloatMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SingleBlockConditionMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ConditionMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SingleBlockConditionMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SingleBlockMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Rotation' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.AttitudeControlBase' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.AutopilotModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.AutopilotModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.DrawableComponent' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ControlPanel' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ControlPanel' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ControlPanel' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ControlPanel' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ControlPanel' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ControlPanel' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'EnginesStats' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TrajectoryCalculator' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'NextTrajectory' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'TrajectoryPredicate' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TrajectoryCalculator`1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TargetedTrajectoryCalculator`1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Stage' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.LandingTrajectoryAutopilot' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Stage' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.BaseTrajectory' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TargetedTrajectoryBase' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TargetedTrajectory' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TargetedTrajectory' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.LandingTrajectoryAutopilot' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'LandingStage' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Stage' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'SurfaceNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Comparer' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.AttitudeControlBase' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.AutopilotModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ThrustDirectionControl' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ThrustDirectionControl' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAService' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Mode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'TerrainPoint' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Ray' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Sweep' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ManeuverType' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'PQS_Altimeter' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.AttitudeControlBase' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAComponent' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.DrawableComponent' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.AutopilotModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAService' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Client' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ControlPanel' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TrajectoryCalculator' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Stage' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAComponent' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAComponent' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ManeuverCondition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TargetedTrajectoryCalculator`1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Stage' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OrbitalComponent' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OrbitalComponent' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'NextTrajectory' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'TrajectoryPredicate' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TrajectoryOptimizer`1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OrbitalComponent' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.CurrentTrajectory`1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.CurrentTrajectory`1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<Resume>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<stage_is_empty>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<activate_next_stage>c__AnonStorey1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<delayed_init>c__Iterator0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<activeProfileUpdate>c__Iterator1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<updateUnpackDistance>c__Iterator2' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<SaveConfigs>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<init_on_load>c__Iterator0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<SaveMacro>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<Get>c__AnonStorey1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<sort_module>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<Awake>c__AnonStorey1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<ApplyCFG>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<SyncCFG>c__AnonStorey1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<Draw>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<WaypointList>c__AnonStorey1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<WaypointOverlay>c__AnonStorey2' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<ThrustAtAlt>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<GetStageStats>c__AnonStorey1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<GetAvailableFuelMass>c__AnonStorey3' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<GetAvailableFuelMass>c__AnonStorey2' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<NewOrbit>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<compute_trajectory>c__Iterator0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<compute_initial_trajectory>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<fine_tune_approach>c__AnonStorey1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<compute_landing_trajectory>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<fine_tune_approach>c__AnonStorey1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<surface_scanner>c__Iterator0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<vessel_scanner>c__Iterator0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<set_vspeed>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<compute_rendezvou_trajectory>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<fine_tune_approach>c__AnonStorey1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<compute_start_orbit>c__AnonStorey2' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<optimize_trajectory>c__Iterator0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. Next up I ran into a bunch of errors when I first tried to put a fairing hanger in: (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64) Module HangarFairings threw during OnStart: System.NullReferenceException: Object reference not set to an instance of an object at AtHangar.HangarFairings.early_setup (StartState state) [0x00000] in <filename unknown>:0 at AtHangar.HangarMachinery.OnStart (StartState state) [0x00000] in <filename unknown>:0 at Part.ModulesOnStart () [0x00000] in <filename unknown>:0 (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64) File 'D:\Games\Kerbal Space Program\GameData\000_AT_Utils\Plugins\..\001_AnisotropicPartResizer.user' does not exist (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64) [000_AT_Utils: 21:01:29.949] Unable to read D:\Games\Kerbal Space Program\GameData\000_AT_Utils\Plugins\..\001_AnisotropicPartResizer.user (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64) RemoteTech: ModuleRTDataTransmitter::OnLoad (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64) RemoteTech: ModuleRTAntenna: Find TRANSMITTER success. (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64) RemoteTech: ModuleRTAntenna: Add TRANSMITTER success. (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64) Module ModuleRTAntenna threw during OnStart: System.NullReferenceException: Object reference not set to an instance of an object at VesselTripLog.FromVessel (.Vessel v) [0x00000] in <filename unknown>:0 at FinePrint.Contracts.Parameters.VesselDestinationParameter.CheckFlightLog (.Vessel v) [0x00000] in <filename unknown>:0 at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 at RemoteTech.Modules.ModuleRTAntenna.AddTransmitter () [0x00000] in <filename unknown>:0 at RemoteTech.Modules.ModuleRTAntenna.SetState (Boolean state) [0x00000] in <filename unknown>:0 at RemoteTech.Modules.ModuleRTAntenna.OnStart (StartState state) [0x00000] in <filename unknown>:0 at Part.ModulesOnStart () [0x00000] in <filename unknown>:0 I'll try it again and see if I can reproduce.
  5. Cool! So threw this into my heavily modded save and ran into a few issues. First up is Throttle Controlled Avionics stopped working. The module didn't appear in the toolbar and it didn't show up on command modules anymore. I did try to do a fresh install of TCA and then throwing Hanger over the top, but no go. Probably has something to do with these errors: AssemblyLoader: Exception loading 'ThrottleControlledAvionics': System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded. at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0 at AssemblyLoader.LoadAssemblies () [0x00000] in <filename unknown>:0 Additional information about this exception: System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.EngineWrapper' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselWrapper' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ModuleTCA' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAScenario' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAToolbarManager' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModulesDatabase' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.RendezvousTrajectory' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.AtmoSim' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TorqueOptimizer' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TorqueOptimizer' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Config' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.EngineConfigDB`1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.EngineConfigDB`1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAMacroLibrary' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.FloatCondition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.FloatCondition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.FloatCondition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.FloatCondition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.Condition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.Condition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.Condition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SetFloatMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SetFloatMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SetFloatMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Mode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SetFloatMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SetFloatMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OnOffMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OnOffMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OnOffMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OnOffMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OnOffMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OnOffMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.Condition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Selector' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.FloatCondition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'CompareOperator' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Selector' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.MacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SingleBlockMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ConditionMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OnOffMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SetFloatMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SingleBlockConditionMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ConditionMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SingleBlockConditionMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.SingleBlockMacroNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Rotation' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.AttitudeControlBase' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.AutopilotModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.AutopilotModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.DrawableComponent' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ControlPanel' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ControlPanel' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ControlPanel' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ControlPanel' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ControlPanel' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ControlPanel' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'EnginesStats' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.VesselProps' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TrajectoryCalculator' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'NextTrajectory' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'TrajectoryPredicate' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TrajectoryCalculator`1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TargetedTrajectoryCalculator`1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Stage' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.LandingTrajectoryAutopilot' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Stage' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.BaseTrajectory' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TargetedTrajectoryBase' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TargetedTrajectory' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TargetedTrajectory' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.LandingTrajectoryAutopilot' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'LandingStage' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Stage' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'SurfaceNode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Comparer' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.AttitudeControlBase' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.AutopilotModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ThrustDirectionControl' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ThrustDirectionControl' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAService' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Mode' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'TerrainPoint' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Ray' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Sweep' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ManeuverType' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'PQS_Altimeter' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.AttitudeControlBase' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAComponent' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.DrawableComponent' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.AutopilotModule' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAService' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Client' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.ControlPanel' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TrajectoryCalculator' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Stage' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAComponent' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TCAComponent' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ManeuverCondition' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TargetedTrajectoryCalculator`1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ModuleConfig' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'Stage' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.IO.FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: '000_AT_Utils, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OrbitalComponent' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OrbitalComponent' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'NextTrajectory' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'TrajectoryPredicate' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.TrajectoryOptimizer`1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.OrbitalComponent' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.CurrentTrajectory`1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type 'ThrottleControlledAvionics.CurrentTrajectory`1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<Resume>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<stage_is_empty>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<activate_next_stage>c__AnonStorey1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<delayed_init>c__Iterator0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<activeProfileUpdate>c__Iterator1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<updateUnpackDistance>c__Iterator2' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<SaveConfigs>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<init_on_load>c__Iterator0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<SaveMacro>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<Get>c__AnonStorey1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<sort_module>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<Awake>c__AnonStorey1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<ApplyCFG>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<SyncCFG>c__AnonStorey1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<Draw>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<WaypointList>c__AnonStorey1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<WaypointOverlay>c__AnonStorey2' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<ThrustAtAlt>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<GetStageStats>c__AnonStorey1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<GetAvailableFuelMass>c__AnonStorey3' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<GetAvailableFuelMass>c__AnonStorey2' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<NewOrbit>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<compute_trajectory>c__Iterator0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<compute_initial_trajectory>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<fine_tune_approach>c__AnonStorey1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<compute_landing_trajectory>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<fine_tune_approach>c__AnonStorey1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<surface_scanner>c__Iterator0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<vessel_scanner>c__Iterator0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<set_vspeed>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<compute_rendezvou_trajectory>c__AnonStorey0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<fine_tune_approach>c__AnonStorey1' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<compute_start_orbit>c__AnonStorey2' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException: Could not load type '<optimize_trajectory>c__Iterator0' from assembly 'ThrottleControlledAvionics, Version=3.2.3.0, Culture=neutral, PublicKeyToken=null'. Next up I ran into a bunch of errors when I first tried to put a fairing hanger in: (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64) Module HangarFairings threw during OnStart: System.NullReferenceException: Object reference not set to an instance of an object at AtHangar.HangarFairings.early_setup (StartState state) [0x00000] in <filename unknown>:0 at AtHangar.HangarMachinery.OnStart (StartState state) [0x00000] in <filename unknown>:0 at Part.ModulesOnStart () [0x00000] in <filename unknown>:0 (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64) File 'D:\Games\Kerbal Space Program\GameData\000_AT_Utils\Plugins\..\001_AnisotropicPartResizer.user' does not exist (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64) [000_AT_Utils: 21:01:29.949] Unable to read D:\Games\Kerbal Space Program\GameData\000_AT_Utils\Plugins\..\001_AnisotropicPartResizer.user (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64) RemoteTech: ModuleRTDataTransmitter::OnLoad (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64) RemoteTech: ModuleRTAntenna: Find TRANSMITTER success. (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64) RemoteTech: ModuleRTAntenna: Add TRANSMITTER success. (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 64) Module ModuleRTAntenna threw during OnStart: System.NullReferenceException: Object reference not set to an instance of an object at VesselTripLog.FromVessel (.Vessel v) [0x00000] in <filename unknown>:0 at FinePrint.Contracts.Parameters.VesselDestinationParameter.CheckFlightLog (.Vessel v) [0x00000] in <filename unknown>:0 at EventData`1[Vessel].Fire (.Vessel data) [0x00000] in <filename unknown>:0 at RemoteTech.Modules.ModuleRTAntenna.AddTransmitter () [0x00000] in <filename unknown>:0 at RemoteTech.Modules.ModuleRTAntenna.SetState (Boolean state) [0x00000] in <filename unknown>:0 at RemoteTech.Modules.ModuleRTAntenna.OnStart (StartState state) [0x00000] in <filename unknown>:0 at Part.ModulesOnStart () [0x00000] in <filename unknown>:0
  6. So I'm trying to figure out how many strategies I'm supposed to be able to have at each building level. Default is 1,3,5 according to the barnkit for Strategia it is 2,3,4 In game, right clicking on admin building at level 2 shows 3 strategies available, but if I go in the building I can only use 2. Is it supposed to be 1,2,3 or 2,3,4?
  7. Probably a simple answer. Can you make a reward the same regardless of the multipliers? I know you can write something like this: rewardFunds = 10000.0 / @targetBody.Multiplier() But that isn't always ideal. Usecase is this, New Horizons sets the multiplier for Kerbin at 0.35-0.45. That's fine for science, but wreaks havoc for funds. Contracts like the ones from GAP, pay literally nothing. As in you couldn't even make your fuel back. Just curious what the best way is.
  8. So just some feedback. If I run this cfg RT breaks and throws endless NullRefs. Not sure why, so I'll just do your other workaround.
  9. @nightingale Gotcha; I'll check those out. Thanks for the direction.
  10. I'm trying to update the contracts I worked on last year and am running into a error that doesn't really make sense. [ERROR] ContractConfigurator.ExpressionParser.DataNode: CONTRACT_TYPE 'CloseFlyBy': validTarget: The field 'title' is required in for data node values where 'requiredValue' is true. Alternatively, the attribute 'hidden' can be set to true (but be careful - this can cause player confusion if all lines for the contract type show as 'Met' and the contract isn't generating). The data node it is talking about is this: DATA { type = CelestialBody uniquenessCheck = CONTRACT_ACTIVE validTarget = AllBodies().Where(cb => cb.SemiMajorAxis() < @/smamax && cb.SemiMajorAxis() > @/smamin && cb.IsPlanet() && cb.HaveReached() == false && cb.IsHomeWorld() == false).Random() } I'm confused because I've looked any a bunch of other contracts (like your Remotetech one) and I see no title anywhere, nor do I see the hidden attribute. So I must be missing something or doing something wrong. The funny thing is the log does show Laythe as being a valid target, so it seems to be working partially. Any ideas?
  11. whoa, didn't see this. You create a .cfg under gamedata. I believe if you don't have the item in "NEEDS" it just ignores it so no biggy.
  12. Cool, thanks for the detailed explanation. It helps a lot.
  13. Cool! I think this is a very basic question and I'm reasonably sure I've read it on the docs somewhere but I'm still not quite clear on it. In this case changing the @targetBody to @/targetBody "fixed" the error. But I'm a bit confused on what really changed there. As I understand it @targetBody is a variable of sorts and I thought adding a / after the @ was to specify a variable location. But in this case wouldn't it know to look in this file first? Or is that part of the change you made? Oooh, I didn't realize that you did videos. I started watching them and it made me want to play that game now. I hadn't quite realized what the game was about before. Looks stellar and the devs seem pretty cool.
  14. Heya, long time no see. Sooo, started working on contracts again and am trying to get what I had working in 1.0.5 and the newest CC. Running into a error while parsing the minAltitude below. I think it worked a while back, but I don't recall, no doubt I'm just being dumb. PARAMETER { name = ReachState type = ReachState situation = ESCAPING minAltitude = @targetBody.SphereOfInfluence() * 0.9 - @targetBody.Radius() } Oh and how is Factorio? Sounds fun. ~edit - and I'm a idiot I think... Changed @targetBody to @/targetBody and I guess that was it.
  15. I wanna say I bought the game around 0.15 or 0.16. So pretty close to this timeframe. I usually play for a few months, take a half year to year break and then come back. Game sure has come a long way in 4-5 years.
  16. Is this still being worked on? I just logged in and saw I was tagged in this. I'm planning on updating and releasing my progression contracts when 1.1 drops. The core of it is to add variety and to be very flexible with mods (specifically ones that add/remove planets). Always happy to work with others and get ideas for new contracts. Here is my rough overview that Yemo is basing his comments off of: https://www.dropbox.com/s/uxb9tlvnlt1nmi4/Refined%20Progression.pdf?dl=0
  17. I second Near Future Tech mods. He also has capacitors which act as a backup power storage. Next the fuel cell (array) only draws fuel when it is needed, so you can keep it running at all times and it'll hardly be used during the day. I'm not sure on the specifics, but your drills would likely outdrill/convert the fuel cells usage. I might be wrong though.
  18. Oh, dumb me. I didn't look at the text at the top of the Message Behavior wiki where it says upper right... That would probably work swell. So I'll put in a github for that. Thanks!
  19. I shall contemplate and get back to you. One quick question about the first option. Can a background color or different text color be applied to that? Or maybe larger text? I just ask because I use KCT and whenever you build a rocket you get a little bit of science. He set it up to show as a message in the upper left, but it is white small text and is easy to miss. Oooh I thought of something. What about the message center that shows completed contracts? Is it possible to put something there? Not saying that I necessarily would want to, just exploring all the options to better evaluate.
  20. Two questions about autoaccept.. Does autoaccepted contracts count for the active contract limit? Second is there a way to notify the player that they have a contract that has been autoaccepted? I ask the second question because in my experience the stock record contracts are just kind of there, but unless you look for them you don't really know they are...
  21. Just wanted to follow up and say that changing the PID/name around did work just fine. I got the contract a little bit after I loaded the save so all good there. I got two pieces of feedback though. 1. Can you please remove the deadlines from your contracts that could potentially be targeting a planet that takes years to get to? Or figure out some way to scale the deadline on distance. For the base I'm currently building it isn't a problem. But a base on a outer planet would not be possible within your contact deadlines specifically any of the outer planets added by planet packs. Some of these take 5+ years to get to. 2. Failure funds is pretty harsh considering the advance funds are almost non-existent. For instance, I got a contract to Minmus. Advance funds were a few thousand, but failure was something along the lines of 300k. This could really bite someone especially in relation to my first feedback point.
×
×
  • Create New...