Search Issue Tracker
Fixed
Fixed in 1.8.17, 2.0.0-pre.18
Votes
0
Found in [Package]
1.8.13
Issue ID
BUR-2688
Regression
No
Burst.Compiler.IL.CompilerException is thrown when compiling Burst
How to reproduce:
1. Open the “IN-76499_repro“ project
2. Open the “SampleScene“
3. Observe the Background Tasks tab
Expected result: Burst compiles successfully
Actual result: Burst.Compiler.IL.CompilerException is thrown
Reproducible with: 1.8.13 (2022.3.29f1)
Reproducible on: Windows 10 (on user’s end)
Not reproducible on: No other environment tested
Note: Not reproduced by CQA
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
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
Resolution Note (fix version 2.0.0-pre.18):
Burst's implementation of default interface methods works by making a copy of the default method into the object that does not implement it before compilation begins. There was an issue with this copy where it didn't correctly deal with references to instructions (branches for example) when producing the copy. Leading to compilation errors in the backend.
Resolution Note (fix version 1.8.17):
Burst's implementation of default interface methods works by making a copy of the default method into the object that does not implement it before compilation begins. There was an issue with this copy where it didn't correctly deal with references to instructions (branches for example) when producing the copy. Leading to compilation errors in the backend.