Advertisement
freacknate09

KSP error

Aug 5th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. [ERR 14:23:23.023] Cannot find a PartModule of typename 'TestFlightReliability_EngineCycle'
  2.  
  3. [ERR 14:23:23.023] Cannot find a PartModule of typename 'TestFlightFailure_ShutdownEngine'
  4.  
  5. [ERR 14:23:23.024] Cannot find a PartModule of typename 'TestFlightFailure_IgnitionFail'
  6.  
  7. [ERR 14:23:23.024] Cannot find a PartModule of typename 'TestFlightFailure_ReducedMaxThrust'
  8.  
  9. [ERR 14:23:23.025] Cannot find a PartModule of typename 'TestFlightFailure_EnginePerformanceLoss'
  10.  
  11. [ERR 14:23:23.025] Cannot find a PartModule of typename 'TestFlightFailure_Explode'
  12.  
  13. [LOG 14:23:23.040] PartLoader: Compiling Part 'CryoEngines/Parts/Engine/cryoengine-375/cryoengine-375-2/cryoengine-375-2'
  14. [ERR 14:23:23.043] Module ModuleEnginesRF threw during OnLoad: System.TypeLoadException: Could not load type 'BaseFieldList`2' from assembly 'Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
  15. at PartModule.Load (.ConfigNode node) [0x00000] in <filename unknown>:0
  16.  
  17. [ERR 14:23:23.048] Module ModuleEngineConfigs threw during OnLoad: System.TypeLoadException: Could not load type 'BaseFieldList`2' from assembly 'Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
  18. at PartModule.Load (.ConfigNode node) [0x00000] in <filename unknown>:0
  19.  
  20. [LOG 14:23:23.061] PartLoader: Compiling Part 'CryoTanks/Parts/HydrogenTanks/hydrogen-inline/hydrogen-10-1/hydrogen-10-1'
  21. [EXC 14:23:23.068] TypeLoadException: Could not load type 'BaseFieldList`2' from assembly 'Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
  22. PartModule.Awake ()
  23. UnityEngine.GameObject:AddComponent(Type)
  24. Part:AddModule(String, Boolean)
  25. Part:AddModule(ConfigNode, Boolean)
  26. PartLoader:ParsePart(UrlConfig, ConfigNode)
  27. <CompileParts>c__Iterator66:MoveNext()
  28. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
  29. [ERR 14:23:23.070] Module ModuleFuelTanks threw during OnLoad: System.TypeLoadException: Could not load type 'BaseFieldList`2' from assembly 'Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
  30. at PartModule.Load (.ConfigNode node) [0x00000] in <filename unknown>:0
  31.  
  32. [EXC 14:23:23.074] TypeLoadException: Could not load type 'BaseFieldList`2' from assembly 'Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
  33. PartModule.Awake ()
  34. UnityEngine.Object:Instantiate(GameObject)
  35. PartLoader:CreatePartIcon(GameObject, Single&)
  36. PartLoader:ParsePart(UrlConfig, ConfigNode)
  37. <CompileParts>c__Iterator66:MoveNext()
  38. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
  39. [EXC 14:23:23.078] NullReferenceException: Object reference not set to an instance of an object
  40. RealFuels.Tanks.ModuleFuelTanks.UpdateTankType (Boolean initializeAmounts)
  41. RealFuels.Tanks.ModuleFuelTanks.GetInfo ()
  42. PartLoader.CompilePartInfo (.AvailablePart newPartInfo, .Part part)
  43. PartLoader+<CompileParts>c__Iterator66.MoveNext ()
  44. UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement