Kerbal Inventory System (KIS)

Kerbal Inventory System (KIS)

1M Downloads

Model equippable parts cannot be carried

ihsoft opened this issue ยท 0 comments

commented
210112T001416.091 [EXCEPTION] [KIS.KIS_Item.CaptureItemStateFromPart] NullReferenceException: Object reference not set to an instance of an object
   at KIS.KIS_Item.CaptureItemStateFromPart (Part copyFrom) (at <5ef8d266fb764608a9f4f36d3be039b2>:0)
   at KIS.KIS_Item+<AlignEquippedPart>d__103.MoveNext () (at <5ef8d266fb764608a9f4f36d3be039b2>:0)
   at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <5aeafee3fea24f37abd1315553f2cfa6>:0)
   at UnityEngine.DebugLogHandler:LogException(Exception, Object)
   at ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object)
   at UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
   at KIS.KIS_Item:Equip(ActorType)
   at KIS.ModuleKISInventory:PutDraggedItemIntoEmptySlot(Int32)
   at KIS.ModuleKISInventory:GuiHandleEmptySlot(Rect, Int32)
   at KIS.ModuleKISInventory:GuiInventory()
   at KIS.ModuleKISInventory:GuiMain(Int32)
   at UnityEngine.GUI:CallWindowDelegate(WindowFunction, Int32, Int32, GUISkin, Int32, Single, Single, GUIStyle)