Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚨 (macOS 10.15.4) (audio-related, iShowU) 🔈 Couldn't communicate with a helper application. - Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio' #4165

Closed
anyathenerd opened this issue Apr 2, 2020 · 28 comments
Labels

Comments

@anyathenerd
Copy link

So, I recently downloaded the new version of MacOS (Catalina) and now I can't open any ROMs. Every time I try to launch a game or save-state, it just gives me a window saying that it "Cannot Communicate with a helper application." I'm not sure what to do. I have restarted the app, deleted and reinstalled the app, and restarted my computer and none of it works.

Here is the crash log:
Process: OpenEmuHelperApp [1404]
Path: /Applications/OpenEmu.app/Contents/Resources/OpenEmuHelperApp
Identifier: OpenEmuHelperApp
Version: 2.2.1 (2.2.1)
Code Type: X86-64 (Native)
Parent Process: OpenEmu [1140]
Responsible: OpenEmu [1140]
User ID: 1367023365

Date/Time: 2020-04-02 15:24:59.826 -0400
OS Version: Mac OS X 10.15.4 (19E266)
Report Version: 12
Anonymous UUID: 856BAD5D-4655-FA27-3553-E3A8C6FF947E

Time Awake Since Boot: 2700 seconds

System Integrity Protection: enabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

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

Application Specific Information:
dyld: in dlopen()
/System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
*** Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio', reason: 'required condition is false: node1 != nil && node2 != nil'
terminating with uncaught exception of type NSException
abort() called

Debugging Information

  • OpenEmu Version: 2.2.1
  • macOS Version: 10.15.4
@clobber
Copy link
Member

clobber commented Apr 3, 2020

Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio', reason: 'required condition is false: node1 != nil && node2 != nil'

First time we've seen this. Need more information about your setup, including the full crash log. Are you using non-Apple hardware aka "Hackintosh" or a "patched" macOS version for obsolete Macs?

@anyathenerd
Copy link
Author

anyathenerd commented Apr 3, 2020

Oh sorry! Still new to all of this (only started using emulators early last year). I am using an actual Mac computer, though it is old (I think I got this comp in 2010).

Here is the full crash log:

Process:               OpenEmuHelperApp [2355]
Path:                  /Applications/OpenEmu.app/Contents/Resources/OpenEmuHelperApp
Identifier:            OpenEmuHelperApp
Version:               2.2.1 (2.2.1)
Code Type:             X86-64 (Native)
Parent Process:        OpenEmu [2271]
Responsible:           OpenEmu [2271]
User ID:               1367023365

Date/Time:             2020-04-02 16:15:09.988 -0400
OS Version:            Mac OS X 10.15.4 (19E266)
Report Version:        12
Anonymous UUID:        856BAD5D-4655-FA27-3553-E3A8C6FF947E


Time Awake Since Boot: 5700 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

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

Application Specific Information:
*** Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio', reason: 'required condition is false: node1 != nil && node2 != nil'
terminating with uncaught exception of type NSException
abort() called

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff37cdd8d7 __exceptionPreprocess + 250
1   libobjc.A.dylib                     0x00007fff70abca9e objc_exception_throw + 48
2   CoreFoundation                      0x00007fff37d06bb0 +[NSException raise:format:arguments:] + 88
3   AVFAudio                            0x00007fff33615aa7 _Z19AVAE_RaiseExceptionP8NSStringz + 156
4   AVFAudio                            0x00007fff336159be _Z11_AVAE_CheckPKciS0_S0_b + 326
5   AVFAudio                            0x00007fff3369d450 _ZN17AVAudioEngineImpl7ConnectEP11AVAudioNodeS1_mmP13AVAudioFormat + 430
6   AVFAudio                            0x00007fff336986fb -[AVAudioEngine connect:to:format:] + 142
7   OpenEmuHelperApp                    0x000000000b7acfb9 -[OEGameAudio setDeviceAndConnections] + 334
8   OpenEmuHelperApp                    0x000000000b7ac619 __28-[OEGameAudio initWithCore:]_block_invoke + 159
9   Foundation                          0x00007fff3a489287 __22-[__NSObserver _doit:]_block_invoke + 34
10  Foundation                          0x00007fff3a2f7ba5 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
11  Foundation                          0x00007fff3a2f7ac6 -[NSBlockOperation main] + 80
12  Foundation                          0x00007fff3a2f7a61 __NSOPERATION_IS_INVOKING_MAIN__ + 17
13  Foundation                          0x00007fff3a2f6c93 -[NSOperation start] + 722
14  Foundation                          0x00007fff3a2f69b9 __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 17
15  Foundation                          0x00007fff3a2f6889 __NSOQSchedule_f + 182
16  libdispatch.dylib                   0x00007fff71c016c4 _dispatch_call_block_and_release + 12
17  libdispatch.dylib                   0x00007fff71c02658 _dispatch_client_callout + 8
18  libdispatch.dylib                   0x00007fff71c0dcab _dispatch_main_queue_callback_4CF + 936
19  CoreFoundation                      0x00007fff37ca0cc3 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
20  CoreFoundation                      0x00007fff37c6097a __CFRunLoopRun + 2042
21  CoreFoundation                      0x00007fff37c5fb23 CFRunLoopRunSpecific + 466
22  HIToolbox                           0x00007fff36881abd RunCurrentEventLoopInMode + 292
23  HIToolbox                           0x00007fff368817d5 ReceiveNextEventCommon + 584
24  HIToolbox                           0x00007fff36881579 _BlockUntilNextEventMatchingListInModeWithFilter + 64
25  AppKit                              0x00007fff34eccc99 _DPSNextEvent + 883
26  AppKit                              0x00007fff34ecb4e0 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352
27  AppKit                              0x00007fff34ebd1ee -[NSApplication run] + 658
28  OpenEmuHelperApp                    0x000000000b7ab6e9 -[OpenEmuXPCHelperApp launchApplication] + 77
29  OpenEmuHelperApp                    0x000000000b7aacd3 main + 127
30  libdyld.dylib                       0x00007fff71c5bcc9 start + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff71da333a __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff71e63e60 pthread_kill + 430
2   libsystem_c.dylib             	0x00007fff71d2a808 abort + 120
3   libc++abi.dylib               	0x00007fff6ef92458 abort_message + 231
4   libc++abi.dylib               	0x00007fff6ef838bf demangling_terminate_handler() + 262
5   libobjc.A.dylib               	0x00007fff70abea57 _objc_terminate() + 96
6   libc++abi.dylib               	0x00007fff6ef91887 std::__terminate(void (*)()) + 8
7   libc++abi.dylib               	0x00007fff6ef91829 std::terminate() + 41
8   libdispatch.dylib             	0x00007fff71c0266c _dispatch_client_callout + 28
9   libdispatch.dylib             	0x00007fff71c0dcab _dispatch_main_queue_callback_4CF + 936
10  com.apple.CoreFoundation      	0x00007fff37ca0cc3 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
11  com.apple.CoreFoundation      	0x00007fff37c6097a __CFRunLoopRun + 2042
12  com.apple.CoreFoundation      	0x00007fff37c5fb23 CFRunLoopRunSpecific + 466
13  com.apple.HIToolbox           	0x00007fff36881abd RunCurrentEventLoopInMode + 292
14  com.apple.HIToolbox           	0x00007fff368817d5 ReceiveNextEventCommon + 584
15  com.apple.HIToolbox           	0x00007fff36881579 _BlockUntilNextEventMatchingListInModeWithFilter + 64
16  com.apple.AppKit              	0x00007fff34eccc99 _DPSNextEvent + 883
17  com.apple.AppKit              	0x00007fff34ecb4e0 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352
18  com.apple.AppKit              	0x00007fff34ebd1ee -[NSApplication run] + 658
19  OpenEmuHelperApp              	0x000000000b7ab6e9 -[OpenEmuXPCHelperApp launchApplication] + 77
20  OpenEmuHelperApp              	0x000000000b7aacd3 main + 127
21  libdyld.dylib                 	0x00007fff71c5bcc9 start + 1

Thread 1:: Dispatch queue: compiler request queue
0   libsystem_kernel.dylib        	0x00007fff71d9cdfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff71d9d170 mach_msg + 60
2   libdispatch.dylib             	0x00007fff71c1690e _dispatch_mach_send_and_wait_for_reply + 632
3   libdispatch.dylib             	0x00007fff71c16d4e dispatch_mach_send_with_result_and_wait_for_reply + 50
4   libxpc.dylib                  	0x00007fff71ea28d6 xpc_connection_send_message_with_reply_sync + 238
5   com.apple.Metal               	0x00007fff3d195ea0 XPCCompilerConnection::BuildRequestInternal(MTLCompilerRequest*, char const*, NSObject<OS_dispatch_data>*, int, bool, void (unsigned int, void const*, unsigned long, char const*) block_pointer) + 1142
6   com.apple.Metal               	0x00007fff3d1c0299 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
7   libdispatch.dylib             	0x00007fff71c02658 _dispatch_client_callout + 8
8   libdispatch.dylib             	0x00007fff71c0e6ec _dispatch_lane_barrier_sync_invoke_and_complete + 60
9   com.apple.Metal               	0x00007fff3d1959c6 XPCCompilerConnection::BuildRequest(MTLCompilerRequest*, char const*, NSObject<OS_dispatch_data>*, int, bool, void (unsigned int, void const*, unsigned long, char const*) block_pointer) + 116
10  com.apple.Metal               	0x00007fff3d1957ca MTLCompilerConnectionManagerPrivate::buildRequest(unsigned int, MTLCompilerRequest*, bool, void (MTLCompilerError, NSObject<OS_dispatch_data>*, char const*) block_pointer) + 338
11  com.apple.Metal               	0x00007fff3d1dc86a -[MTLCompiler compileFunctionRequestInternal:frameworkLinking:linkDataSize:completionHandler:] + 2912
12  com.apple.Metal               	0x00007fff3d1dfe1b -[MTLCompiler computeVariantEntryWithDescriptor:options:serializedComputeDataDescriptor:asyncCompile:pipelineCache:destinationBinaryLibrary:computeProgram:kernelDriverCompileTimeData:compileTimeStatistics:] + 1183
13  com.apple.Metal               	0x00007fff3d1e11b8 -[MTLCompiler newComputePipelineStateWithDescriptorInternal:options:pipelineCache:destinationBinaryLibrary:reflection:error:completionHandler:] + 331
14  com.apple.Metal               	0x00007fff3d191090 -[MTLCompiler newComputePipelineStateWithDescriptor:options:reflection:error:completionHandler:] + 133
15  com.apple.Metal               	0x00007fff3d190ff8 -[_MTLDevice newComputePipelineStateWithDescriptor:error:] + 65
16  com.apple.Metal               	0x00007fff3d190dad -[_MTLDevice newComputePipelineStateWithFunction:error:] + 93
17  org.openemu.OpenEmuShaders    	0x000000000b9de5b2 MTLPixelConverter.init(device:library:) + 498
18  org.openemu.OpenEmuShaders    	0x000000000b9dead8 @objc MTLPixelConverter.init(device:library:) + 56
19  org.openemu.OpenEmuShaders    	0x000000000b8b90c8 -[OEFilterChain initWithDevice:] + 352
20  OpenEmuHelperApp              	0x000000000b7a44a4 -[OpenEmuHelperApp setupGameCoreAudioAndVideo] + 326
21  OpenEmuHelperApp              	0x000000000b7a6338 __56-[OpenEmuHelperApp setupEmulationWithCompletionHandler:]_block_invoke + 26
22  org.openemu.OpenEmuBase       	0x000000000c3ba629 -[OEGameCore setupEmulationWithCompletionHandler:] + 49
23  OpenEmuHelperApp              	0x000000000b7a62ff -[OpenEmuHelperApp setupEmulationWithCompletionHandler:] + 126
24  com.apple.Foundation          	0x00007fff3a3964f3 __NSXPCCONNECTION_IS_CALLING_OUT_TO_EXPORTED_OBJECT_S1__ + 10
25  com.apple.Foundation          	0x00007fff3a3209be -[NSXPCConnection _decodeAndInvokeMessageWithEvent:flags:] + 2363
26  com.apple.Foundation          	0x00007fff3a2d7b29 message_handler + 210
27  libxpc.dylib                  	0x00007fff71ea42bc _xpc_connection_call_event_handler + 56
28  libxpc.dylib                  	0x00007fff71ea31cb _xpc_connection_mach_event + 934
29  libdispatch.dylib             	0x00007fff71c026f8 _dispatch_client_callout4 + 9
30  libdispatch.dylib             	0x00007fff71c17bc9 _dispatch_mach_msg_invoke + 435
31  libdispatch.dylib             	0x00007fff71c07af6 _dispatch_lane_serial_drain + 263
32  libdispatch.dylib             	0x00007fff71c1871c _dispatch_mach_invoke + 481
33  libdispatch.dylib             	0x00007fff71c07af6 _dispatch_lane_serial_drain + 263
34  libdispatch.dylib             	0x00007fff71c08609 _dispatch_lane_invoke + 414
35  libdispatch.dylib             	0x00007fff71c11c09 _dispatch_workloop_worker_thread + 596
36  libsystem_pthread.dylib       	0x00007fff71e60a3d _pthread_wqthread + 290
37  libsystem_pthread.dylib       	0x00007fff71e5fb77 start_wqthread + 15

Thread 2:: Dispatch queue: engine
0   libsystem_kernel.dylib        	0x00007fff71d9f882 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff71e64425 _pthread_cond_wait + 698
2   com.apple.Foundation          	0x00007fff3a306fab -[NSOperation waitUntilFinished] + 697
3   com.apple.Foundation          	0x00007fff3a2eb82b -[__NSObserver _doit:] + 239
4   com.apple.CoreFoundation      	0x00007fff37c57419 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
5   com.apple.CoreFoundation      	0x00007fff37c573ad ___CFXRegistrationPost1_block_invoke + 63
6   com.apple.CoreFoundation      	0x00007fff37c57322 _CFXRegistrationPost1 + 372
7   com.apple.CoreFoundation      	0x00007fff37c56f8e ___CFXNotificationPost_block_invoke + 80
8   com.apple.CoreFoundation      	0x00007fff37c271bc -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1745
9   com.apple.CoreFoundation      	0x00007fff37c26585 _CFXNotificationPost + 1586
10  com.apple.Foundation          	0x00007fff3a2bf866 -[NSNotificationCenter postNotificationName:object:userInfo:] + 59
11  com.apple.audio.AVFAudio      	0x00007fff3369db76 invocation function for block in AVAudioEngineImpl::IOUnitConfigurationChanged() + 269
12  libdispatch.dylib             	0x00007fff71c0e2b9 _dispatch_block_async_invoke2 + 83
13  libdispatch.dylib             	0x00007fff71c02658 _dispatch_client_callout + 8
14  libdispatch.dylib             	0x00007fff71c04818 _dispatch_continuation_pop + 414
15  libdispatch.dylib             	0x00007fff71c144be _dispatch_source_invoke + 2084
16  libdispatch.dylib             	0x00007fff71c07af6 _dispatch_lane_serial_drain + 263
17  libdispatch.dylib             	0x00007fff71c085d6 _dispatch_lane_invoke + 363
18  libdispatch.dylib             	0x00007fff71c11c09 _dispatch_workloop_worker_thread + 596
19  libsystem_pthread.dylib       	0x00007fff71e60a3d _pthread_wqthread + 290
20  libsystem_pthread.dylib       	0x00007fff71e5fb77 start_wqthread + 15

Thread 3:
0   libsystem_pthread.dylib       	0x00007fff71e5fb68 start_wqthread + 0

Thread 4:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff71d9cdfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff71d9d170 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff37c61bf7 __CFRunLoopServiceMachPort + 247
3   com.apple.CoreFoundation      	0x00007fff37c606b1 __CFRunLoopRun + 1329
4   com.apple.CoreFoundation      	0x00007fff37c5fb23 CFRunLoopRunSpecific + 466
5   com.apple.AppKit              	0x00007fff3506e5b4 _NSEventThread + 132
6   libsystem_pthread.dylib       	0x00007fff71e64109 _pthread_start + 148
7   libsystem_pthread.dylib       	0x00007fff71e5fb8b thread_start + 15

Thread 5:
0   libsystem_kernel.dylib        	0x00007fff71d9f882 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff71e64425 _pthread_cond_wait + 698
2   org.openemu.desmume           	0x0000000013bac6ab taskProc(void*) + 59
3   libsystem_pthread.dylib       	0x00007fff71e64109 _pthread_start + 148
4   libsystem_pthread.dylib       	0x00007fff71e5fb8b thread_start + 15

Thread 6:
0   libsystem_kernel.dylib        	0x00007fff71d9f882 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff71e64425 _pthread_cond_wait + 698
2   org.openemu.desmume           	0x0000000013bac6ab taskProc(void*) + 59
3   libsystem_pthread.dylib       	0x00007fff71e64109 _pthread_start + 148
4   libsystem_pthread.dylib       	0x00007fff71e5fb8b thread_start + 15

Thread 7:
0   libsystem_kernel.dylib        	0x00007fff71d9f882 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff71e64425 _pthread_cond_wait + 698
2   org.openemu.desmume           	0x0000000013bac6ab taskProc(void*) + 59
3   libsystem_pthread.dylib       	0x00007fff71e64109 _pthread_start + 148
4   libsystem_pthread.dylib       	0x00007fff71e5fb8b thread_start + 15

Thread 8:
0   libsystem_kernel.dylib        	0x00007fff71d9f882 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff71e64425 _pthread_cond_wait + 698
2   org.openemu.desmume           	0x0000000013bac6ab taskProc(void*) + 59
3   libsystem_pthread.dylib       	0x00007fff71e64109 _pthread_start + 148
4   libsystem_pthread.dylib       	0x00007fff71e5fb8b thread_start + 15

Thread 9:
0   libsystem_kernel.dylib        	0x00007fff71d9ce4e semaphore_timedwait_trap + 10
1   libdispatch.dylib             	0x00007fff71c02b6b _dispatch_sema4_timedwait + 76
2   libdispatch.dylib             	0x00007fff71c02f97 _dispatch_semaphore_wait_slow + 58
3   libdispatch.dylib             	0x00007fff71c10795 _dispatch_worker_thread + 284
4   libsystem_pthread.dylib       	0x00007fff71e64109 _pthread_start + 148
5   libsystem_pthread.dylib       	0x00007fff71e5fb8b thread_start + 15

Thread 10:: AMCP Logging Spool
0   libsystem_kernel.dylib        	0x00007fff71d9ce36 semaphore_wait_trap + 10
1   com.apple.audio.caulk         	0x00007fff6b7a7b16 caulk::mach::semaphore::wait() + 16
2   com.apple.audio.caulk         	0x00007fff6b7a79b2 caulk::semaphore::timed_wait(double) + 106
3   com.apple.audio.caulk         	0x00007fff6b7a77c4 caulk::concurrent::details::worker_thread::run() + 30
4   com.apple.audio.caulk         	0x00007fff6b7a71e4 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*) + 45
5   libsystem_pthread.dylib       	0x00007fff71e64109 _pthread_start + 148
6   libsystem_pthread.dylib       	0x00007fff71e5fb8b thread_start + 15

Thread 11:
0   libsystem_kernel.dylib        	0x00007fff71d9ce36 semaphore_wait_trap + 10
1   com.apple.audio.caulk         	0x00007fff6b7a7b16 caulk::mach::semaphore::wait() + 16
2   com.apple.audio.caulk         	0x00007fff6b7a79b2 caulk::semaphore::timed_wait(double) + 106
3   com.apple.audio.caulk         	0x00007fff6b7a77c4 caulk::concurrent::details::worker_thread::run() + 30
4   com.apple.audio.caulk         	0x00007fff6b7a71e4 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*) + 45
5   libsystem_pthread.dylib       	0x00007fff71e64109 _pthread_start + 148
6   libsystem_pthread.dylib       	0x00007fff71e5fb8b thread_start + 15

Thread 12:
0   libsystem_kernel.dylib        	0x00007fff71d9ce4e semaphore_timedwait_trap + 10
1   libdispatch.dylib             	0x00007fff71c02b6b _dispatch_sema4_timedwait + 76
2   libdispatch.dylib             	0x00007fff71c02f97 _dispatch_semaphore_wait_slow + 58
3   libdispatch.dylib             	0x00007fff71c10795 _dispatch_worker_thread + 284
4   libsystem_pthread.dylib       	0x00007fff71e64109 _pthread_start + 148
5   libsystem_pthread.dylib       	0x00007fff71e5fb8b thread_start + 15

Thread 13:: Dispatch queue: com.apple.root.utility-qos
0   libsystem_kernel.dylib        	0x00007fff71d9d6a2 __open + 10
1   libDiagnosticMessagesClient.dylib	0x00007fff6e6de50d msgtracer_domain_new + 520
2   libDiagnosticMessagesClient.dylib	0x00007fff6e6df06a msgtracer_vlog_with_keys_skip_nulls + 154
3   libDiagnosticMessagesClient.dylib	0x00007fff6e6defb2 msgtracer_log_with_keys + 126
4   com.apple.Metal               	0x00007fff3d179947 __createContextTelemetryDataWithQueueLabelAndCallstack_block_invoke + 1049
5   libdispatch.dylib             	0x00007fff71c016c4 _dispatch_call_block_and_release + 12
6   libdispatch.dylib             	0x00007fff71c02658 _dispatch_client_callout + 8
7   libdispatch.dylib             	0x00007fff71c10aa8 _dispatch_root_queue_drain + 663
8   libdispatch.dylib             	0x00007fff71c11097 _dispatch_worker_thread2 + 92
9   libsystem_pthread.dylib       	0x00007fff71e609f7 _pthread_wqthread + 220
10  libsystem_pthread.dylib       	0x00007fff71e5fb77 start_wqthread + 15

Thread 14:: com.apple.audio.toolbox.AUScheduledParameterRefresher
0   libsystem_kernel.dylib        	0x00007fff71d9ce36 semaphore_wait_trap + 10
1   com.apple.audio.AudioToolboxCore	0x00007fff4c8a6930 WorkThread::entry(void*) + 38
2   libAudioToolboxUtility.dylib  	0x00007fff6e5e66c9 CAPThread::Entry(CAPThread*) + 77
3   libsystem_pthread.dylib       	0x00007fff71e64109 _pthread_start + 148
4   libsystem_pthread.dylib       	0x00007fff71e5fb8b thread_start + 15

Thread 15:
0   libsystem_kernel.dylib        	0x00007fff71d9f882 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff71e64425 _pthread_cond_wait + 698
2   com.apple.GeForceMTLDriver    	0x00007fff333c6cbb 0x7fff3325a000 + 1494203
3   libsystem_pthread.dylib       	0x00007fff71e64109 _pthread_start + 148
4   libsystem_pthread.dylib       	0x00007fff71e5fb8b thread_start + 15

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000013b39dc0  rcx: 0x00007ffee4463e28  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007ffee4463e50  rsp: 0x00007ffee4463e28
   r8: 0x00007ffee4463cf0   r9: 0x00007ffee4463ec0  r10: 0x0000000013b39dc0  r11: 0x0000000000000246
  r12: 0x0000000000000307  r13: 0x0000003000000008  r14: 0x0000000000000006  r15: 0x0000000000000016
  rip: 0x00007fff71da333a  rfl: 0x0000000000000246  cr2: 0x00007fc7ab08a000
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
         0xb79b000 -          0xb7c3ff7 +OpenEmuHelperApp (2.2.1 - 2.2.1) <3E88CC22-FE49-384B-8D2F-1B5807A47A59> /Applications/OpenEmu.app/Contents/Resources/OpenEmuHelperApp
         0xb7ea000 -          0xba6bfff +org.openemu.OpenEmuShaders (1.0 - 1) <EBDD87A1-37B2-3623-AAE9-50531FFAC48A> /Applications/OpenEmu.app/Contents/Frameworks/OpenEmuShaders.framework/Versions/A/OpenEmuShaders
         0xc1c0000 -          0xc1c2fff +org.openemu.OpenEmuXPCCommunicator (1.0 - 1) <DA8339CA-C89E-3BC4-B84D-774FD8E0FBC0> /Applications/OpenEmu.app/Contents/Frameworks/OpenEmuXPCCommunicator.framework/Versions/A/OpenEmuXPCCommunicator
         0xc1ce000 -          0xc2deff7 +de.dstoecker.xadmaster (3.10 [libxad 13.0, modified]) <D6B9F76B-B408-3816-BD2D-EE4162FCA342> /Applications/OpenEmu.app/Contents/Frameworks/XADMaster.framework/Versions/A/XADMaster
         0xc3b9000 -          0xc3c2ff7 +org.openemu.OpenEmuBase (1.0 - 1) <CD0FC23B-4981-3660-AF91-891CF39D060A> /Applications/OpenEmu.app/Contents/Frameworks/OpenEmuBase.framework/Versions/A/OpenEmuBase
         0xc3e1000 -          0xc427ff7 +org.openemu.OpenEmuSystem (1.0 - 1) <8D113420-62E6-3270-AD25-269403A4CBDD> /Applications/OpenEmu.app/Contents/Frameworks/OpenEmuSystem.framework/Versions/A/OpenEmuSystem
         0xc48e000 -          0xc4a2fff +org.mozilla.universalchardet (1.1) <7C096049-EEAF-3338-8040-8FC4F258C20B> /Applications/OpenEmu.app/Contents/Frameworks/UniversalDetector.framework/Versions/A/UniversalDetector
         0xc5fb000 -          0xc5fcfff +org.openemu.NDS (1.0 - 1) <20778B4C-E8FA-3F93-9A58-A676726168EF> /Applications/OpenEmu.app/Contents/PlugIns/Systems/NDS.oesystemplugin/Contents/MacOS/NDS
         0xf334000 -          0xf48dff7  com.apple.audio.units.Components (1.14 - 1.14) <81F527EA-7071-38C2-8469-CB411D2804FD> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
         0xf4e0000 -          0xf4e4fff  com.apple.audio.AppleHDAHALPlugIn (283.15 - 283.15) <642685AA-A418-3332-BBA5-4F3562F1127D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
        0x13a6f000 -         0x13b00eff  dyld (750.5) <1F893B81-89A5-3502-8510-95B97B9F730D> /usr/lib/dyld
        0x13b74000 -         0x13dcdfff +org.openemu.desmume (v0.9.11 [OpenEmu Plug-in] - 0.9.11.3) <9C058F85-96A5-39A3-8D5F-C803BAB21AD4> /Users/USER/Library/Application Support/OpenEmu/*/DeSmuME
    0x7fff2abe7000 -     0x7fff2ae34ff8  com.apple.RawCamera.bundle (9.01.0 - 1340.28) <3249E1E0-D226-3219-BFF2-22F85C39BB6D> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff3325a000 -     0x7fff3340dff3  com.apple.GeForceMTLDriver (14.0.32 - 14.0.0) <5FFD72CC-B2CA-37CC-A928-1396872800E0> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
    0x7fff33413000 -     0x7fff3360effb  com.apple.avfoundation (2.0 - 1841.57) <AB376C9E-111C-3F42-B09A-566D50F2E296> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff3360f000 -     0x7fff336dbffe  com.apple.audio.AVFAudio (1.0 - 415.72) <D912C207-81D1-35AB-8E31-1110F511A685> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff337fb000 -     0x7fff337fbfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <EF0B0F85-2D5F-3543-8B7F-F73251E354F4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff33814000 -     0x7fff340affff  com.apple.vImage (8.1 - 524.2) <E396BDC6-045F-302D-BA78-67233762C4D7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff340b0000 -     0x7fff34245fef  libBLAS.dylib (1303.60.1) <8E10CA70-C873-31A5-AE86-FD22FBEC204E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff34246000 -     0x7fff34587fff  libBNNS.dylib (144.100.2) <66DC1355-F9D7-3449-83E5-66F155C508E2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff34588000 -     0x7fff3492ffff  libLAPACK.dylib (1303.60.1) <457EB68E-5FEB-3940-A9F1-8B6E75AC6FE0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff34930000 -     0x7fff34945ffc  libLinearAlgebra.dylib (1303.60.1) <5CEBADA6-BE7B-3928-8417-B60EF814B9D0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff34946000 -     0x7fff3494bff3  libQuadrature.dylib (7) <EB7C9E98-D1E7-314C-90B4-3EB04428CC7C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff3494c000 -     0x7fff349bcfff  libSparse.dylib (103) <8C55F5F2-6AE3-393C-B2FF-22B8CFCBD7FC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff349bd000 -     0x7fff349cfff7  libSparseBLAS.dylib (1303.60.1) <9C402FE0-062B-3BCA-8E6B-36AE4BBD8871> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff349d0000 -     0x7fff34b62fe3  libvDSP.dylib (735.100.4) <BB2D5A62-C584-3D08-8B51-5BF9BA7BCD55> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff34b63000 -     0x7fff34ce1fe7  libvMisc.dylib (735.100.4) <ACAF653F-A0E9-3D01-9578-7152EAD1DBA1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff34ce2000 -     0x7fff34ce2fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <20EC1281-A4CD-352D-817C-1016A8BDEC0A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff34ce3000 -     0x7fff34d42ff0  com.apple.Accounts (113 - 113) <4B85E422-169E-396D-898A-DD1A7715EC6D> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff34e8c000 -     0x7fff35c4bff5  com.apple.AppKit (6.9 - 1894.40.150) <FDDF35FF-4007-3F0B-B59C-03CFF3A0A73B> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff35c9b000 -     0x7fff35c9bfff  com.apple.ApplicationServices (48 - 50) <CABCF23C-55E5-35E1-AAF0-EE5DDE3FDB03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff35c9c000 -     0x7fff35d07fff  com.apple.ApplicationServices.ATS (377 - 493.0.4.1) <6AA4BBCC-43AF-3EBF-8EB5-7916A3B563AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff35da0000 -     0x7fff35ddeff0  libFontRegistry.dylib (274.0.4.2) <FBF6EC26-42C0-334E-B67C-871AD50DB0BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff35e39000 -     0x7fff35e68fff  com.apple.ATSUI (1.0 - 1) <D8C604E9-D854-3A32-B37B-819197537A63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
    0x7fff35e69000 -     0x7fff35e6dffb  com.apple.ColorSyncLegacy (4.13.0 - 1) <2359E2CD-8FCE-32D7-AF76-F4D9A3D9D9F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff35f07000 -     0x7fff35f5effa  com.apple.HIServices (1.22 - 675.1) <B2DEE96F-ED7A-3924-A2E2-44BB7A950BD8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff35f5f000 -     0x7fff35f6dfff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <1603F2CC-DC51-3E15-B6B5-0A9F9AB0C045> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff35f6e000 -     0x7fff35fb3ffa  com.apple.print.framework.PrintCore (15.4 - 516.2) <525E8A4B-297B-3CAC-8A4A-6C7E211D7A21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff35fb4000 -     0x7fff35fbeff7  com.apple.QD (4.0 - 413) <1EAEF5BC-D649-3E42-87BC-43CCEE4D5274> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff35fbf000 -     0x7fff35fccffc  com.apple.speech.synthesis.framework (9.0.24 - 9.0.24) <C2E5BBFC-2EF0-3FFE-A1CF-960631DC249C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff35fcd000 -     0x7fff360aeffa  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <4222CBDF-D637-30DB-BA45-C6E222BABB24> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff360b0000 -     0x7fff360b0fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <73D89D5E-05D5-3F64-BE02-2B2ED6AD6C03> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff36443000 -     0x7fff367d1ffd  com.apple.CFNetwork (1125.2 - 1125.2) <1D4D81F7-FC48-3588-87FC-481E2586E345> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff3684d000 -     0x7fff3684dfff  com.apple.Carbon (160 - 162) <CAA294BD-BC93-384A-8415-B254C89098FC> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff3684e000 -     0x7fff36851ff3  com.apple.CommonPanels (1.2.6 - 101) <63261921-DD00-312E-AFD1-C099E1984725> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff36852000 -     0x7fff36b46ff3  com.apple.HIToolbox (2.1.1 - 994.6) <C03A48FC-1A02-320D-9147-F4687A1BBC6F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff36b47000 -     0x7fff36b4aff3  com.apple.help (1.3.8 - 71) <F5E9EA64-5D5E-346F-98D0-D04A2F805D8D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff36b4b000 -     0x7fff36b50ff7  com.apple.ImageCapture (9.0 - 1600.60.4.2) <63FE9A8C-A7C6-3ABD-AA1D-EA1BC6613C39> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff36b51000 -     0x7fff36b51fff  com.apple.ink.framework (10.15 - 227) <90518F56-AD8A-3627-905A-16E2B8640F87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff36b52000 -     0x7fff36b6cffa  com.apple.openscripting (1.7 - 185.1) <718C485A-4167-3A26-B2CD-6C42B5B36D01> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff36b8d000 -     0x7fff36b8dfff  com.apple.print.framework.Print (15 - 271) <29384C24-6667-3BAA-992A-DAD809D6387E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff36b8e000 -     0x7fff36b90ff7  com.apple.securityhi (9.0 - 55008) <478C57A9-D5A5-3951-B289-DA5323E9044A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff36b91000 -     0x7fff36b97fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <E6BE4EC1-5C53-38BB-AAFD-E7BF7A8975BC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff36d31000 -     0x7fff36d31fff  com.apple.Cocoa (6.11 - 23) <37E98F4D-1D78-3F22-BDC0-59DC0B9B3A3E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff36d3f000 -     0x7fff36e35fff  com.apple.ColorSync (4.13.0 - 3394.7) <FC6CFACE-CDD8-3811-BAB6-C9F82AC0A594> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff36e36000 -     0x7fff36f26ff7  com.apple.combine (1.0 - 134.102) <F5EDABC9-4E0D-3D1E-8794-032C38C12786> /System/Library/Frameworks/Combine.framework/Versions/A/Combine
    0x7fff37120000 -     0x7fff37629ffb  com.apple.audio.CoreAudio (5.0 - 5.0) <CF50C6CC-6753-3D64-A76B-21CE211A98E8> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff3767c000 -     0x7fff376b4fff  com.apple.CoreBluetooth (1.0 - 1) <D2943204-C3A0-3C09-A7A9-BF75822678B4> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff376b5000 -     0x7fff37ab0ff8  com.apple.CoreData (120 - 977.3) <24203985-D683-3460-A21E-9E29E94D0B24> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff37ab1000 -     0x7fff37bdcffe  com.apple.CoreDisplay (1.0 - 186.5.25) <53F750C6-947A-39AE-984E-41939B858A68> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff37bdd000 -     0x7fff3805dff3  com.apple.CoreFoundation (6.9 - 1675.129) <233ECC64-84C9-3325-8A30-7714FBDF77CD> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff3805f000 -     0x7fff386f5ff8  com.apple.CoreGraphics (2.0 - 1355.13) <6933695A-C08B-37B6-9BC9-28A4218960C8> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff38703000 -     0x7fff38a5eff0  com.apple.CoreImage (15.0.0 - 940.9) <CA78A35D-E15E-3D98-BDEF-9F3D9039DB78> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff38e1f000 -     0x7fff38efbff4  com.apple.CoreMedia (1.0 - 2612.58.4.6) <301A075B-022D-3F28-AE2C-7F280CCF1F51> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff38efc000 -     0x7fff38f5effe  com.apple.CoreMediaIO (1000.0 - 5125.6) <11F1EB21-E366-3AEE-8012-D72DEEAC4D3C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff38fe8000 -     0x7fff38fe8fff  com.apple.CoreServices (1069.22 - 1069.22) <888FE7B9-CE6C-3C7C-BA33-63364462228A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff38fe9000 -     0x7fff3906efff  com.apple.AE (838.1 - 838.1) <2BAB1B88-C198-3D20-8DA3-056E66510E7A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff3906f000 -     0x7fff39350ff7  com.apple.CoreServices.CarbonCore (1217 - 1217) <D0FECC17-7E16-308F-98EA-AF311CB77FE6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff39351000 -     0x7fff3939effd  com.apple.DictionaryServices (1.2 - 323.6) <11513ED9-8B4B-39BB-A6B2-AA6AA0A2DF72> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff3939f000 -     0x7fff393a7ff7  com.apple.CoreServices.FSEvents (1268.100.1 - 1268.100.1) <CE3D8B13-2583-3527-8532-D5DDAAD7D56B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff393a8000 -     0x7fff395e1ffc  com.apple.LaunchServices (1069.22 - 1069.22) <E51EE658-608C-3034-9635-4FDF1E241E62> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff395e2000 -     0x7fff3967aff1  com.apple.Metadata (10.7.0 - 2076.3) <EE42CCA1-FEC2-3F1C-9B62-2E73EFB05FCC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff3967b000 -     0x7fff396a8fff  com.apple.CoreServices.OSServices (1069.22 - 1069.22) <A0654B4E-3194-3066-911F-FF1FBEE1D2C2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff396a9000 -     0x7fff39710fff  com.apple.SearchKit (1.4.1 - 1.4.1) <D4F82BC9-FD9B-3E04-B78E-D9E2A73B0BD7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff39711000 -     0x7fff39735ff5  com.apple.coreservices.SharedFileList (131.4 - 131.4) <AEB4E42C-F5A2-3F63-80B0-4226483AD4F5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff39a5a000 -     0x7fff39c11ffc  com.apple.CoreText (643.1.4.4 - 643.1.4.4) <5D4EA236-DC1B-3772-95C5-7F4B6CFEAF84> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff39c12000 -     0x7fff39c56ffb  com.apple.CoreVideo (1.8 - 344.3) <8507ED54-43C3-3E5B-BC74-512FE510BF8D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff39c57000 -     0x7fff39ce4ffc  com.apple.framework.CoreWLAN (13.0 - 1601.2) <C1C2BBD4-EA97-3CC1-845D-1F1578E68380> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff39f7b000 -     0x7fff39f81fff  com.apple.DiskArbitration (2.7 - 2.7) <D7617B57-B01C-3848-8818-593FB12039E9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff3a173000 -     0x7fff3a29effa  com.apple.FileProvider (276 - 276) <B3EB6E66-807E-3F67-951F-88B8484FB8CD> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff3a2b3000 -     0x7fff3a2b5ff3  com.apple.ForceFeedback (1.0.6 - 1.0.6) <792A7279-43AA-3057-B8B5-6F2722DF6720> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
    0x7fff3a2b6000 -     0x7fff3a67bff8  com.apple.Foundation (6.9 - 1675.129) <9A74FA97-7F7B-3929-B381-D9514B1E4754> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff3a6e8000 -     0x7fff3a738ff7  com.apple.GSS (4.0 - 2.0) <16DE732E-4A48-3C8A-BD61-8AF810F3A48C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff3a875000 -     0x7fff3a989ff3  com.apple.Bluetooth (7.0.4 - 7.0.4f6) <9003721F-8543-3A21-BF11-2A981614F481> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff3a9ef000 -     0x7fff3aa93ff3  com.apple.framework.IOKit (2.0.2 - 1726.100.16) <3D8BA34A-AAF7-3AF2-9B5B-189AC4755404> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff3aa95000 -     0x7fff3aaa6ffb  com.apple.IOSurface (269.11 - 269.11) <887CD3FD-1BB8-3BB7-B7F8-6A0BA4B3AEAE> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff3ab25000 -     0x7fff3ac83ffe  com.apple.ImageIO.framework (3.3.0 - 1976.3.4.4) <A3A69400-1E28-3E29-9E3C-9CEA76254318> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff3ac84000 -     0x7fff3ac87fff  libGIF.dylib (1976.3.4.4) <200D5E38-08A3-3073-81F3-654C30F28FB9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff3ac88000 -     0x7fff3ad41fff  libJP2.dylib (1976.3.4.4) <C5C790E7-259E-3EFD-A5BA-12D71E308AA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff3ad42000 -     0x7fff3ad66ff7  libJPEG.dylib (1976.3.4.4) <4B64A128-E898-336D-9ECF-C90244DA7EEB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff3afe2000 -     0x7fff3affcff7  libPng.dylib (1976.3.4.4) <A74FA015-6DBB-34F9-8552-AB5AF571CE4F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff3affd000 -     0x7fff3affefff  libRadiance.dylib (1976.3.4.4) <85FD74FF-E9A6-3837-A7D9-F5641FEE01C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff3afff000 -     0x7fff3b047ff3  libTIFF.dylib (1976.3.4.4) <DEAF04DB-89C6-3D08-AD1C-59C422A0344D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff3c5a9000 -     0x7fff3c5bbff3  com.apple.Kerberos (3.0 - 1) <DC673FF3-4DC9-3C23-9718-343AB36B2984> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff3c5bc000 -     0x7fff3c5bcfff  libHeimdalProxy.dylib (77) <A970C7A8-7CCD-3701-A459-078BD5E8FE4E> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
    0x7fff3c94e000 -     0x7fff3c958ffb  com.apple.MediaAccessibility (1.0 - 125.1) <B2F72AF8-99DC-3613-B618-C588252EEAC2> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff3ca24000 -     0x7fff3d16fffd  com.apple.MediaToolbox (1.0 - 2612.58.4.6) <FEB63B0B-D774-3FEB-B89A-66C2179DAC85> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff3d171000 -     0x7fff3d23bfff  com.apple.Metal (212.5.15 - 212.5.15) <2CBB178E-434E-31D3-BAE2-ED3EA801D4BC> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff3d23d000 -     0x7fff3d257ff5  com.apple.MetalKit (141.2 - 141.2) <72334BFA-7EB7-31F2-AB42-A3D66FF53451> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
    0x7fff3d258000 -     0x7fff3d295ff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <5DF84B7A-9DD0-36DB-8686-D669CDA93D59> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff3d296000 -     0x7fff3d320fe2  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <CDC36001-66DA-3BBD-A9AA-2470B634B9C9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff3d321000 -     0x7fff3d346ff4  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <1E4FE6EF-6D42-3439-835C-F4F20B05E0F5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff3d347000 -     0x7fff3d35cffb  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <8F8F0C2E-C4EC-3418-A06A-42B8280DDC9D> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff3d35d000 -     0x7fff3d4bbffc  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <6BEFB262-2538-3A12-9E9F-A7CF94D2B68A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff3d4bc000 -     0x7fff3d50bff4  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <4D352B8E-97D8-34FA-B2AF-3AB4E3149E2E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff3d50c000 -     0x7fff3d50dff5  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <07F3B58C-F362-35F2-9A79-F38015A78DDA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff3e594000 -     0x7fff3e5a0ffe  com.apple.NetFS (6.0 - 4.0) <7A96A8FE-17F3-3850-8E81-9DDDC5A48DDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff3e5a1000 -     0x7fff3e6f8ff3  com.apple.Network (1.0 - 1) <D1C8FDDE-C822-3C40-BB26-18F24CFC8AE2> /System/Library/Frameworks/Network.framework/Versions/A/Network
    0x7fff41129000 -     0x7fff41181fff  com.apple.opencl (3.5 - 3.5) <3F0E363C-9380-3226-A4D1-67E740079AAD> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff41182000 -     0x7fff4119efff  com.apple.CFOpenDirectory (10.15 - 220.40.1) <58835104-9E7A-32E8-862B-530CE899C9B4> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff4119f000 -     0x7fff411aaffd  com.apple.OpenDirectory (10.15 - 220.40.1) <D846BA35-59A1-3B78-B1C8-7E0EDE972AD2> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff41b10000 -     0x7fff41b12fff  libCVMSPluginSupport.dylib (17.10.22) <65052150-BEFD-38D8-A789-560C2FB1644A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff41b13000 -     0x7fff41b18fff  libCoreFSCache.dylib (176.11) <AEAEE894-BA4B-334F-90E1-7374DFB41979> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff41b19000 -     0x7fff41b1dfff  libCoreVMClient.dylib (176.11) <29D2B5C2-CBFF-308A-ADD8-A559B760C494> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff41b1e000 -     0x7fff41b26ff7  libGFXShared.dylib (17.10.22) <7FF5455A-3D5D-33D2-9C41-A51ABE53CE66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff41b27000 -     0x7fff41b31fff  libGL.dylib (17.10.22) <08450555-3BC8-3457-8F5E-E2BBE895C0C7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff41b32000 -     0x7fff41b66ff7  libGLImage.dylib (17.10.22) <5182EE22-2914-30E0-A87D-C38F345F695B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff41cfc000 -     0x7fff41d38fff  libGLU.dylib (17.10.22) <2FE69FE7-B60D-3D05-824B-CD4958E2C7B8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff42774000 -     0x7fff42783ff7  com.apple.opengl (17.10.22 - 17.10.22) <4E9C4B23-6D44-3804-AFF8-84C3B060E8F5> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff43741000 -     0x7fff439c3ff2  com.apple.QuartzCore (1.11 - 840.18) <16502545-A0F3-3367-929B-DD80A6440226> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff44544000 -     0x7fff4488dff1  com.apple.security (7.0 - 59306.101.1) <430E04FE-F068-3476-9CA2-72CB5F040D1F> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff4488e000 -     0x7fff44916ffb  com.apple.securityfoundation (6.0 - 55236.60.1) <BC15B825-955D-33CF-B416-A64D69A1D008> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff44945000 -     0x7fff44949ff8  com.apple.xpc.ServiceManagement (1.0 - 1) <C66FC9CF-224B-348C-94A5-ABAC579F5C0A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff455f4000 -     0x7fff45662ff7  com.apple.SystemConfiguration (1.19 - 1.19) <71AC15DE-7018-3D2B-B599-F2972F0288AE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff458e1000 -     0x7fff45c64ff4  com.apple.VideoToolbox (1.0 - 2612.58.4.6) <C488A935-B94F-3F80-88E7-D2743FB1E460> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff495bf000 -     0x7fff49684ff7  com.apple.APFS (1412.101.1 - 1412.101.1) <2F5A48FB-9788-3A24-87FE-C1B7DDBC8A07> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff4a792000 -     0x7fff4a793ff1  com.apple.AggregateDictionary (1.0 - 1) <FE9B8728-9C37-367E-91A6-2D1321D485A0> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff4ad2d000 -     0x7fff4ad4aff4  com.apple.AppContainer (4.0 - 448.100.6) <FBA274DA-2172-31C8-9759-AFB227E0E7E7> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff4ad9f000 -     0x7fff4adadff7  com.apple.AppSandbox (4.0 - 448.100.6) <B38CE066-5303-3FBF-B0D3-A0D3889E2005> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff4b228000 -     0x7fff4b24cffb  com.apple.framework.Apple80211 (13.0 - 1602.3) <7D1A08A0-27B0-3F53-BFC4-A2A482B055A0> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff4b50a000 -     0x7fff4b519fd7  com.apple.AppleFSCompression (119.100.1 - 1.0) <E1B024EB-DAB1-30A1-A43D-01D9E9357F2B> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff4b618000 -     0x7fff4b623ff7  com.apple.AppleIDAuthSupport (1.0 - 1) <BE6A7C6D-060E-38E9-A010-61975ECE5E43> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff4b665000 -     0x7fff4b6adff7  com.apple.AppleJPEG (1.0 - 1) <C163D80A-6818-3C36-B9A9-7CC8777FE593> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff4ba9b000 -     0x7fff4babdfff  com.apple.applesauce (1.0 - 16.25) <A6C6D37B-9AA5-3137-A02E-F61798A908B0> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff4bb7c000 -     0x7fff4bb7fffb  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <52444963-7A5E-36C8-BAAA-FFF8A0D14612> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff4bb80000 -     0x7fff4bbd0ff7  com.apple.AppleVAFramework (6.1.2 - 6.1.2) <A46D4D00-6251-302B-9A4A-3A930855BC1F> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff4bc19000 -     0x7fff4bc28ff9  com.apple.AssertionServices (1.0 - 223.100.31) <2DA45CD2-C755-397C-977C-F4C6435A1272> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff4c16a000 -     0x7fff4c565ff8  com.apple.audio.AudioResourceArbitration (1.0 - 1) <B7E163FF-F028-32A5-9AD3-DB7022E99DE7> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
    0x7fff4c6a4000 -     0x7fff4c6f5ff9  com.apple.audio.AudioSession (1.0 - 17) <133B2FAF-097E-35FF-ACFD-D2D4078C7553> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
    0x7fff4c6f6000 -     0x7fff4c723ff7  libSessionUtility.dylib (17) <99E016BE-6238-3535-BAD5-D02FEFE9165C> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
    0x7fff4c7bb000 -     0x7fff4c9fbff0  com.apple.audio.AudioToolboxCore (1.0 - 1104.80) <EE6A2BD9-843C-3CC3-AEFC-6D7855DBB331> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
    0x7fff4c9ff000 -     0x7fff4cb1bff3  com.apple.AuthKit (1.0 - 1) <0A3A05D4-0795-35B8-8729-4BF252D52E60> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff4ccd8000 -     0x7fff4cce1ff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <2088BC70-5329-3390-A851-C4ECF654047C> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff4cce2000 -     0x7fff4cd83ff5  com.apple.backup.framework (1.11.4 - 1298.4.19) <1F848C06-11E3-3D85-8358-7E37AD2BE9D7> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff4cd84000 -     0x7fff4ce10ff6  com.apple.BaseBoard (466.3 - 466.3) <1EFE4339-9393-3B15-8DC9-2BE9B03F3062> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff4cf12000 -     0x7fff4cf4eff7  com.apple.bom (14.0 - 219.2) <4B7C18B2-1E51-376E-9D6A-CE3F58D2AE53> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff4daca000 -     0x7fff4db19fff  com.apple.ChunkingLibrary (307 - 307) <4A5C3E8E-1E95-3363-8A78-CCD55770F064> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff4e98a000 -     0x7fff4e99affb  com.apple.CommonAuth (4.0 - 2.0) <E09BBBBE-ECDD-3442-8D4E-27A12F5E2347> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff4e9ae000 -     0x7fff4e9c5fff  com.apple.commonutilities (8.0 - 900) <1E6CE910-4B06-3704-A47D-06337A6F0992> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff4f0cb000 -     0x7fff4f4a0fc8  com.apple.CoreAUC (283.0.0 - 283.0.0) <5BF7FDC2-E106-3E73-B950-2A0DDE2CA11F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff4f4a1000 -     0x7fff4f4ceff7  com.apple.CoreAVCHD (6.1.0 - 6100.4.1) <4BD22FB9-F5F7-35E5-AAD6-CF92706C9816> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff4f4f1000 -     0x7fff4f510ffc  com.apple.analyticsd (1.0 - 1) <F33987F5-A14A-3A55-8D26-FDE9A57B9269> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff4fa97000 -     0x7fff4faa7ff3  com.apple.CoreEmoji (1.0 - 107) <AC83B860-61BD-384E-81BF-CA3CBE655968> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff500e7000 -     0x7fff50151ff0  com.apple.CoreNLP (1.0 - 213) <687A4C31-A307-3255-83BE-9B123971FF62> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff5057f000 -     0x7fff50587ff8  com.apple.CorePhoneNumbers (1.0 - 1) <17E6A3B0-A181-3295-8B19-E139EDF12E4B> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff50f74000 -     0x7fff50f97fff  com.apple.CoreSVG (1.0 - 129) <53213F48-F888-3EBE-AE30-E9303E9B712C> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
    0x7fff50f98000 -     0x7fff50fcbfff  com.apple.CoreServicesInternal (446.7 - 446.7) <4C4834E0-EA46-36DE-BA11-16B8826DD754> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff50fcc000 -     0x7fff50ffaffd  com.apple.CSStore (1069.22 - 1069.22) <39E431F9-3584-34DF-A64D-C5895AA72068> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff5151e000 -     0x7fff515b4ff7  com.apple.CoreSymbolication (11.4 - 64535.33.1) <DCA00787-D285-3944-AAFA-CAF78775B8D3> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff5164c000 -     0x7fff51778ff6  com.apple.coreui (2.1 - 609.4) <55EACF17-86EA-3F6E-A2CF-AF2F08C5F295> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff51779000 -     0x7fff5192fff5  com.apple.CoreUtils (6.2 - 620.34) <172FC306-619F-3451-9BCA-F0B0D0B58EFD> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff51a69000 -     0x7fff51a7cff1  com.apple.CrashReporterSupport (10.13 - 15016) <8AB4A416-A174-386B-8A96-5F16EAA3FCDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff51b35000 -     0x7fff51b47ff8  com.apple.framework.DFRFoundation (1.0 - 252.40.1) <852E7EE8-EC39-3CFF-9605-9F971F7BCED5> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff51b48000 -     0x7fff51b4dfff  com.apple.DSExternalDisplay (3.1 - 380) <61597AB3-7E66-339D-A709-50D4F9B3D8E9> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff51bd7000 -     0x7fff51c51ff0  com.apple.datadetectorscore (8.0 - 659) <F7BA8B28-FD51-34A7-A423-63878638D00E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff51c9d000 -     0x7fff51cdaff8  com.apple.DebugSymbols (194 - 194) <0406F803-6865-370E-9D32-01EF177B5E7A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff51cdb000 -     0x7fff51e62ff2  com.apple.desktopservices (1.14.4 - 1281.4.19) <82777143-A900-33D0-BCFA-2511C89C9EAD> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff537fb000 -     0x7fff53c16ff1  com.apple.vision.FaceCore (4.3.0 - 4.3.0) <E081D201-B82C-3AE3-8B58-1E909CE053B3> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff542a7000 -     0x7fff543deffc  libFontParser.dylib (277.2.4.2) <B59E080A-9FC3-3511-9024-E6D5461E60D1> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff54478000 -     0x7fff54488ff6  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <5A0F87CA-81C0-3444-B958-AAC7BD4319BC> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff57969000 -     0x7fff5796afff  libmetal_timestamp.dylib (902.14.9) <E675DA7E-A99D-3351-94D1-3485CD86808B> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff5901a000 -     0x7fff59020fff  com.apple.GPUWrangler (5.1.16 - 5.1.16) <F91AD6D6-8242-348C-8296-AF1DD8DBA2EF> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff5933f000 -     0x7fff59365ff1  com.apple.GenerationalStorage (2.0 - 314) <54182052-9E17-3A2A-8943-8915E6D319CE> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff5a494000 -     0x7fff5a4a2ffb  com.apple.GraphVisualizer (1.0 - 100.1) <7289AEE6-C577-3D89-A99E-98551218EB7D> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff5a642000 -     0x7fff5a700ff4  com.apple.Heimdal (4.0 - 2.0) <C4838DCE-48FB-3828-9FB2-097BA2848C99> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff5c881000 -     0x7fff5c889ff5  com.apple.IOAccelerator (438.4.5 - 438.4.5) <4B2F1D11-C36B-3C48-9934-8A973348A966> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff5c896000 -     0x7fff5c8acfff  com.apple.IOPresentment (1.0 - 37) <2FE66352-4CF9-3F79-944D-053E2AD451D6> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff5cc34000 -     0x7fff5cc7fff1  com.apple.IconServices (438.3 - 438.3) <2431AD46-37B8-367F-A1DC-119C781B1453> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff5ce3d000 -     0x7fff5ce44ffa  com.apple.InternationalSupport (1.0 - 45.2) <296B6979-342E-35B8-A58B-B0797DFBA789> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff5d0d1000 -     0x7fff5d0f0ffd  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <D0F59C6D-F069-3F0D-81C2-CBFC2E6B7101> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff5d225000 -     0x7fff5d2f3ffd  com.apple.LanguageModeling (1.0 - 215.1) <3FAF1700-F7D4-3F92-88AA-A3920702B8BB> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff5d2f4000 -     0x7fff5d33cfff  com.apple.Lexicon-framework (1.0 - 72) <212D02CE-11BC-3C7F-BDFD-DF1A0C4017EE> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff5d343000 -     0x7fff5d348ff3  com.apple.LinguisticData (1.0 - 353.18) <BA3869B7-9C39-32DA-A4BA-12F1BC4B04CF> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff5dbe0000 -     0x7fff5dbe3fff  com.apple.Mangrove (1.0 - 25) <9490A0D4-5EF9-3FDA-B048-A71BE3A17096> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff5de4c000 -     0x7fff5ded6ff8  com.apple.MediaExperience (1.0 - 1) <F86763CC-6791-390E-8BCF-512B04C931BA> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
    0x7fff5e6af000 -     0x7fff5e6fbfff  com.apple.spotlight.metadata.utilities (1.0 - 2076.3) <EF8AC054-B15F-375F-AACB-018DC73CD16E> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff5e6fc000 -     0x7fff5e7cdffa  com.apple.gpusw.MetalTools (1.0 - 1) <BA343D96-58EA-374A-818C-E42968101EA8> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff5e82a000 -     0x7fff5e843ff4  com.apple.MobileAssets (1.0 - 619.100.2) <4EAA222A-2128-3A7D-9270-C4878C8AD1AA> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff5ea00000 -     0x7fff5ea1efff  com.apple.MobileKeyBag (2.0 - 1.0) <0837C5C4-A860-387C-8F31-9A4627A3132F> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff5ec81000 -     0x7fff5ecb1ff7  com.apple.MultitouchSupport.framework (3440.1 - 3440.1) <0AA68A0D-23F6-3628-A93F-8F8018B84920> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff5f1b0000 -     0x7fff5f1bafff  com.apple.NetAuth (6.2 - 6.2) <D324C7CC-E614-35F6-8619-DECBE90ECAEB> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff5fbc5000 -     0x7fff5fc10ffb  com.apple.OTSVG (1.0 - 643.1.4.4) <DCCAD72C-ED3E-3FB9-80C8-4DB36362C28A> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff60e18000 -     0x7fff60e23ff2  com.apple.PerformanceAnalysis (1.243.2 - 243.2) <FFE831BE-C133-38BE-A6B4-BEEB9FD6BF37> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff60e24000 -     0x7fff60e4cffb  com.apple.persistentconnection (1.0 - 1.0) <F16D4768-61F2-3298-8E37-0EAF612A55C0> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
    0x7fff6380a000 -     0x7fff63823ffb  com.apple.ProtocolBuffer (1 - 274.24.9.16.3) <05BE7640-A9FD-3963-8199-E60DE3C37A7E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff63c82000 -     0x7fff63cabff1  com.apple.RemoteViewServices (2.0 - 148) <680F9F89-C44B-3AB3-B9EA-155B41B7295A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff63e10000 -     0x7fff63e4bff0  com.apple.RunningBoardServices (1.0 - 223.100.31) <28C26D68-F1F5-3ADC-832B-AF63336F35FB> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
    0x7fff65728000 -     0x7fff6572bff5  com.apple.SecCodeWrapper (4.0 - 448.100.6) <87710569-BCB4-37C1-B56D-F0EB89863A78> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff6589e000 -     0x7fff659c5ff1  com.apple.Sharing (1526.14 - 1526.14) <8D0C1BC4-5133-399B-9EFC-74CAEF4FA389> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff66dd8000 -     0x7fff670cefff  com.apple.SkyLight (1.600.0 - 450.9) <C6AF6A79-C673-3B9E-95E0-993F43AE7EED> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff6791b000 -     0x7fff67929ffb  com.apple.SpeechRecognitionCore (6.0.91 - 6.0.91) <4678A6DB-D56E-393F-90BD-5AF4F3664440> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff68003000 -     0x7fff68044ff9  com.apple.StreamingZip (1.0 - 1) <67F0ED7B-0912-3151-BEB1-9D5FBAE0D46B> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff6815b000 -     0x7fff68164ff7  com.apple.SymptomDiagnosticReporter (1.0 - 1238.100.26) <A2197A8A-796E-321C-8EBB-075AED9995B0> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff6841a000 -     0x7fff6842aff3  com.apple.TCC (1.0 - 1) <AEE98D6E-03FD-3C80-90AC-5B45B4AE7A2E> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff6894d000 -     0x7fff68a13ff0  com.apple.TextureIO (3.10.9 - 3.10.9) <362C5815-6A2B-3CA8-B577-C5D4978EF981> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff68bd4000 -     0x7fff68e2cff0  com.apple.UIFoundation (1.0 - 661.2) <27837A1C-A833-3F99-B8D8-84A583EEA523> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff69a9f000 -     0x7fff69abfffc  com.apple.UserManagement (1.0 - 1) <6F223C62-641C-3F7E-BE20-B0C9F19709C7> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
    0x7fff6a86b000 -     0x7fff6a955ff8  com.apple.ViewBridge (464.1 - 464.1) <E1DB0984-8B31-36E4-9854-A3345F67BED3> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff6aafb000 -     0x7fff6aafcfff  com.apple.WatchdogClient.framework (1.0 - 67.101.1) <1D6C2858-0A09-380E-8718-14131D9A0FE1> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
    0x7fff6b728000 -     0x7fff6b72bffa  com.apple.dt.XCTTargetBootstrap (1.0 - 16091) <B40E4B60-2DB5-30ED-A210-3ED708862162> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff6b7a5000 -     0x7fff6b7b3ff5  com.apple.audio.caulk (1.0 - 32.3) <DFE1EBB6-9A42-3227-8601-5CFCB1F665CD> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7fff6baf5000 -     0x7fff6baf7ff3  com.apple.loginsupport (1.0 - 1) <B84ABC31-431B-3F99-BABE-44ED0A7DB3C0> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff6bb3d000 -     0x7fff6bb49ffd  com.apple.perfdata (1.0 - 51.100.6) <F7D0F01D-CD05-3FA8-A475-E71D89250740> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
    0x7fff6e5c9000 -     0x7fff6e5d5ff9  libAudioStatistics.dylib (1104.80) <9ED11599-1BB1-34B2-A4A2-CD69989DE9EA> /usr/lib/libAudioStatistics.dylib
    0x7fff6e5d6000 -     0x7fff6e609ffa  libAudioToolboxUtility.dylib (1104.80) <C34C8FCE-54DE-3884-8074-057B06807D22> /usr/lib/libAudioToolboxUtility.dylib
    0x7fff6e610000 -     0x7fff6e644fff  libCRFSuite.dylib (48) <E52BECF7-1819-3998-ACC4-8D1A332CE4EB> /usr/lib/libCRFSuite.dylib
    0x7fff6e647000 -     0x7fff6e651fff  libChineseTokenizer.dylib (34) <EE842A48-3D30-34B0-B9D2-F045DE582650> /usr/lib/libChineseTokenizer.dylib
    0x7fff6e6dd000 -     0x7fff6e6dfff7  libDiagnosticMessagesClient.dylib (112) <BE749883-9400-334A-8FBF-F3321CF205F5> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff6e725000 -     0x7fff6e8dcffb  libFosl_dynamic.dylib (100.4) <68038226-8CAA-36B5-B5D6-510F900B318D> /usr/lib/libFosl_dynamic.dylib
    0x7fff6e903000 -     0x7fff6e909ff3  libIOReport.dylib (54) <FA47D01E-E02C-3178-9C10-DF4E7F6351B0> /usr/lib/libIOReport.dylib
    0x7fff6e9eb000 -     0x7fff6e9f2fff  libMatch.1.dylib (36) <815A4553-4763-369F-A77C-62663A586D60> /usr/lib/libMatch.1.dylib
    0x7fff6ea21000 -     0x7fff6ea41fff  libMobileGestalt.dylib (826.100.27) <4B771C86-0CB7-3B06-8F41-5A40DDF66D72> /usr/lib/libMobileGestalt.dylib
    0x7fff6eac1000 -     0x7fff6eb9eff7  libSMC.dylib (20) <8EDBE07C-A4C7-356C-9D80-524FA08BB465> /usr/lib/libSMC.dylib
    0x7fff6ebb3000 -     0x7fff6ebb4fff  libSystem.B.dylib (1281.100.1) <DB8310F1-272D-3533-A840-3B390AF55C26> /usr/lib/libSystem.B.dylib
    0x7fff6ec41000 -     0x7fff6ec42fff  libThaiTokenizer.dylib (3) <DC582222-7C1F-3C27-8C3A-BAF696A2197D> /usr/lib/libThaiTokenizer.dylib
    0x7fff6ec5a000 -     0x7fff6ec70fff  libapple_nghttp2.dylib (1.39.2) <268F4E3E-95DC-35FB-82DC-5B0D1855A676> /usr/lib/libapple_nghttp2.dylib
    0x7fff6eca5000 -     0x7fff6ed17ff7  libarchive.2.dylib (72.100.1) <65E0870E-02AB-365D-84F9-5800B5BB69FC> /usr/lib/libarchive.2.dylib
    0x7fff6ed18000 -     0x7fff6ee47fed  libate.dylib (3.0.1) <36D6D909-6CC1-3E21-ABCD-15DABD2B8563> /usr/lib/libate.dylib
    0x7fff6ee4b000 -     0x7fff6ee4bff3  libauto.dylib (187) <FD0E5750-7004-36A7-B9C2-D6B6B4EF559B> /usr/lib/libauto.dylib
    0x7fff6ef11000 -     0x7fff6ef21ffb  libbsm.0.dylib (60.100.1) <B0373A39-DBC6-3A84-879B-BA46E30D04BF> /usr/lib/libbsm.0.dylib
    0x7fff6ef22000 -     0x7fff6ef2efff  libbz2.1.0.dylib (44) <FFCD4427-AF87-36D2-8097-8870FDC75A1B> /usr/lib/libbz2.1.0.dylib
    0x7fff6ef2f000 -     0x7fff6ef81fff  libc++.1.dylib (902.1) <08199809-33CA-321E-9B9D-FD5B2BC64580> /usr/lib/libc++.1.dylib
    0x7fff6ef82000 -     0x7fff6ef97ffb  libc++abi.dylib (902) <1C880020-396D-3F91-BE27-5A09A9239F68> /usr/lib/libc++abi.dylib
    0x7fff6ef98000 -     0x7fff6ef98fff  libcharset.1.dylib (59) <4E63BA25-04A3-329A-923D-251155C03F30> /usr/lib/libcharset.1.dylib
    0x7fff6ef99000 -     0x7fff6efaafff  libcmph.dylib (8) <D4C5E0A8-92D9-33D5-9F83-6F4742FFBE29> /usr/lib/libcmph.dylib
    0x7fff6efab000 -     0x7fff6efc3fd7  libcompression.dylib (87) <34D9E608-EEE0-3FD6-97DC-FF16D823ABC3> /usr/lib/libcompression.dylib
    0x7fff6f29d000 -     0x7fff6f2b3ff7  libcoretls.dylib (167) <EFC237BB-78F7-33C6-BFF9-53860062DD99> /usr/lib/libcoretls.dylib
    0x7fff6f2b4000 -     0x7fff6f2b5fff  libcoretls_cfhelpers.dylib (167) <2E542A2B-7730-33EE-9B3B-154B08608AA6> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff6f872000 -     0x7fff6f8d1ff7  libcups.2.dylib (483.6) <F446DEF0-66C0-31AD-88E1-919B05F06C90> /usr/lib/libcups.2.dylib
    0x7fff6f9dd000 -     0x7fff6f9ddfff  libenergytrace.dylib (21) <FFB9FB70-8DBD-3025-BC92-51F02481A489> /usr/lib/libenergytrace.dylib
    0x7fff6f9de000 -     0x7fff6f9f6fff  libexpat.1.dylib (19.60.2) <1ED53818-578C-3D17-8761-68792CCAD685> /usr/lib/libexpat.1.dylib
    0x7fff6fa04000 -     0x7fff6fa06fff  libfakelink.dylib (149.1) <B04F9A05-7E52-3382-9186-F603BE4BFBB2> /usr/lib/libfakelink.dylib
    0x7fff6fa15000 -     0x7fff6fa1afff  libgermantok.dylib (24) <8091F952-B592-38E3-982B-7DEA0A44E211> /usr/lib/libgermantok.dylib
    0x7fff6fa1b000 -     0x7fff6fa24ff7  libheimdal-asn1.dylib (564.100.1) <2D639331-43CF-331F-98F4-CDF41990A468> /usr/lib/libheimdal-asn1.dylib
    0x7fff6fa25000 -     0x7fff6fb15fff  libiconv.2.dylib (59) <9458704B-A702-37CB-9707-66ABBB5DB71E> /usr/lib/libiconv.2.dylib
    0x7fff6fb16000 -     0x7fff6fd6dfff  libicucore.A.dylib (64260.0.1) <DCC4A4EE-32FD-350F-84D8-E857F2F29855> /usr/lib/libicucore.A.dylib
    0x7fff6fd87000 -     0x7fff6fd88fff  liblangid.dylib (133) <E9595222-602B-38F0-8572-0F1872A00527> /usr/lib/liblangid.dylib
    0x7fff6fd89000 -     0x7fff6fda1ff3  liblzma.5.dylib (16) <0AA1EB11-A433-327E-B8DB-7395CFF06554> /usr/lib/liblzma.5.dylib
    0x7fff6fdb9000 -     0x7fff6fe60ff7  libmecab.dylib (883.10) <13136C11-8763-37BA-AEB2-676092798DAA> /usr/lib/libmecab.dylib
    0x7fff6fe61000 -     0x7fff700c3fe1  libmecabra.dylib (883.10) <6AC22857-F528-35CE-94A9-D70F6F766C15> /usr/lib/libmecabra.dylib
    0x7fff70430000 -     0x7fff7045ffff  libncurses.5.4.dylib (57) <6BD6F430-C8B3-39D8-87B5-2C16E6578FD5> /usr/lib/libncurses.5.4.dylib
    0x7fff7058f000 -     0x7fff70a0aff5  libnetwork.dylib (1880.100.30) <9519B6F8-44E2-3F53-B995-1527C5333240> /usr/lib/libnetwork.dylib
    0x7fff70aaa000 -     0x7fff70adcfde  libobjc.A.dylib (787.1) <1355CEE9-4B15-3137-BB9E-D1686D6D2A0E> /usr/lib/libobjc.A.dylib
    0x7fff70aef000 -     0x7fff70af3fff  libpam.2.dylib (25.100.1) <D5CEC1AD-A2EC-362C-B71A-22FD521917F1> /usr/lib/libpam.2.dylib
    0x7fff70af6000 -     0x7fff70b2cff7  libpcap.A.dylib (89.100.1) <171BAAB0-A5C8-32C5-878E-83D46073BF8C> /usr/lib/libpcap.A.dylib
    0x7fff70b6c000 -     0x7fff70b7aff9  libperfcheck.dylib (37.100.2) <FAD84AEF-7F3A-3330-A193-FF367DA48CC6> /usr/lib/libperfcheck.dylib
    0x7fff70bb0000 -     0x7fff70bc8fff  libresolv.9.dylib (67.40.1) <92A522F9-95E2-35EE-A8AD-FC8DEE6B2C1F> /usr/lib/libresolv.9.dylib
    0x7fff70bca000 -     0x7fff70c0eff7  libsandbox.1.dylib (1217.101.2) <5E362637-203E-3170-B988-1C470A6B0642> /usr/lib/libsandbox.1.dylib
    0x7fff70c22000 -     0x7fff70c23ff7  libspindump.dylib (281.3) <16F53AD2-1839-37BF-A2F5-92253FE4AF1A> /usr/lib/libspindump.dylib
    0x7fff70c24000 -     0x7fff70e06ff7  libsqlite3.dylib (308.4) <E097B676-FF88-3EF4-92FD-6A5DBC3A4384> /usr/lib/libsqlite3.dylib
    0x7fff71057000 -     0x7fff7105affb  libutil.dylib (57) <07ED7CF0-1744-3386-B8B2-0DDBD446999E> /usr/lib/libutil.dylib
    0x7fff7105b000 -     0x7fff71068ff7  libxar.1.dylib (425.2) <625F24E1-1A0F-3301-9F99-F0F3DADE0287> /usr/lib/libxar.1.dylib
    0x7fff7106e000 -     0x7fff71150ff7  libxml2.2.dylib (33.3) <24147A90-E3EB-3926-BFB0-5F0FC9F706E2> /usr/lib/libxml2.2.dylib
    0x7fff71154000 -     0x7fff7117cfff  libxslt.1.dylib (16.9) <8C8648B1-F2CA-38EA-A409-D6F19715C6E6> /usr/lib/libxslt.1.dylib
    0x7fff7117d000 -     0x7fff7118fff3  libz.1.dylib (76) <6A449C6A-DF88-36C1-8F2D-DB9A808263B5> /usr/lib/libz.1.dylib
    0x7fff71285000 -     0x7fff7163a437  libswiftCore.dylib (5.2 - 1103.8.25.8) <1BB781ED-EB29-3BF0-960B-DA4672FFF9F9> /usr/lib/swift/libswiftCore.dylib
    0x7fff71650000 -     0x7fff71652fff  libswiftCoreFoundation.dylib (??? - ???) <6866BE6D-5F58-3BD2-85C1-6DD2C15B5B51> /usr/lib/swift/libswiftCoreFoundation.dylib
    0x7fff71653000 -     0x7fff71660fff  libswiftCoreGraphics.dylib (??? - ???) <0C4DD665-27B1-3B52-8987-8FEE2EBA5E53> /usr/lib/swift/libswiftCoreGraphics.dylib
    0x7fff716bf000 -     0x7fff716c5fff  libswiftDarwin.dylib (??? - ???) <6593ACCA-D578-3BFF-B339-5798C4AC384E> /usr/lib/swift/libswiftDarwin.dylib
    0x7fff716c6000 -     0x7fff716ddcdf  libswiftDispatch.dylib (??? - ???) <C4A4B8DC-B3D7-3815-80ED-99D46017438E> /usr/lib/swift/libswiftDispatch.dylib
    0x7fff716de000 -     0x7fff71863277  libswiftFoundation.dylib (??? - ???) <C4E89ED3-976F-3924-A24F-661DDE4A7CA6> /usr/lib/swift/libswiftFoundation.dylib
    0x7fff71872000 -     0x7fff71874ff3  libswiftIOKit.dylib (??? - ???) <2A458B23-A3D3-3868-AAE0-E33316AB9C57> /usr/lib/swift/libswiftIOKit.dylib
    0x7fff7188a000 -     0x7fff71891f0f  libswiftMetal.dylib (??? - ???) <80BB56DC-B5BE-39F1-92F9-133A64C356BC> /usr/lib/swift/libswiftMetal.dylib
    0x7fff7190d000 -     0x7fff71910fe7  libswiftObjectiveC.dylib (??? - ???) <091A84D0-7C63-3CE7-92FB-84A435C0D944> /usr/lib/swift/libswiftObjectiveC.dylib
    0x7fff71a11000 -     0x7fff71a13fff  libswiftXPC.dylib (??? - ???) <69F04529-774D-3811-9D41-85ADB4964E2F> /usr/lib/swift/libswiftXPC.dylib
    0x7fff71a3d000 -     0x7fff71a42ff3  libcache.dylib (83) <5F90FFCE-403B-3724-991D-BA32401D99C5> /usr/lib/system/libcache.dylib
    0x7fff71a43000 -     0x7fff71a4efff  libcommonCrypto.dylib (60165) <C7A5E3F7-1E5A-3785-875A-B6647082B614> /usr/lib/system/libcommonCrypto.dylib
    0x7fff71a4f000 -     0x7fff71a56fff  libcompiler_rt.dylib (101.2) <A517E149-2D25-3C04-BCEF-F69149C85B18> /usr/lib/system/libcompiler_rt.dylib
    0x7fff71a57000 -     0x7fff71a60ff7  libcopyfile.dylib (166.40.1) <1A5270B5-0D97-35DA-9296-4F4A428BC6A2> /usr/lib/system/libcopyfile.dylib
    0x7fff71a61000 -     0x7fff71af3fe3  libcorecrypto.dylib (866.100.30) <FCDEC0D1-8C30-3989-BDD1-996BBC715C29> /usr/lib/system/libcorecrypto.dylib
    0x7fff71c00000 -     0x7fff71c40ff0  libdispatch.dylib (1173.100.2) <EB592997-B11C-3AB3-85B1-F725F3D0B412> /usr/lib/system/libdispatch.dylib
    0x7fff71c41000 -     0x7fff71c77fff  libdyld.dylib (750.5) <D2A07EF5-A64B-3692-BE13-89DAA2EC5E80> /usr/lib/system/libdyld.dylib
    0x7fff71c78000 -     0x7fff71c78ffb  libkeymgr.dylib (30) <CC5A2B43-770B-3C6C-BA10-AA3A6B4A142D> /usr/lib/system/libkeymgr.dylib
    0x7fff71c79000 -     0x7fff71c85ff3  libkxld.dylib (6153.101.6) <77282DCB-83D6-3199-874E-9A4A0FD7D4F3> /usr/lib/system/libkxld.dylib
    0x7fff71c86000 -     0x7fff71c86ff7  liblaunch.dylib (1738.100.39) <A7FF7357-600F-3014-8C28-A4F367717E8D> /usr/lib/system/liblaunch.dylib
    0x7fff71c87000 -     0x7fff71c8cff7  libmacho.dylib (959.0.1) <D8FED478-25A2-3844-AE4B-A5C9F9827615> /usr/lib/system/libmacho.dylib
    0x7fff71c8d000 -     0x7fff71c8fff3  libquarantine.dylib (110.40.3) <51E0304F-AB11-3BF7-99DC-BB916CC9088B> /usr/lib/system/libquarantine.dylib
    0x7fff71c90000 -     0x7fff71c91ff7  libremovefile.dylib (48) <078F29AB-26BA-3493-BCAA-E1E75A187521> /usr/lib/system/libremovefile.dylib
    0x7fff71c92000 -     0x7fff71ca9ff3  libsystem_asl.dylib (377.60.2) <0F1BAC19-2AE0-3F8E-9B90-AACF819B2BF7> /usr/lib/system/libsystem_asl.dylib
    0x7fff71caa000 -     0x7fff71caaff7  libsystem_blocks.dylib (74) <32224AFF-C06F-3279-B753-097194EDEF49> /usr/lib/system/libsystem_blocks.dylib
    0x7fff71cab000 -     0x7fff71d32fff  libsystem_c.dylib (1353.100.2) <4F5EED22-4D46-3F04-8C64-C492CDAD70EB> /usr/lib/system/libsystem_c.dylib
    0x7fff71d33000 -     0x7fff71d36ffb  libsystem_configuration.dylib (1061.101.1) <2A2C778D-07EB-35C7-A954-8BF8FD74BD75> /usr/lib/system/libsystem_configuration.dylib
    0x7fff71d37000 -     0x7fff71d3afff  libsystem_coreservices.dylib (114) <FDA41CC4-170A-3D93-85BD-838A563B03C4> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff71d3b000 -     0x7fff71d43fff  libsystem_darwin.dylib (1353.100.2) <B567B86D-8818-38A4-A861-03EB83B55867> /usr/lib/system/libsystem_darwin.dylib
    0x7fff71d44000 -     0x7fff71d4bfff  libsystem_dnssd.dylib (1096.100.3) <7C690DF5-E119-33FB-85CD-9EFC67A36E40> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff71d4c000 -     0x7fff71d4dffb  libsystem_featureflags.dylib (17) <415D83EF-084C-3485-B757-53001870EA94> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff71d4e000 -     0x7fff71d9bff7  libsystem_info.dylib (538) <17049D3F-C798-3651-B391-1551FC699D3E> /usr/lib/system/libsystem_info.dylib
    0x7fff71d9c000 -     0x7fff71dc8ff7  libsystem_kernel.dylib (6153.101.6) <E76440E1-D1E8-3D9A-8B47-D01F554FF1C4> /usr/lib/system/libsystem_kernel.dylib
    0x7fff71dc9000 -     0x7fff71e14fef  libsystem_m.dylib (3178) <D9099D98-4E16-3EA1-8BF8-2EA3FCC4A282> /usr/lib/system/libsystem_m.dylib
    0x7fff71e15000 -     0x7fff71e3cfff  libsystem_malloc.dylib (283.100.5) <97833239-2F83-3AEB-A426-0593997C8A54> /usr/lib/system/libsystem_malloc.dylib
    0x7fff71e3d000 -     0x7fff71e4affb  libsystem_networkextension.dylib (1095.100.29) <C9E988B2-6A18-35C0-9577-63201E9D6018> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff71e4b000 -     0x7fff71e54ff7  libsystem_notify.dylib (241.100.2) <E405F84B-BD4F-3874-9755-CB3EC86E18D5> /usr/lib/system/libsystem_notify.dylib
    0x7fff71e55000 -     0x7fff71e5dfef  libsystem_platform.dylib (220.100.1) <6EF12F34-C33F-36BF-9A9A-2A35EA19EFE0> /usr/lib/system/libsystem_platform.dylib
    0x7fff71e5e000 -     0x7fff71e68fff  libsystem_pthread.dylib (416.100.3) <A8514582-E000-3854-911A-0A73D2C79600> /usr/lib/system/libsystem_pthread.dylib
    0x7fff71e69000 -     0x7fff71e6dff3  libsystem_sandbox.dylib (1217.101.2) <E9D78CDE-FB67-32E7-BABC-9EFC23AA0DC6> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff71e6e000 -     0x7fff71e70fff  libsystem_secinit.dylib (62.100.2) <AAC639E5-7103-3366-A602-8FC6944E2C13> /usr/lib/system/libsystem_secinit.dylib
    0x7fff71e71000 -     0x7fff71e78ffb  libsystem_symptoms.dylib (1238.100.26) <487B92DE-45F9-39F9-A478-89BBD478157D> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff71e79000 -     0x7fff71e8fff2  libsystem_trace.dylib (1147.100.8) <BB90B1FD-8C09-3DF4-BD8B-9E4AEADFEA2B> /usr/lib/system/libsystem_trace.dylib
    0x7fff71e91000 -     0x7fff71e96ff7  libunwind.dylib (35.4) <CC87C836-BE9D-334E-A0E6-0297D52E9D73> /usr/lib/system/libunwind.dylib
    0x7fff71e97000 -     0x7fff71eccffe  libxpc.dylib (1738.100.39) <32B0E31E-9DA3-328B-A962-BC9591B93537> /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: 3977
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=594.8M resident=0K(0%) swapped_out_or_unallocated=594.8M(100%)
Writable regions: Total=523.8M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=523.8M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        1 
Dispatch continuations            8192K        1 
Kernel Alloc Once                    8K        1 
MALLOC                           159.5M       32 
MALLOC guard page                   32K        8 
MALLOC_LARGE (reserved)          189.3M        2         reserved VM address space (unallocated)
Memory Tag 242                      12K        1 
STACK GUARD                       56.1M       16 
Stack                             15.6M       16 
VM_ALLOCATE                        196K        6 
__DATA                           177.4M      320 
__DATA_CONST                       335K       14 
__FONT_DATA                          4K        1 
__LINKEDIT                       390.5M       14 
__OBJC_RO                         32.2M        1 
__OBJC_RW                         1888K        1 
__TEXT                           204.4M      310 
__UNICODE                          564K        1 
mapped file                       37.7M       10 
shared memory                      632K       14 
===========                     =======  ======= 
TOTAL                              1.2G      770 
TOTAL, minus reserved VM space     1.1G      770 

I also have a new computer I can try OpenEmu on to see if this is happening because this computer is old. But I would rather keep doing everything on this computer if it is possible.

@clobber
Copy link
Member

clobber commented Apr 3, 2020

  1. What model is your Mac? Apple menu > About This Mac > Overview tab
  2. Does your crash happen with all systems? You said "any ROMs" so what system and game in particular?
  3. What happens if you try to run a game from our "Homebrew" collection?

@anyathenerd
Copy link
Author

  1. iMac (21.5-inch, Late 2012)
    Processor: 2.7 GHz Quad-Core Intel Core i5
    Memory: 8 GB 1600 MHz DDR3
    Graphics: NVIDIA GeForce GT 640M 512 MB

  2. I had a variety of different roms in various consoles (that were all supported before) like Playstation, Nintendo DS, Gameboy Advance etc. (and using the provided cores). The interesting thing I just found out was that if I download the core separately (like go to mGBA and download their own program by itself) it runs just fine. It is only within OpenEmu that I am unable to do it.

  3. Games from the Homebrew collection also give me the same error.

@anyathenerd
Copy link
Author

Update: I tried it on my newer mac computer (I bought it last year) and OpenEmu works on there perfectly fine with no problems. So, I'm guessing my older computer is just too old at this point?

@clobber clobber changed the title Cannot Communicate with a Helper Application Cannot Communicate with a Helper Application - Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio' Apr 6, 2020
@clobber
Copy link
Member

clobber commented Apr 6, 2020

The age of your machine is not relevant as long as macOS 10.15 Catalina is officially supported on that hardware. More details about your setup are required, such as any audio devices in use, settings you have changed or audio-related software installed.

@clobber clobber changed the title Cannot Communicate with a Helper Application - Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio' (macOS 10.15.4) Couldn't communicate with a helper application. - Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio' Apr 7, 2020
@kimetime95
Copy link

I just posted a thread with what i believe to be the same issue. Everything was working fine for me until i downloaded "ishowUaudio" so i record my game audio. Wasnt playing long before my crash. Not sure if this is helpful or not. After downloading IshowUaudio, i changed my macbooks audio preferences to "Multi-output device" also says its "aggregate" type.

@kimetime95
Copy link

update to my previous comment. I no longer receive "cannot communicate with helper application" error when i change my system audio preferences back to "internal speakers" .

@clobber
Copy link
Member

clobber commented Apr 7, 2020

👇👇👇

Attention everyone here:

This is clearly an audio-related bug as of macOS 10.15.4, so please provide detailed information about your setups when reporting this crash.

Using third party audio software for "Multi-output" appears to be a problem.

👆👆👆

@clobber clobber changed the title (macOS 10.15.4) Couldn't communicate with a helper application. - Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio' (macOS 10.15.4) (audio-related) Couldn't communicate with a helper application. - Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio' Apr 7, 2020
@clobber clobber changed the title (macOS 10.15.4) (audio-related) Couldn't communicate with a helper application. - Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio' (macOS 10.15.4) (audio-related) 🔈 Couldn't communicate with a helper application. - Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio' Apr 7, 2020
@clobber clobber changed the title (macOS 10.15.4) (audio-related) 🔈 Couldn't communicate with a helper application. - Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio' 🚨 (macOS 10.15.4) (audio-related) 🔈 Couldn't communicate with a helper application. - Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio' Apr 7, 2020
@anyathenerd
Copy link
Author

Oh yea I use the same audio software on my mac as well! Thank you kimetime95! I switched to headphones instead and it works now.

@clobber
Copy link
Member

clobber commented Apr 10, 2020

Leaving this open for now as it appears to be a new crash as of 10.15.4 using iShowU, although we may merge it with #4055

@clobber clobber changed the title 🚨 (macOS 10.15.4) (audio-related) 🔈 Couldn't communicate with a helper application. - Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio' 🚨 (macOS 10.15.4) (audio-related, iShowU) 🔈 Couldn't communicate with a helper application. - Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio' Apr 10, 2020
@clobber clobber reopened this Apr 10, 2020
@Jerdle

This comment has been minimized.

@clobber
Copy link
Member

clobber commented Apr 21, 2020

@Jerdle That is no the same problem -- that looks like a possible bug with the Gambatte core plugin.

@marktassin
Copy link

This is interesting. I just ran into the same issue, but using 10.14.6. OpenEmu works fine when my system audio preferences is set up as a single source, but once I change it to a multi-output device the software would open, but can not play any of the roms

@clobber clobber added duplicate and removed bug labels Apr 23, 2020
@clobber
Copy link
Member

clobber commented Apr 23, 2020

This is the same issue as #4055 with iShowU/Soundflower and Multi-Output Devices. The version of macOS is irrelevant. I'm not sure why we suddenly started getting more reports when 10.15.4 was released.

@ghost

This comment has been minimized.

@marktassin
Copy link

I figured out a work around using the app Loopback. It seems to be an issue with iShowU latest version.

@Phdizzy
Copy link

Phdizzy commented May 30, 2020

This one nailed it, I deleted "Pro Tools Aggregate" in the Audi Midi Setup utility and all ROM's run now

@dvessel
Copy link

dvessel commented Jun 14, 2020

This isn’t specific to iShowU. I’m experiencing the same crash with BlackHole through a multi-output device. OpenEmu doesn’t like that multi-out virtual device.

Running 10.15.5 on a 16’ MacBook Pro.

*** Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio', reason: 'required condition is false: node1 != nil && node2 != nil'
*** First throw call stack:
(
	0   CoreFoundation                      0x00007fff376c9be7 __exceptionPreprocess + 250
	1   libobjc.A.dylib                     0x00007fff704a15bf objc_exception_throw + 48
	2   CoreFoundation                      0x00007fff376f2d98 +[NSException raise:format:arguments:] + 88
	3   AVFAudio                            0x00007fff3306faa7 _Z19AVAE_RaiseExceptionP8NSStringz + 156
	4   AVFAudio                            0x00007fff3306f9be _Z11_AVAE_CheckPKciS0_S0_b + 326
	5   AVFAudio                            0x00007fff330f7450 _ZN17AVAudioEngineImpl7ConnectEP11AVAudioNodeS1_mmP13AVAudioFormat + 430
	6   AVFAudio                            0x00007fff330f26fb -[AVAudioEngine connect:to:format:] + 142
	7   OpenEmuHelperApp                    0x000000000e6aefb9 -[OEGameAudio setDeviceAndConnections] + 334
	8   OpenEmuHelperApp      <…>

Full Crash Report

@shokuninstudio
Copy link

Just experienced the 'Couldn't communicate with a helper application' bug. I had my Powerbeats Pro earphones selected as the audio output device. Games wouldn't load.

So I switched back to the Mac's speakers. Then the games worked.

Then I quit OpenEmu, set my output device to Powerbeats Pro again, and then re-launched OpenEmu. Now the games worked with sound from the earphones.

@shysaur
Copy link
Contributor

shysaur commented Aug 7, 2020

After more extensive debugging, it appears that this crashing issue affecting macOS Catalina only is a different issue than #4055, which affects macOS Mojave.

@anyathenerd @dvessel @shokuninstudio could you please download the test build at the following link, and then report whether the issue has been resolved?

https://drive.google.com/file/d/1Vc31JtHKywOlmK_CEUlxFX2YWl7Ic9Lv/view?usp=sharing

shysaur added a commit that referenced this issue Aug 11, 2020
…re an unit is requested more bytes of audio than the maximum.

inp->pullInput ended up writing outside the bounds of the input buffer because CoreAudio requested 528 frames instead of 512... Go figure. This was observed in macOS 10.14.6 build 18G6020.
Obviously this could cause crashes, even though in practice they seem rare (one of such crashes may have been posted in error in a comment to issue #4165).
All cores which require an audio format conversion are affected (one of them is Gambatte).

The fix is more range checking. I also increased the effective input buffer size, to avoid giving CoreAudio less bytes than it requests -- at least in the case I have seen.
@clobber
Copy link
Member

clobber commented Aug 14, 2020

Ping @anyathenerd @dvessel @shokuninstudio - could you all please test?

@EvilNinjaPhil
Copy link

I've had this same issue on Catalina, I've downloaded that test build and have been trying it out; so far I've not had the crashing issue happen with this build. Haven't seen any other crashes or issues, the sound ouputs correctly to my macbook speakers and to Obs so the Multi Audio Device using BlackHole is working correctly. Switching between roms was fine, also tried across various different systems and no sign of the error message so for me this looks resolved

@clobber
Copy link
Member

clobber commented Aug 15, 2020

@EvilNinjaPhil Thanks for testing. We also need users experiencing the crash on 10.14 Mojave to confirm as well.

@jonwolski
Copy link

On this and possibly other issues, people have mentioned the workaround of selecting "Internal Speakers" in your macOS sound preferences. That did not work for me, but it turned out my "AutoAggDevice" was still selected for my sound Input preferences.

Once I selected "Internal Microphone … Built-In" and restarted OpenEmu, I could play games again.

FWIW, it looks like this Audio device was a side effect of MainStage (https://support.apple.com/en-au/HT200269)

@Jamztradamus
Copy link

Hi, I am experiencing issues with the test build on Mojave. Games start with no sound but then sound pops on for a quick second here and there. After a few minutes, the game stops and I get the "helper application" error message (does not crash). I have Capto installed and downloaded it's audio capturing component. Mac Pro late 2013.

@shysaur shysaur pinned this issue Dec 14, 2020
@clobber
Copy link
Member

clobber commented Dec 23, 2020

Resolved in OpenEmu 2.3

@clobber clobber closed this as completed Dec 23, 2020
@shysaur
Copy link
Contributor

shysaur commented Dec 23, 2020

Important for those who are still experiencing audio-related issues on macOS 10.14 Mojave

There is a bug in macOS 10.14 Mojave ONLY which also affects OpenEmu 2.3. Games will play but with no sound. If you have audio issues on Mojave, the only fix is to upgrade to 10.15 Catalina or later.

This is an operating system bug, we have found no reliable way to fix it on our end.
If you are allergic to Catalina or Big Sur, the only thing you can do is to not use multi-output audio devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests