NSInternalInconsistencyException Failed to create remote render context

Some crashes were found, not many, but we could not locate the specific code because the error stack is a systematic method.

Error:

NSInternalInconsistencyException Failed to create remote render context

Stack:

0  CoreFoundation                 0x000000018a879d78 ___exceptionPreprocess + 220
1  libobjc.A.dylib                0x00000001a34de734 _objc_exception_throw + 60
2  Foundation                     0x000000018c0ff358 -[NSMutableDictionary(NSMutableDictionary) initWithContentsOfFile:] + 0
3  UIKitCore                      0x000000018d475f8c ___UIKIT_DID_NOT_RECEIVE_A_REMOTE_CACONTEXT_FROM_COREANIMATION_INDICATING_A_POSSIBLE_BACKBOARDD_CRASH + 572
4  UIKitCore                      0x000000018d232484 ___UIKIT_IS_REQUESTING_A_CACONTEXT_FROM_COREANIMATION + 80
5  UIKitCore                      0x000000018d1fc32c +[_UIContextBinder createContextForBindable:withSubstrate:] + 708
6  UIKitCore                      0x000000018d13bdec -[_UIContextBinder _contextForBindable:] + 148
7  UIKitCore                      0x000000018cf5bd20 -[_UIContextBinder updateBindableOrderWithTest:force:] + 480
8  UIKitCore                      0x000000018d2e1200 -[_UIContextBinder createContextsWithTest:creationAction:] + 92
9  UIKitCore                      0x000000018ccd64c0 -[UIWindowScene _prepareForResume] + 156
10 UIKitCore                      0x000000018ce2ef80 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 876
11 UIKitCore                      0x000000018ce72528 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 288
12 UIKitCore                      0x000000018cdfc8c8 -[UIApplicationSceneClientAgent scene:handleEvent:withCompletion:] + 476
13 FrontBoardServices             0x000000019c9dbe18 -[FBSScene updater:didUpdateSettings:withDiff:transitionContext:completion:] + 528
14 FrontBoardServices             0x000000019c9f413c ___94-[FBSWorkspaceScenesClient _queue_updateScene:withSettings:diff:transitionContext:completion:]_block_invoke_2 + 152
15 FrontBoardServices             0x000000019c9d9308 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 240
16 FrontBoardServices             0x000000019c9df824 ___94-[FBSWorkspaceScenesClient _queue_updateScene:withSettings:diff:transitionContext:completion:]_block_invoke + 396
17 libdispatch.dylib              0x000000018a4e0a2c __dispatch_client_callout + 20
18 libdispatch.dylib              0x000000018a4e44e0 __dispatch_block_invoke_direct + 264
19 FrontBoardServices             0x000000019c9dac70 ___FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 48
20 FrontBoardServices             0x000000019c9da040 -[FBSSerialQueue _targetQueue_performNextIfPossible] + 220
21 FrontBoardServices             0x000000019c9de700 -[FBSSerialQueue _performNextFromRunLoopSource] + 28
22 CoreFoundation                 0x000000018a89bf04 ___CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
23 CoreFoundation                 0x000000018a8acc90 ___CFRunLoopDoSource0 + 208
24 CoreFoundation                 0x000000018a7e6184 ___CFRunLoopDoSources0 + 268
25 CoreFoundation                 0x000000018a7ebb4c ___CFRunLoopRun + 828
26 CoreFoundation                 0x000000018a7ff6b8 _CFRunLoopRunSpecific + 600
27 GraphicsServices               0x00000001a6899374 _GSEventRunModal + 164
28 UIKitCore                      0x000000018d164e88 -[UIApplication _run] + 1100
29 UIKitCore                      0x000000018cee65ec _UIApplicationMain + 364
30 ???                            0x00000001059b9ce4 0x00000001059b9ce4 + 0

These crashes occurred when the App was about to enter the foreground. (UIApplicationWillEnterForegroundNotification)

These crashes occurred on systems from 15 to 18.

These crashes usually indicate that a system process crashed while your application was trying to create a new scene (such as on launch). Unless you can reliably reproduce them, it is unlikely that there is anything for you to do.

NSInternalInconsistencyException Failed to create remote render context
 
 
Q