Search Issue Tracker
By Design
Fixed in 1.8.10
Votes
0
Found in [Package]
1.8.8
Issue ID
BUR-2525
Regression
No
InvalidOperationException: Burst failed to compile the function pointer `Void ProcessQueuedCommands$BurstManaged()`
{*}Full error message{*}:
{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@1.8.8/Runtime/BurstCompiler.cs:465)
Unity.Burst.BurstCompiler.Compile (System.Object delegateObj, System.Boolean isFunctionPointer) (at ./Library/PackageCache/com.unity.burst@1.8.8/Runtime/BurstCompiler.cs:330)
Unity.Burst.BurstCompiler.CompileFunctionPointer[T] (T delegateMethod) (at ./Library/PackageCache/com.unity.burst@1.8.8/Runtime/BurstCompiler.cs:311)
Unity.Entities.Content.RuntimeContentManager+ProcessQueuedCommands_00001B2F$BurstDirectCall.GetFunctionPointerDiscard (System.IntPtr& ) (at <ef3c1450066246508bafe6e32989a231>:0)
Unity.Entities.Content.RuntimeContentManager+ProcessQueuedCommands_00001B2F$BurstDirectCall.GetFunctionPointer () (at <ef3c1450066246508bafe6e32989a231>:0)
Unity.Entities.Content.RuntimeContentManager+ProcessQueuedCommands_00001B2F$BurstDirectCall.Invoke () (at <ef3c1450066246508bafe6e32989a231>:0)
Unity.Entities.Content.RuntimeContentManager.ProcessQueuedCommands () (at C:/Users/joseppujol/Desktop/dots/Packages/com.unity.entities/Unity.Entities/Content/RuntimeContentManager.cs:674)
Unity.Entities.Content.RuntimeContentSystem.Update () (at C:/Users/joseppujol/Desktop/dots/Packages/com.unity.entities/Unity.Entities/Content/RuntimeContentSystem.cs:93)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at <c2e70ad495f9405aa8545873a8e87e1a>:0) {code}
*How to reproduce:*
Open project: *EntitiesSamples* [https://github.cds.internal.unity3d.com/unity/dots/tree/master/Projects/EntitiesSamples] (in *master* branch)
Look at the console log errors.
*Expected* Result: console log clean of errors.
*Actual* Result: console log contains the error above.
Platform: *win arm64*
Editor *2023.3.0a7*
Branch *trunk*
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
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- “UnityException: GetInvalidFilenameChars” errors are thrown, and the Overlay Save Preset button becomes unusable when entering Play Mode with a shortcut while Overlay Save Preset window is opened
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
- [Android] Light2D visuals stacking over frames when using RenderGraph
Resolution Note:
Burst is now explicitly disabled on AREM (waiting for full support)
Resolution Note (fix version 1.8.10):
Temporarily disabled burst on ARM64 Windows until we can provide actual support for it.
https://github.cds.internal.unity3d.com/unity/burst/pull/4080/files