Search Issue Tracker
Fixed
Fixed in 2022.3.8f1, 2023.1.10f1, 2023.2.0b6, 2023.3.0a1
Votes
0
Found in
2022.3.0f1
2023.1.0f1
2023.2.0b1
2023.3.0a1
Issue ID
UUM-46148
Regression
No
Deadlock when building player in DOTS project
Bonfire has 100% freeze when building the player after clean import.
Freeze was tracked down to Import Worker msg parsing during the build process.
Deadlock was due to main thread and background thread both needing to lock the persistent manager to process this msg.
Fix is to move log processing from background thread to main thread.
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
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
Resolution Note (fix version 2023.3.0a1):
Fix rare deadlock that can occur when building DOTS based projects.
Resolution Note (fix version 2023.2.0b6):
Fix rare deadlock that can occur when building DOTS based projects.