You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I tried again to move my pre-metal version to metal and everything seems to work fine this time. No more rendering artifacts! Cool!
But one thing I noticed is a lot of error messages in my logs
Execution of the command buffer was aborted due to an error during execution. Insufficient Permission (to submit GPU work from background) (00000006:kIOGPUCommandBufferCallbackErrorBackgroundExecutionNotPermitted)
Frame completed with error:Error Domain=MTLCommandBufferErrorDomain Code=7 "Insufficient Permission (to submit GPU work from background) (00000006:kIOGPUCommandBufferCallbackErrorBackgroundExecutionNotPermitted)" UserInfo={NSLocalizedDescription=Insufficient Permission (to submit GPU work from background) (00000006:kIOGPUCommandBufferCallbackErrorBackgroundExecutionNotPermitted), NSUnderlyingError=0x30226d3e0 {Error Domain=IOGPUCommandQueueErrorDomain Code=6 "(null)"}}
Execution of the command buffer was aborted due to an error during execution. Insufficient Permission (to submit GPU work from background) (00000006:kIOGPUCommandBufferCallbackErrorBackgroundExecutionNotPermitted)
Frame completed with error:Error Domain=MTLCommandBufferErrorDomain Code=7 "Insufficient Permission (to submit GPU work from background) (00000006:kIOGPUCommandBufferCallbackErrorBackgroundExecutionNotPermitted)" UserInfo={NSLocalizedDescription=Insufficient Permission (to submit GPU work from background) (00000006:kIOGPUCommandBufferCallbackErrorBackgroundExecutionNotPermitted), NSUnderlyingError=0x3022cd0e0 {Error Domain=IOGPUCommandQueueErrorDomain Code=6 "(null)"}}
Execution of the command buffer was aborted due to an error during execution. Insufficient Permission (to submit GPU work from background) (00000006:kIOGPUCommandBufferCallbackErrorBackgroundExecutionNotPermitted)
Frame completed with error:Error Domain=MTLCommandBufferErrorDomain Code=7 "Insufficient Permission (to submit GPU work from background) (00000006:kIOGPUCommandBufferCallbackErrorBackgroundExecutionNotPermitted)" UserInfo={NSLocalizedDescription=Insufficient Permission (to submit GPU work from background) (00000006:kIOGPUCommandBufferCallbackErrorBackgroundExecutionNotPermitted), NSUnderlyingError=0x302040e40 {Error Domain=IOGPUCommandQueueErrorDomain Code=6 "(null)"}}
Execution of the command buffer was aborted due to an error during execution. Insufficient Permission (to submit GPU work from background) (00000006:kIOGPUCommandBufferCallbackErrorBackgroundExecutionNotPermitted)
Frame completed with error:Error Domain=MTLCommandBufferErrorDomain Code=7 "Insufficient Permission (to submit GPU work from background) (00000006:kIOGPUCommandBufferCallbackErrorBackgroundExecutionNotPermitted)" UserInfo={NSLocalizedDescription=Insufficient Permission (to submit GPU work from background) (00000006:kIOGPUCommandBufferCallbackErrorBackgroundExecutionNotPermitted), NSUnderlyingError=0x302195aa0 {Error Domain=IOGPUCommandQueueErrorDomain Code=6 "(null)"}}
I am wondering if I am just blind and don't see which capability I might be missing. All I do is run my app which is showing a map and sending it to the background by closing it (swiping up from the bottom)
It seems not to affect anything else. It does not crash, but still there are those warnings inside the log, so I wanted to share with you to see if it's something that needs to be taken care of.
Steps to reproduce
Show a map, close the app.
Not happening always, but sometimes. Not sure how to reproduce it on purpose.
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered:
MapLibre iOS Version
6.10
iOS Version
18.2.1
Device
iPhone 16 Pro & iPad Pro 5th generation
What happened?
Today I tried again to move my pre-metal version to metal and everything seems to work fine this time. No more rendering artifacts! Cool!
But one thing I noticed is a lot of error messages in my logs
I am wondering if I am just blind and don't see which capability I might be missing. All I do is run my app which is showing a map and sending it to the background by closing it (swiping up from the bottom)
It seems not to affect anything else. It does not crash, but still there are those warnings inside the log, so I wanted to share with you to see if it's something that needs to be taken care of.
Steps to reproduce
Show a map, close the app.
Not happening always, but sometimes. Not sure how to reproduce it on purpose.
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: