Fatal Exception: NSInternalInconsistencyException Failed to create remote render context

Hi I am receiving this error in crashlytics and I am not sure what is going on. Based from the crashlytics report, it is only happening from iOS 16.2 and above.

Any tips and hints on this problem would be great. Here is the bug report.

Fatal Exception: NSInternalInconsistencyException
0 CoreFoundation         0x9e48 __exceptionPreprocess
1 libobjc.A.dylib        0x178d8 objc_exception_throw
2 Foundation           0x545a88 -[NSMutableDictionary(NSMutableDictionary) initWithContentsOfFile:]
3 UIKitCore           0x6a2724 __UIKIT_DID_NOT_RECEIVE_A_REMOTE_CACONTEXT_FROM_COREANIMATION_INDICATING_A_POSSIBLE_BACKBOARDD_CRASH
4 UIKitCore           0x5260ec __UIKIT_IS_REQUESTING_A_CACONTEXT_FROM_COREANIMATION
5 UIKitCore           0x347ef0 +[_UIContextBinder createContextForBindable:withSubstrate:]
6 UIKitCore           0x347c64 -[_UIContextBinder _contextForBindable:]
7 UIKitCore           0x347b40 -[_UIContextBinder attachBindable:]
8 UIKitCore           0x13ab50 -[UIWindowScene _windowUpdatedVisibility:]
9 UIKitCore           0x206b80 -[UIWindow _updateLayerOrderingAndSetLayerHidden:actionBlock:]
10 UIKitCore           0x20643c -[UIWindow _setHidden:forced:]
11 UIKitCore           0x34608c -[UITextEffectsWindow _commonInitWithOptions:]
12 UIKitCore           0x345fb8 -[UITextEffectsWindow(UIObjectsForPerCanvas) _initWithCanvas:options:]
13 UIKitCore           0x206908 +[_UIObjectPerCanvas objectOfClass:forCanvas:withOptions:createIfNecessary:]
14 UIKitCore           0xf1d6c4 +[UITextEffectsWindow _sharedTextEffectsWindowforWindowScene:allowHosted:forViewService:matchesStatusBarOrientationOnAccess:shouldCreateIfNecessary:]
15 UIKitCore           0xf1d844 +[UITextEffectsWindow sharedTextEffectsWindowForWindowScene:forViewService:]
16 UIKitCore           0x8e39e4 -[UIKeyboardSceneDelegate containerWindowForViewService:]
17 UIKitCore           0x235094 -[UITextSelectionView showInitialCaret]
18 UIKitCore           0x234120 -[UITextSelectionView updateSelectionRects]
19 UIKitCore           0x233754 -[UITextSelectionView updateSelectionRectsIfNeeded]
20 UIKitCore           0x2336e4 __51-[UITextSelectionView deferredUpdateSelectionRects]_block_invoke
21 CoreFoundation         0x91d40 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__
22 CoreFoundation         0x1a290 __CFRunLoopDoObservers
23 CoreFoundation         0x7bb70 __CFRunLoopRun
24 CoreFoundation         0x80ec0 CFRunLoopRunSpecific
25 GraphicsServices        0x1368 GSEventRunModal
26 UIKitCore           0x3a186c -[UIApplication _run]
27 UIKitCore           0x3a14d0 UIApplicationMain
28 MyApp           0x6274 main + 32 (AppDelegate.swift:32)
29 ???              0x1aad76960 (Missing)

"3 UIKitCore           0x6a2724 __UIKIT_DID_NOT_RECEIVE_A_REMOTE_CACONTEXT_FROM_COREANIMATION_INDICATING_A_POSSIBLE_BACKBOARDD_CRASH"

This is unlikely to be your fault, nor is there likely anything you can do about it.

Thank you for your reply @Rincewind. May I know why is this happening and what could be triggering this crash? A little bit more information on this line of message "3 UIKitCore           0x6a2724 __UIKIT_DID_NOT_RECEIVE_A_REMOTE_CACONTEXT_FROM_COREANIMATION_INDICATING_A_POSSIBLE_BACKBOARDD_CRASH" would be really great! :)

Same issue, anyone knows? above iOS16

0 CoreFoundation ___exceptionPreprocess + 164 1 libobjc.A.dylib _objc_exception_throw + 60 2 Foundation -[NSMutableDictionary(NSMutableDictionary) initWithContentsOfFile:] 3 UIKitCore ___UIKIT_DID_NOT_RECEIVE_A_REMOTE_CACONTEXT_FROM_COREANIMATION_INDICATING_A_POSSIBLE_BACKBOARDD_CRASH + 484 4 UIKitCore ___UIKIT_IS_REQUESTING_A_CACONTEXT_FROM_COREANIMATION + 64 5 UIKitCore +[_UIContextBinder createContextForBindable:withSubstrate:] + 400 6 UIKitCore -[_UIContextBinder _contextForBindable:] + 112 7 UIKitCore -[_UIContextBinder updateBindableOrderWithTest:force:] + 304 8 UIKitCore -[_UIContextBinder createContextsWithTest:creationAction:] + 80 9 UIKitCore -[UIWindowScene _prepareForResume] + 148 10 UIKitCore -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 756 11 UIKitCore -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 244 12 UIKitCore -[UIApplicationSceneClientAgent scene:handleEvent:withCompletion:] + 336 13 FrontBoardServices -[FBSScene updater:didUpdateSettings:withDiff:transitionContext:completion:] + 420 14 FrontBoardServices ___94-[FBSWorkspaceScenesClient _queue_updateScene:withSettings:diff:transitionContext:completion:]_block_invoke_2 + 152 15 FrontBoardServices -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 168 16 FrontBoardServices ___94-[FBSWorkspaceScenesClient _queue_updateScene:withSettings:diff:transitionContext:completion:]_block_invoke + 344 17 libdispatch.dylib __dispatch_client_callout + 20 18 libdispatch.dylib __dispatch_block_invoke_direct + 264 19 FrontBoardServices _FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK + 52

Fatal Exception: NSInternalInconsistencyException Failed to create remote render context
 
 
Q