Kerbal Inventory System (KIS)

Kerbal Inventory System (KIS)

1M Downloads

Refuel tank throws error on refuel action

ihsoft opened this issue ยท 0 comments

commented
210521T203907.403 [EXCEPTION] [KIS.ModuleKISItemEvaPropellant.RefillEvaPack] NullReferenceException: Object reference not set to an instance of an object
   at KIS.ModuleKISItemEvaPropellant.RefillEvaPack (KIS.KIS_Item item) (at <59445a3ef40f41308d98b845e3ecf8f5>:0)
   at KIS.ModuleKISItemEvaPropellant.OnItemUse (KIS.KIS_Item item, KIS.KIS_Item+UseFrom useFrom) (at <59445a3ef40f41308d98b845e3ecf8f5>:0)
   at KIS.KIS_Item.Use (KIS.KIS_Item+UseFrom useFrom) (at <59445a3ef40f41308d98b845e3ecf8f5>:0)
   at KIS.ModuleKISInventory.GuiContextMenu (System.Int32 windowID) (at <59445a3ef40f41308d98b845e3ecf8f5>:0)
   at UnityEngine.GUILayout+LayoutedWindow.DoWindow (System.Int32 windowID) (at <fa6f9762ac624af092525d37c9d516c4>:0)
   at UnityEngine.GUI.CallWindowDelegate (UnityEngine.GUI+WindowFunction func, System.Int32 id, System.Int32 instanceID, UnityEngine.GUISkin _skin, System.Int32 forceRect, System.Single width, System.Single height, UnityEngine.GUIStyle style) (at <fa6f9762ac624af092525d37c9d516c4>:0)
   at UnityEngine.DebugLogHandler:LogException(Exception, Object)
   at ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object)
   at UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)
``