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
- "Custom Function" Node "Input" type changes do not immediately show mistmatch errors when set to an incompatible type in Shader Graph
- My Assets list is populated with Asset Packages when setting how many Packages to display before clicking the Load button
- Hub shows 6.0 as Latest LTS when opening a project after deleting its 6.3 Editor version
- Localization Group Rules bypasses Locale logic when SharedGroup asset provided
- UI Toolkit World UI Text Field unfocuses immediately when clicking on it using XR Controller
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.