Search Issue Tracker
Fixed
Votes
0
Found in
2022.2.0b14
Issue ID
UUM-19098
Regression
Yes
Crash on PluginImporter::GetDllType() when opening project
Reproduction steps:
1. Open the user's attached project
Expected result: The project opens up
Actual result: The Editor crashes while the project is opening
Reproducible with: 2022.2.0b14
Not reproducible with: 2020.3.41f1, 2021.3.13f1, 2022.2.0b13, 2023.1.0a1, 2023.1.0a18
Reproducible on: macOS 12.5.1 (Intel)
Note:
The issue can be resolved by deleting the Library folder and allowing Unity to recreate it on launch. Because of this the project always launches normally after switching versions and it is not possible to check different versions than the one provided by the user.
Stacktrace:
#0 0x000001075754a4 in PluginImporter::GetDllType() const
#1 0x00000106d1b156 in XRBuildSystem::DiscoverAllPluginsImpl()
#2 0x000001068af208 in ScriptingInitializer::FinalizeReload()
#3 0x00000106952a24 in RefreshInternalV2(AssetDatabase::UpdateAssetOptions, ScanFilter const&, InternalRefreshFlagsV2)
#4 0x0000010692e865 in StopAssetImportingV2Internal(AssetDatabase::UpdateAssetOptions, InternalRefreshFlagsV2, ScanFilter const, char const)
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
Fixed by another internal issue: UUM-18397: Random crashes in XRBuildSystem::DiscoverAllPluginsImpl on editor startup