Hey, I was playing and my game crashed. I'm not sure if this was the cause, but I found an error in the logs that might need to be checked. Thanks!
Code
2025-08-18 20:30:40.413 -06:00|0.16.1.3.35392|Error|Default|
EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
at QuickSell.Patches.ContextMenuPatch.Prefix (ItemInfoInteractionsAbstractClass[T] contextInteractions, System.Collections.Generic.IReadOnlyDictionary`2[TKey,TValue] names, EFT.InventoryLogic.Item item) [0x00058] in <68d31e4e33e44eafa839abe370ef3afa>:0
at (wrapper dynamic-method) EFT.UI.SimpleContextMenu.DMD<EFT.UI.SimpleContextMenu::method_0>(EFT.UI.SimpleContextMenu,UnityEngine.Vector2,ItemInfoInteractionsAbstractClass<EFT.InventoryLogic.EItemInfoButton>,System.Collections.Generic.IReadOnlyDictionary`2<EFT.InventoryLogic.EItemInfoButton, string>,System.Collections.Generic.IReadOnlyDictionary`2<EFT.InventoryLogic.EItemInfoButton, UnityEngine.Sprite>,EFT.InventoryLogic.Item)
at EFT.UI.SimpleContextMenu.Show[T] (UnityEngine.Vector2 position, ItemInfoInteractionsAbstractClass[T] contextInteractions, System.Collections.Generic.IReadOnlyDictionary`2[TKey,TValue] names, EFT.InventoryLogic.Item item) [0x00000] in <13b3da31885d4b8d827d4190298e367f>:0
at (wrapper dynamic-method) EFT.UI.ItemUiContext.DMD<EFT.UI.ItemUiContext::ShowContextMenu>(EFT.UI.ItemUiContext,ItemContextAbstractClass,UnityEngine.Vector2)
at EFT.UI.DragAndDrop.ItemView.ShowContextMenu (UnityEngine.Vector2 position) [0x0000c] in <13b3da31885d4b8d827d4190298e367f>:0
at (wrapper dynamic-method) EFT.UI.DragAndDrop.ItemView.DMD<EFT.UI.DragAndDrop.ItemView::OnClick>(EFT.UI.DragAndDrop.ItemView,UnityEngine.EventSystems.PointerEventData/InputButton,UnityEngine.Vector2,bool)
at EFT.UI.DragAndDrop.ItemView.UnityEngine.EventSystems.IPointerClickHandler.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) [0x00024] in <13b3da31885d4b8d827d4190298e367f>:0
at UnityEngine.EventSystems.ExecuteEvents.Execute (UnityEngine.EventSystems.IPointerClickHandler handler, UnityEngine.EventSystems.BaseEventData eventData) [0x00007] in <50bf18be30e1484e89a90f050977b4c4>:0
at UnityEngine.EventSystems.ExecuteEvents.Execute[T] (UnityEngine.GameObject target, UnityEngine.EventSystems.BaseEventData eventData, UnityEngine.EventSystems.ExecuteEvents+EventFunction`1[T1] functor) [0x00067] in <50bf18be30e1484e89a90f050977b4c4>:0
2025-08-18 20:30:40.418 -06:00|0.16.1.3.35392|Error|Default|NullReferenceException: Object reference not set to an instance of an object
QuickSell.Patches.ContextMenuPatch.Prefix (ItemInfoInteractionsAbstractClass[T] contextInteractions, System.Collections.Generic.IReadOnlyDictionary`2[TKey,TValue] names, EFT.InventoryLogic.Item item) (at <68d31e4e33e44eafa839abe370ef3afa>:0)
(wrapper dynamic-method) EFT.UI.SimpleContextMenu.DMD<EFT.UI.SimpleContextMenu::method_0>(EFT.UI.SimpleContextMenu,UnityEngine.Vector2,ItemInfoInteractionsAbstractClass<EFT.InventoryLogic.EItemInfoButton>,System.Collections.Generic.IReadOnlyDictionary`2<EFT.InventoryLogic.EItemInfoButton, string>,System.Collections.Generic.IReadOnlyDictionary`2<EFT.InventoryLogic.EItemInfoButton, UnityEngine.Sprite>,EFT.InventoryLogic.Item)
EFT.UI.SimpleContextMenu.Show[T] (UnityEngine.Vector2 position, ItemInfoInteractionsAbstractClass[T] contextInteractions, System.Collections.Generic.IReadOnlyDictionary`2[TKey,TValue] names, EFT.InventoryLogic.Item item) (at <13b3da31885d4b8d827d4190298e367f>:0)
(wrapper dynamic-method) EFT.UI.ItemUiContext.DMD<EFT.UI.ItemUiContext::ShowContextMenu>(EFT.UI.ItemUiContext,ItemContextAbstractClass,UnityEngine.Vector2)
EFT.UI.DragAndDrop.ItemView.ShowContextMenu (UnityEngine.Vector2 position) (at <13b3da31885d4b8d827d4190298e367f>:0)
(wrapper dynamic-method) EFT.UI.DragAndDrop.ItemView.DMD<EFT.UI.DragAndDrop.ItemView::OnClick>(EFT.UI.DragAndDrop.ItemView,UnityEngine.EventSystems.PointerEventData/InputButton,UnityEngine.Vector2,bool)
EFT.UI.DragAndDrop.ItemView.UnityEngine.EventSystems.IPointerClickHandler.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) (at <13b3da31885d4b8d827d4190298e367f>:0)
UnityEngine.EventSystems.ExecuteEvents.Execute (UnityEngine.EventSystems.IPointerClickHandler handler, UnityEngine.EventSystems.BaseEventData eventData) (at <50bf18be30e1484e89a90f050977b4c4>:0)
UnityEngine.EventSystems.ExecuteEvents.Execute[T] (UnityEngine.GameObject target, UnityEngine.EventSystems.BaseEventData eventData, UnityEngine.EventSystems.ExecuteEvents+EventFunction`1[T1] functor) (at <50bf18be30e1484e89a90f050977b4c4>:0)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
Class405:UnityEngine.ILogHandler.LogException(Exception, Object)
UnityEngine.EventSystems.EventSystem:Update()
2025-08-18 20:30:57.232 -06:00|0.16.1.3.35392|Error|Default|error null take to hands
Display More