Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
The first post of this thread is a WikiPost and can be edited by anyone with the appropiate permissions. Your edits will be public.

chris1111

macrumors 6502
Jul 8, 2015
432
1,037
Montréal Canada
Message for Dev @khronokernel
Please Can you make the OCLP icon on the Dock stop bouncing at the end
By activating the App this avoids this type of thing by using AppleScript.
Code:
tell application "OpenCore-Patcher"
    activate
end tell

OC-Patcher.gif
 
  • Like
Reactions: MacRumors3590

MacinMan

macrumors 65816
Jan 27, 2011
1,379
787
Denham Springs, LA
Message for Dev @khronokernel
Please Can you make the OCLP icon on the Dock stop bouncing at the end
By activating the App this avoids this type of thing by using AppleScript.
Code:
tell application "OpenCore-Patcher"
    activate
end tell

View attachment 2289932
How is this any different from any other app that needs attention? I've seen it bounce too, and it usually stops within a few bounces on it's own.
 
  • Like
Reactions: OKonnel

luckyduke23

macrumors regular
Mar 28, 2023
158
200
Thanks Okonnel for your info. I have got an iMac14,2 27" late 2013 but ...
Do you use Parallels Desktop?
If you use Parallels desktop, Can you tell me if Parallels Desktop runs without problems?
I don't want to upgrade without Knowing that...

Thanks
Hi, I have same machine like you and run Parallels 18(!) with a W10 VM. All runs perfectly so far and that's why I don't even intend to upgrade to Parallels 19 (for Sonoma).
 
  • Like
Reactions: OKonnel and INK1

Sven G

macrumors 6502
Jun 3, 2012
430
885
Milan, EU
… In Sonoma, as yet another experiment, I tried to uncheck the unrestricted file system (thus, with 0x801) in the OCLP Security SIP settings: the system boots, but immediately after seeing the desktop the screen turns black and remains so - even worse than in Ventura (where, IIRC, this was intermittent; but maybe, after all, it’s exactly the same behaviour). Luckily, I could easily restore the defaults (with SIP at 0x803), after running OCLP from another installation.

So, don’t try this, as it won’t work…
 
Last edited:

Sven G

macrumors 6502
Jun 3, 2012
430
885
Milan, EU
… BTW, on MBP11,3 with Sonoma, safe mode boot (with the shift key) hangs about halfway, with no progress afterwards: did I miss some known issue, perhaps…?
 
  • Like
Reactions: macpro_mid2014

luckyduke23

macrumors regular
Mar 28, 2023
158
200
Knowing that some of the fabulous Dortania devs read here, I will report some minor issues. When I wake up my Mac from sleep mode, some of the icons in the upper right menu bar are missing (Bluetooth, Keyboard Settings & Spotlight Magnifier). Clicking into the empty spaces brings the icons back (except for the BT icon). Sometimes the window shadows on the desktop also disappeared after sleep mode. They are still there in dark mode, but not in light mode. All problems disappear after a restart. I have no idea if these are Sonoma or OCLP bugs, but most likely they are graphics issues related to OCLP. Anyway, thanks to the OCLP developers for the great efforts and results.
 

deeveedee

macrumors 65816
May 2, 2019
1,453
2,117
Peoria, IL United States
On my iMac 15,1, booting Sonoma 14.0 with the latest OCLP 1.0.1, I have noticed the available SSD disk space decreased until it was missing about 12-15GB (about 54GB left available, but it should be 67GB+ or so). As the Apple blade SSD is only 128GB to start with, I was getting worried and booted to Ventura on an external Crucial 512GB SSD connected by USB. Disk Utility showed over 10 APFS snapshots, most about 2.5GB in size. I was able to delete all but the latest 2, which were smaller, about 350MB. So after rebooting to Sonoma on the internal Apple blade, my available disk space was restored!
Do you know how I can prevent the formation of those snapshots?
I have seen a setting in CCC that turns off snapshots, but nothing in the OS system preferences, at least as far as I know. I have known for some time that using Onyx, set to erase the Time Machine snapshots, and the following Terminal code;
Code: sudo tmutil thinLocalSnapshots / 10000000000 4
That you can usually regain space lost to Time Machine snapshots, but in this case, that code didn't work.
This is probably a OCLP/Sonoma related issue.
You made me curious, so I looked into this for you. If this thread is correct, we can no longer disable APFS local snapshots in Sonoma, but you can delete the snapshots (as you already indicated).
 

headlessmike

macrumors 65816
May 16, 2017
1,453
2,882
Do you have a link to the download for 0.6.9
I don't think it's available anymore since 1.x came out. Maybe reach out to the devs, or someone who keeps track of releases.
There never was an official 0.6.9 release. But all package builds, both official releases and development versions for the GUI app are listed here: https://github.com/dortania/OpenCore-Legacy-Patcher/actions/workflows/build-app-wxpython.yml

I believe that the last nightly release of 0.6.9 can be found here: https://github.com/dortania/OpenCore-Legacy-Patcher/actions/runs/6373082928
Older versions can be found in the list in the first link.

Note that people really should use the official releases if possible.
 

MacinMan

macrumors 65816
Jan 27, 2011
1,379
787
Denham Springs, LA
There never was an official 0.6.9 release. But all package builds, both official releases and development versions for the GUI app are listed here: https://github.com/dortania/OpenCore-Legacy-Patcher/actions/workflows/build-app-wxpython.yml

I believe that the last nightly release of 0.6.9 can be found here: https://github.com/dortania/OpenCore-Legacy-Patcher/actions/runs/6373082928
Older versions can be found in the list in the first link.

Note that people really should use the official releases if possible.
Thanks for the info. I didn't realize past nightlies were kept up after the official release. Yes, I think for best results the official should be used as well, unless a future nightly fixes something not in the latest official.
 

Kevo

macrumors member
Jun 23, 2007
73
82
… BTW, on MBP11,3 with Sonoma, safe mode boot (with the shift key) hangs about halfway, with no progress afterwards: did I miss some known issue, perhaps…?
I had that same behavior using just the shift key when my machine was set up not to show the boot picker. If I go into the boot picker and then shift and enter on the sonoma drive it boots into safe mode fine. If you haven't tried that, that might work for you as well.
 

headlessmike

macrumors 65816
May 16, 2017
1,453
2,882
Thanks for the info. I didn't realize past nightlies were kept up after the official release. Yes, I think for best results the official should be used as well, unless a future nightly fixes something not in the latest official.
Absolutely. I just wanted to add a warning about sifting through nightlies, which may have serious bugs, unless people know what they're doing. I know that the devs disapprove of sharing nightly links for this very reason.
 
  • Like
Reactions: OKonnel

Sven G

macrumors 6502
Jun 3, 2012
430
885
Milan, EU
I had that same behavior using just the shift key when my machine was set up not to show the boot picker. If I go into the boot picker and then shift and enter on the sonoma drive it boots into safe mode fine. If you haven't tried that, that might work for you as well.
That’s what I did, but it doesn’t seem to work. Well, I’ll try again…
 
  • Like
Reactions: OKonnel

stadya

macrumors newbie
Oct 24, 2020
10
1
Upgraded to Sonoma 14.1b from Ventura through the system settings on my late 2013 iMac 14,3. After patching with 1.0.0, eveything is just working like a charm (far better than Ventura imo) except for one significant issue that has me quite confused.

When the system boots up, the lock screen crashes immediately after 1-2 seconds, allowing me to enter the password regardless of the system is patched or not. If you are not that quick enough to type the password and hit the enter key, the screen goes black, and the lock screen keeps crashing every 4-5 seconds.

Has anyone experienced something like that before? Or any thoughts?


Here is the full crash report:
Code:
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               loginwindow [4098]
Path:                  /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow
Identifier:            com.apple.loginwindow
Version:               9.0 (3022.1.2)
Build Info:            loginwindow-3022001002000000~57
Code Type:             X86-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2023-10-06 14:39:58.6356 +0100
OS Version:            macOS 14.1 (23B5056e)
Report Version:        12
Anonymous UUID:        5F63EE2A-A609-F74E-F4FD-BAE309AFD3C7


Time Awake Since Boot: 13000 seconds

System Integrity Protection: enabled

Crashed Thread:        3  Dispatch queue: com.apple.scenekit.renderingQueue.LUIAVTView0x7fdac73898c0

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000

Termination Reason:    Namespace SIGNAL, Code 6 Abort trap: 6
Terminating Process:   loginwindow [4098]

Kernel Triage:
VM - (arg = 0x0) Returned success with no page
VM - (arg = 0x0) Returned success with no page
VM - (arg = 0x0) Returned success with no page
VM - (arg = 0x0) Returned success with no page
VM - (arg = 0x0) Returned success with no page


Thread 0::  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib                0x7ff8042ded22 __psynch_rw_wrlock + 10
1   libsystem_pthread.dylib               0x7ff804318c25 _pthread_rwlock_lock_wait + 65
2   libsystem_pthread.dylib               0x7ff804317197 _pthread_rwlock_lock_slow + 590
3   SceneKit                              0x7ff90c36ebe9 C3DTransactionFlush + 254
4   CoreFoundation                        0x7ff8043f47c6 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
5   CoreFoundation                        0x7ff8043f46ea __CFRunLoopDoObservers + 493
6   CoreFoundation                        0x7ff8043f338f CFRunLoopRunSpecific + 618
7   HIToolbox                             0x7ff80ec939d9 RunCurrentEventLoopInMode + 292
8   HIToolbox                             0x7ff80ec937e6 ReceiveNextEventCommon + 665
9   HIToolbox                             0x7ff80ec93531 _BlockUntilNextEventMatchingListInModeWithFilter + 66
10  AppKit                                0x7ff807a026e5 _DPSNextEvent + 880
11  AppKit                                0x7ff8082f4ab8 -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1304
12  AppKit                                0x7ff8079f3c5a -[NSApplication run] + 603
13  loginwindow                              0x10ce93cdc 0x10ce8d000 + 27868
14  dyld                                  0x7ff803f913a6 start + 1942

Thread 1:: caulk.messenger.shared:17
0   libsystem_kernel.dylib                0x7ff8042da9ca semaphore_wait_trap + 10
1   caulk                                 0x7ff80e9b0c7e caulk::semaphore::timed_wait(double) + 150
2   caulk                                 0x7ff80e9b0b98 caulk::concurrent::details::worker_thread::run() + 30
3   caulk                                 0x7ff80e9b08bc void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*) + 41
4   libsystem_pthread.dylib               0x7ff80431a202 _pthread_start + 99
5   libsystem_pthread.dylib               0x7ff804315bab thread_start + 15

Thread 2:: caulk.messenger.shared:high
0   libsystem_kernel.dylib                0x7ff8042da9ca semaphore_wait_trap + 10
1   caulk                                 0x7ff80e9b0c7e caulk::semaphore::timed_wait(double) + 150
2   caulk                                 0x7ff80e9b0b98 caulk::concurrent::details::worker_thread::run() + 30
3   caulk                                 0x7ff80e9b08bc void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*) + 41
4   libsystem_pthread.dylib               0x7ff80431a202 _pthread_start + 99
5   libsystem_pthread.dylib               0x7ff804315bab thread_start + 15

Thread 3 Crashed::  Dispatch queue: com.apple.scenekit.renderingQueue.LUIAVTView0x7fdac73898c0
0   libsystem_kernel.dylib                0x7ff8042e17ae __pthread_kill + 10
1   libsystem_pthread.dylib               0x7ff804319f30 pthread_kill + 262
2   libsystem_c.dylib                     0x7ff804238a49 abort + 126
3   libsystem_c.dylib                     0x7ff804237d30 __assert_rtn + 314
4   MetalOld.dylib                           0x10dba49a2 MTLReportFailure.cold.1 + 43
5   MetalOld.dylib                           0x10db7ff39 MTLReportFailure + 529
6   MetalOld.dylib                           0x10da6be7d -[MTLTextureDescriptorInternal validateWithDevice:] + 1446
7   GeForceMTLDriver                         0x2dff077b5 0x2dfd95000 + 1517493
8   SceneKit                              0x7ff90c70f991 -[SCNMTLResourceManager(Textures) newTextureWithDescriptor:] + 75
9   SceneKit                              0x7ff90c711b48 -[SCNMTLResourceManager(Textures) renderResourceForImage:sampler:options:engineContext:didFallbackToDefaultTexture:] + 741
10  SceneKit                              0x7ff90c769b48 -[SCNMaterialPropertyTextureProviderSource cachedTextureWithURL:token:didFallbackToDefaultTexture:] + 191
11  AvatarKit                             0x7ffb0d55a17c __42-[AVTCompositorPipeline initWithFunction:]_block_invoke_2 + 216
12  AvatarKit                             0x7ffb0d55a92c __165-[AVTCompositorPipeline compositeTexture:forMemoji:considerSkin:componentsToConsider:computeCommandHandler:blitCommandHandler:completionHandler:helper:helperTokens:]_block_invoke + 260
13  SceneKit                              0x7ff90c769c18 invocation function for block in __renderToTexture(id<SCNMaterialPropertyTextureProvider>, id<MTLTexture>, id<SCNMaterialPropertyTextureProviderHelper>, SCNMTLRenderContext*) + 91
14  AvatarKit                             0x7ffb0d55a6e5 -[AVTCompositorPipeline compositeTexture:forMemoji:considerSkin:componentsToConsider:computeCommandHandler:blitCommandHandler:completionHandler:helper:helperTokens:] + 265
15  AvatarKit                             0x7ffb0d55b3a6 -[AVTCompositorTextureProvider renderToTexture:computeCommandHandler:blitCommandHandler:completionHandler:helper:] + 235
16  SceneKit                              0x7ff90c769a21 __renderToTexture(id<SCNMaterialPropertyTextureProvider>, id<MTLTexture>, id<SCNMaterialPropertyTextureProviderHelper>, SCNMTLRenderContext*) + 229
17  SceneKit                              0x7ff90c769929 -[SCNMaterialPropertyTextureProviderSource metalTextureWithEngineContext:textureSampler:nextFrameTime:status:] + 144
18  SceneKit                              0x7ff90c5a6a87 kSCNTextureSourceCallbackGetMetalTexture + 61
19  SceneKit                              0x7ff90c4e36d8 C3DTextureProxyGetMetalTexture + 89
20  SceneKit                              0x7ff90c7117b3 -[SCNMTLResourceManager(Textures) renderResourceForImageProxy:sampler:engineContext:didFallbackToDefaultTexture:] + 229
21  SceneKit                              0x7ff90c711671 -[SCNMTLResourceManager(Textures) renderResourceForEffectSlot:withEngineContext:didFallbackToDefaultTexture:] + 139
22  SceneKit                              0x7ff90c5464ba __39+[SCNMTLRenderContext registerBindings]_block_invoke_6.416 + 81
23  SceneKit                              0x7ff90c541f33 -[SCNMTLRenderContext _executeDrawCommand:] + 7274
24  SceneKit                              0x7ff90c5439cf -[SCNMTLRenderContext drawRenderElement:withPass:] + 920
25  SceneKit                              0x7ff90c53fbe5 _processRendererElement(SCNMTLRenderContext*, __C3DRendererElement*, __C3DFXPassInstance*) + 1201
26  SceneKit                              0x7ff90c53eabd -[SCNMTLRenderContext processRendererElements:count:engineIterationContext:] + 501
27  SceneKit                              0x7ff90c737bfe C3D::DrawNodesPass::_renderEye(long) + 578
28  SceneKit                              0x7ff90c7378b4 C3D::DrawNodesPass::execute(C3D::RenderArgs const&) + 226
29  SceneKit                              0x7ff90c4c2c78 C3D::ScenePass::execute(C3D::RenderArgs const&) + 278
30  SceneKit                              0x7ff90c7559b6 C3D::__renderSlice(C3D::RenderGraph*, C3D::RenderPass*, unsigned short&, C3D::RenderGraph::GraphNode const&, C3D::RenderGraph::Stage*&, C3D::RenderArgs, bool, id<MTLCommandBuffer>&) + 2093
31  SceneKit                              0x7ff90c757c84 C3D::RenderGraph::execute() + 6498
32  SceneKit                              0x7ff90c5bfb65 -[SCNRenderer _renderSceneWithEngineContext:sceneTime:] + 657
33  SceneKit                              0x7ff90c5c0214 -[SCNRenderer _drawSceneWithNewRenderer:] + 281
34  SceneKit                              0x7ff90c5c07dd -[SCNRenderer _drawScene:] + 46
35  SceneKit                              0x7ff90c5c0cd4 -[SCNRenderer _drawAtTime:] + 951
36  SceneKit                              0x7ff90c5ad252 -[SCNView _drawAtTime:WithContext:] + 535
37  AvatarKit                             0x7ffb0d51dc60 -[AVTView _drawAtTime:WithContext:] + 81
38  SceneKit                              0x7ff90c5acb99 -[SCNView SCN_displayLinkCallback:] + 306
39  SceneKit                              0x7ff90c5372f6 __83-[NSObject(SCN_DisplayLinkExtensions) SCN_setupDisplayLinkWithQueue:screen:policy:]_block_invoke + 49
40  SceneKit                              0x7ff90c644d92 -[SCNDisplayLink _displayLinkCallbackReturningImmediately] + 194
41  libdispatch.dylib                     0x7ff80417259a _dispatch_client_callout + 8
42  libdispatch.dylib                     0x7ff8041750c7 _dispatch_continuation_pop + 523
43  libdispatch.dylib                     0x7ff8041856f8 _dispatch_source_invoke + 2076
44  libdispatch.dylib                     0x7ff8041784bb _dispatch_lane_serial_drain + 387
45  libdispatch.dylib                     0x7ff804179100 _dispatch_lane_invoke + 377
46  libdispatch.dylib                     0x7ff804182aee _dispatch_root_queue_drain_deferred_wlh + 271
47  libdispatch.dylib                     0x7ff8041823fd _dispatch_workloop_worker_thread + 451
48  libsystem_pthread.dylib               0x7ff804316c47 _pthread_wqthread + 327
49  libsystem_pthread.dylib               0x7ff804315b97 start_wqthread + 15

Thread 4:
0   libsystem_pthread.dylib               0x7ff804315b88 start_wqthread + 0

Thread 5::  Dispatch queue: com.apple.screenlock
0   libsystem_kernel.dylib                0x7ff8042dc202 __ulock_wait + 10
1   libdispatch.dylib                     0x7ff804172db2 _dlock_wait + 46
2   libdispatch.dylib                     0x7ff804172c3a _dispatch_thread_event_wait_slow + 40
3   libdispatch.dylib                     0x7ff80417f6c3 __DISPATCH_WAIT_FOR_QUEUE__ + 307
4   libdispatch.dylib                     0x7ff80417f2ef _dispatch_sync_f_slow + 175
5   loginwindow                              0x10ceefab2 0x10ce8d000 + 404146
6   loginwindow                              0x10cec7a2c 0x10ce8d000 + 240172
7   loginwindow                              0x10cec759f 0x10ce8d000 + 239007
8   loginwindow                              0x10cee9b06 0x10ce8d000 + 379654
9   loginwindow                              0x10ceb449a 0x10ce8d000 + 160922
10  loginwindow                              0x10ceee7df 0x10ce8d000 + 399327
11  libdispatch.dylib                     0x7ff8041712e6 _dispatch_call_block_and_release + 12
12  libdispatch.dylib                     0x7ff80417259a _dispatch_client_callout + 8
13  libdispatch.dylib                     0x7ff804178668 _dispatch_lane_serial_drain + 816
14  libdispatch.dylib                     0x7ff804179100 _dispatch_lane_invoke + 377
15  libdispatch.dylib                     0x7ff804182aee _dispatch_root_queue_drain_deferred_wlh + 271
16  libdispatch.dylib                     0x7ff8041823fd _dispatch_workloop_worker_thread + 451
17  libsystem_pthread.dylib               0x7ff804316c47 _pthread_wqthread + 327
18  libsystem_pthread.dylib               0x7ff804315b97 start_wqthread + 15

Thread 6:
0   libsystem_pthread.dylib               0x7ff804315b88 start_wqthread + 0

Thread 7:
0   libsystem_kernel.dylib                0x7ff8042dd5ee __psynch_cvwait + 10
1   libsystem_pthread.dylib               0x7ff80431a76b _pthread_cond_wait + 1211
2   GeForceMTLDriver                         0x2dff06b23 0x2dfd95000 + 1514275
3   libsystem_pthread.dylib               0x7ff80431a202 _pthread_start + 99
4   libsystem_pthread.dylib               0x7ff804315bab thread_start + 15

Thread 8:
0   libsystem_pthread.dylib               0x7ff804315b88 start_wqthread + 0

Thread 9:: CVDisplayLink
0   libsystem_kernel.dylib                0x7ff8042dd5ee __psynch_cvwait + 10
1   libsystem_pthread.dylib               0x7ff80431a79c _pthread_cond_wait + 1260
2   CoreVideo                             0x7ff80d087185 CVDisplayLink::waitUntil(unsigned long long) + 379
3   CoreVideo                             0x7ff80d0860fc CVDisplayLink::runIOThread() + 526
4   libsystem_pthread.dylib               0x7ff80431a202 _pthread_start + 99
5   libsystem_pthread.dylib               0x7ff804315bab thread_start + 15

Thread 10::  Dispatch queue: com.apple.login.memoji
0   libobjc.A.dylib                       0x7ff803f5442a objc_storeWeak + 0
1   SceneKit                              0x7ff90c41ed00 C3DEntitySetObjCWrapper + 61
2   SceneKit                              0x7ff90c5d83e6 -[SCNAnimation initWithCoder:] + 255
3   Foundation                            0x7ff8053413bf _decodeObjectBinary + 2757
4   Foundation                            0x7ff8053407c1 _decodeObject + 152
5   Foundation                            0x7ff8053406ac -[NSKeyedUnarchiver decodeObjectForKey:] + 162
6   Foundation                            0x7ff80534051c -[NSKeyedUnarchiver decodeObjectOfClasses:forKey:] + 379
7   Foundation                            0x7ff805a6394f -[NSCoder __tryDecodeObjectForKey:error:decodeBlock:] + 89
8   Foundation                            0x7ff80534033e -[NSCoder decodeTopLevelObjectOfClasses:forKey:error:] + 93
9   Foundation                            0x7ff80533f40a +[NSKeyedUnarchiver unarchivedObjectOfClasses:fromData:error:] + 124
10  Foundation                            0x7ff80533f319 +[NSKeyedUnarchiver unarchivedObjectOfClass:fromData:error:] + 112
11  AvatarKit                             0x7ffb0d542d6f +[AVTAvatarPoseAnimation animationFromDataRepresentation:keyPath:] + 69
12  AvatarKit                             0x7ffb0d540840 __132-[AVTAvatarPoseAnimation _initWithStaticPoseRepresentation:animatedPoseRepresentation:staticPhysicsStatesRepresentation:identifier:]_block_invoke.139 + 64
13  CoreFoundation                        0x7ff8043b9bf7 __NSDICTIONARY_IS_CALLING_OUT_TO_A_BLOCK__ + 7
14  CoreFoundation                        0x7ff8043f6d7e -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 246
15  AvatarKit                             0x7ffb0d5405fc -[AVTAvatarPoseAnimation _initWithStaticPoseRepresentation:animatedPoseRepresentation:staticPhysicsStatesRepresentation:identifier:] + 592
16  AvatarKit                             0x7ffb0d5402cb -[AVTAvatarPoseAnimation initWithAnimatedPoseRepresentationAtURL:] + 161
17  AvatarKit                             0x7ffb0d5308bb AVTCoordinatorLoadPoseAnimationsAtPaths + 576
18  AvatarKit                             0x7ffb0d5458c7 -[AVTLockscreenConfiguration _loadAnimatedPoses] + 471
19  AvatarKit                             0x7ffb0d5456c2 -[AVTLockscreenConfiguration _loadEverythingIfNeeded] + 83
20  AvatarKit                             0x7ffb0d546240 -[AVTLockscreenConfiguration debugIdentifierForIdlePoseAtIndex:] + 33
21  AvatarKit                             0x7ffb0d5073d2 -[AVTLockscreenAvatarCoordinator _initWithStickerConfiguration:pose:framingMode:screenNumber:completionQueue:completionHandler:] + 1307
22  AvatarKit                             0x7ffb0d506e09 __170-[AVTLockscreenAvatarCoordinator initWithAvatarDescriptor:stickerConfiguration:pose:framingMode:cropTransform:view:queue:sharedHistory:completionQueue:completionHandler:]_block_invoke + 52
23  libdispatch.dylib                     0x7ff8041712e6 _dispatch_call_block_and_release + 12
24  libdispatch.dylib                     0x7ff80417259a _dispatch_client_callout + 8
25  libdispatch.dylib                     0x7ff804178668 _dispatch_lane_serial_drain + 816
26  libdispatch.dylib                     0x7ff804179100 _dispatch_lane_invoke + 377
27  libdispatch.dylib                     0x7ff804182aee _dispatch_root_queue_drain_deferred_wlh + 271
28  libdispatch.dylib                     0x7ff8041823fd _dispatch_workloop_worker_thread + 451
29  libsystem_pthread.dylib               0x7ff804316c47 _pthread_wqthread + 327
30  libsystem_pthread.dylib               0x7ff804315b97 start_wqthread + 15

Thread 11:: com.apple.coremedia.sharedRootQueue.47
0   libsystem_kernel.dylib                0x7ff8042da9e2 semaphore_timedwait_trap + 10
1   libdispatch.dylib                     0x7ff804172aeb _dispatch_sema4_timedwait + 73
2   libdispatch.dylib                     0x7ff804172f37 _dispatch_semaphore_wait_slow + 58
3   libdispatch.dylib                     0x7ff8041815ad _dispatch_worker_thread + 321
4   libsystem_pthread.dylib               0x7ff80431a202 _pthread_start + 99
5   libsystem_pthread.dylib               0x7ff804315bab thread_start + 15

Thread 12:: com.apple.coremedia.sharedRootQueue.47
0   libsystem_kernel.dylib                0x7ff8042da9e2 semaphore_timedwait_trap + 10
1   libdispatch.dylib                     0x7ff804172aeb _dispatch_sema4_timedwait + 73
2   libdispatch.dylib                     0x7ff804172f37 _dispatch_semaphore_wait_slow + 58
3   libdispatch.dylib                     0x7ff8041815ad _dispatch_worker_thread + 321
4   libsystem_pthread.dylib               0x7ff80431a202 _pthread_start + 99
5   libsystem_pthread.dylib               0x7ff804315bab thread_start + 15

Thread 13:
0   libsystem_pthread.dylib               0x7ff804315b88 start_wqthread + 0

Thread 14:
0   libsystem_pthread.dylib               0x7ff804315b88 start_wqthread + 0


Thread 3 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x0000700002f4cbd8  rdx: 0x0000000000000000
  rdi: 0x000000000001840b  rsi: 0x0000000000000006  rbp: 0x0000700002f4cc00  rsp: 0x0000700002f4cbd8
   r8: 0x000000000000002e   r9: 0x0000000000001778  r10: 0x0000000000000000  r11: 0x0000000000000246
  r12: 0x000000000001840b  r13: 0xffffffffffffffff  r14: 0x0000700002f52000  r15: 0x0000000000000016
  rip: 0x00007ff8042e17ae  rfl: 0x0000000000000246  cr2: 0x0000000000000000
 
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x2e9262000 -        0x2e9359fff com.apple.AppleGVAFramework (113.44) <416d7900-5c8d-3fbd-a389-bce96edfe973> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
       0x2dfd95000 -        0x2dff54fff com.apple.GeForceMTLDriver (16.0.12) <dc9e7ee8-2b92-3fc3-9524-fcae13d2f69d> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
       0x10e4bd000 -        0x10e4c0fff Shim.dylib (*) <a8c8d7c3-9a85-391b-a3f3-430a2bf54b91> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/Shim.dylib
       0x10d9db000 -        0x10d9eafff com.apple.TextInputMenuCore (1.2.1) <be4131e6-aaa9-3dc6-a01f-3dbac38ca2ce> /System/Library/CoreServices/TextInputMenuCore.bundle/Contents/MacOS/TextInputMenuCore
       0x10d929000 -        0x10d92cfff pam_deny.so.2 (*) <68483e39-765d-33ed-80c1-8dbd5b594306> /usr/lib/pam/pam_deny.so.2
       0x10d95b000 -        0x10d95efff pam_group.so.2 (*) <e19c9cde-be6a-3c98-98b5-cd7f3598564d> /usr/lib/pam/pam_group.so.2
       0x10d94b000 -        0x10d94efff pam_self.so.2 (*) <3508184b-fe91-381c-978c-42e21005b516> /usr/lib/pam/pam_self.so.2
       0x10d937000 -        0x10d93afff pam_opendirectory.so.2 (*) <8cac9d41-fe31-3392-b185-74c7f29daf85> /usr/lib/pam/pam_opendirectory.so.2
       0x10d3e8000 -        0x10d3effff pam_krb5.so.2 (*) <97342701-0dbe-3778-95fd-4b576693a4d2> /usr/lib/pam/pam_krb5.so.2
       0x10d3d0000 -        0x10d3d7fff com.apple.audio.AppleHDAHALPlugIn (500.3) <1207c339-6e78-3b8c-9c5a-0046313e99bb> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x10d36c000 -        0x10d37bfff libobjc-trampolines.dylib (*) <98971a5a-9c10-3af1-8886-451f2945c39e> /usr/lib/libobjc-trampolines.dylib
       0x10d4a7000 -        0x10d4defff com.apple.BezelServices (7400.4) <cb36acb2-b594-35d6-95ae-9f8efeeb6a01> /System/Library/LoginPlugins/BezelServices.loginPlugin/Contents/MacOS/BezelServices
       0x10d0ae000 -        0x10d0b5fff com.apple.DFSLoginPlugin (4.0) <cff5acf9-35ba-33f6-b810-e94439c2e7cf> /System/Library/LoginPlugins/FSDisconnect.loginPlugin/Contents/MacOS/FSDisconnect
       0x10d0cd000 -        0x10d0dcfff com.apple.DisplayServices (3.1) <cb165deb-321e-31ff-bc85-017f98bdc34b> /System/Library/LoginPlugins/DisplayServices.loginPlugin/Contents/MacOS/DisplayServices
       0x10d401000 -        0x10d40cfff com.apple.Metal (341.23) <c94d56b7-ec06-33b8-b328-58da5ad1e5e9> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
       0x10da58000 -        0x10dc37fff MetalOld.dylib (*) <6581cd53-8583-38d1-b4b9-773f1dc3f551> /System/Library/Frameworks/Metal.framework/Versions/A/MetalOld.dylib
       0x10e522000 -        0x10e8d5fff com.apple.CoreImage (18.0.0) <66ee7d8d-ed35-3650-8b54-9bede38b7ece> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
       0x10cfe7000 -        0x10cfeafff com.apple.IO80211 (1.0) <72fb270b-2d3a-39f4-82fd-1b8af408bd39> /System/Library/PrivateFrameworks/IO80211.framework/Versions/A/IO80211
       0x10eada000 -        0x10eb2dfff IO80211Old.dylib (*) <d5ce0004-ff51-3af6-9c8e-1e8c75f15238> /System/Library/PrivateFrameworks/IO80211.framework/Versions/A/IO80211Old.dylib
       0x10d438000 -        0x10d43bfff com.apple.CoreWiFi (kCoreWiFiMarketingVersion) <334d4f20-8178-3c49-b590-ed3589fad42b> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
       0x180642000 -        0x1807ddfff CoreWiFiOld.dylib (*) <d5ce0004-1f7f-393c-8141-02923aa69260> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFiOld.dylib
       0x1e94cb000 -        0x1e94f2fff com.apple.WiFiPeerToPeer (520.32.0) <d5ce0004-7a9a-3b78-8be0-03b93c8b24a9> /System/Library/PrivateFrameworks/WiFiPeerToPeer.framework/Versions/A/WiFiPeerToPeer
       0x10d448000 -        0x10d44bfff com.apple.framework.CoreWLAN (16.0) <ebde0ceb-4d1f-39cf-bbbe-0bf942b337ae> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
       0x260543000 -        0x2605bdfff CoreWLANOld.dylib (*) <d5ce0004-e25a-3348-a650-cf35c9c22c36> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLANOld.dylib
       0x10ce8d000 -        0x10cf8cfff com.apple.loginwindow (9.0) <ddc32f9a-ebd6-3ddc-9f44-07e00c6c5bd1> /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow
    0x7ff8042d9000 -     0x7ff804313ff7 libsystem_kernel.dylib (*) <db8f81b4-2bf1-3715-a63d-b21e9c66d9ec> /usr/lib/system/libsystem_kernel.dylib
    0x7ff804314000 -     0x7ff80431ffff libsystem_pthread.dylib (*) <4e009653-76ad-3761-bf80-a5bd7910e4d9> /usr/lib/system/libsystem_pthread.dylib
    0x7ff90c368000 -     0x7ff90c9e7fea com.apple.SceneKit (1.0) <5e162e22-66a6-33fa-9275-98b53b9c9fe7> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
    0x7ff804379000 -     0x7ff804813fec com.apple.CoreFoundation (6.9) <ffc3bbf8-9a92-3892-8a43-aa0f403b59aa> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7ff80ec63000 -     0x7ff80eefeff4 com.apple.HIToolbox (2.1.1) <714babde-530a-3ca5-a371-c09436d07ac0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7ff8079c4000 -     0x7ff808dc7ffd com.apple.AppKit (6.9) <12ea46a8-2296-3844-b7af-579c2d4e4c15> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7ff803f8b000 -     0x7ff804027387 dyld (*) <8303ac35-6361-3424-aa54-d44bf2209e60> /usr/lib/dyld
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
    0x7ff80e9af000 -     0x7ff80e9d4ff3 com.apple.audio.caulk (1.0) <92732646-edb2-3f94-87e3-507adfcd03d4> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7ff8041b9000 -     0x7ff804240fff libsystem_c.dylib (*) <de51b6c9-ff6c-391c-a197-3a9e6d58801a> /usr/lib/system/libsystem_c.dylib
    0x7ffb0d4f1000 -     0x7ffb0d5a4ffb com.apple.avatarkit (1.0) <d7762aec-812c-3530-99f8-abe43a8caaf2> /System/Library/PrivateFrameworks/AvatarKit.framework/Versions/A/AvatarKit
    0x7ff80416f000 -     0x7ff8041b5ffd libdispatch.dylib (*) <e8da5d08-ebae-3605-995d-3e6d8bd73390> /usr/lib/system/libdispatch.dylib
    0x7ff80d084000 -     0x7ff80d0d4ffb com.apple.CoreVideo (1.8) <34222cb8-e50e-3dc3-88fc-bdcb63ed4d31> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7ff803f49000 -     0x7ff803f8afc0 libobjc.A.dylib (*) <a58a8749-bfb0-31e7-bb38-c14e6a17406b> /usr/lib/libobjc.A.dylib
    0x7ff805331000 -     0x7ff805f6fff3 com.apple.Foundation (6.9) <6dc4db17-83c8-3c0e-85f4-074db97f3b5b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=901.8M resident=0K(0%) swapped_out_or_unallocated=901.8M(100%)
Writable regions: Total=9.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=9.3G(100%)

                                VIRTUAL   REGION
REGION TYPE                        SIZE    COUNT (non-coalesced)
===========                     =======  =======
Accelerate framework               128K        1
Activity Tracing                   256K        1
CG backing stores                    4K        1
CG image                          11.1M       21
CG raster data                    4924K        5
ColorSync                          240K       31
CoreAnimation                      216K       16
CoreData Object IDs               4100K        2
CoreGraphics                        20K        3
CoreUI image data                  316K        4
Foundation                          16K        1
IOKit                             7940K        1
Kernel Alloc Once                    8K        1
MALLOC                           596.9M      105
MALLOC guard page                   80K       20
STACK GUARD                       56.1M       15
Stack                             15.1M       15
VM_ALLOCATE                        288K       15
VM_ALLOCATE (reserved)             8.7G       13         reserved VM address space (unallocated)
__CTF                               824        1
__DATA                            38.3M      699
__DATA_CONST                      44.1M      448
__DATA_DIRTY                      1751K      227
__FONT_DATA                        2352        1
__INFO_FILTER                         8        1
__LINKEDIT                       185.6M       22
__OBJC_RO                         70.8M        1
__OBJC_RW                         2156K        2
__TEXT                           716.2M      711
dsce.got                           132K        1
dyld private memory                520K        4
mapped file                      186.5M       56
shared memory                     1364K       23
===========                     =======  =======
TOTAL                             10.6G     2468
TOTAL, minus reserved VM space     1.9G     2468



-----------
Full Report
-----------

{"app_name":"loginwindow","timestamp":"2023-10-06 14:39:59.00 +0100","app_version":"9.0","slice_uuid":"ddc32f9a-ebd6-3ddc-9f44-07e00c6c5bd1","build_version":"3022.1.2","platform":1,"bundleID":"com.apple.loginwindow","share_with_app_devs":0,"is_first_party":1,"bug_type":"309","os_version":"macOS 14.1 (23B5056e)","roots_installed":0,"name":"loginwindow","incident_id":"4FDD2770-7877-4B1F-9E27-42230832CBF8"}
{
  "uptime" : 13000,
  "procRole" : "Control",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "iMac14,3",
  "coalitionID" : 4869,
  "osVersion" : {
    "train" : "macOS 14.1",
    "build" : "23B5056e",
    "releaseType" : "User"
  },
  "captureTime" : "2023-10-06 14:39:58.6356 +0100",
  "codeSigningMonitor" : 0,
  "incident" : "4FDD2770-7877-4B1F-9E27-42230832CBF8",
  "pid" : 4098,
  "cpuType" : "X86-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2023-10-06 14:32:20.6460 +0100",
  "procStartAbsTime" : 12757530028517,
  "procExitAbsTime" : 13215523607094,
  "procName" : "loginwindow",
  "procPath" : "\/System\/Library\/CoreServices\/loginwindow.app\/Contents\/MacOS\/loginwindow",
  "bundleInfo" : {"CFBundleShortVersionString":"9.0","CFBundleVersion":"3022.1.2","CFBundleIdentifier":"com.apple.loginwindow"},
  "buildInfo" : {"ProjectName":"loginwindow","SourceVersion":"3022001002000000","BuildVersion":"57"},
  "storeInfo" : {"deviceIdentifierForVendor":"DD4CFAE5-31AA-5D24-B0BE-24CDCAA2104A"},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "com.apple.loginwindow.8B8C790A-3F9B-4672-A725-A370175B0839",
  "crashReporterKey" : "5F63EE2A-A609-F74E-F4FD-BAE309AFD3C7",
  "throttleTimeout" : 10,
  "codeSigningID" : "com.apple.loginwindow",
  "codeSigningTeamID" : "",
  "codeSigningFlags" : 570509825,
  "codeSigningValidationCategory" : 1,
  "codeSigningTrustLevel" : 4294967295,
  "sip" : "enabled",
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "termination" : {"flags":0,"code":6,"namespace":"SIGNAL","indicator":"Abort trap: 6","byProc":"loginwindow","byPid":4098},
  "ktriageinfo" : "VM - (arg = 0x0) Returned success with no page\nVM - (arg = 0x0) Returned success with no page\nVM - (arg = 0x0) Returned success with no page\nVM - (arg = 0x0) Returned success with no page\nVM - (arg = 0x0) Returned success with no page\n",
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 3,
  "threads" : [{"id":130750,"threadState":{"r13":{"value":9216},"rax":{"value":4},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":0},"rsi":{"value":9861},"r8":{"value":32},"cr2":{"value":0},"rdx":{"value":9216},"r10":{"value":9472},"r9":{"value":9861},"r15":{"value":9861},"rbx":{"value":140708598376960,"symbolLocation":0,"symbol":"gCommandQueueFlushLock"},"trap":{"value":133},"err":{"value":33554739},"r11":{"value":582},"rip":{"value":140703198735650},"rbp":{"value":140701837237840},"rsp":{"value":140701837237784},"r12":{"value":9472},"rcx":{"value":140701837237784},"flavor":"x86_THREAD_STATE","rdi":{"value":140708598376960,"symbolLocation":0,"symbol":"gCommandQueueFlushLock"}},"queue":"com.apple.main-thread","frames":[{"imageOffset":23842,"symbol":"__psynch_rw_wrlock","symbolLocation":10,"imageIndex":25},{"imageOffset":19493,"symbol":"_pthread_rwlock_lock_wait","symbolLocation":65,"imageIndex":26},{"imageOffset":12695,"symbol":"_pthread_rwlock_lock_slow","symbolLocation":590,"imageIndex":26},{"imageOffset":27625,"symbol":"C3DTransactionFlush","symbolLocation":254,"imageIndex":27},{"imageOffset":505798,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__","symbolLocation":23,"imageIndex":28},{"imageOffset":505578,"symbol":"__CFRunLoopDoObservers","symbolLocation":493,"imageIndex":28},{"imageOffset":500623,"symbol":"CFRunLoopRunSpecific","symbolLocation":618,"imageIndex":28},{"imageOffset":199129,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":29},{"imageOffset":198630,"symbol":"ReceiveNextEventCommon","symbolLocation":665,"imageIndex":29},{"imageOffset":197937,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":66,"imageIndex":29},{"imageOffset":255717,"symbol":"_DPSNextEvent","symbolLocation":880,"imageIndex":30},{"imageOffset":9636536,"symbol":"-[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1304,"imageIndex":30},{"imageOffset":195674,"symbol":"-[NSApplication run]","symbolLocation":603,"imageIndex":30},{"imageOffset":27868,"imageIndex":24},{"imageOffset":25510,"symbol":"start","symbolLocation":1942,"imageIndex":31}]},{"id":138120,"name":"caulk.messenger.shared:17","threadState":{"r13":{"value":0},"rax":{"value":14},"rflags":{"value":515},"cpu":{"value":0},"r14":{"value":105553181840912},"rsi":{"value":105553122146784},"r8":{"value":105553122146784},"cr2":{"value":0},"rdx":{"value":10},"r10":{"value":0},"r9":{"value":25},"r15":{"value":0},"rbx":{"value":105553181840641},"trap":{"value":133},"err":{"value":16777252},"r11":{"value":515},"rip":{"value":140703198718410},"rbp":{"value":123145353002864},"rsp":{"value":123145353002824},"r12":{"value":0},"rcx":{"value":123145353002824},"flavor":"x86_THREAD_STATE","rdi":{"value":56591}},"frames":[{"imageOffset":6602,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":25},{"imageOffset":7294,"symbol":"caulk::semaphore::timed_wait(double)","symbolLocation":150,"imageIndex":33},{"imageOffset":7064,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":30,"imageIndex":33},{"imageOffset":6332,"symbol":"void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*)","symbolLocation":41,"imageIndex":33},{"imageOffset":25090,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":26},{"imageOffset":7083,"symbol":"thread_start","symbolLocation":15,"imageIndex":26}]},{"id":138121,"name":"caulk.messenger.shared:high","threadState":{"r13":{"value":0},"rax":{"value":14},"rflags":{"value":515},"cpu":{"value":0},"r14":{"value":105553181845696},"rsi":{"value":105553122148000},"r8":{"value":105553122148000},"cr2":{"value":0},"rdx":{"value":12},"r10":{"value":0},"r9":{"value":27},"r15":{"value":0},"rbx":{"value":105553181845505},"trap":{"value":133},"err":{"value":16777252},"r11":{"value":515},"rip":{"value":140703198718410},"rbp":{"value":123145353539440},"rsp":{"value":123145353539400},"r12":{"value":0},"rcx":{"value":123145353539400},"flavor":"x86_THREAD_STATE","rdi":{"value":14887}},"frames":[{"imageOffset":6602,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":25},{"imageOffset":7294,"symbol":"caulk::semaphore::timed_wait(double)","symbolLocation":150,"imageIndex":33},{"imageOffset":7064,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":30,"imageIndex":33},{"imageOffset":6332,"symbol":"void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*)","symbolLocation":41,"imageIndex":33},{"imageOffset":25090,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":26},{"imageOffset":7083,"symbol":"thread_start","symbolLocation":15,"imageIndex":26}]},{"triggered":true,"id":138260,"threadState":{"r13":{"value":18446744073709551615},"rax":{"value":0},"rflags":{"value":582},"cpu":{"value":0},"r14":{"value":123145351929856},"rsi":{"value":6},"r8":{"value":46},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":6008},"r15":{"value":22},"rbx":{"value":6},"trap":{"value":133},"err":{"value":33554760},"r11":{"value":582},"rip":{"value":140703198746542,"matchesCrashFrame":1},"rbp":{"value":123145351908352},"rsp":{"value":123145351908312},"r12":{"value":99339},"rcx":{"value":123145351908312},"flavor":"x86_THREAD_STATE","rdi":{"value":99339}},"queue":"com.apple.scenekit.renderingQueue.LUIAVTView0x7fdac73898c0","frames":[{"imageOffset":34734,"symbol":"__pthread_kill","symbolLocation":10,"imageIndex":25},{"imageOffset":24368,"symbol":"pthread_kill","symbolLocation":262,"imageIndex":26},{"imageOffset":522825,"symbol":"abort","symbolLocation":126,"imageIndex":34},{"imageOffset":519472,"symbol":"__assert_rtn","symbolLocation":314,"imageIndex":34},{"imageOffset":1362338,"symbol":"MTLReportFailure.cold.1","symbolLocation":43,"imageIndex":15},{"imageOffset":1212217,"symbol":"MTLReportFailure","symbolLocation":529,"imageIndex":15},{"imageOffset":81533,"symbol":"-[MTLTextureDescriptorInternal validateWithDevice:]","symbolLocation":1446,"imageIndex":15},{"imageOffset":1517493,"imageIndex":1},{"imageOffset":3832209,"symbol":"-[SCNMTLResourceManager(Textures) newTextureWithDescriptor:]","symbolLocation":75,"imageIndex":27},{"imageOffset":3840840,"symbol":"-[SCNMTLResourceManager(Textures) renderResourceForImage:sampler:options:engineContext:didFallbackToDefaultTexture:]","symbolLocation":741,"imageIndex":27},{"imageOffset":4201288,"symbol":"-[SCNMaterialPropertyTextureProviderSource cachedTextureWithURL:token:didFallbackToDefaultTexture:]","symbolLocation":191,"imageIndex":27},{"imageOffset":430460,"symbol":"__42-[AVTCompositorPipeline initWithFunction:]_block_invoke_2","symbolLocation":216,"imageIndex":35},{"imageOffset":432428,"symbol":"__165-[AVTCompositorPipeline compositeTexture:forMemoji:considerSkin:componentsToConsider:computeCommandHandler:blitCommandHandler:completionHandler:helper:helperTokens:]_block_invoke","symbolLocation":260,"imageIndex":35},{"imageOffset":4201496,"symbol":"invocation function for block in __renderToTexture(id<SCNMaterialPropertyTextureProvider>, id<MTLTexture>, id<SCNMaterialPropertyTextureProviderHelper>, SCNMTLRenderContext*)","symbolLocation":91,"imageIndex":27},{"imageOffset":431845,"symbol":"-[AVTCompositorPipeline compositeTexture:forMemoji:considerSkin:componentsToConsider:computeCommandHandler:blitCommandHandler:completionHandler:helper:helperTokens:]","symbolLocation":265,"imageIndex":35},{"imageOffset":435110,"symbol":"-[AVTCompositorTextureProvider renderToTexture:computeCommandHandler:blitCommandHandler:completionHandler:helper:]","symbolLocation":235,"imageIndex":35},{"imageOffset":4200993,"symbol":"__renderToTexture(id<SCNMaterialPropertyTextureProvider>, id<MTLTexture>, id<SCNMaterialPropertyTextureProviderHelper>, SCNMTLRenderContext*)","symbolLocation":229,"imageIndex":27},{"imageOffset":4200745,"symbol":"-[SCNMaterialPropertyTextureProviderSource metalTextureWithEngineContext:textureSampler:nextFrameTime:status:]","symbolLocation":144,"imageIndex":27},{"imageOffset":2353799,"symbol":"kSCNTextureSourceCallbackGetMetalTexture","symbolLocation":61,"imageIndex":27},{"imageOffset":1554136,"symbol":"C3DTextureProxyGetMetalTexture","symbolLocation":89,"imageIndex":27},{"imageOffset":3839923,"symbol":"-[SCNMTLResourceManager(Textures) renderResourceForImageProxy:sampler:engineContext:didFallbackToDefaultTexture:]","symbolLocation":229,"imageIndex":27},{"imageOffset":3839601,"symbol":"-[SCNMTLResourceManager(Textures) renderResourceForEffectSlot:withEngineContext:didFallbackToDefaultTexture:]","symbolLocation":139,"imageIndex":27},{"imageOffset":1959098,"symbol":"__39+[SCNMTLRenderContext registerBindings]_block_invoke_6.416","symbolLocation":81,"imageIndex":27},{"imageOffset":1941299,"symbol":"-[SCNMTLRenderContext _executeDrawCommand:]","symbolLocation":7274,"imageIndex":27},{"imageOffset":1948111,"symbol":"-[SCNMTLRenderContext drawRenderElement:withPass:]","symbolLocation":920,"imageIndex":27},{"imageOffset":1932261,"symbol":"_processRendererElement(SCNMTLRenderContext*, __C3DRendererElement*, __C3DFXPassInstance*)","symbolLocation":1201,"imageIndex":27},{"imageOffset":1927869,"symbol":"-[SCNMTLRenderContext processRendererElements:count:engineIterationContext:]","symbolLocation":501,"imageIndex":27},{"imageOffset":3996670,"symbol":"C3D::DrawNodesPass::_renderEye(long)","symbolLocation":578,"imageIndex":27},{"imageOffset":3995828,"symbol":"C3D::DrawNodesPass::execute(C3D::RenderArgs const&)","symbolLocation":226,"imageIndex":27},{"imageOffset":1420408,"symbol":"C3D::ScenePass::execute(C3D::RenderArgs const&)","symbolLocation":278,"imageIndex":27},{"imageOffset":4118966,"symbol":"C3D::__renderSlice(C3D::RenderGraph*, C3D::RenderPass*, unsigned short&, C3D::RenderGraph::GraphNode const&, C3D::RenderGraph::Stage*&, C3D::RenderArgs, bool, id<MTLCommandBuffer>&)","symbolLocation":2093,"imageIndex":27},{"imageOffset":4127876,"symbol":"C3D::RenderGraph::execute()","symbolLocation":6498,"imageIndex":27},{"imageOffset":2456421,"symbol":"-[SCNRenderer _renderSceneWithEngineContext:sceneTime:]","symbolLocation":657,"imageIndex":27},{"imageOffset":2458132,"symbol":"-[SCNRenderer _drawSceneWithNewRenderer:]","symbolLocation":281,"imageIndex":27},{"imageOffset":2459613,"symbol":"-[SCNRenderer _drawScene:]","symbolLocation":46,"imageIndex":27},{"imageOffset":2460884,"symbol":"-[SCNRenderer _drawAtTime:]","symbolLocation":951,"imageIndex":27},{"imageOffset":2380370,"symbol":"-[SCNView _drawAtTime:WithContext:]","symbolLocation":535,"imageIndex":27},{"imageOffset":183392,"symbol":"-[AVTView _drawAtTime:WithContext:]","symbolLocation":81,"imageIndex":35},{"imageOffset":2378649,"symbol":"-[SCNView SCN_displayLinkCallback:]","symbolLocation":306,"imageIndex":27},{"imageOffset":1897206,"symbol":"__83-[NSObject(SCN_DisplayLinkExtensions) SCN_setupDisplayLinkWithQueue:screen:policy:]_block_invoke","symbolLocation":49,"imageIndex":27},{"imageOffset":3001746,"symbol":"-[SCNDisplayLink _displayLinkCallbackReturningImmediately]","symbolLocation":194,"imageIndex":27},{"imageOffset":13722,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":36},{"imageOffset":24775,"symbol":"_dispatch_continuation_pop","symbolLocation":523,"imageIndex":36},{"imageOffset":91896,"symbol":"_dispatch_source_invoke","symbolLocation":2076,"imageIndex":36},{"imageOffset":38075,"symbol":"_dispatch_lane_serial_drain","symbolLocation":387,"imageIndex":36},{"imageOffset":41216,"symbol":"_dispatch_lane_invoke","symbolLocation":377,"imageIndex":36},{"imageOffset":80622,"symbol":"_dispatch_root_queue_drain_deferred_wlh","symbolLocation":271,"imageIndex":36},{"imageOffset":78845,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":451,"imageIndex":36},{"imageOffset":11335,"symbol":"_pthread_wqthread","symbolLocation":327,"imageIndex":26},{"imageOffset":7063,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":26}]},{"id":138451,"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":26}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":1},"rsi":{"value":6495},"r8":{"value":409602},"cr2":{"value":0},"rdx":{"value":123145350868992},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":123145351392128},"rbx":{"value":123145351393280},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703198960520},"rbp":{"value":0},"rsp":{"value":123145351393280},"r12":{"value":1982472},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145351393280}}},{"id":138452,"threadState":{"r13":{"value":123145352463472},"rax":{"value":18446744073709551612},"rflags":{"value":514},"cpu":{"value":0},"r14":{"value":16777217},"rsi":{"value":123145352463568},"r8":{"value":140704329361152,"symbolLocation":0,"symbol":"_dispatch_main_q"},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":19},"r15":{"value":0},"rbx":{"value":4294967295},"trap":{"value":133},"err":{"value":33554947},"r11":{"value":514},"rip":{"value":140703198724610},"rbp":{"value":123145352463376},"rsp":{"value":123145352463336},"r12":{"value":123145352463568},"rcx":{"value":123145352463336},"flavor":"x86_THREAD_STATE","rdi":{"value":16777217}},"queue":"com.apple.screenlock","frames":[{"imageOffset":12802,"symbol":"__ulock_wait","symbolLocation":10,"imageIndex":25},{"imageOffset":15794,"symbol":"_dlock_wait","symbolLocation":46,"imageIndex":36},{"imageOffset":15418,"symbol":"_dispatch_thread_event_wait_slow","symbolLocation":40,"imageIndex":36},{"imageOffset":67267,"symbol":"__DISPATCH_WAIT_FOR_QUEUE__","symbolLocation":307,"imageIndex":36},{"imageOffset":66287,"symbol":"_dispatch_sync_f_slow","symbolLocation":175,"imageIndex":36},{"imageOffset":404146,"imageIndex":24},{"imageOffset":240172,"imageIndex":24},{"imageOffset":239007,"imageIndex":24},{"imageOffset":379654,"imageIndex":24},{"imageOffset":160922,"imageIndex":24},{"imageOffset":399327,"imageIndex":24},{"imageOffset":8934,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":36},{"imageOffset":13722,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":36},{"imageOffset":38504,"symbol":"_dispatch_lane_serial_drain","symbolLocation":816,"imageIndex":36},{"imageOffset":41216,"symbol":"_dispatch_lane_invoke","symbolLocation":377,"imageIndex":36},{"imageOffset":80622,"symbol":"_dispatch_root_queue_drain_deferred_wlh","symbolLocation":271,"imageIndex":36},{"imageOffset":78845,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":451,"imageIndex":36},{"imageOffset":11335,"symbol":"_pthread_wqthread","symbolLocation":327,"imageIndex":26},{"imageOffset":7063,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":26}]},{"id":138542,"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":26}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":4},"rsi":{"value":115983},"r8":{"value":409602},"cr2":{"value":0},"rdx":{"value":123145353551872},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":123145354075000},"rbx":{"value":123145354076160},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703198960520},"rbp":{"value":0},"rsp":{"value":123145354076160},"r12":{"value":5193730},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145354076160}}},{"id":138554,"frames":[{"imageOffset":17902,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":25},{"imageOffset":26475,"symbol":"_pthread_cond_wait","symbolLocation":1211,"imageIndex":26},{"imageOffset":1514275,"imageIndex":1},{"imageOffset":25090,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":26},{"imageOffset":7083,"symbol":"thread_start","symbolLocation":15,"imageIndex":26}],"threadState":{"r13":{"value":16496969388032},"rax":{"value":260},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145354612736},"rsi":{"value":16496969388032},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":2816},"r10":{"value":0},"r9":{"value":160},"r15":{"value":2816},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703198729710},"rbp":{"value":123145354612528},"rsp":{"value":123145354612376},"r12":{"value":49999000},"rcx":{"value":123145354612376},"flavor":"x86_THREAD_STATE","rdi":{"value":140577644555152}}},{"id":138557,"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":26}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":1},"rsi":{"value":110347},"r8":{"value":409604},"cr2":{"value":0},"rdx":{"value":123145355161600},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":123145355684736},"rbx":{"value":123145355685888},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703198960520},"rbp":{"value":0},"rsp":{"value":123145355685888},"r12":{"value":1982472},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145355685888}}},{"id":138560,"name":"CVDisplayLink","threadState":{"r13":{"value":51681341485056},"rax":{"value":316},"rflags":{"value":663},"cpu":{"value":0},"r14":{"value":12288},"rsi":{"value":51681341485056},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":65704},"r15":{"value":0},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":663},"rip":{"value":140703198729710},"rbp":{"value":123145356221920},"rsp":{"value":123145356221768},"r12":{"value":16571461},"rcx":{"value":123145356221768},"flavor":"x86_THREAD_STATE","rdi":{"value":140577626871928}},"frames":[{"imageOffset":17902,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":25},{"imageOffset":26524,"symbol":"_pthread_cond_wait","symbolLocation":1260,"imageIndex":26},{"imageOffset":12677,"symbol":"CVDisplayLink::waitUntil(unsigned long long)","symbolLocation":379,"imageIndex":37},{"imageOffset":8444,"symbol":"CVDisplayLink::runIOThread()","symbolLocation":526,"imageIndex":37},{"imageOffset":25090,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":26},{"imageOffset":7083,"symbol":"thread_start","symbolLocation":15,"imageIndex":26}]},{"id":138583,"threadState":{"r13":{"value":140703195003136,"symbolLocation":0,"symbol":"objc_msgSend"},"rax":{"value":105553168727168},"rflags":{"value":518},"cpu":{"value":0},"r14":{"value":105553168727184},"rsi":{"value":105553171599264},"r8":{"value":1},"cr2":{"value":0},"rdx":{"value":140704329426992,"symbolLocation":16,"symbol":"OBJC_CLASS_$___NSCFType"},"r10":{"value":140708634521784,"symbolLocation":0,"symbol":"OBJC_CLASS_$_SCNAnimation"},"r9":{"value":16952472298427743313},"r15":{"value":105553168727168},"rbx":{"value":105553171599264},"trap":{"value":222},"err":{"value":0},"r11":{"value":140707631037474,"symbolLocation":0,"symbol":"-[SCNAnimation _setAnimationRef:]"},"rip":{"value":140703195022378},"rbp":{"value":123145355144384},"rsp":{"value":123145355144344},"r12":{"value":140703734458095,"objc-selector":"isEqualToString:"},"rcx":{"value":562949953476224},"flavor":"x86_THREAD_STATE","rdi":{"value":105553168727184}},"queue":"com.apple.login.memoji","frames":[{"imageOffset":46122,"symbol":"objc_storeWeak","symbolLocation":0,"imageIndex":38},{"imageOffset":748800,"symbol":"C3DEntitySetObjCWrapper","symbolLocation":61,"imageIndex":27},{"imageOffset":2556902,"symbol":"-[SCNAnimation initWithCoder:]","symbolLocation":255,"imageIndex":27},{"imageOffset":66495,"symbol":"_decodeObjectBinary","symbolLocation":2757,"imageIndex":39},{"imageOffset":63425,"symbol":"_decodeObject","symbolLocation":152,"imageIndex":39},{"imageOffset":63148,"symbol":"-[NSKeyedUnarchiver decodeObjectForKey:]","symbolLocation":162,"imageIndex":39},{"imageOffset":62748,"symbol":"-[NSKeyedUnarchiver decodeObjectOfClasses:forKey:]","symbolLocation":379,"imageIndex":39},{"imageOffset":7547215,"symbol":"-[NSCoder __tryDecodeObjectForKey:error:decodeBlock:]","symbolLocation":89,"imageIndex":39},{"imageOffset":62270,"symbol":"-[NSCoder decodeTopLevelObjectOfClasses:forKey:error:]","symbolLocation":93,"imageIndex":39},{"imageOffset":58378,"symbol":"+[NSKeyedUnarchiver unarchivedObjectOfClasses:fromData:error:]","symbolLocation":124,"imageIndex":39},{"imageOffset":58137,"symbol":"+[NSKeyedUnarchiver unarchivedObjectOfClass:fromData:error:]","symbolLocation":112,"imageIndex":39},{"imageOffset":335215,"symbol":"+[AVTAvatarPoseAnimation animationFromDataRepresentation:keyPath:]","symbolLocation":69,"imageIndex":35},{"imageOffset":325696,"symbol":"__132-[AVTAvatarPoseAnimation _initWithStaticPoseRepresentation:animatedPoseRepresentation:staticPhysicsStatesRepresentation:identifier:]_block_invoke.139","symbolLocation":64,"imageIndex":35},{"imageOffset":265207,"symbol":"__NSDICTIONARY_IS_CALLING_OUT_TO_A_BLOCK__","symbolLocation":7,"imageIndex":28},{"imageOffset":515454,"symbol":"-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]","symbolLocation":246,"imageIndex":28},{"imageOffset":325116,"symbol":"-[AVTAvatarPoseAnimation _initWithStaticPoseRepresentation:animatedPoseRepresentation:staticPhysicsStatesRepresentation:identifier:]","symbolLocation":592,"imageIndex":35},{"imageOffset":324299,"symbol":"-[AVTAvatarPoseAnimation initWithAnimatedPoseRepresentationAtURL:]","symbolLocation":161,"imageIndex":35},{"imageOffset":260283,"symbol":"AVTCoordinatorLoadPoseAnimationsAtPaths","symbolLocation":576,"imageIndex":35},{"imageOffset":346311,"symbol":"-[AVTLockscreenConfiguration _loadAnimatedPoses]","symbolLocation":471,"imageIndex":35},{"imageOffset":345794,"symbol":"-[AVTLockscreenConfiguration _loadEverythingIfNeeded]","symbolLocation":83,"imageIndex":35},{"imageOffset":348736,"symbol":"-[AVTLockscreenConfiguration debugIdentifierForIdlePoseAtIndex:]","symbolLocation":33,"imageIndex":35},{"imageOffset":91090,"symbol":"-[AVTLockscreenAvatarCoordinator _initWithStickerConfiguration:pose:framingMode:screenNumber:completionQueue:completionHandler:]","symbolLocation":1307,"imageIndex":35},{"imageOffset":89609,"symbol":"__170-[AVTLockscreenAvatarCoordinator initWithAvatarDescriptor:stickerConfiguration:pose:framingMode:cropTransform:view:queue:sharedHistory:completionQueue:completionHandler:]_block_invoke","symbolLocation":52,"imageIndex":35},{"imageOffset":8934,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":36},{"imageOffset":13722,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":36},{"imageOffset":38504,"symbol":"_dispatch_lane_serial_drain","symbolLocation":816,"imageIndex":36},{"imageOffset":41216,"symbol":"_dispatch_lane_invoke","symbolLocation":377,"imageIndex":36},{"imageOffset":80622,"symbol":"_dispatch_root_queue_drain_deferred_wlh","symbolLocation":271,"imageIndex":36},{"imageOffset":78845,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":451,"imageIndex":36},{"imageOffset":11335,"symbol":"_pthread_wqthread","symbolLocation":327,"imageIndex":26},{"imageOffset":7063,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":26}]},{"id":138603,"name":"com.apple.coremedia.sharedRootQueue.47","threadState":{"r13":{"value":18446744071427850239},"rax":{"value":14},"rflags":{"value":518},"cpu":{"value":0},"r14":{"value":140577622020656},"rsi":{"value":4294966170718568452},"r8":{"value":1},"cr2":{"value":0},"rdx":{"value":999999738},"r10":{"value":4294966170718568448},"r9":{"value":2946637964},"r15":{"value":19342813113834067},"rbx":{"value":13220446505610},"trap":{"value":133},"err":{"value":16777254},"r11":{"value":518},"rip":{"value":140703198718434},"rbp":{"value":123145356758848},"rsp":{"value":123145356758808},"r12":{"value":0},"rcx":{"value":123145356758808},"flavor":"x86_THREAD_STATE","rdi":{"value":171787}},"frames":[{"imageOffset":6626,"symbol":"semaphore_timedwait_trap","symbolLocation":10,"imageIndex":25},{"imageOffset":15083,"symbol":"_dispatch_sema4_timedwait","symbolLocation":73,"imageIndex":36},{"imageOffset":16183,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":58,"imageIndex":36},{"imageOffset":75181,"symbol":"_dispatch_worker_thread","symbolLocation":321,"imageIndex":36},{"imageOffset":25090,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":26},{"imageOffset":7083,"symbol":"thread_start","symbolLocation":15,"imageIndex":26}]},{"id":138610,"name":"com.apple.coremedia.sharedRootQueue.47","threadState":{"r13":{"value":18446744071427850239},"rax":{"value":14},"rflags":{"value":518},"cpu":{"value":0},"r14":{"value":140577622020656},"rsi":{"value":4294966540085755908},"r8":{"value":1},"cr2":{"value":0},"rdx":{"value":999999824},"r10":{"value":4294966540085755904},"r9":{"value":580555024367616},"r15":{"value":19342813113834067},"rbx":{"value":13219687839380},"trap":{"value":133},"err":{"value":16777254},"r11":{"value":518},"rip":{"value":140703198718434},"rbp":{"value":123145357295424},"rsp":{"value":123145357295384},"r12":{"value":0},"rcx":{"value":123145357295384},"flavor":"x86_THREAD_STATE","rdi":{"value":171787}},"frames":[{"imageOffset":6626,"symbol":"semaphore_timedwait_trap","symbolLocation":10,"imageIndex":25},{"imageOffset":15083,"symbol":"_dispatch_sema4_timedwait","symbolLocation":73,"imageIndex":36},{"imageOffset":16183,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":58,"imageIndex":36},{"imageOffset":75181,"symbol":"_dispatch_worker_thread","symbolLocation":321,"imageIndex":36},{"imageOffset":25090,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":26},{"imageOffset":7083,"symbol":"thread_start","symbolLocation":15,"imageIndex":26}]},{"id":138618,"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":26}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":0},"rsi":{"value":164367},"r8":{"value":409604},"cr2":{"value":0},"rdx":{"value":123145357307904},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":0},"rbx":{"value":123145357832192},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703198960520},"rbp":{"value":0},"rsp":{"value":123145357832192},"r12":{"value":0},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145357832192}}},{"id":138619,"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":26}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":1},"rsi":{"value":160515},"r8":{"value":409602},"cr2":{"value":0},"rdx":{"value":123145357844480},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":123145358367608},"rbx":{"value":123145358368768},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703198960520},"rbp":{"value":0},"rsp":{"value":123145358368768},"r12":{"value":5193730},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145358368768}}}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 12501524480,
    "CFBundleShortVersionString" : "113.44",
    "CFBundleIdentifier" : "com.apple.AppleGVAFramework",
    "size" : 1015808,
    "uuid" : "416d7900-5c8d-3fbd-a389-bce96edfe973",
    "path" : "\/System\/Library\/PrivateFrameworks\/AppleGVA.framework\/Versions\/A\/AppleGVA",
    "name" : "AppleGVA",
    "CFBundleVersion" : "113.44"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 12345495552,
    "CFBundleShortVersionString" : "16.0.12",
    "CFBundleIdentifier" : "com.apple.GeForceMTLDriver",
    "size" : 1835008,
    "uuid" : "dc9e7ee8-2b92-3fc3-9524-fcae13d2f69d",
    "path" : "\/System\/Library\/Extensions\/GeForceMTLDriver.bundle\/Contents\/MacOS\/GeForceMTLDriver",
    "name" : "GeForceMTLDriver",
    "CFBundleVersion" : "16.0.0"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4534816768,
    "size" : 16384,
    "uuid" : "a8c8d7c3-9a85-391b-a3f3-430a2bf54b91",
    "path" : "\/System\/Library\/Extensions\/GeForceMTLDriver.bundle\/Contents\/MacOS\/Shim.dylib",
    "name" : "Shim.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4523405312,
    "CFBundleShortVersionString" : "1.2.1",
    "CFBundleIdentifier" : "com.apple.TextInputMenuCore",
    "size" : 65536,
    "uuid" : "be4131e6-aaa9-3dc6-a01f-3dbac38ca2ce",
    "path" : "\/System\/Library\/CoreServices\/TextInputMenuCore.bundle\/Contents\/MacOS\/TextInputMenuCore",
    "name" : "TextInputMenuCore",
    "CFBundleVersion" : "306"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4522676224,
    "size" : 16384,
    "uuid" : "68483e39-765d-33ed-80c1-8dbd5b594306",
    "path" : "\/usr\/lib\/pam\/pam_deny.so.2",
    "name" : "pam_deny.so.2"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4522881024,
    "size" : 16384,
    "uuid" : "e19c9cde-be6a-3c98-98b5-cd7f3598564d",
    "path" : "\/usr\/lib\/pam\/pam_group.so.2",
    "name" : "pam_group.so.2"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4522815488,
    "size" : 16384,
    "uuid" : "3508184b-fe91-381c-978c-42e21005b516",
    "path" : "\/usr\/lib\/pam\/pam_self.so.2",
    "name" : "pam_self.so.2"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4522733568,
    "size" : 16384,
    "uuid" : "8cac9d41-fe31-3392-b185-74c7f29daf85",
    "path" : "\/usr\/lib\/pam\/pam_opendirectory.so.2",
    "name" : "pam_opendirectory.so.2"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4517167104,
    "size" : 32768,
    "uuid" : "97342701-0dbe-3778-95fd-4b576693a4d2",
    "path" : "\/usr\/lib\/pam\/pam_krb5.so.2",
    "name" : "pam_krb5.so.2"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4517068800,
    "CFBundleShortVersionString" : "500.3",
    "CFBundleIdentifier" : "com.apple.audio.AppleHDAHALPlugIn",
    "size" : 32768,
    "uuid" : "1207c339-6e78-3b8c-9c5a-0046313e99bb",
    "path" : "\/System\/Library\/Extensions\/AppleHDA.kext\/Contents\/PlugIns\/AppleHDAHALPlugIn.bundle\/Contents\/MacOS\/AppleHDAHALPlugIn",
    "name" : "AppleHDAHALPlugIn",
    "CFBundleVersion" : "500.3"
  },
  {
    "source" : "P",
    "arch" : "x86_64h",
    "base" : 4516659200,
    "size" : 65536,
    "uuid" : "98971a5a-9c10-3af1-8886-451f2945c39e",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4517949440,
    "CFBundleShortVersionString" : "7400.4",
    "CFBundleIdentifier" : "com.apple.BezelServices",
    "size" : 229376,
    "uuid" : "cb36acb2-b594-35d6-95ae-9f8efeeb6a01",
    "path" : "\/System\/Library\/LoginPlugins\/BezelServices.loginPlugin\/Contents\/MacOS\/BezelServices",
    "name" : "BezelServices",
    "CFBundleVersion" : "7400.4"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4513783808,
    "CFBundleShortVersionString" : "4.0",
    "CFBundleIdentifier" : "com.apple.DFSLoginPlugin",
    "size" : 32768,
    "uuid" : "cff5acf9-35ba-33f6-b810-e94439c2e7cf",
    "path" : "\/System\/Library\/LoginPlugins\/FSDisconnect.loginPlugin\/Contents\/MacOS\/FSDisconnect",
    "name" : "FSDisconnect",
    "CFBundleVersion" : "4.0"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4513910784,
    "CFBundleShortVersionString" : "3.1",
    "CFBundleIdentifier" : "com.apple.DisplayServices",
    "size" : 65536,
    "uuid" : "cb165deb-321e-31ff-bc85-017f98bdc34b",
    "path" : "\/System\/Library\/LoginPlugins\/DisplayServices.loginPlugin\/Contents\/MacOS\/DisplayServices",
    "name" : "DisplayServices",
    "CFBundleVersion" : "380"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4517269504,
    "CFBundleShortVersionString" : "341.23",
    "CFBundleIdentifier" : "com.apple.Metal",
    "size" : 49152,
    "uuid" : "c94d56b7-ec06-33b8-b328-58da5ad1e5e9",
    "path" : "\/System\/Library\/Frameworks\/Metal.framework\/Versions\/A\/Metal",
    "name" : "Metal",
    "CFBundleVersion" : "341.23"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4523917312,
    "size" : 1966080,
    "uuid" : "6581cd53-8583-38d1-b4b9-773f1dc3f551",
    "path" : "\/System\/Library\/Frameworks\/Metal.framework\/Versions\/A\/MetalOld.dylib",
    "name" : "MetalOld.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4535230464,
    "CFBundleShortVersionString" : "18.0.0",
    "CFBundleIdentifier" : "com.apple.CoreImage",
    "size" : 3883008,
    "uuid" : "66ee7d8d-ed35-3650-8b54-9bede38b7ece",
    "path" : "\/System\/Library\/Frameworks\/CoreImage.framework\/Versions\/A\/CoreImage",
    "name" : "CoreImage",
    "CFBundleVersion" : "1400.61"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4512968704,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.IO80211",
    "size" : 16384,
    "uuid" : "72fb270b-2d3a-39f4-82fd-1b8af408bd39",
    "path" : "\/System\/Library\/PrivateFrameworks\/IO80211.framework\/Versions\/A\/IO80211",
    "name" : "IO80211",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4541227008,
    "size" : 344064,
    "uuid" : "d5ce0004-ff51-3af6-9c8e-1e8c75f15238",
    "path" : "\/System\/Library\/PrivateFrameworks\/IO80211.framework\/Versions\/A\/IO80211Old.dylib",
    "name" : "IO80211Old.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4517494784,
    "CFBundleShortVersionString" : "kCoreWiFiMarketingVersion",
    "CFBundleIdentifier" : "com.apple.CoreWiFi",
    "size" : 16384,
    "uuid" : "334d4f20-8178-3c49-b590-ed3589fad42b",
    "path" : "\/System\/Library\/PrivateFrameworks\/CoreWiFi.framework\/Versions\/A\/CoreWiFi",
    "name" : "CoreWiFi",
    "CFBundleVersion" : "kCoreWiFiProjectVersion"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 6449012736,
    "size" : 1687552,
    "uuid" : "d5ce0004-1f7f-393c-8141-02923aa69260",
    "path" : "\/System\/Library\/PrivateFrameworks\/CoreWiFi.framework\/Versions\/A\/CoreWiFiOld.dylib",
    "name" : "CoreWiFiOld.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 8209084416,
    "CFBundleShortVersionString" : "520.32.0",
    "CFBundleIdentifier" : "com.apple.WiFiPeerToPeer",
    "size" : 163840,
    "uuid" : "d5ce0004-7a9a-3b78-8be0-03b93c8b24a9",
    "path" : "\/System\/Library\/PrivateFrameworks\/WiFiPeerToPeer.framework\/Versions\/A\/WiFiPeerToPeer",
    "name" : "WiFiPeerToPeer",
    "CFBundleVersion" : "520.32"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4517560320,
    "CFBundleShortVersionString" : "16.0",
    "CFBundleIdentifier" : "com.apple.framework.CoreWLAN",
    "size" : 16384,
    "uuid" : "ebde0ceb-4d1f-39cf-bbbe-0bf942b337ae",
    "path" : "\/System\/Library\/Frameworks\/CoreWLAN.framework\/Versions\/A\/CoreWLAN",
    "name" : "CoreWLAN",
    "CFBundleVersion" : "1657"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 10206064640,
    "size" : 503808,
    "uuid" : "d5ce0004-e25a-3348-a650-cf35c9c22c36",
    "path" : "\/System\/Library\/Frameworks\/CoreWLAN.framework\/Versions\/A\/CoreWLANOld.dylib",
    "name" : "CoreWLANOld.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4511551488,
    "CFBundleShortVersionString" : "9.0",
    "CFBundleIdentifier" : "com.apple.loginwindow",
    "size" : 1048576,
    "uuid" : "ddc32f9a-ebd6-3ddc-9f44-07e00c6c5bd1",
    "path" : "\/System\/Library\/CoreServices\/loginwindow.app\/Contents\/MacOS\/loginwindow",
    "name" : "loginwindow",
    "CFBundleVersion" : "3022.1.2"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703198711808,
    "size" : 241656,
    "uuid" : "db8f81b4-2bf1-3715-a63d-b21e9c66d9ec",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703198953472,
    "size" : 49152,
    "uuid" : "4e009653-76ad-3761-bf80-a5bd7910e4d9",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140707628482560,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.SceneKit",
    "size" : 6815723,
    "uuid" : "5e162e22-66a6-33fa-9275-98b53b9c9fe7",
    "path" : "\/System\/Library\/Frameworks\/SceneKit.framework\/Versions\/A\/SceneKit",
    "name" : "SceneKit",
    "CFBundleVersion" : "599.107"
  },
  {
    "source" : "P",
    "arch" : "x86_64h",
    "base" : 140703199367168,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 4829165,
    "uuid" : "ffc3bbf8-9a92-3892-8a43-aa0f403b59aa",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "2105"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703376486400,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 2736117,
    "uuid" : "714babde-530a-3ca5-a371-c09436d07ac0",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703256297472,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 20987902,
    "uuid" : "12ea46a8-2296-3844-b7af-579c2d4e4c15",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2487.20.102"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703195246592,
    "size" : 639880,
    "uuid" : "8303ac35-6361-3424-aa54-d44bf2209e60",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703373651968,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.audio.caulk",
    "size" : 155636,
    "uuid" : "92732646-edb2-3f94-87e3-507adfcd03d4",
    "path" : "\/System\/Library\/PrivateFrameworks\/caulk.framework\/Versions\/A\/caulk",
    "name" : "caulk"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703197532160,
    "size" : 557056,
    "uuid" : "de51b6c9-ff6c-391c-a197-3a9e6d58801a",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140716236804096,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.avatarkit",
    "size" : 737276,
    "uuid" : "d7762aec-812c-3530-99f8-abe43a8caaf2",
    "path" : "\/System\/Library\/PrivateFrameworks\/AvatarKit.framework\/Versions\/A\/AvatarKit",
    "name" : "AvatarKit",
    "CFBundleVersion" : "342.103"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703197229056,
    "size" : 290814,
    "uuid" : "e8da5d08-ebae-3605-995d-3e6d8bd73390",
    "path" : "\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703347261440,
    "CFBundleShortVersionString" : "1.8",
    "CFBundleIdentifier" : "com.apple.CoreVideo",
    "size" : 331772,
    "uuid" : "34222cb8-e50e-3dc3-88fc-bdcb63ed4d31",
    "path" : "\/System\/Library\/Frameworks\/CoreVideo.framework\/Versions\/A\/CoreVideo",
    "name" : "CoreVideo",
    "CFBundleVersion" : "600.7"
  },
  {
    "source" : "P",
    "arch" : "x86_64h",
    "base" : 140703194976256,
    "size" : 270273,
    "uuid" : "a58a8749-bfb0-31e7-bb38-c14e6a17406b",
    "path" : "\/usr\/lib\/libobjc.A.dylib",
    "name" : "libobjc.A.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703215849472,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 12840948,
    "uuid" : "6dc4db17-83c8-3c0e-85f4-074db97f3b5b",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "2105"
  }
],
  "sharedCache" : {
  "base" : 140703194550272,
  "size" : 25769803776,
  "uuid" : "5958c463-c2fe-3312-9576-f12a3d5977c8"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=901.8M resident=0K(0%) swapped_out_or_unallocated=901.8M(100%)\nWritable regions: Total=9.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=9.3G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               128K        1 \nActivity Tracing                   256K        1 \nCG backing stores                    4K        1 \nCG image                          11.1M       21 \nCG raster data                    4924K        5 \nColorSync                          240K       31 \nCoreAnimation                      216K       16 \nCoreData Object IDs               4100K        2 \nCoreGraphics                        20K        3 \nCoreUI image data                  316K        4 \nFoundation                          16K        1 \nIOKit                             7940K        1 \nKernel Alloc Once                    8K        1 \nMALLOC                           596.9M      105 \nMALLOC guard page                   80K       20 \nSTACK GUARD                       56.1M       15 \nStack                             15.1M       15 \nVM_ALLOCATE                        288K       15 \nVM_ALLOCATE (reserved)             8.7G       13         reserved VM address space (unallocated)\n__CTF                               824        1 \n__DATA                            38.3M      699 \n__DATA_CONST                      44.1M      448 \n__DATA_DIRTY                      1751K      227 \n__FONT_DATA                        2352        1 \n__INFO_FILTER                         8        1 \n__LINKEDIT                       185.6M       22 \n__OBJC_RO                         70.8M        1 \n__OBJC_RW                         2156K        2 \n__TEXT                           716.2M      711 \ndsce.got                           132K        1 \ndyld private memory                520K        4 \nmapped file                      186.5M       56 \nshared memory                     1364K       23 \n===========                     =======  ======= \nTOTAL                             10.6G     2468 \nTOTAL, minus reserved VM space     1.9G     2468 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.scenekit.renderingQueue.LUIAVTView0x7fdac73898c0"
  }
},
  "logWritingSignature" : "38dea94e7251eac6c48b5ec076a17d3071565992"
}

Model: iMac14,3, BootROM 433.140.2.0.0, 4 processors, Quad-Core Intel Core i5, 2.9 GHz, 16 GB, SMC 2.17f7
Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 1 GB
Display: iMac, 1920 x 1080 (1080p FHD - Full High Definition), Main, MirrorOff, Online
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x111), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1772.1)
AirPort:
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: APPLE HDD HTS541010A9E662, 1 TB
USB Device: USB30Bus
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: FaceTime HD Camera (Built-in)
USB Device: Hub in Apple Extended USB Keyboard
USB Device: Apple Extended USB Keyboard
Thunderbolt Bus: iMac, Apple Inc., 23.10
 

Attachments

  • Screenshot 2023-10-06 at 14.43.03.png
    Screenshot 2023-10-06 at 14.43.03.png
    115.2 KB · Views: 73
  • Screenshot 2023-10-06 at 14.41.15.png
    Screenshot 2023-10-06 at 14.41.15.png
    181.1 KB · Views: 79
Last edited:
  • Angry
  • Like
Reactions: Dilli and K two

ThommiTechnik

macrumors newbie
Jun 12, 2021
19
6
One issues stays permanent: Bluetooth on my MBP 6,2 is always switching off, even with OCLP 1.0.1

Any hints or tips?
 

reneroeten

macrumors member
Oct 31, 2019
49
51
There never was an official 0.6.9 release. But all package builds, both official releases and development versions for the GUI app are listed here: https://github.com/dortania/OpenCore-Legacy-Patcher/actions/workflows/build-app-wxpython.yml

I believe that the last nightly release of 0.6.9 can be found here: https://github.com/dortania/OpenCore-Legacy-Patcher/actions/runs/6373082928
Older versions can be found in the list in the first link.

Note that people really should use the official releases if possible.
I agree but it's not working with my bluetooth on the Mac
 

jonnyv34

macrumors member
Jun 24, 2021
70
55
I have a huge problem. Open the app updated to 1.0.1.
The app updated, then built open core and removed the previous installation, but when copying to disk it just freezes there. I though it might be taking longer because it is a slow machine ( 2012 MacBook Air) but surely after more than 30 minutes still have not copied to disk.
To make matter worse, my Finder crashed and doesn't open at all, meaning when I reboot the machine I will lose my Open core EFI.
Trying to install open core on a external USB drive to at least be able to boot from there, same problem it just doesn't write to disk.

Anyone can think of any solution to avoid having to restart? Forgot to mention , I am on Sonoma.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.