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
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
- Changing "PreWarm" parameters on VFX Graph leads to significant performance drops and freeze due to rapid changes in "Total Time"
- Player display resolution changes to the native resolution of the monitor when Player becomes unresponsive
- [Quest] Game View is no longer rendered in the HMD if it's hidden in the Editor when using Meta Link
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.