Search Issue Tracker
Won't Fix
Votes
0
Found in
6000.2.0a1
6000.2.0a9
Issue ID
UUM-103673
Regression
No
Burst errors spammed in the Console when installing recommended packaged from Multiplayer Center
Steps to reproduce:
- Create new Unity project
- Open Multiplayer Center window
- Select “Sports” Genre
- Select “Number of Players” > 2
- When recommendations appear in the window, press “Install Packages”
- Once packages are installed, observe the Console window
Actual results: Errors are spammed in the Console window
Expected results: No errors in the Console window
Reproducible with versions: 6000.2.0a1, 6000.2.0a9
Not reproducible with versions: 6000.1.0f1
Tested on (OS): MacBook Pro, 2021 (Apple M1 Max, Sequoia 15.3.2)
{code:java}
System.InvalidOperationException: Burst failed to compile the function pointer `Void __codegen__Retain(IntPtr)`
at Unity.Burst.BurstCompiler.Compile (System.Object delegateObj, System.Reflection.MethodInfo methodInfo, System.Boolean isFunctionPointer, System.Boolean isILPostProcessing) [0x001b5] in ./Library/PackageCache/com.unity.burst@7a907cf5a459/Runtime/BurstCompiler.cs:457
at Unity.Burst.BurstCompiler.Compile (System.Object delegateObj, System.Boolean isFunctionPointer) [0x00028] in ./Library/PackageCache/com.unity.burst@7a907cf5a459/Runtime/BurstCompiler.cs:327 {code}
{code:java}
InvalidOperationException: Burst failed to compile the function pointer `Void ProcessQueuedCommands$BurstManaged()` Unity.Burst.BurstCompiler.Compile (System.Object delegateObj, System.Reflection.MethodInfo methodInfo, System.Boolean isFunctionPointer, System.Boolean isILPostProcessing) (at ./Library/PackageCache/com.unity.burst@7a907cf5a459/Runtime/BurstCompiler.cs:457)
{code}
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
When Burst is updated in the Editor, the user must restart for Burst changes to take effect, and a prompt pops up alerts the user of this.