Page MenuHomeFeedback Tracker

SCR_InventoryStorageManagerComponent null pointer scenario not covered
Closed, ResolvedPublic

Description

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.

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General

Event Timeline

Arkensor created this task.Nov 8 2022, 12:40 PM
Geez changed the task status from New to Acknowledged.Nov 8 2022, 1:10 PM
Geez closed this task as Resolved.Nov 10 2022, 2:46 PM
Geez claimed this task.
Geez added a subscriber: Geez.

Hello Arkensor.
The issue has been resolved internally and the fix will appear in one of the future updates.
Regards,
Geez