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
- Scene is modified after exiting Play Mode when Graphics Compositor is enabled in HD RP
- Shortcuts inconsistently trigger when they have a conflict with the same Command
- On Script import/reimport MonoImporter does not generate consistent results due to updating Custom packages
- [Entities Graphics] Size of the Content Update generated folder increases when changes are made to the Scene
- In Play Mode, an extra Sync Call is made every frame when a GameObject has a Rigidbody 2D component
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