Search Issue Tracker
Won't Fix
Won't Fix in 1.8.X
Votes
0
Found in [Package]
1.8.11
Issue ID
BUR-2649
Regression
No
Crash on BurstCompilerService::CompileAsync when opening a specific project
Reproduction steps:
1. Open the attached project "CrashRepro"
Expected result: The project opens
Actual result: Editor crashes
Reproducible with: 2022.3.0f1, 2022.3.21f1
Not reproducible with: 2021.3.36f1, 2022.2.0a17, 2023.1.0a1, 2023.2.16f1, 6000.0.0b13
Reproducible on: Windows 10
Not reproducible on: No other environment tested
First few lines of stack trace
{noformat}0x00007ff612f704f9 (Unity) BurstCompilerService::CompileAsync
0x00007ff612f70a8e (Unity) BurstCompilerService::CompileAsync
0x00007ff612f70b68 (Unity) CompileAsyncDelegateMethod
0x00007ff61268b615 (Unity) BurstCompilerService_CUSTOM_CompileAsyncDelegateMethod
0x000001bb77085c95 (Mono JIT Code) (wrapper managed-to-native) Unity.Burst.LowLevel.BurstCompilerService:CompileAsyncDelegateMethod (object,string){noformat}
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
- The hover selection/highlight of items in the Insert button dropdown and the Documentation button dropdown are hard to see when hovered using the Light Editor theme
- NullReferenceExceptions appear when clicking to rename and then deleting the only GameObject in a scene
- Crash on "core::base_hash_set" when using nested [SerializeReference] fields in List<T> structures
- A ghost Game Window and multiple errors appear in the Editor when a Render Texture used by a Camera's "Target Texture" property is deleted
- Color Picker feels less smooth when dragging a Variables Color property in UI Builder Inspector
Resolution Note:
This crash happens because the Burst package was copied into the Assets folder, at this path:
Assets/com.unity.burst@1.8.12
This is not supported and will cause errors, like the crash reported here.
These options are supported for installing the Burst package:
* Adding {{"com.unity.burst": "1.8.12"}} to Packages/manifest.json
* Putting an unzipped Burst package into Packages/com.unity.burst
Resolution Note (1.8.X):
This crash happens because the Burst package was copied into the Assets folder, at this path:
Assets/com.unity.burst@1.8.12
This is not supported and will cause errors, like the crash reported here.
These options are supported for installing the Burst package:
* Adding {{"com.unity.burst": "1.8.12"}} to Packages/manifest.json
* Putting an unzipped Burst package into Packages/com.unity.burst