aniuks27 Posted November 9, 2023 Share Posted November 9, 2023 Updated to 14.2 Beta 2 successfully. Had to re-run OCLP for my combo Wifi after every update. 1 Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813328 Share on other sites More sharing options...
Ludox Posted November 9, 2023 Share Posted November 9, 2023 Boot Clover 4 Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813331 Share on other sites More sharing options...
jm26200 Posted November 9, 2023 Share Posted November 9, 2023 cool. Spoiler 3 Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813334 Share on other sites More sharing options...
Wayang-NT Posted November 10, 2023 Share Posted November 10, 2023 ... 4 Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813339 Share on other sites More sharing options...
ANTIKO Posted November 10, 2023 Share Posted November 10, 2023 The flight is normal🙂 Spoiler 3 Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813340 Share on other sites More sharing options...
hiphopboy Posted November 10, 2023 Share Posted November 10, 2023 Done ;)) 2 Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813357 Share on other sites More sharing options...
Anto65 Posted November 10, 2023 Author Share Posted November 10, 2023 Full Installer available Spoiler 2 1 Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813360 Share on other sites More sharing options...
MorenoAv Posted November 10, 2023 Share Posted November 10, 2023 Update made, macOS Sonoma 14.2 ... Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813370 Share on other sites More sharing options...
deeveedee Posted November 11, 2023 Share Posted November 11, 2023 (edited) On 11/9/2023 at 2:15 PM, cankiulascmnfye said: - Restrict Events does not support disabling sidecar. You need to add FeatureUnlock.kext for this boot-arg to work. - Instead of "-no_compat_check" you can use specific booter patches for that in OpenCore: https://github.com/dortania/OpenCore-Legacy-Patcher/blob/main/payloads/Config/config.plist#L218-L267 Thanks. In my latest post that you quoted, I mixed up my commas and parens. See here. EDIT: I edited the post you quoted to remove the incorrect paren. EDIT2: I used OCLP 1.2.1 to generate the OC EFI for MBP6,2 (the SMBIOS for my OCLP-patched hack). OCLP includes only the "Skip Board ID Check" Booter Patch (which I am using). Spoiler Even with this boot patch, I must use -no_compat_check to perform clean installations of macOS. I appreciate the advice which might work for some, but for my HackBookPro6,2, I must still use -no_compat_check. Edited November 11, 2023 by deeveedee Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813395 Share on other sites More sharing options...
cankiulascmnfye Posted November 11, 2023 Share Posted November 11, 2023 59 minutes ago, deeveedee said: […] EDIT2: I used OCLP 1.2.1 to generate the OC EFI for MBP6,2 (the SMBIOS for my OCLP-patched hack). OCLP includes only the "Skip Board ID Check" Booter Patch (which I am using). Hide contents Even with this boot patch, I must use -no_compat_check to perform clean installations of macOS. I appreciate the advice which might work for some, but for my HackBookPro6,2, I must still use -no_compat_check. Well, thats because you used the config that OCLP generates for reference that only contains ONE patch. But for Wintel systems, you need 2 booter pacthes, which I referenced in my previous post. One for disabling the board-id check and one for rerouting the real board id to OpenCore, so RestricEvents can enable the board-vmm id: https://github.com/dortania/OpenCore-Legacy-Patcher/blob/main/payloads/Config/config.plist#L218-L267 (check the highlighted text) Screenshot: Once you add the 2nd booter patch, you no longer need -no_compat_check 2 Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813399 Share on other sites More sharing options...
deeveedee Posted November 11, 2023 Share Posted November 11, 2023 (edited) @cankiulascmnfye Thanks. OCLP used to include the HW_BID patch in the MBP6,2 OC EFI. I will test it the next time I perform a clean macOS install. EDIT: OCLP stopped including the HW_BID Booter Patch for MBP6,2 in the early OCLP 0.5.x development: See here. Again, I'll test the HW_BID patch the next time I perform a clean macOS installation. Edited November 11, 2023 by deeveedee Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813401 Share on other sites More sharing options...
cankiulascmnfye Posted November 11, 2023 Share Posted November 11, 2023 (edited) As I said: real Macs = 1 patch, Hackintoshes =2 Booter patches. Luckily the previously required Kernel patches for enabling the board-id vmm spoof have been removed in October since they are now included in RestrictEvents 1.1.3. So you can disable those, if they are still present in your config. -no_compat_check is only needed in Clover since it canot apply booter patches. Edited November 11, 2023 by cankiulascmnfye Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813411 Share on other sites More sharing options...
deeveedee Posted November 11, 2023 Share Posted November 11, 2023 (edited) 1 hour ago, cankiulascmnfye said: As I said: real Macs = 1 patch, Hackintoshes =2 Booter patches. Luckily the previously required Kernel patches for enabling the board-id vmm spoof have been removed in October since they are now included in RestrictEvents 1.1.3. So you can disable those, if they are still present in your config. -no_compat_check is only needed in Clover since it canot apply booter patches. If -no_compat_check is working, what is the advantage of using the HW_BID Booter patch? I'll still test the HW_BID patch the next time I perform a clean install of macOS, but other than switching for the sake of switching, what is the advantage of using one method over the other? Edited November 11, 2023 by deeveedee Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813418 Share on other sites More sharing options...
cankiulascmnfye Posted November 12, 2023 Share Posted November 12, 2023 (edited) By design, System Updates are disabled it -no_compat_check is active. So the only reason you are still receiving system updates is thanks to RestrictEvents. If that didn't exist, no updates for you. -no_compat_check disables the compatibilty check which disables Software Updates Booter Patches and the Kernel Patches (now handled by RE) skip and reoute the board-id: "With hv_vmm_present returning True, both OSInstallerSetupInternal and SoftwareUpdateCore will set the VMM-x86_64 board ID while the rest of the OS will continue with the original ID. https://github.com/dortania/OpenCore-Legacy-Patcher/issues/543 That's the difference. Edited November 12, 2023 by cankiulascmnfye 1 Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813427 Share on other sites More sharing options...
deeveedee Posted November 12, 2023 Share Posted November 12, 2023 (edited) @cankiulascmnfye Thanks. Another example showing that there's more than one "right" way to implement a hack. Thanks for the tutorial. EDIT: Khronokernel says here the disadvantage of using -no_compat_check: "Usage of -no_compat_check is not ideal as Single User mode will ignore the argument" Edited November 12, 2023 by deeveedee Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813428 Share on other sites More sharing options...
cankiulascmnfye Posted November 12, 2023 Share Posted November 12, 2023 @deeveedee I just tested booting Big Sur and Sonoma with MBP10,1 SMBIOS with only the first Booter Patch – and it works. I think this is due to the recent changes in Restrict Events 1.1.3 Last time I checked, I needed both patches. Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813430 Share on other sites More sharing options...
deeveedee Posted November 12, 2023 Share Posted November 12, 2023 @cankiulascmnfye I only need the -no_compat_check boot arg for clean installs of macOS (so I assume the same would be true for the HW_BID patch, but I haven't tested). Other than clean macOS installations, I don't need the -no_compat_check boot arg. Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813431 Share on other sites More sharing options...
cankiulascmnfye Posted November 12, 2023 Share Posted November 12, 2023 My guess is that the 2nd patch is no longer needed for installation as well: Quote v1.1.3 Expanded sbvmm to support more environments: macOS install applications (ex. Install macOS Sonoma.app) Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813435 Share on other sites More sharing options...
deeveedee Posted November 12, 2023 Share Posted November 12, 2023 (edited) @cankiulascmnfye Could be. It's possible that I did not retest clean macOS install after upgrading to RE 1.1.3 (although I thought I did). I haven't used the HW_BID booter patch for a long time and have been using -no_compat_check to perform clean macOS installs. Maybe RE 1.1.3 fixed the macOS installer problem (that required -no_compat_check) and I didn't retest. EDIT: @cankiulascmnfye I was able to install Sonoma 14.0 without -no_compat_check and with HW_BID Booter patch. When I get time, I'll do another clean macOS install test without the HW_BID Booter patch. Edited November 13, 2023 by deeveedee Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813436 Share on other sites More sharing options...
cankiulascmnfye Posted November 14, 2023 Share Posted November 14, 2023 (edited) 14.2 Beta 2 doesn't let me logon the desktop after applying root patches. My guess is that it's an OCLP issue. Because it worked prior to applying the patches. That's new. Amd really annoying After starting in safe mode, it seems th be that WindowsServer crashing is the unerlying issue: ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: WindowServer [675] Path: /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/Resources/WindowServer Identifier: WindowServer Version: ??? Code Type: X86-64 (Native) Parent Process: launchd [1] User ID: 88 Date/Time: 2023-11-14 16:10:22.3661 +0100 OS Version: macOS 14.2 (23C5041e) Report Version: 12 Anonymous UUID: 5294F9D5-56D0-56DD-08F6-3E8A369E2777 Time Awake Since Boot: 45 seconds System Integrity Protection: enabled Crashed Thread: 0 ws_main_thread Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Termination Reason: Namespace COREANIMATION, Code 4 spec=PBGRAXb_TimgBdrkXcn_IsrcCrdN3Oc3mtc4nl Downgrade failed with error: Compiler encountered an internal error 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 Crashed:: ws_main_thread Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x7ff81bab40e2 __abort_with_payload + 10 1 libsystem_kernel.dylib 0x7ff81bad28ca abort_with_payload_wrapper_internal + 82 2 libsystem_kernel.dylib 0x7ff81bad28fc abort_with_payload + 9 3 QuartzCore 0x7ff8245aac87 CA::OGL::MetalContext::create_pipeline_state(CA::OGL::MetalContext::Pipeline::Spec const&, unsigned int*, std::__1::atomic<bool>*) + 6923 4 QuartzCore 0x7ff8247752df CA::OGL::MetalContext::draw(MTLPrimitiveType, unsigned int, unsigned int, void const*, unsigned long, unsigned long, unsigned int, unsigned int, unsigned short const*, CA::OGL::ClipPlane const*, CA::OGL::MetalBufferPool::MetalBuffer const*) + 13541 5 QuartzCore 0x7ff8245a6fa6 CA::OGL::MetalContext::draw_elements(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, unsigned int, unsigned int, CA::OGL::ClipPlane const*) + 110 6 QuartzCore 0x7ff8245a6f01 CA::OGL::Context::array_flush() + 55 7 QuartzCore 0x7ff8245bf7e4 CA::OGL::Context::ClippedArray::next_rect(CA::Bounds&) + 544 8 QuartzCore 0x7ff8245fb6ab CA::OGL::emit_quad_indices(CA::OGL::Context&, CA::OGL::RectState const&, unsigned short const*, unsigned long, unsigned long, unsigned long) + 197 9 QuartzCore 0x7ff8245c5ff0 CA::OGL::emit_one_part_rect(CA::OGL::Context&, CA::OGL::RectState const&, float const*, float const*, unsigned int) + 799 10 QuartzCore 0x7ff8245c4716 CA::OGL::fill_rect_tex(CA::OGL::Context&, CA::OGL::RectState const&, float const*) + 192 11 QuartzCore 0x7ff8247eb015 CA::OGL::fill_round_rect_tex(CA::OGL::Context&, CA::OGL::RectState const&, CA::Vec2<double>, float const*, unsigned int, unsigned int, CA::Rect const*) + 635 12 QuartzCore 0x7ff8246050fc CA::OGL::render_subclass(CA::OGL::Renderer&, CA::OGL::Layer const*)::visitor::visit_subclass(CA::Render::GradientLayer const*) const + 1182 13 QuartzCore 0x7ff8245f71f5 CA::OGL::render_background(CA::OGL::Renderer&, CA::OGL::Layer const*) + 1130 14 QuartzCore 0x7ff8245f4cc0 CA::OGL::render_contents_background(CA::OGL::Renderer&, CA::OGL::Layer const*) + 1240 15 QuartzCore 0x7ff8245f4324 CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 76 16 QuartzCore 0x7ff8245f34ce CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 916 17 QuartzCore 0x7ff8245f2f19 CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 377 18 QuartzCore 0x7ff8245f437c CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 164 19 QuartzCore 0x7ff8245f34ce CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 916 20 QuartzCore 0x7ff8245f2f19 CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 377 21 QuartzCore 0x7ff8245f437c CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 164 22 QuartzCore 0x7ff8245f34ce CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 916 23 QuartzCore 0x7ff8245f2f19 CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 377 24 QuartzCore 0x7ff8245f437c CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 164 25 QuartzCore 0x7ff8245f34ce CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 916 26 QuartzCore 0x7ff8245f2f19 CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 377 27 QuartzCore 0x7ff8245f437c CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 164 28 QuartzCore 0x7ff8245f34ce CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 916 29 QuartzCore 0x7ff8245f2f19 CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 377 30 QuartzCore 0x7ff8245f437c CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 164 31 QuartzCore 0x7ff8245f34ce CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 916 32 QuartzCore 0x7ff8245f2f19 CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 377 33 QuartzCore 0x7ff82467fc3f CA::OGL::render_prepared_layers(CA::OGL::Renderer&, CA::OGL::Layer&, CA::OGL::Layer*, CA::OGL::Gstate const&) + 637 34 QuartzCore 0x7ff824651e42 CA::OGL::Renderer::render(CA::Render::Update const*, unsigned long) + 2372 35 QuartzCore 0x7ff82465230f CA::OGL::render(CA::OGL::Renderer&, CA::Render::Update*, unsigned long) + 506 36 QuartzCore 0x7ff82471338e CARenderOGLRenderDisplayWithOptions + 143 37 SkyLight 0x7ff821126916 MetalCompositeCoreAnimation + 2873 38 SkyLight 0x7ff8213e2ce0 MetalCompositeLayer + 637 39 SkyLight 0x7ff8213e2a1c MetalCompositeLayers + 41 40 SkyLight 0x7ff8213e24f3 CompositorMetal::composite(WSCompositeSourceLayer*, WSCompositeDestination*, bool, bool) + 415 41 SkyLight 0x7ff8213dd1a2 CompositorMetal::CompositeLayersToDestination(WSCompositeSourceLayer*, WSCompositeDestination*, unsigned long long) + 244 42 SkyLight 0x7ff82126b830 WS::Displays::CDDisplay::render_update(WS::Displays::Update&, Compositor*, unsigned int, WSCompositeSourceLayer*) + 872 43 SkyLight 0x7ff8213269da WS::Updater::UpdateDisplays(CGXConnection*, bool, std::__1::vector<std::__1::shared_ptr<WS::Displays::Display>, std::__1::allocator<std::__1::shared_ptr<WS::Displays::Display>>>) + 20846 44 SkyLight 0x7ff821321840 CGXUpdateDisplay + 60 45 SkyLight 0x7ff8213157f2 update_display_callback(void*, double) + 1796 46 SkyLight 0x7ff8213b311b run_timer_pass + 556 47 SkyLight 0x7ff8213b320e non_coalesced_timer_handler + 16 48 SkyLight 0x7ff8213f2000 post_port_data + 269 49 SkyLight 0x7ff8213f1d4b CGXRunOneServicesPass + 1696 50 SkyLight 0x7ff8213f26f2 server_loop + 98 51 SkyLight 0x7ff8213f254c SLXServer + 1265 52 WindowServer 0x1016e148c 0x1016de000 + 13452 53 dyld 0x7ff81b760386 start + 1942 Thread 1:: com.apple.coreanimation.render-server 0 libsystem_kernel.dylib 0x7ff81baac5ae __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff81bae976b _pthread_cond_wait + 1211 2 QuartzCore 0x7ff824852634 CA::Render::Fence::resolve_batches(double) + 1420 3 QuartzCore 0x7ff824597983 CA::Render::Server::server_thread(void*) + 3089 4 QuartzCore 0x7ff824596d65 thread_fun(void*) + 25 5 libsystem_pthread.dylib 0x7ff81bae9202 _pthread_start + 99 6 libsystem_pthread.dylib 0x7ff81bae4bab thread_start + 15 Thread 2:: Dispatch queue: com.apple.CoreDisplay.subsidiary.services.queue 0 libsystem_kernel.dylib 0x7ff81baa99a2 semaphore_timedwait_trap + 10 1 libdispatch.dylib 0x7ff81b941aeb _dispatch_sema4_timedwait + 73 2 libdispatch.dylib 0x7ff81b941f37 _dispatch_semaphore_wait_slow + 58 3 AmbientDisplay 0x7ff836d331a4 serviceSendMessageWithReplyAndTimeout + 303 4 AmbientDisplay 0x7ff836d48e2f AMBDapplyIntentionFromPreferencesForDisplayID + 1341 5 CoreDisplay 0x7ff81d8e16fd invocation function for block in ColorSyncUtilsUpdateDisplayProfilesCallback(void*, double) + 47 6 libdispatch.dylib 0x7ff81b9402e6 _dispatch_call_block_and_release + 12 7 libdispatch.dylib 0x7ff81b94159a _dispatch_client_callout + 8 8 libdispatch.dylib 0x7ff81b947668 _dispatch_lane_serial_drain + 816 9 libdispatch.dylib 0x7ff81b948100 _dispatch_lane_invoke + 377 10 libdispatch.dylib 0x7ff81b951aee _dispatch_root_queue_drain_deferred_wlh + 271 11 libdispatch.dylib 0x7ff81b9513fd _dispatch_workloop_worker_thread + 451 12 libsystem_pthread.dylib 0x7ff81bae5c47 _pthread_wqthread + 327 13 libsystem_pthread.dylib 0x7ff81bae4b97 start_wqthread + 15 Thread 3: 0 libsystem_pthread.dylib 0x7ff81bae4b88 start_wqthread + 0 Thread 4: 0 libsystem_pthread.dylib 0x7ff81bae4b88 start_wqthread + 0 Thread 5:: IOHIDService - RunLoopCompatibilityThread 0 libsystem_kernel.dylib 0x7ff81baa9a0e mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff81bab7e1a mach_msg2_internal + 84 2 libsystem_kernel.dylib 0x7ff81bab0b42 mach_msg_overwrite + 653 3 libsystem_kernel.dylib 0x7ff81baa9cff mach_msg + 19 4 CoreFoundation 0x7ff81bbc4b19 __CFRunLoopServiceMachPort + 143 5 CoreFoundation 0x7ff81bbc358c __CFRunLoopRun + 1371 6 CoreFoundation 0x7ff81bbc2a69 CFRunLoopRunSpecific + 557 7 CoreFoundation 0x7ff81bc3d889 CFRunLoopRun + 40 8 IOKit 0x7ff81f0238ae __IOHIDServiceRunLoopCompatibilityThread + 307 9 libsystem_pthread.dylib 0x7ff81bae9202 _pthread_start + 99 10 libsystem_pthread.dylib 0x7ff81bae4bab thread_start + 15 Thread 6:: Dispatch queue: com.apple.libtrace.state.block-list 0 libsystem_kernel.dylib 0x7ff81baab1c2 __ulock_wait + 10 1 libdispatch.dylib 0x7ff81b941db2 _dlock_wait + 46 2 libdispatch.dylib 0x7ff81b941c3a _dispatch_thread_event_wait_slow + 40 3 libdispatch.dylib 0x7ff81b94e6c3 __DISPATCH_WAIT_FOR_QUEUE__ + 307 4 libdispatch.dylib 0x7ff81b94e2ef _dispatch_sync_f_slow + 175 5 libsystem_trace.dylib 0x7ff81b84b209 ___os_state_request_for_self_block_invoke + 375 6 libdispatch.dylib 0x7ff81b9402e6 _dispatch_call_block_and_release + 12 7 libdispatch.dylib 0x7ff81b94159a _dispatch_client_callout + 8 8 libdispatch.dylib 0x7ff81b947668 _dispatch_lane_serial_drain + 816 9 libdispatch.dylib 0x7ff81b948100 _dispatch_lane_invoke + 377 10 libdispatch.dylib 0x7ff81b951aee _dispatch_root_queue_drain_deferred_wlh + 271 11 libdispatch.dylib 0x7ff81b9513fd _dispatch_workloop_worker_thread + 451 12 libsystem_pthread.dylib 0x7ff81bae5c47 _pthread_wqthread + 327 13 libsystem_pthread.dylib 0x7ff81bae4b97 start_wqthread + 15 Thread 7: 0 libsystem_pthread.dylib 0x7ff81bae4b88 start_wqthread + 0 Thread 8:: Dispatch queue: com.apple.VirtualDisplayListener 0 libsystem_kernel.dylib 0x7ff81baa9a0e mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff81bab7e1a mach_msg2_internal + 84 2 libsystem_kernel.dylib 0x7ff81bab0b42 mach_msg_overwrite + 653 3 libsystem_kernel.dylib 0x7ff81bab2b42 mach_msg_server_once + 266 4 CoreDisplay 0x7ff81d874689 -[VirtualDisplayListener rx] + 77 5 libdispatch.dylib 0x7ff81b9402e6 _dispatch_call_block_and_release + 12 6 libdispatch.dylib 0x7ff81b94159a _dispatch_client_callout + 8 7 libdispatch.dylib 0x7ff81b947668 _dispatch_lane_serial_drain + 816 8 libdispatch.dylib 0x7ff81b948100 _dispatch_lane_invoke + 377 9 libdispatch.dylib 0x7ff81b951aee _dispatch_root_queue_drain_deferred_wlh + 271 10 libdispatch.dylib 0x7ff81b9513fd _dispatch_workloop_worker_thread + 451 11 libsystem_pthread.dylib 0x7ff81bae5c47 _pthread_wqthread + 327 12 libsystem_pthread.dylib 0x7ff81bae4b97 start_wqthread + 15 Thread 9:: com.apple.windowserver.root_queue 0 libsystem_kernel.dylib 0x7ff81baa99a2 semaphore_timedwait_trap + 10 1 libdispatch.dylib 0x7ff81b941aeb _dispatch_sema4_timedwait + 73 2 libdispatch.dylib 0x7ff81b941f37 _dispatch_semaphore_wait_slow + 58 3 libdispatch.dylib 0x7ff81b9505ad _dispatch_worker_thread + 321 4 libsystem_pthread.dylib 0x7ff81bae9202 _pthread_start + 99 5 libsystem_pthread.dylib 0x7ff81bae4bab thread_start + 15 Thread 10: 0 libsystem_kernel.dylib 0x7ff81baa9a0e mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff81bab7e1a mach_msg2_internal + 84 2 libsystem_kernel.dylib 0x7ff81bab0b42 mach_msg_overwrite + 653 3 libsystem_kernel.dylib 0x7ff81baa9cff mach_msg + 19 4 CoreDisplay 0x7ff81d8926ca CoreDisplay::Mach::Message::Receive(unsigned int) + 80 5 CoreDisplay 0x7ff81d94d9c7 CoreDisplay::Mach::Server::Start() + 105 6 CoreDisplay 0x7ff81d94da90 void* std::__1::__thread_proxy[abi:v160006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (CoreDisplay::Mach::Server::*)(), CoreDisplay::Mach::Server*>>(void*) + 79 7 libsystem_pthread.dylib 0x7ff81bae9202 _pthread_start + 99 8 libsystem_pthread.dylib 0x7ff81bae4bab thread_start + 15 Thread 11:: com.apple.windowserver.root_queue 0 libsystem_kernel.dylib 0x7ff81baa99a2 semaphore_timedwait_trap + 10 1 libdispatch.dylib 0x7ff81b941aeb _dispatch_sema4_timedwait + 73 2 libdispatch.dylib 0x7ff81b941f37 _dispatch_semaphore_wait_slow + 58 3 libdispatch.dylib 0x7ff81b9505ad _dispatch_worker_thread + 321 4 libsystem_pthread.dylib 0x7ff81bae9202 _pthread_start + 99 5 libsystem_pthread.dylib 0x7ff81bae4bab thread_start + 15 Thread 12: 0 libsystem_pthread.dylib 0x7ff81bae4b88 start_wqthread + 0 Thread 13: 0 libsystem_pthread.dylib 0x7ff81bae4b88 start_wqthread + 0 Thread 14: 0 libsystem_pthread.dylib 0x7ff81bae4b88 start_wqthread + 0 Thread 15: 0 libsystem_pthread.dylib 0x7ff81bae4b88 start_wqthread + 0 Thread 16:: Dispatch queue: compiler request queue 0 libsystem_kernel.dylib 0x7ff81baa9a0e mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff81bab7e1a mach_msg2_internal + 84 2 libsystem_kernel.dylib 0x7ff81bab0b42 mach_msg_overwrite + 653 3 libsystem_kernel.dylib 0x7ff81baa9cff mach_msg + 19 4 libdispatch.dylib 0x7ff81b958e27 _dispatch_mach_send_and_wait_for_reply + 521 5 libdispatch.dylib 0x7ff81b95922b dispatch_mach_send_with_result_and_wait_for_reply + 50 6 libxpc.dylib 0x7ff81b806593 xpc_connection_send_message_with_reply_sync + 261 7 MetalOld.dylib 0x102182bf1 XPCCompilerConnection::BuildRequestInternal(MTLCompilerRequest*, char const*, NSObject<OS_dispatch_data>*, int, bool, void (unsigned int, void const*, unsigned long, char const*) block_pointer) + 1357 8 MetalOld.dylib 0x1021ffde7 invocation function for block in XPCCompilerConnection::BuildRequest(MTLCompilerRequest*, char const*, NSObject<OS_dispatch_data>*, int, bool, void (unsigned int, void const*, unsigned long, char const*) block_pointer) + 61 9 libdispatch.dylib 0x7ff81b94159a _dispatch_client_callout + 8 10 libdispatch.dylib 0x7ff81b94e447 _dispatch_lane_barrier_sync_invoke_and_complete + 60 11 MetalOld.dylib 0x102182644 XPCCompilerConnection::BuildRequest(MTLCompilerRequest*, char const*, NSObject<OS_dispatch_data>*, int, bool, void (unsigned int, void const*, unsigned long, char const*) block_pointer) + 116 12 MetalOld.dylib 0x1021824d5 MTLCompilerConnectionManagerPrivate::buildRequest(unsigned int, MTLCompilerRequest*, bool, void (MTLCompilerError, NSObject<OS_dispatch_data>*, char const*) block_pointer) + 329 13 MetalOld.dylib 0x102252122 -[MTLCompiler compileFunctionRequestInternal:frameworkLinking:linkDataSize:reflectionOnly:completionHandler:] + 7627 14 MetalOld.dylib 0x10225da0c -[MTLCompiler newRenderPipelineStateWithDescriptorInternal:options:reflection:destinationBinaryArchive:error:completionHandler:] + 2329 15 MetalOld.dylib 0x1021751d8 -[MTLCompiler newRenderPipelineStateWithDescriptor:options:reflection:error:completionHandler:] + 27 16 MetalOld.dylib 0x102174914 -[_MTLDevice newRenderPipelineStateWithDescriptor:error:] + 65 17 QuartzCore 0x7ff8245aa73c CA::OGL::MetalContext::create_pipeline_state(CA::OGL::MetalContext::Pipeline::Spec const&, unsigned int*, std::__1::atomic<bool>*) + 5568 18 QuartzCore 0x7ff82477650c invocation function for block in CA::OGL::MetalContext::dispatch_async_pipeline(CA::OGL::MetalContext::Pipeline::Spec const&, CA::OGL::MetalContext::Pipeline*, bool) + 117 19 libdispatch.dylib 0x7ff81b94e002 _dispatch_block_async_invoke2 + 85 20 libdispatch.dylib 0x7ff81b94159a _dispatch_client_callout + 8 21 libdispatch.dylib 0x7ff81b947668 _dispatch_lane_serial_drain + 816 22 libdispatch.dylib 0x7ff81b948100 _dispatch_lane_invoke + 377 23 libdispatch.dylib 0x7ff81b951aee _dispatch_root_queue_drain_deferred_wlh + 271 24 libdispatch.dylib 0x7ff81b9513fd _dispatch_workloop_worker_thread + 451 25 libsystem_pthread.dylib 0x7ff81bae5c47 _pthread_wqthread + 327 26 libsystem_pthread.dylib 0x7ff81bae4b97 start_wqthread + 15 Thread 17:: com.apple.windowserver.root_queue 0 libsystem_kernel.dylib 0x7ff81baa99a2 semaphore_timedwait_trap + 10 1 libdispatch.dylib 0x7ff81b941aeb _dispatch_sema4_timedwait + 73 2 libdispatch.dylib 0x7ff81b941f37 _dispatch_semaphore_wait_slow + 58 3 libdispatch.dylib 0x7ff81b9505ad _dispatch_worker_thread + 321 4 libsystem_pthread.dylib 0x7ff81bae9202 _pthread_start + 99 5 libsystem_pthread.dylib 0x7ff81bae4bab thread_start + 15 Thread 18: 0 libsystem_pthread.dylib 0x7ff81bae4b88 start_wqthread + 0 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000002000209 rbx: 0x0000000000000004 rcx: 0x00007ff7be80a9a8 rdx: 0x00007ff7be80aab0 rdi: 0x000000000000000d rsi: 0x0000000000000004 rbp: 0x00007ff7be80a9f0 rsp: 0x00007ff7be80a9a8 r8: 0x00007ff8248bd8ac r9: 0x0000000000000000 r10: 0x0000000000000070 r11: 0x0000000000000246 r12: 0x0000000000000000 r13: 0x00007ff7be80aab0 r14: 0x000000000000000d r15: 0x0000000000000070 rip: 0x00007ff81bab40e2 rfl: 0x0000000000000246 cr2: 0x0000000000000000 Logical CPU: 0 Error Code: 0x02000209 Trap Number: 133 Binary Images: 0x102081000 - 0x102095fff com.apple.AppleGVACoreFramework (113.44) <2be0a64d-e820-3401-9622-727dfa3c4784> /System/Library/PrivateFrameworks/AppleGVACore.framework/Versions/A/AppleGVACore 0x102037000 - 0x10204afff TouchBarEvent.bundle (*) <f116682b-282c-3da8-bf3e-25aa853ce29b> /System/Library/CoreServices/TouchBarEvent.bundle 0x101bdc000 - 0x101bdffff com.apple.driver.AppleIntelHD4000GraphicsMTLDriver (16.4.5) <9c54584e-dbe1-3829-bd41-2301b4489c2c> /System/Library/Extensions/AppleIntelHD4000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsMTLDriver 0x101dc0000 - 0x101e43fff AppleIntelHD4000GraphicsMTLDriver_real (*) <f4c37124-74e1-3473-a8b1-9956c13c38b1> /System/Library/Extensions/AppleIntelHD4000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsMTLDriver_real 0x101adf000 - 0x101ae2fff com.apple.driver.IOAccelerator2D (481.0.1) <3d9c4004-af50-3679-a963-776d1f8535c6> /System/Library/Extensions/IOAccelerator2D.plugin/Contents/MacOS/IOAccelerator2D 0x101a40000 - 0x101a4bfff com.apple.iokit.hid.IOHIDPointerScrollFilter (1.0) <5e3db4f4-713f-3372-b4d9-5a4cdbf3ef97> /System/Library/HIDPlugins/IOHIDPointerScrollFilter.plugin/Contents/MacOS/IOHIDPointerScrollFilter 0x101a73000 - 0x101a7afff com.apple.KeyboardTelemetryServiceFilter (1.0) <c73eb357-cb03-32b8-8036-954b11882d49> /System/Library/HIDPlugins/ServiceFilters/KeyboardTelemetryServiceFilter.plugin/Contents/MacOS/KeyboardTelemetryServiceFilter 0x101a8d000 - 0x101a98fff com.apple.iokit.hid.IOHIDKeyboardFilter (1.0) <219325c7-8c45-32ce-bcb7-d7d208acb919> /System/Library/HIDPlugins/IOHIDKeyboardFilter.plugin/Contents/MacOS/IOHIDKeyboardFilter 0x1018a7000 - 0x1018befff com.apple.GameController.HID.GenericGamepad (1.0) <fb581c70-0530-39e2-930d-4ef869a71b71> /System/Library/HIDPlugins/ServicePlugins/GenericGamepadHIDServicePlugin.plugin/Contents/MacOS/GenericGamepadHIDServicePlugin 0x10193c000 - 0x1019f3fff com.apple.universalcontrol.servicefilter (1.0) <ca6fb671-ddfe-31f2-82c3-ed630e99606b> /System/Library/HIDPlugins/ServiceFilters/UniversalControlServiceFilter.plugin/Contents/MacOS/UniversalControlServiceFilter 0x101928000 - 0x10192bfff com.apple.AppleHIDBluetoothFilter (1.0) <c045273d-4e1a-35a7-b0be-a5c749c54f50> /System/Library/HIDPlugins/ServiceFilters/AppleHIDBluetoothFilter.plugin/Contents/MacOS/AppleHIDBluetoothFilter 0x1018e4000 - 0x1018ebfff com.apple.iokit.hid.IOHIDEventProcessorFilter (1.0) <69646f3c-b7f9-34a7-bd1d-7eebaca1cc9b> /System/Library/HIDPlugins/IOHIDEventProcessorFilter.plugin/Contents/MacOS/IOHIDEventProcessorFilter 0x1018fc000 - 0x101913fff com.apple.hid.ColourSensorFilterPlugin (1.0) <84f61686-a342-3746-af96-40b8348a470b> /System/Library/HIDPlugins/ColourSensorFilterPlugin.plugin/Contents/MacOS/ColourSensorFilterPlugin 0x101840000 - 0x101843fff com.apple.iokit.hid.IOHIDNXEventTranslatorServiceFilter (1.0) <937a9c18-317d-3f99-88f9-7f2a334945be> /System/Library/HIDPlugins/IOHIDNXEventTranslatorServiceFilter.plugin/Contents/MacOS/IOHIDNXEventTranslatorServiceFilter 0x10182c000 - 0x10182ffff com.apple.iokit.IOHIDNXEventRouter (2.0.0) <95f65cba-2fc3-3569-a5f7-b74154c9f988> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDNXEventRouter.plugin/Contents/MacOS/IOHIDNXEventRouter 0x101856000 - 0x101859fff com.apple.IOHIDEventServicePlugin (1.0) <5c851582-74aa-3323-a586-c3f756326d69> /System/Library/HIDPlugins/ServicePlugins/IOHIDEventServicePlugin.plugin/Contents/MacOS/IOHIDEventServicePlugin 0x101818000 - 0x10181bfff com.apple.CoreRCPlugin (1.0) <7e4e7e58-dc81-3c50-80a1-5f2d5ffa7f4b> /System/Library/HIDPlugins/SessionFilters/CoreRCPlugin.plugin/Contents/MacOS/CoreRCPlugin 0x101804000 - 0x101807fff com.apple.IOHIDRemoteSensorSessionFilter (1.0) <299c4211-1f34-3cca-93fe-4b95284f979f> /System/Library/HIDPlugins/SessionFilters/IOHIDRemoteSensorSessionFilter.plugin/Contents/MacOS/IOHIDRemoteSensorSessionFilter 0x101873000 - 0x101882fff com.apple.IOAnalytics (1.0) <743e593f-9984-3e69-b6ca-b125ce11b039> /System/Library/HIDPlugins/SessionFilters/IOAnalytics.plugin/Contents/MacOS/IOAnalytics 0x1017cc000 - 0x1017cffff com.apple.iokit.hid.IOHIDDFREventFilter (1.0) <dba25399-6cd1-3cb4-8c95-c6a9d239fdf9> /System/Library/HIDPlugins/IOHIDDFREventFilter.plugin/Contents/MacOS/IOHIDDFREventFilter 0x1017e4000 - 0x1017effff com.apple.iokit.hid.IOHIDNXEventTranslatorSessionFilter (1.0) <ecef865e-2737-3a57-8852-e4e56075c2be> /System/Library/HIDPlugins/IOHIDNXEventTranslatorSessionFilter.plugin/Contents/MacOS/IOHIDNXEventTranslatorSessionFilter 0x101791000 - 0x101794fff com.apple.IO80211 (1.0) <72fb270b-2d3a-39f4-82fd-1b8af408bd39> /System/Library/PrivateFrameworks/IO80211.framework/Versions/A/IO80211 0x10cec3000 - 0x10cf16fff IO80211Old.dylib (*) <d5cf0007-ff51-3af6-9c8e-1e8c75f15238> /System/Library/PrivateFrameworks/IO80211.framework/Versions/A/IO80211Old.dylib 0x104075000 - 0x1047a8fff CursorAsset (*) <9a00413f-d04a-3a3a-a228-9f163ec40160> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/Resources/CursorAsset 0x101b26000 - 0x101b31fff com.apple.Metal (341.31) <c94d56b7-ec06-33b8-b328-58da5ad1e5e9> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x102158000 - 0x102337fff MetalOld.dylib (*) <6581cd53-8583-38d1-b4b9-773f1dc3f551> /System/Library/Frameworks/Metal.framework/Versions/A/MetalOld.dylib 0x102c22000 - 0x102fd5fff com.apple.CoreImage (18.0.0) <66ee7d8d-ed35-3650-8b54-9bede38b7ece> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x1016de000 - 0x1016e1fff WindowServer (*) <5c0f1655-7456-301f-a151-2e56403e46c8> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/Resources/WindowServer 0x7ff81baa8000 - 0x7ff81bae2ff7 libsystem_kernel.dylib (*) <15c57a9b-d395-38d4-bd11-3841926f02e9> /usr/lib/system/libsystem_kernel.dylib 0x7ff82454e000 - 0x7ff8248f5ff1 com.apple.QuartzCore (1.11) <1417511b-e528-384f-8203-f5923133375a> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7ff82108c000 - 0x7ff8214e2ff5 com.apple.SkyLight (1.600.0) <aa1072bb-b649-3a49-ba98-b74334e3dcbd> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7ff81b75a000 - 0x7ff81b7f63c7 dyld (*) <1010846c-732a-3d0b-aeb3-3aab5874321e> /usr/lib/dyld 0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ??? 0x7ff81bae3000 - 0x7ff81baeefff libsystem_pthread.dylib (*) <b2678d9e-f1fa-381f-b0e4-7c5d84c4f428> /usr/lib/system/libsystem_pthread.dylib 0x7ff81b93e000 - 0x7ff81b984ffd libdispatch.dylib (*) <b861bf4e-29d2-36ac-889f-cf9b03955982> /usr/lib/system/libdispatch.dylib 0x7ff836d31000 - 0x7ff836d5cffb com.apple.AmbientDisplay (142) <4a03ffa1-0fd8-3434-9025-9e35975f4a4c> /System/Library/PrivateFrameworks/AmbientDisplay.framework/Versions/A/AmbientDisplay 0x7ff81d863000 - 0x7ff81d98effb com.apple.CoreDisplay (283) <9293dd8d-38ca-3654-ba09-1257c92f1e64> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7ff81bb49000 - 0x7ff81bfe1ffc com.apple.CoreFoundation (6.9) <e61f1187-a1ec-3a7e-b455-f4fc239ac2d0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7ff81efca000 - 0x7ff81f08cff7 com.apple.framework.IOKit (2.0.2) <93f186af-f1c0-3cda-b507-8c289de4b343> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7ff81b83f000 - 0x7ff81b858ff6 libsystem_trace.dylib (*) <506eaed4-9946-3c2e-ab99-608096a13415> /usr/lib/system/libsystem_trace.dylib 0x7ff81b7fb000 - 0x7ff81b83eff2 libxpc.dylib (*) <96f8a2fb-352b-3db9-b90b-dddcdd85adcd> /usr/lib/system/libxpc.dylib 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=462.4M resident=0K(0%) swapped_out_or_unallocated=462.4M(100%) Writable regions: Total=4.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=4.3G(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Activity Tracing 256K 1 CG backing stores 12K 3 CG framebuffers 1.3G 11 CG framebuffers (reserved) 603.1M 10 reserved VM address space (unallocated) ColorSync 180K 27 CoreAnimation 31.9M 28 CoreGraphics 4K 1 Kernel Alloc Once 8K 1 MALLOC 666.4M 73 MALLOC guard page 32K 8 Mach message 60K 3 Mach message (reserved) 4K 1 reserved VM address space (unallocated) STACK GUARD 56.1M 19 Stack 17.6M 19 VM_ALLOCATE 13.0M 18 VM_ALLOCATE (reserved) 1.8G 4 reserved VM address space (unallocated) __CGSERVER 16K 1 __DATA 19.3M 370 __DATA_CONST 16.3M 241 __DATA_DIRTY 656K 113 __FONT_DATA 2352 1 __LINKEDIT 182.7M 30 __OBJC_RO 71.0M 1 __OBJC_RW 2166K 2 __SLSERVER 16K 1 __TEXT 279.7M 392 dyld private memory 260K 2 mapped file 33.7M 7 shared memory 1272K 34 =========== ======= ======= TOTAL 5.0G 1422 TOTAL, minus reserved VM space 2.6G 1422 ----------- Full Report ----------- {"app_name":"WindowServer","timestamp":"2023-11-14 16:10:23.00 +0100","app_version":"","slice_uuid":"5c0f1655-7456-301f-a151-2e56403e46c8","build_version":"","platform":1,"share_with_app_devs":0,"is_first_party":1,"bug_type":"309","os_version":"macOS 14.2 (23C5041e)","roots_installed":0,"incident_id":"32BB34CC-DF48-4CD0-AD26-7E8A2814E396","name":"WindowServer"} { "uptime" : 45, "procRole" : "Graphics", "version" : 2, "userID" : 88, "deployVersion" : 210, "modelCode" : "MacBookPro10,1", "coalitionID" : 139, "osVersion" : { "train" : "macOS 14.2", "build" : "23C5041e", "releaseType" : "User" }, "captureTime" : "2023-11-14 16:10:22.3661 +0100", "codeSigningMonitor" : 0, "incident" : "32BB34CC-DF48-4CD0-AD26-7E8A2814E396", "pid" : 675, "cpuType" : "X86-64", "roots_installed" : 0, "bug_type" : "309", "procLaunch" : "2023-11-14 16:10:16.3174 +0100", "procStartAbsTime" : 39165845569, "procExitAbsTime" : 45203345098, "procName" : "WindowServer", "procPath" : "\/System\/Library\/PrivateFrameworks\/SkyLight.framework\/Versions\/A\/Resources\/WindowServer", "parentProc" : "launchd", "parentPid" : 1, "coalitionName" : "com.apple.WindowServer", "crashReporterKey" : "5294F9D5-56D0-56DD-08F6-3E8A369E2777", "consecutiveCrashCount" : 2, "throttleTimeout" : 10, "codeSigningID" : "com.apple.WindowServer", "codeSigningTeamID" : "", "codeSigningFlags" : 570518017, "codeSigningValidationCategory" : 1, "codeSigningTrustLevel" : 4294967295, "sip" : "enabled", "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"}, "termination" : {"flags":518,"code":4,"namespace":"COREANIMATION","details":["spec=PBGRAXb_TimgBdrkXcn_IsrcCrdN3Oc3mtc4nl","Downgrade failed with error: Compiler encountered an internal error"]}, "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" : 0, "threads" : [{"threadState":{"r13":{"value":140702029753008},"rax":{"value":33554953},"rflags":{"value":582},"cpu":{"value":0},"r14":{"value":13},"rsi":{"value":4},"r8":{"value":140703741761708},"cr2":{"value":0},"rdx":{"value":140702029753008},"r10":{"value":112},"r9":{"value":0},"r15":{"value":112},"rbx":{"value":4},"trap":{"value":133},"err":{"value":33554953},"r11":{"value":582},"rip":{"value":140703592825058,"matchesCrashFrame":1},"rbp":{"value":140702029752816},"rsp":{"value":140702029752744},"r12":{"value":0},"rcx":{"value":140702029752744},"flavor":"x86_THREAD_STATE","rdi":{"value":13}},"id":4739,"triggered":true,"name":"ws_main_thread","queue":"com.apple.main-thread","frames":[{"imageOffset":49378,"symbol":"__abort_with_payload","symbolLocation":10,"imageIndex":28},{"imageOffset":174282,"symbol":"abort_with_payload_wrapper_internal","symbolLocation":82,"imageIndex":28},{"imageOffset":174332,"symbol":"abort_with_payload","symbolLocation":9,"imageIndex":28},{"imageOffset":380039,"symbol":"CA::OGL::MetalContext::create_pipeline_state(CA::OGL::MetalContext::Pipeline::Spec const&, unsigned int*, std::__1::atomic<bool>*)","symbolLocation":6923,"imageIndex":29},{"imageOffset":2257631,"symbol":"CA::OGL::MetalContext::draw(MTLPrimitiveType, unsigned int, unsigned int, void const*, unsigned long, unsigned long, unsigned int, unsigned int, unsigned short const*, CA::OGL::ClipPlane const*, CA::OGL::MetalBufferPool::MetalBuffer const*)","symbolLocation":13541,"imageIndex":29},{"imageOffset":364454,"symbol":"CA::OGL::MetalContext::draw_elements(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, unsigned int, unsigned int, CA::OGL::ClipPlane const*)","symbolLocation":110,"imageIndex":29},{"imageOffset":364289,"symbol":"CA::OGL::Context::array_flush()","symbolLocation":55,"imageIndex":29},{"imageOffset":464868,"symbol":"CA::OGL::Context::ClippedArray::next_rect(CA::Bounds&)","symbolLocation":544,"imageIndex":29},{"imageOffset":710315,"symbol":"CA::OGL::emit_quad_indices(CA::OGL::Context&, CA::OGL::RectState const&, unsigned short const*, unsigned long, unsigned long, unsigned long)","symbolLocation":197,"imageIndex":29},{"imageOffset":491504,"symbol":"CA::OGL::emit_one_part_rect(CA::OGL::Context&, CA::OGL::RectState const&, float const*, float const*, unsigned int)","symbolLocation":799,"imageIndex":29},{"imageOffset":485142,"symbol":"CA::OGL::fill_rect_tex(CA::OGL::Context&, CA::OGL::RectState const&, float const*)","symbolLocation":192,"imageIndex":29},{"imageOffset":2740245,"symbol":"CA::OGL::fill_round_rect_tex(CA::OGL::Context&, CA::OGL::RectState const&, CA::Vec2<double>, float const*, unsigned int, unsigned int, CA::Rect const*)","symbolLocation":635,"imageIndex":29},{"imageOffset":749820,"symbol":"CA::OGL::render_subclass(CA::OGL::Renderer&, CA::OGL::Layer const*)::visitor::visit_subclass(CA::Render::GradientLayer const*) const","symbolLocation":1182,"imageIndex":29},{"imageOffset":692725,"symbol":"CA::OGL::render_background(CA::OGL::Renderer&, CA::OGL::Layer const*)","symbolLocation":1130,"imageIndex":29},{"imageOffset":683200,"symbol":"CA::OGL::render_contents_background(CA::OGL::Renderer&, CA::OGL::Layer const*)","symbolLocation":1240,"imageIndex":29},{"imageOffset":680740,"symbol":"CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*)","symbolLocation":76,"imageIndex":29},{"imageOffset":677070,"symbol":"CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int)","symbolLocation":916,"imageIndex":29},{"imageOffset":675609,"symbol":"CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*)","symbolLocation":377,"imageIndex":29},{"imageOffset":680828,"symbol":"CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*)","symbolLocation":164,"imageIndex":29},{"imageOffset":677070,"symbol":"CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int)","symbolLocation":916,"imageIndex":29},{"imageOffset":675609,"symbol":"CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*)","symbolLocation":377,"imageIndex":29},{"imageOffset":680828,"symbol":"CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*)","symbolLocation":164,"imageIndex":29},{"imageOffset":677070,"symbol":"CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int)","symbolLocation":916,"imageIndex":29},{"imageOffset":675609,"symbol":"CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*)","symbolLocation":377,"imageIndex":29},{"imageOffset":680828,"symbol":"CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*)","symbolLocation":164,"imageIndex":29},{"imageOffset":677070,"symbol":"CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int)","symbolLocation":916,"imageIndex":29},{"imageOffset":675609,"symbol":"CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*)","symbolLocation":377,"imageIndex":29},{"imageOffset":680828,"symbol":"CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*)","symbolLocation":164,"imageIndex":29},{"imageOffset":677070,"symbol":"CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int)","symbolLocation":916,"imageIndex":29},{"imageOffset":675609,"symbol":"CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*)","symbolLocation":377,"imageIndex":29},{"imageOffset":680828,"symbol":"CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*)","symbolLocation":164,"imageIndex":29},{"imageOffset":677070,"symbol":"CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int)","symbolLocation":916,"imageIndex":29},{"imageOffset":675609,"symbol":"CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*)","symbolLocation":377,"imageIndex":29},{"imageOffset":1252415,"symbol":"CA::OGL::render_prepared_layers(CA::OGL::Renderer&, CA::OGL::Layer&, CA::OGL::Layer*, CA::OGL::Gstate const&)","symbolLocation":637,"imageIndex":29},{"imageOffset":1064514,"symbol":"CA::OGL::Renderer::render(CA::Render::Update const*, unsigned long)","symbolLocation":2372,"imageIndex":29},{"imageOffset":1065743,"symbol":"CA::OGL::render(CA::OGL::Renderer&, CA::Render::Update*, unsigned long)","symbolLocation":506,"imageIndex":29},{"imageOffset":1856398,"symbol":"CARenderOGLRenderDisplayWithOptions","symbolLocation":143,"imageIndex":29},{"imageOffset":633110,"symbol":"MetalCompositeCoreAnimation","symbolLocation":2873,"imageIndex":30},{"imageOffset":3501280,"symbol":"MetalCompositeLayer","symbolLocation":637,"imageIndex":30},{"imageOffset":3500572,"symbol":"MetalCompositeLayers","symbolLocation":41,"imageIndex":30},{"imageOffset":3499251,"symbol":"CompositorMetal::composite(WSCompositeSourceLayer*, WSCompositeDestination*, bool, bool)","symbolLocation":415,"imageIndex":30},{"imageOffset":3477922,"symbol":"CompositorMetal::CompositeLayersToDestination(WSCompositeSourceLayer*, WSCompositeDestination*, unsigned long long)","symbolLocation":244,"imageIndex":30},{"imageOffset":1964080,"symbol":"WS::Displays::CDDisplay::render_update(WS::Displays::Update&, Compositor*, unsigned int, WSCompositeSourceLayer*)","symbolLocation":872,"imageIndex":30},{"imageOffset":2730458,"symbol":"WS::Updater::UpdateDisplays(CGXConnection*, bool, std::__1::vector<std::__1::shared_ptr<WS::Displays::Display>, std::__1::allocator<std::__1::shared_ptr<WS::Displays::Display>>>)","symbolLocation":20846,"imageIndex":30},{"imageOffset":2709568,"symbol":"CGXUpdateDisplay","symbolLocation":60,"imageIndex":30},{"imageOffset":2660338,"symbol":"update_display_callback(void*, double)","symbolLocation":1796,"imageIndex":30},{"imageOffset":3305755,"symbol":"run_timer_pass","symbolLocation":556,"imageIndex":30},{"imageOffset":3305998,"symbol":"non_coalesced_timer_handler","symbolLocation":16,"imageIndex":30},{"imageOffset":3563520,"symbol":"post_port_data","symbolLocation":269,"imageIndex":30},{"imageOffset":3562827,"symbol":"CGXRunOneServicesPass","symbolLocation":1696,"imageIndex":30},{"imageOffset":3565298,"symbol":"server_loop","symbolLocation":98,"imageIndex":30},{"imageOffset":3564876,"symbol":"SLXServer","symbolLocation":1265,"imageIndex":30},{"imageOffset":13452,"imageIndex":27},{"imageOffset":25478,"symbol":"start","symbolLocation":1942,"imageIndex":31}]},{"id":4916,"name":"com.apple.coreanimation.render-server","threadState":{"r13":{"value":4294967552},"rax":{"value":260},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145396674560},"rsi":{"value":4294967552},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":160},"r15":{"value":0},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703592793518},"rbp":{"value":123145396656736},"rsp":{"value":123145396656584},"r12":{"value":0},"rcx":{"value":123145396656584},"flavor":"x86_THREAD_STATE","rdi":{"value":140704693891096,"symbolLocation":0,"symbol":"CA::Render::Fence::_bwait_cond_writer"}},"frames":[{"imageOffset":17838,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":28},{"imageOffset":26475,"symbol":"_pthread_cond_wait","symbolLocation":1211,"imageIndex":33},{"imageOffset":3163700,"symbol":"CA::Render::Fence::resolve_batches(double)","symbolLocation":1420,"imageIndex":29},{"imageOffset":301443,"symbol":"CA::Render::Server::server_thread(void*)","symbolLocation":3089,"imageIndex":29},{"imageOffset":298341,"symbol":"thread_fun(void*)","symbolLocation":25,"imageIndex":29},{"imageOffset":25090,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":33},{"imageOffset":7083,"symbol":"thread_start","symbolLocation":15,"imageIndex":33}]},{"id":4917,"threadState":{"r13":{"value":123145397208920},"rax":{"value":14},"rflags":{"value":518},"cpu":{"value":0},"r14":{"value":105553116367664},"rsi":{"value":4294964925178052612},"r8":{"value":1},"cr2":{"value":0},"rdx":{"value":999999448},"r10":{"value":4294964925178052608},"r9":{"value":18446743833191383039},"r15":{"value":19342813113834067},"rbx":{"value":50011771980},"trap":{"value":133},"err":{"value":16777254},"r11":{"value":518},"rip":{"value":140703592782242},"rbp":{"value":123145397208768},"rsp":{"value":123145397208728},"r12":{"value":123145397208832},"rcx":{"value":123145397208728},"flavor":"x86_THREAD_STATE","rdi":{"value":12803}},"queue":"com.apple.CoreDisplay.subsidiary.services.queue","frames":[{"imageOffset":6562,"symbol":"semaphore_timedwait_trap","symbolLocation":10,"imageIndex":28},{"imageOffset":15083,"symbol":"_dispatch_sema4_timedwait","symbolLocation":73,"imageIndex":34},{"imageOffset":16183,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":58,"imageIndex":34},{"imageOffset":8612,"symbol":"serviceSendMessageWithReplyAndTimeout","symbolLocation":303,"imageIndex":35},{"imageOffset":97839,"symbol":"AMBDapplyIntentionFromPreferencesForDisplayID","symbolLocation":1341,"imageIndex":35},{"imageOffset":517885,"symbol":"invocation function for block in ColorSyncUtilsUpdateDisplayProfilesCallback(void*, double)","symbolLocation":47,"imageIndex":36},{"imageOffset":8934,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":34},{"imageOffset":13722,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":34},{"imageOffset":38504,"symbol":"_dispatch_lane_serial_drain","symbolLocation":816,"imageIndex":34},{"imageOffset":41216,"symbol":"_dispatch_lane_invoke","symbolLocation":377,"imageIndex":34},{"imageOffset":80622,"symbol":"_dispatch_root_queue_drain_deferred_wlh","symbolLocation":271,"imageIndex":34},{"imageOffset":78845,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":451,"imageIndex":34},{"imageOffset":11335,"symbol":"_pthread_wqthread","symbolLocation":327,"imageIndex":33},{"imageOffset":7063,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":33}]},{"id":4918,"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":33}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":1},"rsi":{"value":15363},"r8":{"value":409604},"cr2":{"value":0},"rdx":{"value":123145397223424},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":123145397746552},"rbx":{"value":123145397747712},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703593024392},"rbp":{"value":0},"rsp":{"value":123145397747712},"r12":{"value":5193732},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145397747712}}},{"id":4922,"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":33}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":0},"rsi":{"value":19971},"r8":{"value":409604},"cr2":{"value":0},"rdx":{"value":123145397760000},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":0},"rbx":{"value":123145398284288},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703593024392},"rbp":{"value":0},"rsp":{"value":123145398284288},"r12":{"value":0},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145398284288}}},{"id":4925,"name":"IOHIDService - RunLoopCompatibilityThread","threadState":{"r13":{"value":21592279046},"rax":{"value":268451845},"rflags":{"value":518},"cpu":{"value":0},"r14":{"value":2},"rsi":{"value":21592279046},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":8589934592},"r10":{"value":76978698846208},"r9":{"value":76978698846208},"r15":{"value":76978698846208},"rbx":{"value":123145398816720},"trap":{"value":133},"err":{"value":16777263},"r11":{"value":518},"rip":{"value":140703592782350},"rbp":{"value":123145398816560},"rsp":{"value":123145398816456},"r12":{"value":4294967295},"rcx":{"value":123145398816456},"flavor":"x86_THREAD_STATE","rdi":{"value":123145398816720}},"frames":[{"imageOffset":6670,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":28},{"imageOffset":65050,"symbol":"mach_msg2_internal","symbolLocation":84,"imageIndex":28},{"imageOffset":35650,"symbol":"mach_msg_overwrite","symbolLocation":653,"imageIndex":28},{"imageOffset":7423,"symbol":"mach_msg","symbolLocation":19,"imageIndex":28},{"imageOffset":506649,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":143,"imageIndex":37},{"imageOffset":501132,"symbol":"__CFRunLoopRun","symbolLocation":1371,"imageIndex":37},{"imageOffset":498281,"symbol":"CFRunLoopRunSpecific","symbolLocation":557,"imageIndex":37},{"imageOffset":1001609,"symbol":"CFRunLoopRun","symbolLocation":40,"imageIndex":37},{"imageOffset":366766,"symbol":"__IOHIDServiceRunLoopCompatibilityThread","symbolLocation":307,"imageIndex":38},{"imageOffset":25090,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":33},{"imageOffset":7083,"symbol":"thread_start","symbolLocation":15,"imageIndex":33}]},{"id":4930,"threadState":{"r13":{"value":123145399355168},"rax":{"value":18446744073709551612},"rflags":{"value":514},"cpu":{"value":0},"r14":{"value":16777217},"rsi":{"value":123145399355264},"r8":{"value":335007449088},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":0},"r15":{"value":0},"rbx":{"value":4294967295},"trap":{"value":133},"err":{"value":33554947},"r11":{"value":514},"rip":{"value":140703592788418},"rbp":{"value":123145399355072},"rsp":{"value":123145399355032},"r12":{"value":123145399355264},"rcx":{"value":123145399355032},"flavor":"x86_THREAD_STATE","rdi":{"value":16777217}},"queue":"com.apple.libtrace.state.block-list","frames":[{"imageOffset":12738,"symbol":"__ulock_wait","symbolLocation":10,"imageIndex":28},{"imageOffset":15794,"symbol":"_dlock_wait","symbolLocation":46,"imageIndex":34},{"imageOffset":15418,"symbol":"_dispatch_thread_event_wait_slow","symbolLocation":40,"imageIndex":34},{"imageOffset":67267,"symbol":"__DISPATCH_WAIT_FOR_QUEUE__","symbolLocation":307,"imageIndex":34},{"imageOffset":66287,"symbol":"_dispatch_sync_f_slow","symbolLocation":175,"imageIndex":34},{"imageOffset":49673,"symbol":"___os_state_request_for_self_block_invoke","symbolLocation":375,"imageIndex":39},{"imageOffset":8934,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":34},{"imageOffset":13722,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":34},{"imageOffset":38504,"symbol":"_dispatch_lane_serial_drain","symbolLocation":816,"imageIndex":34},{"imageOffset":41216,"symbol":"_dispatch_lane_invoke","symbolLocation":377,"imageIndex":34},{"imageOffset":80622,"symbol":"_dispatch_root_queue_drain_deferred_wlh","symbolLocation":271,"imageIndex":34},{"imageOffset":78845,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":451,"imageIndex":34},{"imageOffset":11335,"symbol":"_pthread_wqthread","symbolLocation":327,"imageIndex":33},{"imageOffset":7063,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":33}]},{"id":4933,"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":33}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":0},"rsi":{"value":43011},"r8":{"value":409604},"cr2":{"value":0},"rdx":{"value":123145399369728},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":0},"rbx":{"value":123145399894016},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703593024392},"rbp":{"value":0},"rsp":{"value":123145399894016},"r12":{"value":0},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145399894016}}},{"id":4934,"threadState":{"r13":{"value":21525170178},"rax":{"value":268451845},"rflags":{"value":514},"cpu":{"value":0},"r14":{"value":2},"rsi":{"value":21525170178},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":8589934592},"r10":{"value":0},"r9":{"value":336463443001344},"r15":{"value":336463443001344},"rbx":{"value":123145400428352},"trap":{"value":133},"err":{"value":16777263},"r11":{"value":514},"rip":{"value":140703592782350},"rbp":{"value":123145400428192},"rsp":{"value":123145400428088},"r12":{"value":0},"rcx":{"value":123145400428088},"flavor":"x86_THREAD_STATE","rdi":{"value":123145400428352}},"queue":"com.apple.VirtualDisplayListener","frames":[{"imageOffset":6670,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":28},{"imageOffset":65050,"symbol":"mach_msg2_internal","symbolLocation":84,"imageIndex":28},{"imageOffset":35650,"symbol":"mach_msg_overwrite","symbolLocation":653,"imageIndex":28},{"imageOffset":43842,"symbol":"mach_msg_server_once","symbolLocation":266,"imageIndex":28},{"imageOffset":71305,"symbol":"-[VirtualDisplayListener rx]","symbolLocation":77,"imageIndex":36},{"imageOffset":8934,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":34},{"imageOffset":13722,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":34},{"imageOffset":38504,"symbol":"_dispatch_lane_serial_drain","symbolLocation":816,"imageIndex":34},{"imageOffset":41216,"symbol":"_dispatch_lane_invoke","symbolLocation":377,"imageIndex":34},{"imageOffset":80622,"symbol":"_dispatch_root_queue_drain_deferred_wlh","symbolLocation":271,"imageIndex":34},{"imageOffset":78845,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":451,"imageIndex":34},{"imageOffset":11335,"symbol":"_pthread_wqthread","symbolLocation":327,"imageIndex":33},{"imageOffset":7063,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":33}]},{"id":5033,"name":"com.apple.windowserver.root_queue","threadState":{"r13":{"value":18446744071427850239},"rax":{"value":14},"rflags":{"value":518},"cpu":{"value":0},"r14":{"value":140471737270656},"rsi":{"value":4294966273797783556},"r8":{"value":1},"cr2":{"value":0},"rdx":{"value":999999762},"r10":{"value":4294966273797783552},"r9":{"value":3355834393},"r15":{"value":19342813113834067},"rbx":{"value":50189910666},"trap":{"value":133},"err":{"value":16777254},"r11":{"value":518},"rip":{"value":140703592782242},"rbp":{"value":123145400966976},"rsp":{"value":123145400966936},"r12":{"value":0},"rcx":{"value":123145400966936},"flavor":"x86_THREAD_STATE","rdi":{"value":5635}},"frames":[{"imageOffset":6562,"symbol":"semaphore_timedwait_trap","symbolLocation":10,"imageIndex":28},{"imageOffset":15083,"symbol":"_dispatch_sema4_timedwait","symbolLocation":73,"imageIndex":34},{"imageOffset":16183,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":58,"imageIndex":34},{"imageOffset":75181,"symbol":"_dispatch_worker_thread","symbolLocation":321,"imageIndex":34},{"imageOffset":25090,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":33},{"imageOffset":7083,"symbol":"thread_start","symbolLocation":15,"imageIndex":33}]},{"id":5040,"frames":[{"imageOffset":6670,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":28},{"imageOffset":65050,"symbol":"mach_msg2_internal","symbolLocation":84,"imageIndex":28},{"imageOffset":35650,"symbol":"mach_msg_overwrite","symbolLocation":653,"imageIndex":28},{"imageOffset":7423,"symbol":"mach_msg","symbolLocation":19,"imageIndex":28},{"imageOffset":194250,"symbol":"CoreDisplay::Mach::Message::Receive(unsigned int)","symbolLocation":80,"imageIndex":36},{"imageOffset":960967,"symbol":"CoreDisplay::Mach::Server::Start()","symbolLocation":105,"imageIndex":36},{"imageOffset":961168,"symbol":"void* std::__1::__thread_proxy[abi:v160006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (CoreDisplay::Mach::Server::*)(), CoreDisplay::Mach::Server*>>(void*)","symbolLocation":79,"imageIndex":36},{"imageOffset":25090,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":33},{"imageOffset":7083,"symbol":"thread_start","symbolLocation":15,"imageIndex":33}],"threadState":{"r13":{"value":21525170182},"rax":{"value":268451845},"rflags":{"value":518},"cpu":{"value":0},"r14":{"value":2},"rsi":{"value":21525170182},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":8589934592},"r10":{"value":0},"r9":{"value":337940911751168},"r15":{"value":337940911751168},"rbx":{"value":123145401503088},"trap":{"value":133},"err":{"value":16777263},"r11":{"value":518},"rip":{"value":140703592782350},"rbp":{"value":123145401502928},"rsp":{"value":123145401502824},"r12":{"value":0},"rcx":{"value":123145401502824},"flavor":"x86_THREAD_STATE","rdi":{"value":123145401503088}}},{"id":5110,"name":"com.apple.windowserver.root_queue","threadState":{"r13":{"value":18446744071427850239},"rax":{"value":14},"rflags":{"value":518},"cpu":{"value":0},"r14":{"value":140471737270656},"rsi":{"value":4294965504998637572},"r8":{"value":1},"cr2":{"value":0},"rdx":{"value":999999583},"r10":{"value":4294965504998637568},"r9":{"value":3064303744},"r15":{"value":19342813113834067},"rbx":{"value":48505058430},"trap":{"value":133},"err":{"value":16777254},"r11":{"value":518},"rip":{"value":140703592782242},"rbp":{"value":123145402040128},"rsp":{"value":123145402040088},"r12":{"value":0},"rcx":{"value":123145402040088},"flavor":"x86_THREAD_STATE","rdi":{"value":5635}},"frames":[{"imageOffset":6562,"symbol":"semaphore_timedwait_trap","symbolLocation":10,"imageIndex":28},{"imageOffset":15083,"symbol":"_dispatch_sema4_timedwait","symbolLocation":73,"imageIndex":34},{"imageOffset":16183,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":58,"imageIndex":34},{"imageOffset":75181,"symbol":"_dispatch_worker_thread","symbolLocation":321,"imageIndex":34},{"imageOffset":25090,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":33},{"imageOffset":7083,"symbol":"thread_start","symbolLocation":15,"imageIndex":33}]},{"id":5111,"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":33}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":0},"rsi":{"value":93963},"r8":{"value":409604},"cr2":{"value":0},"rdx":{"value":123145402052608},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":0},"rbx":{"value":123145402576896},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703593024392},"rbp":{"value":0},"rsp":{"value":123145402576896},"r12":{"value":0},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145402576896}}},{"id":5112,"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":33}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":0},"rsi":{"value":124931},"r8":{"value":409604},"cr2":{"value":0},"rdx":{"value":123145402589184},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":0},"rbx":{"value":123145403113472},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703593024392},"rbp":{"value":0},"rsp":{"value":123145403113472},"r12":{"value":0},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145403113472}}},{"id":5113,"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":33}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":0},"rsi":{"value":124675},"r8":{"value":409604},"cr2":{"value":0},"rdx":{"value":123145403125760},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":0},"rbx":{"value":123145403650048},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703593024392},"rbp":{"value":0},"rsp":{"value":123145403650048},"r12":{"value":0},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145403650048}}},{"id":5114,"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":33}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":1},"rsi":{"value":124419},"r8":{"value":409604},"cr2":{"value":0},"rdx":{"value":123145403662336},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":123145404185464},"rbx":{"value":123145404186624},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703593024392},"rbp":{"value":0},"rsp":{"value":123145404186624},"r12":{"value":5193732},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145404186624}}},{"id":5117,"threadState":{"r13":{"value":17297326606},"rax":{"value":268451845},"rflags":{"value":514},"cpu":{"value":0},"r14":{"value":16384},"rsi":{"value":17297326606},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":7778185874723},"r9":{"value":416830871044096},"r15":{"value":416830871044096},"rbx":{"value":123145404698352},"trap":{"value":133},"err":{"value":16777263},"r11":{"value":514},"rip":{"value":140703592782350},"rbp":{"value":123145404697984},"rsp":{"value":123145404697880},"r12":{"value":0},"rcx":{"value":123145404697880},"flavor":"x86_THREAD_STATE","rdi":{"value":123145404698352}},"queue":"compiler request queue","frames":[{"imageOffset":6670,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":28},{"imageOffset":65050,"symbol":"mach_msg2_internal","symbolLocation":84,"imageIndex":28},{"imageOffset":35650,"symbol":"mach_msg_overwrite","symbolLocation":653,"imageIndex":28},{"imageOffset":7423,"symbol":"mach_msg","symbolLocation":19,"imageIndex":28},{"imageOffset":110119,"symbol":"_dispatch_mach_send_and_wait_for_reply","symbolLocation":521,"imageIndex":34},{"imageOffset":111147,"symbol":"dispatch_mach_send_with_result_and_wait_for_reply","symbolLocation":50,"imageIndex":34},{"imageOffset":46483,"symbol":"xpc_connection_send_message_with_reply_sync","symbolLocation":261,"imageIndex":40},{"imageOffset":175089,"symbol":"XPCCompilerConnection::BuildRequestInternal(MTLCompilerRequest*, char const*, NSObject<OS_dispatch_data>*, int, bool, void (unsigned int, void const*, unsigned long, char const*) block_pointer)","symbolLocation":1357,"imageIndex":25},{"imageOffset":687591,"symbol":"invocation function for block in XPCCompilerConnection::BuildRequest(MTLCompilerRequest*, char const*, NSObject<OS_dispatch_data>*, int, bool, void (unsigned int, void const*, unsigned long, char const*) block_pointer)","symbolLocation":61,"imageIndex":25},{"imageOffset":13722,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":34},{"imageOffset":66631,"symbol":"_dispatch_lane_barrier_sync_invoke_and_complete","symbolLocation":60,"imageIndex":34},{"imageOffset":173636,"symbol":"XPCCompilerConnection::BuildRequest(MTLCompilerRequest*, char const*, NSObject<OS_dispatch_data>*, int, bool, void (unsigned int, void const*, unsigned long, char const*) block_pointer)","symbolLocation":116,"imageIndex":25},{"imageOffset":173269,"symbol":"MTLCompilerConnectionManagerPrivate::buildRequest(unsigned int, MTLCompilerRequest*, bool, void (MTLCompilerError, NSObject<OS_dispatch_data>*, char const*) block_pointer)","symbolLocation":329,"imageIndex":25},{"imageOffset":1024290,"symbol":"-[MTLCompiler compileFunctionRequestInternal:frameworkLinking:linkDataSize:reflectionOnly:completionHandler:]","symbolLocation":7627,"imageIndex":25},{"imageOffset":1071628,"symbol":"-[MTLCompiler newRenderPipelineStateWithDescriptorInternal:options:reflection:destinationBinaryArchive:error:completionHandler:]","symbolLocation":2329,"imageIndex":25},{"imageOffset":119256,"symbol":"-[MTLCompiler newRenderPipelineStateWithDescriptor:options:reflection:error:completionHandler:]","symbolLocation":27,"imageIndex":25},{"imageOffset":117012,"symbol":"-[_MTLDevice newRenderPipelineStateWithDescriptor:error:]","symbolLocation":65,"imageIndex":25},{"imageOffset":378684,"symbol":"CA::OGL::MetalContext::create_pipeline_state(CA::OGL::MetalContext::Pipeline::Spec const&, unsigned int*, std::__1::atomic<bool>*)","symbolLocation":5568,"imageIndex":29},{"imageOffset":2262284,"symbol":"invocation function for block in CA::OGL::MetalContext::dispatch_async_pipeline(CA::OGL::MetalContext::Pipeline::Spec const&, CA::OGL::MetalContext::Pipeline*, bool)","symbolLocation":117,"imageIndex":29},{"imageOffset":65538,"symbol":"_dispatch_block_async_invoke2","symbolLocation":85,"imageIndex":34},{"imageOffset":13722,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":34},{"imageOffset":38504,"symbol":"_dispatch_lane_serial_drain","symbolLocation":816,"imageIndex":34},{"imageOffset":41216,"symbol":"_dispatch_lane_invoke","symbolLocation":377,"imageIndex":34},{"imageOffset":80622,"symbol":"_dispatch_root_queue_drain_deferred_wlh","symbolLocation":271,"imageIndex":34},{"imageOffset":78845,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":451,"imageIndex":34},{"imageOffset":11335,"symbol":"_pthread_wqthread","symbolLocation":327,"imageIndex":33},{"imageOffset":7063,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":33}]},{"id":5198,"name":"com.apple.windowserver.root_queue","threadState":{"r13":{"value":18446744071427850239},"rax":{"value":14},"rflags":{"value":518},"cpu":{"value":0},"r14":{"value":140471737270656},"rsi":{"value":4294966475661246468},"r8":{"value":1},"cr2":{"value":0},"rdx":{"value":999999809},"r10":{"value":4294966475661246464},"r9":{"value":3712231483},"r15":{"value":19342813113834067},"rbx":{"value":50189911124},"trap":{"value":133},"err":{"value":16777254},"r11":{"value":518},"rip":{"value":140703592782242},"rbp":{"value":123145405259584},"rsp":{"value":123145405259544},"r12":{"value":0},"rcx":{"value":123145405259544},"flavor":"x86_THREAD_STATE","rdi":{"value":5635}},"frames":[{"imageOffset":6562,"symbol":"semaphore_timedwait_trap","symbolLocation":10,"imageIndex":28},{"imageOffset":15083,"symbol":"_dispatch_sema4_timedwait","symbolLocation":73,"imageIndex":34},{"imageOffset":16183,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":58,"imageIndex":34},{"imageOffset":75181,"symbol":"_dispatch_worker_thread","symbolLocation":321,"imageIndex":34},{"imageOffset":25090,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":33},{"imageOffset":7083,"symbol":"thread_start","symbolLocation":15,"imageIndex":33}]},{"id":5247,"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":33}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":1},"rsi":{"value":119311},"r8":{"value":409604},"cr2":{"value":0},"rdx":{"value":123145405272064},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":123145405795200},"rbx":{"value":123145405796352},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703593024392},"rbp":{"value":0},"rsp":{"value":123145405796352},"r12":{"value":3948552},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145405796352}}}], "usedImages" : [ { "source" : "P", "arch" : "x86_64", "base" : 4329050112, "CFBundleShortVersionString" : "113.44", "CFBundleIdentifier" : "com.apple.AppleGVACoreFramework", "size" : 86016, "uuid" : "2be0a64d-e820-3401-9622-727dfa3c4784", "path" : "\/System\/Library\/PrivateFrameworks\/AppleGVACore.framework\/Versions\/A\/AppleGVACore", "name" : "AppleGVACore", "CFBundleVersion" : "113.44" }, { "source" : "P", "arch" : "x86_64", "base" : 4328747008, "size" : 81920, "uuid" : "f116682b-282c-3da8-bf3e-25aa853ce29b", "path" : "\/System\/Library\/CoreServices\/TouchBarEvent.bundle", "name" : "TouchBarEvent.bundle" }, { "source" : "P", "arch" : "x86_64", "base" : 4324179968, "CFBundleShortVersionString" : "16.4.5", "CFBundleIdentifier" : "com.apple.driver.AppleIntelHD4000GraphicsMTLDriver", "size" : 16384, "uuid" : "9c54584e-dbe1-3829-bd41-2301b4489c2c", "path" : "\/System\/Library\/Extensions\/AppleIntelHD4000GraphicsMTLDriver.bundle\/Contents\/MacOS\/AppleIntelHD4000GraphicsMTLDriver", "name" : "AppleIntelHD4000GraphicsMTLDriver", "CFBundleVersion" : "16.0.4" }, { "source" : "P", "arch" : "x86_64", "base" : 4326162432, "size" : 540672, "uuid" : "f4c37124-74e1-3473-a8b1-9956c13c38b1", "path" : "\/System\/Library\/Extensions\/AppleIntelHD4000GraphicsMTLDriver.bundle\/Contents\/MacOS\/AppleIntelHD4000GraphicsMTLDriver_real", "name" : "AppleIntelHD4000GraphicsMTLDriver_real" }, { "source" : "P", "arch" : "x86_64", "base" : 4323143680, "CFBundleShortVersionString" : "481.0.1", "CFBundleIdentifier" : "com.apple.driver.IOAccelerator2D", "size" : 16384, "uuid" : "3d9c4004-af50-3679-a963-776d1f8535c6", "path" : "\/System\/Library\/Extensions\/IOAccelerator2D.plugin\/Contents\/MacOS\/IOAccelerator2D", "name" : "IOAccelerator2D", "CFBundleVersion" : "481.0.1" }, { "source" : "P", "arch" : "x86_64", "base" : 4322492416, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.iokit.hid.IOHIDPointerScrollFilter", "size" : 49152, "uuid" : "5e3db4f4-713f-3372-b4d9-5a4cdbf3ef97", "path" : "\/System\/Library\/HIDPlugins\/IOHIDPointerScrollFilter.plugin\/Contents\/MacOS\/IOHIDPointerScrollFilter", "name" : "IOHIDPointerScrollFilter", "CFBundleVersion" : "1" }, { "source" : "P", "arch" : "x86_64", "base" : 4322701312, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.KeyboardTelemetryServiceFilter", "size" : 32768, "uuid" : "c73eb357-cb03-32b8-8036-954b11882d49", "path" : "\/System\/Library\/HIDPlugins\/ServiceFilters\/KeyboardTelemetryServiceFilter.plugin\/Contents\/MacOS\/KeyboardTelemetryServiceFilter", "name" : "KeyboardTelemetryServiceFilter", "CFBundleVersion" : "1" }, { "source" : "P", "arch" : "x86_64", "base" : 4322807808, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.iokit.hid.IOHIDKeyboardFilter", "size" : 49152, "uuid" : "219325c7-8c45-32ce-bcb7-d7d208acb919", "path" : "\/System\/Library\/HIDPlugins\/IOHIDKeyboardFilter.plugin\/Contents\/MacOS\/IOHIDKeyboardFilter", "name" : "IOHIDKeyboardFilter", "CFBundleVersion" : "1" }, { "source" : "P", "arch" : "x86_64", "base" : 4320817152, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.GameController.HID.GenericGamepad", "size" : 98304, "uuid" : "fb581c70-0530-39e2-930d-4ef869a71b71", "path" : "\/System\/Library\/HIDPlugins\/ServicePlugins\/GenericGamepadHIDServicePlugin.plugin\/Contents\/MacOS\/GenericGamepadHIDServicePlugin", "name" : "GenericGamepadHIDServicePlugin", "CFBundleVersion" : "1" }, { "source" : "P", "arch" : "x86_64", "base" : 4321427456, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.universalcontrol.servicefilter", "size" : 753664, "uuid" : "ca6fb671-ddfe-31f2-82c3-ed630e99606b", "path" : "\/System\/Library\/HIDPlugins\/ServiceFilters\/UniversalControlServiceFilter.plugin\/Contents\/MacOS\/UniversalControlServiceFilter", "name" : "UniversalControlServiceFilter", "CFBundleVersion" : "140.2.1" }, { "source" : "P", "arch" : "x86_64", "base" : 4321345536, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.AppleHIDBluetoothFilter", "size" : 16384, "uuid" : "c045273d-4e1a-35a7-b0be-a5c749c54f50", "path" : "\/System\/Library\/HIDPlugins\/ServiceFilters\/AppleHIDBluetoothFilter.plugin\/Contents\/MacOS\/AppleHIDBluetoothFilter", "name" : "AppleHIDBluetoothFilter", "CFBundleVersion" : "7400.26" }, { "source" : "P", "arch" : "x86_64", "base" : 4321067008, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.iokit.hid.IOHIDEventProcessorFilter", "size" : 32768, "uuid" : "69646f3c-b7f9-34a7-bd1d-7eebaca1cc9b", "path" : "\/System\/Library\/HIDPlugins\/IOHIDEventProcessorFilter.plugin\/Contents\/MacOS\/IOHIDEventProcessorFilter", "name" : "IOHIDEventProcessorFilter", "CFBundleVersion" : "1" }, { "source" : "P", "arch" : "x86_64", "base" : 4321165312, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.hid.ColourSensorFilterPlugin", "size" : 98304, "uuid" : "84f61686-a342-3746-af96-40b8348a470b", "path" : "\/System\/Library\/HIDPlugins\/ColourSensorFilterPlugin.plugin\/Contents\/MacOS\/ColourSensorFilterPlugin", "name" : "ColourSensorFilterPlugin", "CFBundleVersion" : "1" }, { "source" : "P", "arch" : "x86_64", "base" : 4320395264, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.iokit.hid.IOHIDNXEventTranslatorServiceFilter", "size" : 16384, "uuid" : "937a9c18-317d-3f99-88f9-7f2a334945be", "path" : "\/System\/Library\/HIDPlugins\/IOHIDNXEventTranslatorServiceFilter.plugin\/Contents\/MacOS\/IOHIDNXEventTranslatorServiceFilter", "name" : "IOHIDNXEventTranslatorServiceFilter", "CFBundleVersion" : "1" }, { "source" : "P", "arch" : "x86_64", "base" : 4320313344, "CFBundleShortVersionString" : "2.0.0", "CFBundleIdentifier" : "com.apple.iokit.IOHIDNXEventRouter", "size" : 16384, "uuid" : "95f65cba-2fc3-3569-a5f7-b74154c9f988", "path" : "\/System\/Library\/Extensions\/IOHIDFamily.kext\/Contents\/PlugIns\/IOHIDNXEventRouter.plugin\/Contents\/MacOS\/IOHIDNXEventRouter", "name" : "IOHIDNXEventRouter", "CFBundleVersion" : "2.0.0" }, { "source" : "P", "arch" : "x86_64", "base" : 4320485376, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.IOHIDEventServicePlugin", "size" : 16384, "uuid" : "5c851582-74aa-3323-a586-c3f756326d69", "path" : "\/System\/Library\/HIDPlugins\/ServicePlugins\/IOHIDEventServicePlugin.plugin\/Contents\/MacOS\/IOHIDEventServicePlugin", "name" : "IOHIDEventServicePlugin", "CFBundleVersion" : "1" }, { "source" : "P", "arch" : "x86_64", "base" : 4320231424, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.CoreRCPlugin", "size" : 16384, "uuid" : "7e4e7e58-dc81-3c50-80a1-5f2d5ffa7f4b", "path" : "\/System\/Library\/HIDPlugins\/SessionFilters\/CoreRCPlugin.plugin\/Contents\/MacOS\/CoreRCPlugin", "name" : "CoreRCPlugin", "CFBundleVersion" : "1" }, { "source" : "P", "arch" : "x86_64", "base" : 4320149504, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.IOHIDRemoteSensorSessionFilter", "size" : 16384, "uuid" : "299c4211-1f34-3cca-93fe-4b95284f979f", "path" : "\/System\/Library\/HIDPlugins\/SessionFilters\/IOHIDRemoteSensorSessionFilter.plugin\/Contents\/MacOS\/IOHIDRemoteSensorSessionFilter", "name" : "IOHIDRemoteSensorSessionFilter", "CFBundleVersion" : "1" }, { "source" : "P", "arch" : "x86_64", "base" : 4320604160, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.IOAnalytics", "size" : 65536, "uuid" : "743e593f-9984-3e69-b6ca-b125ce11b039", "path" : "\/System\/Library\/HIDPlugins\/SessionFilters\/IOAnalytics.plugin\/Contents\/MacOS\/IOAnalytics", "name" : "IOAnalytics", "CFBundleVersion" : "1" }, { "source" : "P", "arch" : "x86_64", "base" : 4319920128, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.iokit.hid.IOHIDDFREventFilter", "size" : 16384, "uuid" : "dba25399-6cd1-3cb4-8c95-c6a9d239fdf9", "path" : "\/System\/Library\/HIDPlugins\/IOHIDDFREventFilter.plugin\/Contents\/MacOS\/IOHIDDFREventFilter", "name" : "IOHIDDFREventFilter", "CFBundleVersion" : "1" }, { "source" : "P", "arch" : "x86_64", "base" : 4320018432, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.iokit.hid.IOHIDNXEventTranslatorSessionFilter", "size" : 49152, "uuid" : "ecef865e-2737-3a57-8852-e4e56075c2be", "path" : "\/System\/Library\/HIDPlugins\/IOHIDNXEventTranslatorSessionFilter.plugin\/Contents\/MacOS\/IOHIDNXEventTranslatorSessionFilter", "name" : "IOHIDNXEventTranslatorSessionFilter", "CFBundleVersion" : "1" }, { "source" : "P", "arch" : "x86_64", "base" : 4319678464, "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" : 4511772672, "size" : 344064, "uuid" : "d5cf0007-ff51-3af6-9c8e-1e8c75f15238", "path" : "\/System\/Library\/PrivateFrameworks\/IO80211.framework\/Versions\/A\/IO80211Old.dylib", "name" : "IO80211Old.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 4362555392, "size" : 7553024, "uuid" : "9a00413f-d04a-3a3a-a228-9f163ec40160", "path" : "\/System\/Library\/PrivateFrameworks\/SkyLight.framework\/Versions\/A\/Resources\/CursorAsset", "name" : "CursorAsset" }, { "source" : "P", "arch" : "x86_64", "base" : 4323434496, "CFBundleShortVersionString" : "341.31", "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.31" }, { "source" : "P", "arch" : "x86_64", "base" : 4329930752, "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" : 4341243904, "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" : "1420.3" }, { "source" : "P", "arch" : "x86_64", "base" : 4318945280, "size" : 16384, "uuid" : "5c0f1655-7456-301f-a151-2e56403e46c8", "path" : "\/System\/Library\/PrivateFrameworks\/SkyLight.framework\/Versions\/A\/Resources\/WindowServer", "name" : "WindowServer" }, { "source" : "P", "arch" : "x86_64", "base" : 140703592775680, "size" : 241656, "uuid" : "15c57a9b-d395-38d4-bd11-3841926f02e9", "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib", "name" : "libsystem_kernel.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703738159104, "CFBundleShortVersionString" : "1.11", "CFBundleIdentifier" : "com.apple.QuartzCore", "size" : 3833842, "uuid" : "1417511b-e528-384f-8203-f5923133375a", "path" : "\/System\/Library\/Frameworks\/QuartzCore.framework\/Versions\/A\/QuartzCore", "name" : "QuartzCore", "CFBundleVersion" : "1110.3.1" }, { "source" : "P", "arch" : "x86_64", "base" : 140703682838528, "CFBundleShortVersionString" : "1.600.0", "CFBundleIdentifier" : "com.apple.SkyLight", "size" : 4550646, "uuid" : "aa1072bb-b649-3a49-ba98-b74334e3dcbd", "path" : "\/System\/Library\/PrivateFrameworks\/SkyLight.framework\/Versions\/A\/SkyLight", "name" : "SkyLight" }, { "source" : "P", "arch" : "x86_64", "base" : 140703589310464, "size" : 639944, "uuid" : "1010846c-732a-3d0b-aeb3-3aab5874321e", "path" : "\/usr\/lib\/dyld", "name" : "dyld" }, { "size" : 0, "source" : "A", "base" : 0, "uuid" : "00000000-0000-0000-0000-000000000000" }, { "source" : "P", "arch" : "x86_64", "base" : 140703593017344, "size" : 49152, "uuid" : "b2678d9e-f1fa-381f-b0e4-7c5d84c4f428", "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib", "name" : "libsystem_pthread.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703591292928, "size" : 290814, "uuid" : "b861bf4e-29d2-36ac-889f-cf9b03955982", "path" : "\/usr\/lib\/system\/libdispatch.dylib", "name" : "libdispatch.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140704048418816, "CFBundleShortVersionString" : "142", "CFBundleIdentifier" : "com.apple.AmbientDisplay", "size" : 180220, "uuid" : "4a03ffa1-0fd8-3434-9025-9e35975f4a4c", "path" : "\/System\/Library\/PrivateFrameworks\/AmbientDisplay.framework\/Versions\/A\/AmbientDisplay", "name" : "AmbientDisplay", "CFBundleVersion" : "142" }, { "source" : "P", "arch" : "x86_64", "base" : 140703623950336, "CFBundleShortVersionString" : "283", "CFBundleIdentifier" : "com.apple.CoreDisplay", "size" : 1228796, "uuid" : "9293dd8d-38ca-3654-ba09-1257c92f1e64", "path" : "\/System\/Library\/Frameworks\/CoreDisplay.framework\/Versions\/A\/CoreDisplay", "name" : "CoreDisplay", "CFBundleVersion" : "283" }, { "source" : "P", "arch" : "x86_64", "base" : 140703593435136, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.CoreFoundation", "size" : 4820989, "uuid" : "e61f1187-a1ec-3a7e-b455-f4fc239ac2d0", "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation", "name" : "CoreFoundation", "CFBundleVersion" : "2201" }, { "source" : "P", "arch" : "x86_64", "base" : 140703648489472, "CFBundleShortVersionString" : "2.0.2", "CFBundleIdentifier" : "com.apple.framework.IOKit", "size" : 798712, "uuid" : "93f186af-f1c0-3cda-b507-8c289de4b343", "path" : "\/System\/Library\/Frameworks\/IOKit.framework\/Versions\/A\/IOKit", "name" : "IOKit" }, { "source" : "P", "arch" : "x86_64", "base" : 140703590248448, "size" : 106487, "uuid" : "506eaed4-9946-3c2e-ab99-608096a13415", "path" : "\/usr\/lib\/system\/libsystem_trace.dylib", "name" : "libsystem_trace.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703589969920, "size" : 278515, "uuid" : "96f8a2fb-352b-3db9-b90b-dddcdd85adcd", "path" : "\/usr\/lib\/system\/libxpc.dylib", "name" : "libxpc.dylib" } ], "sharedCache" : { "base" : 140703588614144, "size" : 21474836480, "uuid" : "b7381897-8f32-3fbb-b272-170f431f97c3" }, "vmSummary" : "ReadOnly portion of Libraries: Total=462.4M resident=0K(0%) swapped_out_or_unallocated=462.4M(100%)\nWritable regions: Total=4.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=4.3G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nActivity Tracing 256K 1 \nCG backing stores 12K 3 \nCG framebuffers 1.3G 11 \nCG framebuffers (reserved) 603.1M 10 reserved VM address space (unallocated)\nColorSync 180K 27 \nCoreAnimation 31.9M 28 \nCoreGraphics 4K 1 \nKernel Alloc Once 8K 1 \nMALLOC 666.4M 73 \nMALLOC guard page 32K 8 \nMach message 60K 3 \nMach message (reserved) 4K 1 reserved VM address space (unallocated)\nSTACK GUARD 56.1M 19 \nStack 17.6M 19 \nVM_ALLOCATE 13.0M 18 \nVM_ALLOCATE (reserved) 1.8G 4 reserved VM address space (unallocated)\n__CGSERVER 16K 1 \n__DATA 19.3M 370 \n__DATA_CONST 16.3M 241 \n__DATA_DIRTY 656K 113 \n__FONT_DATA 2352 1 \n__LINKEDIT 182.7M 30 \n__OBJC_RO 71.0M 1 \n__OBJC_RW 2166K 2 \n__SLSERVER 16K 1 \n__TEXT 279.7M 392 \ndyld private memory 260K 2 \nmapped file 33.7M 7 \nshared memory 1272K 34 \n=========== ======= ======= \nTOTAL 5.0G 1422 \nTOTAL, minus reserved VM space 2.6G 1422 \n", "legacyInfo" : { "threadTriggered" : { "name" : "ws_main_thread", "queue" : "com.apple.main-thread" } }, "logWritingSignature" : "599e85156552aa291d861eae3bd6653b125a8c32" } Model: MacBookPro10,1, BootROM 429.0.0.0.0, 4 processors, Quad-Core Intel Core i7, 2,4 GHz, 16 GB, SMC 2.3f36 Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 5 MB Display: Unknown Display, 1600 x 900, Main, MirrorOff, Online Memory Module: BANK 0/ChannelA-DIMM0, 8 GB, DDR3, 1600 MHz, Samsung, M471B1G73EB0-YK0 Memory Module: BANK 2/ChannelB-DIMM0, 8 GB, DDR3, 1600 MHz, Samsung, M471B1G73EB0-YK0 AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x17), 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 PCI Card: Intel HD Graphics 4000, VGA-Compatible Controller, built-in PCI Card: Realtek ALC269VC Rev.3, Audio Device, Internal@0,27,0 Serial ATA Device: Samsung SSD 840 EVO 250GB, 250,06 GB Serial ATA Device: MAT{censored}ADVD-RAM UJ8C0 USB Device: USB20Bus USB Device: hub_device USB Device: BCM20702A0 USB Device: USB20Bus USB Device: hub_device USB Device: USB30Bus Thunderbolt Bus: Edited November 14, 2023 by cankiulascmnfye Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813488 Share on other sites More sharing options...
Anto65 Posted November 14, 2023 Author Share Posted November 14, 2023 (edited) Spoiler Edited November 14, 2023 by antuneddu 6 Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813498 Share on other sites More sharing options...
jm26200 Posted November 14, 2023 Share Posted November 14, 2023 done. Spoiler 3 Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813508 Share on other sites More sharing options...
aniuks27 Posted November 14, 2023 Share Posted November 14, 2023 MacOS 14.2 Beta 3 . All good 3 Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813509 Share on other sites More sharing options...
Wayang-NT Posted November 14, 2023 Share Posted November 14, 2023 beta 3 ... 2 Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813512 Share on other sites More sharing options...
hiphopboy Posted November 15, 2023 Share Posted November 15, 2023 Done beta 3 2 Link to comment https://www.insanelymac.com/forum/topic/357920-pre-release-macos-sonoma-142/page/2/#findComment-2813523 Share on other sites More sharing options...
Recommended Posts