-
Notifications
You must be signed in to change notification settings - Fork 43
Description
MTLCommandBuffer Encoder state summary:
Error Domain=MTLCommandBufferErrorDomain Code=3 "Caused GPU Address Fault Error (0000000b:kIOGPUCommandBufferCallbackErrorPageFault)" UserInfo={MTLCommandBufferEncoderInfoErrorKey=(
"<errorState: MTLCommandEncoderErrorStateAffected, label: [C] IDSystemGPUCullingPass, debugSignposts: (null)>",
"<errorState: MTLCommandEncoderErrorStateAffected, label: [R] ScriptableRenderer.Execute: URP_Renderer, debugSignposts: (null)>",
"<errorState: MTLCommandEncoderErrorStateAffected, label: [R] ScriptableRenderer.Execute: URP_Renderer, debugSignposts: (null)>",
"<errorState: MTLCommandEncoderErrorStateCompleted, label: [R] LinearToSRGBConversion, debugSignposts: (null)>",
"<errorState: MTLCommandEncoderErrorStateCompleted, label: [R] Canvas.RenderSubBatch, debugSignposts: (null)>",
"<errorState: MTLCommandEncoderErrorStateCompleted, label: [R] FinalBlit, debugSignposts: (null)>"
), NSLocalizedDescription=Caused GPU Address Fault Error (0000000b:kIOGPUCommandBufferCallbackErrorPageFault), NSUnderlyingError=0x341d9ec10 {Error Domain=IOGPUCommandQueueErrorDomain Code=11 "(null)"}}
分析错误原因, 或者如何排查