Search Issue Tracker
Fixed
Fixed in 2023.2.5f1, 2023.3.0a12
Votes
0
Found in
2023.1.3f1
2023.2.0a21
2023.3.0a3
Issue ID
UUM-41316
Regression
Yes
Crash on <lambda_8db7f104df3fcd9c943b062f86e208df>::operator() when opening a specific project with a corrupted library
Reproduction steps:
1. Open the attached “ASDQWE” project
Expected result: The project is opened
Actual result: The project crashes while loading
Reproducible with: 2023.1.0a4, 2023.1.3f1, 2023.2.0a21
Not reproducible with: 2021.3.28f1, 2022.3.4f1, 2023.1.0a3
Note: Deleting the Library folder prevents the issue
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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
Resolution Note (fix version 2023.2.5f1):
The SourceAssetDB and ArtifactDBs were both corrupted in this user project, and the DBVersion could not be extracted, so we were failing.
A pop up with some options (i.e. recreate DB or Quit) was added to allow users to pick what to do. Batchmode has also been handled, with additional information as to what to do.