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
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
- [UI Builder] Value is not selected when left clicking on Spacing/Border Widget values
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.