Search Issue Tracker
Won't Fix
Won't Fix in 6000.3.X
Votes
0
Found in
6000.3.0a3
Issue ID
UUM-113128
Regression
No
[Linux] MissingReferenceException error when using VFX Graph DropDown on Wayland
Steps to reproduce:
- Create a new Unity project using the Universal 3D template
- Install the Visual Effects Graph package
- Create a new Visual Effect Graph (Assets > Create > Visual Effects > Visual Effect Graph)
- Select "Simple Loop" and press the Create button
- Double click the created Visual Effect Graph to open it in the Visual Effect Graph window
- Click on the Render Quad in the Visual Effect Graph window
- Click repeatedly on the Use Base Color Map's dropdown in the Inspector window
- Observe the Console window and the Editor
Actual results: Error printed to console: "MissingReferenceException: The object of type 'UnityEditor.ContainerWindow' has been destroyed but you are still trying to access it."
Expected results: No errors are thrown and the Editor is usable
Reproducible with versions: 6000.3.0a5
Not reproducible with versions: 6000.3.0a1
Tested on (OS): Ubuntu 24.04
Notes:
- Does not reproduce on macOS Silicon Sequoia 15.5
- Only repros on Wayland and doesn't repro on 2022.04 with X
Update:
The original bug ticket stated other errors were sometimes printed and the Editor would crash. These issues have now been fixed but the MissingReferenceException remains.
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
- Editor hangs when painting Details containing 2D Mesh on Terrain
- No audio is played when TimelinePlayable has one output
- Scene and Sprite Editor views break when an edge is deleted in an attempt to split geometry
- Specular lighting visible in a camera with Path Tracing when Preserve specular lighting is disabled in observed material
- Cinemachine package throws CS1061 errors in the Console when installed in a project that has HDRP and URP installed
Resolution Note:
There are no fixes planned for this Bug
Resolution Note (6000.3.X):
This caused by fundamental problems with GTK implementation with Wayland and cannot be easily fixed. Furthermore, any potential fix is very risky and could cause other (worse) issues elsewhere.