enfusion://ScriptEditor/Scripts/Game/Inventory/SCR_InventoryStorageManagerComponent.c;365
if (soundComp.IsPlaying()) must be changed to if (soundComp && soundComp.IsPlaying()) to cover a scenario where the sound component is null because by the time the hardcoded 2 second timeout is over the item might already be deleted.