Search Issue Tracker
Fixed in 2022.3.7f1
Fixed in 2021.3.X, 2021.3.30f1, 2022.3.X, 2023.2.X, 2023.3.X
Votes
1
Found in
2021.3.4f1
2021.3.11f1
2021.3.28f1
Issue ID
UUM-16258
Regression
Yes
Crash on BurstCompilerService::CompileAsync when opening project
Reproduction steps:
1. Open the user’s attached project
Expected result: The project opens
Actual result: Unity Editor crashes
Reproducible with: 2021.3.2f1, 2021.3.11f1,
Not reproducible with: 2020.3.40f1, 2021.3.1f1, 2022.1.0a1, 2022.1.19f1, 2022.2.0b10, 2023.1.0a13
Reproducible on: Windows 11 Pro 21H2
First lines of the stack trace:
{noformat}0x00007ff7033a83cb (Unity) BurstCompilerService::CompileAsync
0x00007ff7033a891e (Unity) BurstCompilerService::CompileAsync
0x00007ff7033a89f5 (Unity) CompileAsyncDelegateMethod
0x00007ff702c41823 (Unity) BurstCompilerService_CUSTOM_CompileAsyncDelegateMethod
0x000001fd6a5c6cf5 (Mono JIT Code) (wrapper managed-to-native) Unity.Burst.LowLevel.BurstCompilerService:CompileAsyncDelegateMethod (object,string){noformat}
Comments (2)
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
- Objects near the screen edge are not culled when using GPU Occlusion Culling
- InvalidCastException is thrown when hovering over a Tilemap with a saved Random Brush pick containing empty cells
- [VisionOS] Animating a material property results in artifacts when the app mode is set to RealityKit and shader modifies the Vertex Shader
- "DirectoryNotFoundException" is thrown and Shader Graph does not open when opening a .shadegraph from a long path
- "Undo: Already found nextRootTransform, but with different state cached" error thrown when undoing changes made to the Hierarchy using a script
unity_320AC700C5AB25D195F1
May 17, 2023 15:39
Update: After I upgraded our Firebase packages and Ironsource SDK version this seemed to be resolved; not sure which package in particular resulted in the fix.
unity_320AC700C5AB25D195F1
May 09, 2023 19:15
Getting this on 2021.3.24f1 as well, running on Mac Apple M1 with MacOS 12.6.4. Workaround seems to be to delete the Burst folder from the PackageCache but this isn't scalable for our wider team.