Advertisement
Guest User

Untitled

a guest
Mar 16th, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. [EXC 13:31:43.336] NullReferenceException: Object reference not set to an instance of an object
  2. PartResourceList.Remove (PartResource res) (at <9d71e4043e394d78a6cf9193ad011698>:0)
  3. RealFuels.Tanks.FuelTank.DeleteTank () (at <64e34cba79394eea92fe15105471cd9d>:0)
  4. RealFuels.Tanks.FuelTank.set_maxAmount (System.Double value) (at <64e34cba79394eea92fe15105471cd9d>:0)
  5. RealFuels.Tanks.ModuleFuelTanks.OnCopy (PartModule fromModule) (at <64e34cba79394eea92fe15105471cd9d>:0)
  6. PartModule.Copy (PartModule fromModule) (at <9d71e4043e394d78a6cf9193ad011698>:0)
  7. Part.OnCopy (Part original, System.Boolean asSymCounterpart) (at <9d71e4043e394d78a6cf9193ad011698>:0)
  8. EditorLogic.createSymmetry (System.Int32 mode, EditorLogic+Attachment attach) (at <9d71e4043e394d78a6cf9193ad011698>:0)
  9. EditorLogic.<SetupFSM>b__191_50 () (at <9d71e4043e394d78a6cf9193ad011698>:0)
  10. KerbalFSM.UpdateFSM () (at <9d71e4043e394d78a6cf9193ad011698>:0)
  11. EditorLogic.Update () (at <9d71e4043e394d78a6cf9193ad011698>:0)
  12. UnityEngine.DebugLogHandler:LogException(Exception, Object)
  13. ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object)
  14. UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)
  15. [LOG 13:31:43.737] fuelTankSmall added to ship - part count: 2
  16. [LOG 13:31:43.738] fuelTankSmall added to ship - part count: 3
  17. [EXC 13:31:44.202] NullReferenceException: Object reference not set to an instance of an object
  18. UIPartActionResourceItem.SetSymCounterpartsAmount (System.Double amount) (at <9d71e4043e394d78a6cf9193ad011698>:0)
  19. UIPartActionResourceEditor.onSliderChangeProcess () (at <9d71e4043e394d78a6cf9193ad011698>:0)
  20. UIPartActionResourceEditor.Setup (UIPartActionWindow window, Part part, UI_Scene scene, UI_Control control, PartResource resource) (at <9d71e4043e394d78a6cf9193ad011698>:0)
  21. UIPartActionWindow.AddResourceEditorControl (PartResource r) (at <9d71e4043e394d78a6cf9193ad011698>:0)
  22. UIPartActionWindow.SetupResourceControls (PartResource r, System.Boolean clearFirst, UI_Scene scene, System.Int32& controlIndex) (at <9d71e4043e394d78a6cf9193ad011698>:0)
  23. UIPartActionWindow.CreatePartList (System.Boolean clearFirst) (at <9d71e4043e394d78a6cf9193ad011698>:0)
  24. UIPartActionWindow.Setup (Part part, UIPartActionWindow+DisplayType type, UI_Scene scene) (at <9d71e4043e394d78a6cf9193ad011698>:0)
  25. UIPartActionController.CreatePartUI (Part part, UIPartActionWindow+DisplayType type, UI_Scene scene) (at <9d71e4043e394d78a6cf9193ad011698>:0)
  26. UIPartActionController.SelectPart (Part part, System.Boolean allowMultiple, System.Boolean overrideSymmetry) (at <9d71e4043e394d78a6cf9193ad011698>:0)
  27. UIPartActionController.HandleMouseClick (UnityEngine.Camera cam, System.Boolean allowMultiple) (at <9d71e4043e394d78a6cf9193ad011698>:0)
  28. UIPartActionController+<MouseClickCoroutine>d__37.MoveNext () (at <9d71e4043e394d78a6cf9193ad011698>:0)
  29. UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <5aeafee3fea24f37abd1315553f2cfa6>:0)
  30. UnityEngine.DebugLogHandler:LogException(Exception, Object)
  31. ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object)
  32. UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement