Search Issue Tracker
Not Reproducible
Votes
0
Found in
2022.3.48f1
6000.0.22f1
6000.2.0a1
Issue ID
UUM-83865
Regression
No
Crash upon undo/redo operations performed repeatedly and errors are thrown
Steps to reproduce:
Disclaimer! It will need lots of patience
1. Import the attached package
2. Perform around 20-30 clipboard operations, here are some suggestions that will likely to reproduce the issue:
2.1 Removing StripRatio from blackboard, Init context, changing location in graph of Get Strip Ratio and then deleting (attached video of reproduction) (other graph elements can be used as well)
3. Then continuously press CMD + Z or CTRL + Z
Actual results: Occasionally, the application crashes or throws errors when using the undo or redo actions, especially if the keyboard shortcut is pressed repeatedly without releasing the key. Errror messages also happens during regular actions, like moving an operator to a different location in the graph.
Expected results: no crash or editor freeze, no errors are thrown in upon undo and redo operations
Reproducible with versions: 2022.3.48f1 (Editor freeze, and when quitting an application it finally crashes), 6000.0.22f1
Not reproducible with versions: n/a
Can’t test with versions: n/a
Tested on (OS):
Notes:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.VFX.UI.VFXGraphUndoStack.RestoreState () (at ./Library/PackageCache/com.unity.visualeffectgraph/Editor/GraphView/Views/Controller/VFXViewControllerUndo.cs:168)
UnityEditor.VFX.UI.VFXViewController.SynchronizeUndoRedoState () (at ./Library/PackageCache/com.unity.visualeffectgraph/Editor/GraphView/Views/Controller/VFXViewControllerUndo.cs:326)
UnityEditor.Undo.Internal_CallUndoRedoPerformed () (at /Users/bokken/build/output/unity/unity/Editor/Mono/Undo/Undo.bindings.cs:330)
UnityEditor.EditorApplication:Internal_CallGlobalEventHandler() (at /Users/bokken/build/output/unity/unity/Editor/Mono/EditorApplication.cs:520)
NullReferenceException: VFXMemorySerializer::StoreObject failure.
UnityEditor.VFX.VFXMemorySerializer.StoreObjectsToByteArray (UnityEngine.ScriptableObject[] objects, UnityEngine.CompressionLevel compressionLevel) (at <030039febc8b491cae744df4e5e7a370>:0)
UnityEditor.VFX.VFXGraph.Backup () (at ./Library/PackageCache/com.unity.visualeffectgraph/Editor/Models/VFXGraph.cs:829)
UnityEditor.VFX.UI.VFXGraphUndoStack.FlushState () (at ./Library/PackageCache/com.unity.visualeffectgraph/Editor/GraphView/Views/Controller/VFXViewControllerUndo.cs:125)
UnityEditor.VFX.UI.VFXViewController.WillFlushUndoRecord () (at ./Library/PackageCache/com.unity.visualeffectgraph/Editor/GraphView/Views/Controller/VFXViewControllerUndo.cs:313)
UnityEditor.Undo.Internal_CallWillFlushUndoRecord () (at /Users/bokken/build/output/unity/unity/Editor/Mono/Undo/Undo.bindings.cs:322)
Notes:
- After several repros, I couldn't find any meaningful callstack in Editor.log
- After 2-3 minutes timeframe of trying I reproduced the issue 2 times on 22.3.48f1 and 2 times on 6000.0.22f1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note:
cannot reproduce