Search Issue Tracker
Fixed
Fixed in 2022.2.0b2, 2023.1.0a1
Votes
1
Found in
2022.2.0a13
Issue ID
UUM-1572
Regression
Yes
[Linux] "Select Icon" dropdown throws "MissingReferenceException" errors when being rapidly opened and closed
How to reproduce:
1. Create and open a new project
2. In the Hierarchy select the "Main Camera" Game Object
3. In the Inspector spam click the cube icon in the top left corner of the panel to open and close the "Select Icon" dropdown
4. While spam clicking observe the console output
Expected result: the console doesn't throw any errors
Actual result: a "MissingReferenceException" error is thrown
Reproducible with: 2020.3.33f1, 2021.3.1f1, 2022.1.0f1, 2022.2.0a10
Not reproducible with: 2019.4.37f1
Reproducible on Ubuntu 20.04
Not reproducible on Windows 10
Error:
MissingReferenceException: The object of type 'HostView' has been destroyed but you are still trying to access it.
Your script should either check if it is null or you should not destroy the object.
Note: after throwing the error the opened dropdown will remain open with no content inside of it after having clicked away to close it
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
- Buttons in the Overlay Menu in the Scene View are all gray even if they're activated when Game View is maximized and minimized
- NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
- Editor crashes on PrepareSpriteTilingData when exiting Play mode
Resolution Note (fix version 2023.1.0a1):
https://ono.unity3d.com/unity/unity/pull-request/144046/_/platform/editor/linux/fix-null-error-case-1402086
Resolution Note (fix version 2022.2.0b2):
backport PR : https://ono.unity3d.com/unity/unity/pull-request/144849/_/2022.2/backport/platform/editor/linux/missing-reference-uum1735