Kerbal Inventory System (KIS)

Kerbal Inventory System (KIS)

1M Downloads

Dropping a part in the editor results in NRE

ihsoft opened this issue ยท 1 comments

commented

Description is here: http://forum.kerbalspaceprogram.com/index.php?/topic/101928-112-kerbal-inventory-system-kis-129/&do=findComment&comment=2580944

Log shows:

[LOG 10:40:56.332] Drop item
[EXC 10:40:56.335] NullReferenceException: Object reference not set to an instance of an object
    KIS.KIS_Item.Drop (.Part fromPart)
    KIS.ModuleKISInventory.GuiContextMenu (Int32 windowID)
    UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID)
    UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
[LOG 10:41:08.086] Start pickup in mode GrabFromInventory from part: dmUSMat (Part)
commented

Since 1.2.10 carriable items cannot be placed into inventory from editor. So, the problem with drop is not possible anymore.