mpv-player / mpv

🎥 Command line video player
https://mpv.io
Other
28.06k stars 2.88k forks source link

mpv hangs with certain (unusual) FLAC files #9385

Open dardoor opened 2 years ago

dardoor commented 2 years ago

Important Information

Reproduction steps

  1. start mpv
  2. load the problematic files (file 54 and/or file 55 of the testbench)

Expected behavior

mpv plays the files

Actual behavior

mpv hangs and has to be force-closed

Sample files

The files are part of the "FLAC decoder testbench": https://wiki.hydrogenaud.io/index.php?title=FLAC_decoder_testbench The problematic files are "54 - 1000x repeating VORBISCOMMENT.flac" and "55 - file 48-53 combined.flac".

The hanging can be avoided by using title=${filename} in the config, but even then mpv takes a long time before starting to play file 55.

Dudemanguy commented 2 years ago

I wasn't able to reproduce. The 54 one plays normally for me. 55 does take a while to open but it does eventually. I get Data too big for buffer (70020 > 4096) in the cli which makes sense because this file has a ridiculously large amount of data in its vorbis comments. I don't think it should really be an indefinite hang. I think it's just still parsing all the stuff that's in the vorbis comments.

dardoor commented 2 years ago

Are you testing with the default config, no additional settings? Because if I use my usual config, with title=${filename} then it works exactly as you said for me too. But not with the default/clean setup.

Also, I tried in Ubuntu in a VM with a clean install (no extra tweaking): 54 plays fine, 55 doesn't play at all--mpv freezes for about a minute, shows the picture/cover and then quits. So the OS probably plays a role too.

Dudemanguy commented 2 years ago

I did not originally use --no-config but I tried it again with that argument and nothing changed from before.

mpv freezes for about a minute, shows the picture/cover and then quits.

This is the behavior I've observed with 55.

I guess OS might matter? I've only tested this on linux.

dardoor commented 2 years ago

Yeah, it looks like the Windows (10) version is more affected (unless there's some other system-related component/driver that matters). But I'm not the only one to see it hang in Windows. Whoever wrote that note on the wiki page has the same problem.

Akemi commented 2 years ago

In X11, it takes a while to startup but the file plays fine and even the cover art shows.

if it matters. same behaviour on macOS with cocoa-cb

low-batt commented 2 years ago

I'm here because I was looking for a mpv hang involving FLAC. The following report originates from this issue filed against a fork of IINA: https://github.com/iina-plus/iina/issues/17 There are multiple problems being reported in that IINA+ issue. The one involving mpv and FLAC is the original issue the problem was opened for.

This issue may not be related to the FLAC issues being reported here. This hang only occurs if hardware decoding is enabled. Below is some of the evidence the reporter supplied after testing mpv and finding that it hanged.

mpv version: 0.34.1 mpv build: Not sure. I would guess they are using the stolendata build. it is not native and is running under Rosetta. macOS version: 12.3 I thought that version is still in Beta?

There is this warning in the mpv log indicating FFmpeg is not happy with the file:

[   0.107][w][ffmpeg/video] hevc: Unknown HEVC profile: 0
Sample Process Output ```text Sampling process 10367 for 3 seconds with 1 millisecond of run time between samples Sampling completed, processing symbols... Analysis of sampling mpv (pid 10367) every 1 millisecond Process: mpv [10367] Path: /Applications/mpv.app/Contents/MacOS/mpv Load Address: 0x104162000 Identifier: io.mpv Version: 0.34.1 (???) Code Type: X86-64 (translated) Platform: macOS Parent Process: zsh [10353] Date/Time: 2022-01-29 11:10:43.540 +0530 Launch Time: 2022-01-29 11:09:04.624 +0530 OS Version: macOS 12.3 (21E5196i) Report Version: 7 Analysis Tool: /usr/bin/sample Physical footprint: 169.8M Physical footprint (peak): 260.8M ---- Call graph: 2213 Thread_837204 DispatchQueue_1: com.apple.main-thread (serial) + 2213 start (in dyld) + 462 [0x2047e750e] + 2213 cocoa_main (in mpv) + 887 [0x1042612b7] + 2213 -[NSApplication run] (in AppKit) + 586 [0x7ff820969845] + 2213 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 1394 [0x7ff8209772f2] + 2213 _DPSNextEvent (in AppKit) + 927 [0x7ff820978c35] + 2213 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) + 70 [0x7ff82716d415] + 2213 ReceiveNextEventCommon (in HIToolbox) + 594 [0x7ff82716d67a] + 2213 RunCurrentEventLoopInMode (in HIToolbox) + 292 [0x7ff82716d916] + 2213 CFRunLoopRunSpecific (in CoreFoundation) + 562 [0x7ff81e019994] + 2212 __CFRunLoopRun (in CoreFoundation) + 1276 [0x7ff81e01a550] + ! 2212 __CFRunLoopServiceMachPort (in CoreFoundation) + 319 [0x7ff81e01bec0] + ! 2212 mach_msg (in libsystem_kernel.dylib) + 56 [0x7ff81df18d08] + ! 2212 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7ff81df1899a] + ! 2212 ??? (in ) [0x7ff8ae5da940] + 1 __CFRunLoopRun (in CoreFoundation) + 2775 [0x7ff81e01ab2b] + 1 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ (in CoreFoundation) + 9 [0x7ff81e0597ea] + 1 _dispatch_main_queue_callback_4CF (in libdispatch.dylib) + 31 [0x7ff81ddaa8bb] + 1 _dispatch_main_queue_drain (in libdispatch.dylib) + 943 [0x7ff81ddaac78] + 1 _dispatch_client_callout (in libdispatch.dylib) + 8 [0x7ff81dd9e317] + 1 _dispatch_call_block_and_release (in libdispatch.dylib) + 12 [0x7ff81dd9d0cc] + 1 invocation function for block in CGSDatagramReadStream::mainQueueWakeup() (in SkyLight) + 18 [0x7ff8230f58b1] + 1 CGSDatagramReadStream::dispatchMainQueueDatagrams() (in SkyLight) + 202 [0x7ff8230f598a] + 1 (anonymous namespace)::notify_datagram_handler(unsigned int, CGSDatagramType, void*, unsigned long, void*) (in SkyLight) + 997 [0x7ff822e2e562] + 1 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) + 82 [0x7ff81ed4d03e] + 1 _CFXNotificationPost (in CoreFoundation) + 692 [0x7ff81dfe30eb] + 1 CFXNotificationRegistrarFind (in CoreFoundation) + 127 [0x7ff81e128be5] 2213 Thread_837207: com.apple.rosetta.exceptionserver + 2213 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x13ec0 [0x7ff7ffe51ec0] + 2213 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x12728 [0x7ff7ffe50728] + 2213 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x49a4 [0x7ff7ffe429a4] 2213 Thread_837229: mpv/playback core (OSX) + 2213 ??? (in ) [0x100015680] + 2213 ??? (in libavcodec.58.dylib) load address 0x10dcef000 + 0x525849 [0x10e214849] + 2213 VTDecompressionSessionDecodeFrame (in VideoToolbox) + 262 [0x7ff82a877823] + 2213 ??? (in VideoToolbox) load address 0x7ff82a86f000 + 0x25ff5 [0x7ff82a894ff5] + 2213 ??? (in VideoToolbox) load address 0x7ff82a86f000 + 0x285fa [0x7ff82a8975fa] + 2213 ??? (in VideoToolbox) load address 0x7ff82a86f000 + 0x2863e6 [0x7ff82aaf53e6] + 2213 xpc_connection_send_message_with_reply_sync (in libxpc.dylib) + 238 [0x7ff81dc92dc4] + 2213 dispatch_mach_send_with_result_and_wait_for_reply (in libdispatch.dylib) + 50 [0x7ff81ddb613e] + 2213 _dispatch_mach_send_and_wait_for_reply (in libdispatch.dylib) + 514 [0x7ff81ddb5d41] + 2213 mach_msg (in libsystem_kernel.dylib) + 56 [0x7ff81df18d08] + 2213 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7ff81df1899a] + 2213 ??? (in ) [0x7ff8ae5da940] 2213 Thread_837232: mpv/log-file + 2213 thread_start (in libsystem_pthread.dylib) + 15 [0x7ff81df50ebf] + 2213 _pthread_start (in libsystem_pthread.dylib) + 120 [0x7ff81df554bc] + 2212 log_file_thread (in mpv) + 235 [0x10417fa4b] + ! 2212 _pthread_cond_wait (in libsystem_pthread.dylib) + 1249 [0x7ff81df55a4f] + ! 2212 __psynch_cvwait (in libsystem_kernel.dylib) + 10 [0x7ff81df1b40a] + ! 2212 ??? (in ) [0x7ff8ae5da940] + 1 log_file_thread (in mpv) + 184 [0x10417fa18] + 1 fflush (in libsystem_c.dylib) + 28 [0x7ff81de31aca] + 1 __sflush (in libsystem_c.dylib) + 98 [0x7ff81de31b77] + 1 _swrite (in libsystem_c.dylib) + 87 [0x7ff81de33f05] + 1 __write_nocancel (in libsystem_kernel.dylib) + 10 [0x7ff81df1b9ee] + 1 ??? (in ) [0x7ff8ae5da940] 2213 Thread_837234: mpv/terminal + 2213 thread_start (in libsystem_pthread.dylib) + 15 [0x7ff81df50ebf] + 2213 _pthread_start (in libsystem_pthread.dylib) + 120 [0x7ff81df554bc] + 2213 terminal_thread (in mpv) + 161 [0x10425edf1] + 2213 polldev (in mpv) + 423 [0x104260567] + 2213 __select (in libsystem_kernel.dylib) + 10 [0x7ff81df20d7a] + 2213 ??? (in ) [0x7ff8ae5da940] 2213 Thread_837235: mpv/lua script (osc) + 2213 thread_start (in libsystem_pthread.dylib) + 15 [0x7ff81df50ebf] + 2213 _pthread_start (in libsystem_pthread.dylib) + 120 [0x7ff81df554bc] + 2213 script_thread (in mpv) + 30 [0x104202a7e] + 2213 run_script (in mpv) + 105 [0x104202a09] + 2213 load_lua (in mpv) + 358 [0x1041f6666] + 2213 lua_cpcall (in liblua.5.1.dylib) + 45 [0x10ce99410] + 2213 luaD_pcall (in liblua.5.1.dylib) + 68 [0x10ce9cfb4] + 2213 luaD_rawrunprotected (in liblua.5.1.dylib) + 84 [0x10ce9c431] + 2213 luaD_call (in liblua.5.1.dylib) + 80 [0x10ce9cd3c] + 2213 luaD_precall (in liblua.5.1.dylib) + 465 [0x10ce9c8a8] + 2213 run_lua (in mpv) + 909 [0x1041f6b1d] + 2213 lua_pcall (in liblua.5.1.dylib) + 102 [0x10ce993ad] + 2213 luaD_pcall (in liblua.5.1.dylib) + 68 [0x10ce9cfb4] + 2213 luaD_rawrunprotected (in liblua.5.1.dylib) + 84 [0x10ce9c431] + 2213 luaD_call (in liblua.5.1.dylib) + 80 [0x10ce9cd3c] + 2213 luaD_precall (in liblua.5.1.dylib) + 465 [0x10ce9c8a8] + 2213 load_scripts (in mpv) + 367 [0x1041f724f] + 2213 lua_call (in liblua.5.1.dylib) + 39 [0x10ce9932a] + 2213 luaD_call (in liblua.5.1.dylib) + 97 [0x10ce9cd4d] + 2213 luaV_execute (in liblua.5.1.dylib) + 3489 [0x10cea60be] + 2213 luaD_precall (in liblua.5.1.dylib) + 465 [0x10ce9c8a8] + 2213 script_autofree_trampoline (in mpv) + 124 [0x1041f742c] + 2213 lua_pcall (in liblua.5.1.dylib) + 102 [0x10ce993ad] + 2213 luaD_pcall (in liblua.5.1.dylib) + 68 [0x10ce9cfb4] + 2213 luaD_rawrunprotected (in liblua.5.1.dylib) + 84 [0x10ce9c431] + 2213 luaD_call (in liblua.5.1.dylib) + 80 [0x10ce9cd3c] + 2213 luaD_precall (in liblua.5.1.dylib) + 465 [0x10ce9c8a8] + 2213 script_get_property_native (in mpv) + 154 [0x1041f829a] + 2213 mpv_get_property (in mpv) + 104 [0x1041da8f8] + 2213 mp_dispatch_lock (in mpv) + 217 [0x1041c0d69] + 2212 _pthread_cond_wait (in libsystem_pthread.dylib) + 1249 [0x7ff81df55a4f] + ! 2212 __psynch_cvwait (in libsystem_kernel.dylib) + 10 [0x7ff81df1b40a] + ! 2212 ??? (in ) [0x7ff8ae5da940] + 1 _pthread_cond_wait (in libsystem_pthread.dylib) + 1261 [0x7ff81df55a5b] + 1 _pthread_cond_wait (in libsystem_pthread.dylib) + 1256 [0x7ff81df55a56] 2213 Thread_837236: mpv/lua script (ytdl_hook) + 2213 thread_start (in libsystem_pthread.dylib) + 15 [0x7ff81df50ebf] + 2213 _pthread_start (in libsystem_pthread.dylib) + 120 [0x7ff81df554bc] + 2213 script_thread (in mpv) + 30 [0x104202a7e] + 2213 run_script (in mpv) + 105 [0x104202a09] + 2213 load_lua (in mpv) + 358 [0x1041f6666] + 2213 lua_cpcall (in liblua.5.1.dylib) + 45 [0x10ce99410] + 2213 luaD_pcall (in liblua.5.1.dylib) + 68 [0x10ce9cfb4] + 2213 luaD_rawrunprotected (in liblua.5.1.dylib) + 84 [0x10ce9c431] + 2213 luaD_call (in liblua.5.1.dylib) + 80 [0x10ce9cd3c] + 2213 luaD_precall (in liblua.5.1.dylib) + 465 [0x10ce9c8a8] + 2213 run_lua (in mpv) + 909 [0x1041f6b1d] + 2213 lua_pcall (in liblua.5.1.dylib) + 102 [0x10ce993ad] + 2213 luaD_pcall (in liblua.5.1.dylib) + 68 [0x10ce9cfb4] + 2213 luaD_rawrunprotected (in liblua.5.1.dylib) + 84 [0x10ce9c431] + 2213 luaD_call (in liblua.5.1.dylib) + 80 [0x10ce9cd3c] + 2213 luaD_precall (in liblua.5.1.dylib) + 465 [0x10ce9c8a8] + 2213 load_scripts (in mpv) + 367 [0x1041f724f] + 2213 lua_call (in liblua.5.1.dylib) + 39 [0x10ce9932a] + 2213 luaD_call (in liblua.5.1.dylib) + 97 [0x10ce9cd4d] + 2213 luaV_execute (in liblua.5.1.dylib) + 3489 [0x10cea60be] + 2213 luaD_precall (in liblua.5.1.dylib) + 465 [0x10ce9c8a8] + 2213 script_autofree_trampoline (in mpv) + 124 [0x1041f742c] + 2213 lua_pcall (in liblua.5.1.dylib) + 102 [0x10ce993ad] + 2213 luaD_pcall (in liblua.5.1.dylib) + 68 [0x10ce9cfb4] + 2213 luaD_rawrunprotected (in liblua.5.1.dylib) + 84 [0x10ce9c431] + 2213 luaD_call (in liblua.5.1.dylib) + 80 [0x10ce9cd3c] + 2213 luaD_precall (in liblua.5.1.dylib) + 465 [0x10ce9c8a8] + 2213 script_raw_wait_event (in mpv) + 103 [0x1041f7817] + 2213 mpv_wait_event (in mpv) + 664 [0x1041d9478] + 2213 wait_wakeup (in mpv) + 95 [0x1041d891f] + 2213 _pthread_cond_wait (in libsystem_pthread.dylib) + 1249 [0x7ff81df55a4f] + 2213 __psynch_cvwait (in libsystem_kernel.dylib) + 10 [0x7ff81df1b40a] + 2213 ??? (in ) [0x7ff8ae5da940] 2213 Thread_837237: mpv/lua script (stats) + 2213 thread_start (in libsystem_pthread.dylib) + 15 [0x7ff81df50ebf] + 2213 _pthread_start (in libsystem_pthread.dylib) + 120 [0x7ff81df554bc] + 2213 script_thread (in mpv) + 30 [0x104202a7e] + 2213 run_script (in mpv) + 105 [0x104202a09] + 2213 load_lua (in mpv) + 358 [0x1041f6666] + 2213 lua_cpcall (in liblua.5.1.dylib) + 45 [0x10ce99410] + 2213 luaD_pcall (in liblua.5.1.dylib) + 68 [0x10ce9cfb4] + 2213 luaD_rawrunprotected (in liblua.5.1.dylib) + 84 [0x10ce9c431] + 2213 luaD_call (in liblua.5.1.dylib) + 80 [0x10ce9cd3c] + 2213 luaD_precall (in liblua.5.1.dylib) + 465 [0x10ce9c8a8] + 2213 run_lua (in mpv) + 909 [0x1041f6b1d] + 2213 lua_pcall (in liblua.5.1.dylib) + 102 [0x10ce993ad] + 2213 luaD_pcall (in liblua.5.1.dylib) + 68 [0x10ce9cfb4] + 2213 luaD_rawrunprotected (in liblua.5.1.dylib) + 84 [0x10ce9c431] + 2213 luaD_call (in liblua.5.1.dylib) + 80 [0x10ce9cd3c] + 2213 luaD_precall (in liblua.5.1.dylib) + 465 [0x10ce9c8a8] + 2213 load_scripts (in mpv) + 367 [0x1041f724f] + 2213 lua_call (in liblua.5.1.dylib) + 39 [0x10ce9932a] + 2213 luaD_call (in liblua.5.1.dylib) + 97 [0x10ce9cd4d] + 2213 luaV_execute (in liblua.5.1.dylib) + 3489 [0x10cea60be] + 2213 luaD_precall (in liblua.5.1.dylib) + 465 [0x10ce9c8a8] + 2213 script_autofree_trampoline (in mpv) + 124 [0x1041f742c] + 2213 lua_pcall (in liblua.5.1.dylib) + 102 [0x10ce993ad] + 2213 luaD_pcall (in liblua.5.1.dylib) + 68 [0x10ce9cfb4] + 2213 luaD_rawrunprotected (in liblua.5.1.dylib) + 84 [0x10ce9c431] + 2213 luaD_call (in liblua.5.1.dylib) + 80 [0x10ce9cd3c] + 2213 luaD_precall (in liblua.5.1.dylib) + 465 [0x10ce9c8a8] + 2213 script_raw_wait_event (in mpv) + 103 [0x1041f7817] + 2213 mpv_wait_event (in mpv) + 664 [0x1041d9478] + 2213 wait_wakeup (in mpv) + 95 [0x1041d891f] + 2213 _pthread_cond_wait (in libsystem_pthread.dylib) + 1249 [0x7ff81df55a4f] + 2213 __psynch_cvwait (in libsystem_kernel.dylib) + 10 [0x7ff81df1b40a] + 2213 ??? (in ) [0x7ff8ae5da940] 2213 Thread_837238: mpv/lua script (console) + 2213 thread_start (in libsystem_pthread.dylib) + 15 [0x7ff81df50ebf] + 2213 _pthread_start (in libsystem_pthread.dylib) + 120 [0x7ff81df554bc] + 2213 script_thread (in mpv) + 30 [0x104202a7e] + 2213 run_script (in mpv) + 105 [0x104202a09] + 2213 load_lua (in mpv) + 358 [0x1041f6666] + 2213 lua_cpcall (in liblua.5.1.dylib) + 45 [0x10ce99410] + 2213 luaD_pcall (in liblua.5.1.dylib) + 68 [0x10ce9cfb4] + 2213 luaD_rawrunprotected (in liblua.5.1.dylib) + 84 [0x10ce9c431] + 2213 luaD_call (in liblua.5.1.dylib) + 80 [0x10ce9cd3c] + 2213 luaD_precall (in liblua.5.1.dylib) + 465 [0x10ce9c8a8] + 2213 run_lua (in mpv) + 909 [0x1041f6b1d] + 2213 lua_pcall (in liblua.5.1.dylib) + 102 [0x10ce993ad] + 2213 luaD_pcall (in liblua.5.1.dylib) + 68 [0x10ce9cfb4] + 2213 luaD_rawrunprotected (in liblua.5.1.dylib) + 84 [0x10ce9c431] + 2213 luaD_call (in liblua.5.1.dylib) + 80 [0x10ce9cd3c] + 2213 luaD_precall (in liblua.5.1.dylib) + 465 [0x10ce9c8a8] + 2213 load_scripts (in mpv) + 367 [0x1041f724f] + 2213 lua_call (in liblua.5.1.dylib) + 39 [0x10ce9932a] + 2213 luaD_call (in liblua.5.1.dylib) + 97 [0x10ce9cd4d] + 2213 luaV_execute (in liblua.5.1.dylib) + 3489 [0x10cea60be] + 2213 luaD_precall (in liblua.5.1.dylib) + 465 [0x10ce9c8a8] + 2213 script_autofree_trampoline (in mpv) + 124 [0x1041f742c] + 2213 lua_pcall (in liblua.5.1.dylib) + 102 [0x10ce993ad] + 2213 luaD_pcall (in liblua.5.1.dylib) + 68 [0x10ce9cfb4] + 2213 luaD_rawrunprotected (in liblua.5.1.dylib) + 84 [0x10ce9c431] + 2213 luaD_call (in liblua.5.1.dylib) + 80 [0x10ce9cd3c] + 2213 luaD_precall (in liblua.5.1.dylib) + 465 [0x10ce9c8a8] + 2213 script_raw_wait_event (in mpv) + 103 [0x1041f7817] + 2213 mpv_wait_event (in mpv) + 664 [0x1041d9478] + 2213 wait_wakeup (in mpv) + 95 [0x1041d891f] + 2213 _pthread_cond_wait (in libsystem_pthread.dylib) + 1249 [0x7ff81df55a4f] + 2213 __psynch_cvwait (in libsystem_kernel.dylib) + 10 [0x7ff81df1b40a] + 2213 ??? (in ) [0x7ff8ae5da940] 2213 Thread_837246: com.apple.NSEventThread + 2213 thread_start (in libsystem_pthread.dylib) + 15 [0x7ff81df50ebf] + 2213 _pthread_start (in libsystem_pthread.dylib) + 120 [0x7ff81df554bc] + 2213 _NSEventThread (in AppKit) + 132 [0x7ff820ae660e] + 2213 CFRunLoopRunSpecific (in CoreFoundation) + 562 [0x7ff81e019994] + 2213 __CFRunLoopRun (in CoreFoundation) + 1276 [0x7ff81e01a550] + 2213 __CFRunLoopServiceMachPort (in CoreFoundation) + 319 [0x7ff81e01bec0] + 2213 mach_msg (in libsystem_kernel.dylib) + 56 [0x7ff81df18d08] + 2213 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7ff81df1899a] + 2213 ??? (in ) [0x7ff8ae5da940] 2213 Thread_837249: mpv/demux + 2213 thread_start (in libsystem_pthread.dylib) + 15 [0x7ff81df50ebf] + 2213 _pthread_start (in libsystem_pthread.dylib) + 120 [0x7ff81df554bc] + 2213 demux_thread (in mpv) + 134 [0x104185c56] + 2213 _pthread_cond_wait (in libsystem_pthread.dylib) + 1249 [0x7ff81df55a4f] + 2213 __psynch_cvwait (in libsystem_kernel.dylib) + 10 [0x7ff81df1b40a] + 2213 ??? (in ) [0x7ff8ae5da940] 2213 Thread_837250: mpv/worker + 2213 thread_start (in libsystem_pthread.dylib) + 15 [0x7ff81df50ebf] + 2213 _pthread_start (in libsystem_pthread.dylib) + 120 [0x7ff81df554bc] + 2213 worker_thread (in mpv) + 140 [0x1041c283c] + 2213 _pthread_cond_wait (in libsystem_pthread.dylib) + 1249 [0x7ff81df55a4f] + 2213 __psynch_cvwait (in libsystem_kernel.dylib) + 10 [0x7ff81df1b40a] + 2213 ??? (in ) [0x7ff8ae5da940] 2213 Thread_837251: mpv/vo + 2213 thread_start (in libsystem_pthread.dylib) + 15 [0x7ff81df50ebf] + 2213 _pthread_start (in libsystem_pthread.dylib) + 120 [0x7ff81df554bc] + 2213 vo_thread (in mpv) + 4953 [0x104253b09] + 2213 _pthread_cond_wait (in libsystem_pthread.dylib) + 1249 [0x7ff81df55a4f] + 2213 __psynch_cvwait (in libsystem_kernel.dylib) + 10 [0x7ff81df1b40a] + 2213 ??? (in ) [0x7ff8ae5da940] 2213 Thread_837252: CVDisplayLink + 2213 thread_start (in libsystem_pthread.dylib) + 15 [0x7ff81df50ebf] + 2213 _pthread_start (in libsystem_pthread.dylib) + 120 [0x7ff81df554bc] + 2206 CVDisplayLink::runIOThread() (in CoreVideo) + 526 [0x7ff825bf18c6] + ! 2206 CVDisplayLink::waitUntil(unsigned long long) (in CoreVideo) + 370 [0x7ff825bf272a] + ! 2204 _pthread_cond_wait (in libsystem_pthread.dylib) + 1302 [0x7ff81df55a84] + ! : 2204 __psynch_cvwait (in libsystem_kernel.dylib) + 10 [0x7ff81df1b40a] + ! : 2204 ??? (in ) [0x7ff8ae5da940] + ! 1 _pthread_cond_wait (in libsystem_pthread.dylib) + 586 [0x7ff81df557b8] + ! : 1 _pthread_mutex_droplock (in libsystem_pthread.dylib) + 527 [0x7ff81df52b26] + ! 1 _pthread_cond_wait (in libsystem_pthread.dylib) + 1374 [0x7ff81df55acc] + ! 1 _pthread_cond_updateval (in libsystem_pthread.dylib) + 171 [0x7ff81df52c30] + 5 CVDisplayLink::runIOThread() (in CoreVideo) + 627 [0x7ff825bf192b] + ! 5 CVXTime::update() (in CoreVideo) + 44 [0x7ff825bf1a80] + ! 5 CVHWTime::update(double, bool*, bool*) (in CoreVideo) + 68 [0x7ff825bf1bd0] + ! 4 CVCGDisplayLink::getDisplayTimes(unsigned long long*, unsigned long long*, unsigned long long*) (in CoreVideo) + 118 [0x7ff825bf1ec0] + ! : 4 _cvDisplayLinkGetSanitizedSLSVBLDelta(unsigned int) (in CoreVideo) + 152 [0x7ff825c1df71] + ! : 4 cv_error (in CoreVideo) + 175 [0x7ff825c0f686] + ! : 2 _os_log_with_args_impl (in libsystem_trace.dylib) + 124 [0x7ff81dccc4d3] + ! : | 2 dyld4::APIs::dyld_image_header_containing_address(void const*) (in dyld) + 48 [0x204804e48] + ! : | 2 dyld4::APIs::findImageMappedAt(void const*, dyld3::MachOLoaded const**, bool*, char const**, void const**, unsigned long long*, unsigned char*) (in dyld) + 251 [0x204804a25] + ! : | 2 DyldSharedCache::forEachRange(void (char const*, unsigned long long, unsigned long long, unsigned int, unsigned long long, unsigned int, unsigned int, bool&) block_pointer, void (DyldSharedCache const*, unsigned int) block_pointer) const (in dyld) + 109 [0x204810f2b] + ! : | 2 DyldSharedCache::forEachCache(void (DyldSharedCache const*, bool&) block_pointer) const (in dyld) + 41 [0x204810f69] + ! : | 2 invocation function for block in DyldSharedCache::forEachRange(void (char const*, unsigned long long, unsigned long long, unsigned int, unsigned long long, unsigned int, unsigned int, bool&) block_pointer, void (DyldSharedCache const*, unsigned int) block_pointer) const (in dyld) + 98 [0x20481102d] + ! : | 1 DyldSharedCache::forEachRegion(void (void const*, unsigned long long, unsigned long long, unsigned int, unsigned int, unsigned long long, bool&) block_pointer) const (in dyld) + 246 [0x204810e94] + ! : | + 1 ??? (in Rosetta Runtime Routines) [0x20492307c] + ! : | 1 DyldSharedCache::forEachRegion(void (void const*, unsigned long long, unsigned long long, unsigned int, unsigned int, unsigned long long, bool&) block_pointer) const (in dyld) + 199 [0x204810e65] + ! : 1 _os_log_with_args_impl (in libsystem_trace.dylib) + 365 [0x7ff81dccc5c4] + ! : | 1 os_log_fmt_encode (in libsystem_trace.dylib) + 215 [0x7ff81dccc7ef] + ! : | 1 ??? (in ) [0x7ff8ae5d8018] + ! : 1 os_log_with_args (in libsystem_trace.dylib) + 0 [0x7ff81dcd079f] + ! 1 CVCGDisplayLink::getDisplayTimes(unsigned long long*, unsigned long long*, unsigned long long*) (in CoreVideo) + 38 [0x7ff825bf1e70] + 2 CVDisplayLink::runIOThread() (in CoreVideo) + 667 [0x7ff825bf1953] + 2 CVDisplayLink::performIO(CVTimeStamp*) (in CoreVideo) + 250 [0x7ff825bf28a6] + 1 thunk for @escaping @callee_guaranteed (@guaranteed CVDisplayLinkRef, @unowned UnsafePointer, @unowned UnsafePointer, @unowned UInt64, @unowned UnsafeMutablePointer) -> (@unowned Int32) (in mpv) + 58 [0x10426e8ca] + : 1 swift_retain (in libswiftCore.dylib) + 0 [0x7ff82c02fd60] + 1 thunk for @escaping @callee_guaranteed (@guaranteed CVDisplayLinkRef, @unowned UnsafePointer, @unowned UnsafePointer, @unowned UInt64, @unowned UnsafeMutablePointer) -> (@unowned Int32) (in mpv) + 78 [0x10426e8de] + 1 partial apply for closure #1 in Common.startDisplayLink(_:) (in mpv) + 114 [0x10428cac2] + 1 mpv_render_context_report_swap (in mpv) + 32 [0x104255720] + 1 mp_msg (in mpv) + 130 [0x10417fb02] + 1 mp_msg_va (in mpv) + 37 [0x10417e765] 2213 Thread_837265: AMCP Logging Spool + 2213 thread_start (in libsystem_pthread.dylib) + 15 [0x7ff81df50ebf] + 2213 _pthread_start (in libsystem_pthread.dylib) + 120 [0x7ff81df554bc] + 2213 void* caulk::thread_proxy > >(void*) (in caulk) + 41 [0x7ff826e30dc6] + 2213 caulk::concurrent::details::worker_thread::run() (in caulk) + 36 [0x7ff826e31102] + 2213 caulk::mach::semaphore::wait_or_error() (in caulk) + 16 [0x7ff826e492e0] + 2213 semaphore_wait_trap (in libsystem_kernel.dylib) + 10 [0x7ff81df189d6] + 2213 ??? (in ) [0x7ff8ae5da940] 2213 Thread_837294: com.apple.audio.IOThread.client + 2213 thread_start (in libsystem_pthread.dylib) + 15 [0x7ff81df50ebf] + 2213 _pthread_start (in libsystem_pthread.dylib) + 120 [0x7ff81df554bc] + 2213 HALB_IOThread::Entry(void*) (in CoreAudio) + 72 [0x7ff81fb1562c] + 2213 invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int) (in CoreAudio) + 63 [0x7ff81f94a0c9] + 2206 HALC_ProxyIOContext::IOWorkLoop() (in CoreAudio) + 3909 [0x7ff81f94b5d3] + ! 2206 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) (in CoreAudio) + 111 [0x7ff81fabfbf5] + ! 2204 mach_msg (in libsystem_kernel.dylib) + 56 [0x7ff81df18d08] + ! : 2204 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7ff81df1899a] + ! : 2204 ??? (in ) [0x7ff8ae5da940] + ! 1 DYLD-STUB$$mach_msg (in CoreAudio) + 0 [0x7ff81fd6e3fa] + ! 1 mach_msg (in libsystem_kernel.dylib) + 0 [0x7ff81df18cd0] + 7 HALC_ProxyIOContext::IOWorkLoop() (in CoreAudio) + 7441 [0x7ff81f94c39f] + 6 ??? (in CoreAudio) load address 0x117ff7000 + 0xcd51 [0x118003d51] + : 6 ??? (in CoreAudio) load address 0x117ff7000 + 0x110aa3 [0x118107aa3] + : 5 ??? (in CoreAudio) load address 0x117ff7000 + 0x8c22 [0x117fffc22] + : | 5 AudioConverterFillComplexBuffer (in AudioToolboxCore) + 86 [0x7ff81f3f9355] + : | 4 acv1::_AudioConverterFillComplexBuffer(OpaqueAudioConverter*, int (*)(OpaqueAudioConverter*, unsigned int*, AudioBufferList*, AudioStreamPacketDescription**, void*), void*, unsigned int*, AudioBufferList*, AudioStreamPacketDescription*, AudioStreamPacketDependencyInfo*) (in AudioToolboxCore) + 420 [0x7ff81f4e954c] + : | + 4 acv1::BufferedAudioConverter::FillBuffer(unsigned int&, AudioBufferList&, AudioStreamPacketDescription*) (in AudioToolboxCore) + 363 [0x7ff81f4b4e4f] + : | + 4 acv1::AudioConverterChain::RenderOutput(CADeprecated::CABufferList*, unsigned int, unsigned int&, AudioStreamPacketDescription*) (in AudioToolboxCore) + 109 [0x7ff81f36a3bb] + : | + 3 acv1::BufferedAudioConverter::FillBuffer(unsigned int&, AudioBufferList&, AudioStreamPacketDescription*) (in AudioToolboxCore) + 363 [0x7ff81f4b4e4f] + : | + ! 3 acv1::SampleRateConverter::RenderOutput(CADeprecated::CABufferList*, unsigned int, unsigned int&, AudioStreamPacketDescription*) (in AudioToolboxCore) + 39 [0x7ff81f4fd53f] + : | + ! 2 acv1::Resampler2Wrapper::RenderOutput(CADeprecated::CABufferList*, unsigned int, unsigned int&) (in AudioToolboxCore) + 757 [0x7ff81f427dc3] + : | + ! : 2 Resampler2::PushConvert(float const*, float const*, float*, float*, unsigned int&, unsigned int&, unsigned int, unsigned int, unsigned int) (in AudioToolboxCore) + 551 [0x7ff81f41dae7] + : | + ! : 2 Resampler2::ConvertSIMD_SmallIntegerRatio(float*, float*, unsigned int, unsigned int) (in AudioToolboxCore) + 937 [0x7ff81f41ec55] + : | + ! 1 acv1::Resampler2Wrapper::RenderOutput(CADeprecated::CABufferList*, unsigned int, unsigned int&) (in AudioToolboxCore) + 196 [0x7ff81f427b92] + : | + ! 1 acv1::BufferedAudioConverter::GetInputBytes(unsigned int, unsigned int&, CADeprecated::CABufferList const*&) (in AudioToolboxCore) + 167 [0x7ff81f4b5055] + : | + ! 1 acv1::BufferedAudioConverter::FillBuffer(unsigned int&, AudioBufferList&, AudioStreamPacketDescription*) (in AudioToolboxCore) + 363 [0x7ff81f4b4e4f] + : | + ! 1 acv1::CBRConverter::RenderOutput(CADeprecated::CABufferList*, unsigned int, unsigned int&, AudioStreamPacketDescription*) (in AudioToolboxCore) + 165 [0x7ff81f3513d7] + : | + ! 1 acv1::PCMConverter2::ConvertBufferList(unsigned int, CADeprecated::CABufferList const*, CADeprecated::CABufferList*) (in AudioToolboxCore) + 97 [0x7ff81f4ea193] + : | + ! 1 NativeInt16ToFloat32Scaled_X86 (in AudioToolboxCore) + 118 [0x7ff81f512150] + : | + 1 acv1::BufferedAudioConverter::FillBuffer(unsigned int&, AudioBufferList&, AudioStreamPacketDescription*) (in AudioToolboxCore) + 211 [0x7ff81f4b4db7] + : | 1 acv1::_AudioConverterFillComplexBuffer(OpaqueAudioConverter*, int (*)(OpaqueAudioConverter*, unsigned int*, AudioBufferList*, AudioStreamPacketDescription**, void*), void*, unsigned int*, AudioBufferList*, AudioStreamPacketDescription*, AudioStreamPacketDependencyInfo*) (in AudioToolboxCore) + 145 [0x7ff81f4e9439] + : | 1 DYLD-STUB$$BaseOpaqueObject::ResolveOpaqueRef(BaseOpaqueObject::RTTI const&, BaseOpaqueObject::Ref) (in AudioToolboxCore) + 0 [0x7ff81f54092a] + : 1 ??? (in CoreAudio) load address 0x117ff7000 + 0x8d71 [0x117fffd71] + 1 ??? (in CoreAudio) load address 0x117ff7000 + 0xc546 [0x118003546] 2194 Thread_838574 + 2167 start_wqthread (in libsystem_pthread.dylib) + 15 [0x7ff81df50eab] + ! 2164 _pthread_wqthread (in libsystem_pthread.dylib) + 426 [0x7ff81df51f87] + ! : 2164 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7ff81df1a07a] + ! : 2164 ??? (in ) [0x7ff8ae5da940] + ! 3 _pthread_wqthread (in libsystem_pthread.dylib) + 326 [0x7ff81df51f23] + ! 3 _dispatch_workloop_worker_thread (in libdispatch.dylib) + 438 [0x7ff81ddaedb3] + ! 3 _dispatch_event_loop_merge (in libdispatch.dylib) + 112 [0x7ff81ddbc9b6] + ! 1 ??? (in ) [0x7ff8ae5d8018] + ! 1 _dispatch_event_loop_poke (in libdispatch.dylib) + 671 [0x7ff81ddbc592] + ! 1 _dispatch_source_merge_evt (in libdispatch.dylib) + 107 [0x7ff81ddb2b87] + 14 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x2286c [0x7ff7ffe6086c] + ! 14 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x1615c [0x7ff7ffe5415c] + ! 14 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x15b2c [0x7ff7ffe53b2c] + ! 11 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x49d4 [0x7ff7ffe429d4] + ! 3 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x9928 [0x7ff7ffe47928] + ! 2 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x9b50 [0x7ff7ffe47b50] + ! | 2 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x9bac [0x7ff7ffe47bac] + ! 1 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x9b68 [0x7ff7ffe47b68] + 12 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x22814 [0x7ff7ffe60814] + 1 start_wqthread (in libsystem_pthread.dylib) + 2 [0x7ff81df50e9e] + 1 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x22464 [0x7ff7ffe60464] 1328 Thread_838945 + 1326 start_wqthread (in libsystem_pthread.dylib) + 15 [0x7ff81df50eab] + ! 1326 _pthread_wqthread (in libsystem_pthread.dylib) + 426 [0x7ff81df51f87] + ! 1326 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7ff81df1a07a] + ! 1326 ??? (in ) [0x7ff8ae5da940] + 2 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x22814 [0x7ff7ffe60814] 1325 Thread_838946 + 1322 start_wqthread (in libsystem_pthread.dylib) + 15 [0x7ff81df50eab] + ! 1322 _pthread_wqthread (in libsystem_pthread.dylib) + 426 [0x7ff81df51f87] + ! 1322 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7ff81df1a07a] + ! 1322 ??? (in ) [0x7ff8ae5da940] + 3 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x22814 [0x7ff7ffe60814] 1325 Thread_838947 + 1325 start_wqthread (in libsystem_pthread.dylib) + 15 [0x7ff81df50eab] + 1325 _pthread_wqthread (in libsystem_pthread.dylib) + 426 [0x7ff81df51f87] + 1325 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7ff81df1a07a] + 1325 ??? (in ) [0x7ff8ae5da940] 1312 Thread_838863 + 1292 start_wqthread (in libsystem_pthread.dylib) + 15 [0x7ff81df50eab] + ! 1292 _pthread_wqthread (in libsystem_pthread.dylib) + 426 [0x7ff81df51f87] + ! 1292 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7ff81df1a07a] + ! 1292 ??? (in ) [0x7ff8ae5da940] + 14 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x2286c [0x7ff7ffe6086c] + ! 14 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x1615c [0x7ff7ffe5415c] + ! 14 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x15b2c [0x7ff7ffe53b2c] + ! 12 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x49d4 [0x7ff7ffe429d4] + ! 2 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x9928 [0x7ff7ffe47928] + ! 2 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x9b50 [0x7ff7ffe47b50] + ! 2 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x9bac [0x7ff7ffe47bac] + 5 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x22814 [0x7ff7ffe60814] + 1 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x22848 [0x7ff7ffe60848] 12 Thread_838863 DispatchQueue_291: CA DispatchGroup (serial) + 12 start_wqthread (in libsystem_pthread.dylib) + 15 [0x7ff81df50eab] + 12 _pthread_wqthread (in libsystem_pthread.dylib) + 326 [0x7ff81df51f23] + 12 _dispatch_workloop_worker_thread (in libdispatch.dylib) + 753 [0x7ff81ddaeeee] + 12 _dispatch_lane_invoke (in libdispatch.dylib) + 366 [0x7ff81dda4dfd] + 12 _dispatch_lane_serial_drain (in libdispatch.dylib) + 672 [0x7ff81dda4317] + 12 _dispatch_client_callout (in libdispatch.dylib) + 8 [0x7ff81dd9e317] + 11 CA::(anonymous namespace)::AsyncDeletion::callback(void*) (in QuartzCore) + 21 [0x7ff825595bdd] + ! 11 CGLLockContext (in OpenGL) + 34 [0x7ffa36be3d00] + ! 11 _pthread_mutex_firstfit_lock_slow (in libsystem_pthread.dylib) + 205 [0x7ff81df50c0f] + ! 11 _pthread_mutex_firstfit_lock_wait (in libsystem_pthread.dylib) + 76 [0x7ff81df52dce] + ! 11 __psynch_mutexwait (in libsystem_kernel.dylib) + 10 [0x7ff81df1abf2] + ! 11 ??? (in ) [0x7ff8ae5da940] + 1 CA::(anonymous namespace)::AsyncDeletion::callback(void*) (in QuartzCore) + 71 [0x7ff825595c0f] + 1 glDeleteTextures_Exec (in GLEngine) + 700 [0x7ffa36e1ec89] + 1 gleUnbindDeleteHashNamesAndObjects (in GLEngine) + 182 [0x7ffa36f01146] + 1 gleFreeTextureObject (in GLEngine) + 241 [0x7ffa36f2f992] + 1 -[IOSurface dealloc] (in IOSurface) + 35 [0x7ff826cda656] + 1 IOSurfaceClientRelease (in IOSurface) + 80 [0x7ff826cda6f7] + 1 _ioSurfaceClientRelease (in IOSurface) + 100 [0x7ff826cda81c] + 1 IOConnectCallMethod (in IOKit) + 186 [0x7ff820828b59] + 1 io_connect_method (in IOKit) + 387 [0x7ff820828d4c] + 1 mach_msg (in libsystem_kernel.dylib) + 56 [0x7ff81df18d08] + 1 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7ff81df1899a] + 1 ??? (in ) [0x7ff8ae5da940] 11 Thread_ DispatchQueue_341: glmtl.ioSurfaceNotifierQueue (serial) + 11 start_wqthread (in libsystem_pthread.dylib) + 15 [0x7ff81df50eab] + 11 _pthread_wqthread (in libsystem_pthread.dylib) + 326 [0x7ff81df51f23] + 11 _dispatch_workloop_worker_thread (in libdispatch.dylib) + 753 [0x7ff81ddaeeee] + 11 _dispatch_lane_invoke (in libdispatch.dylib) + 366 [0x7ff81dda4dfd] + 11 _dispatch_lane_serial_drain (in libdispatch.dylib) + 342 [0x7ff81dda41cd] + 8 _dispatch_source_invoke (in libdispatch.dylib) + 2179 [0x7ff81ddb2208] + ! 8 _dispatch_continuation_pop (in libdispatch.dylib) + 453 [0x7ff81dda0d7c] + ! 8 _dispatch_client_callout (in libdispatch.dylib) + 8 [0x7ff81dd9e317] + ! 4 dispatch_mig_server (in libdispatch.dylib) + 220 [0x7ff81ddb8810] + ! : 4 mach_msg (in libsystem_kernel.dylib) + 56 [0x7ff81df18d08] + ! : 4 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7ff81df1899a] + ! : 4 ??? (in ) [0x7ff8ae5da940] + ! 2 DYLD-STUB$$dispatch_mig_server (in IOKit) + 0 [0x7ff8208c444e] + ! 2 dispatch_mig_server (in libdispatch.dylib) + 360 [0x7ff81ddb889c] + ! 2 _IODispatchCalloutWithDispatch (in IOKit) + 33 [0x7ff82082ad6c] + ! 1 IODispatchCalloutFromCFMessage (in IOKit) + 337 [0x7ff82082aecd] + ! | 1 iosurfaceUseCountIsZeroCallback(void*, unsigned int, unsigned long long, unsigned long long) (in AppleMetalOpenGLRenderer) + 61 [0x116e5faad] + ! 1 IODispatchCalloutFromCFMessage (in IOKit) + 441 [0x7ff82082af35] + 2 _dispatch_source_invoke (in libdispatch.dylib) + 1161,2648 [0x7ff81ddb1e0e,0x7ff81ddb23dd] + 1 _dispatch_source_invoke (in libdispatch.dylib) + 3238 [0x7ff81ddb262b] + 1 _os_object_release_internal_n (in libdispatch.dylib) + 0 [0x7ff81dd9d410] 10 Thread_838574 DispatchQueue_297: io.mpv.queue.draw (serial) + 10 start_wqthread (in libsystem_pthread.dylib) + 15 [0x7ff81df50eab] + 10 _pthread_wqthread (in libsystem_pthread.dylib) + 326 [0x7ff81df51f23] + 10 _dispatch_workloop_worker_thread (in libdispatch.dylib) + 753 [0x7ff81ddaeeee] + 10 _dispatch_lane_invoke (in libdispatch.dylib) + 366 [0x7ff81dda4dfd] + 10 _dispatch_lane_serial_drain (in libdispatch.dylib) + 672 [0x7ff81dda4317] + 10 _dispatch_client_callout (in libdispatch.dylib) + 8 [0x7ff81dd9e317] + 10 _dispatch_call_block_and_release (in libdispatch.dylib) + 12 [0x7ff81dd9d0cc] + 10 thunk for @escaping @callee_guaranteed () -> () (in mpv) + 32 [0x10426e660] + 10 @objc View.updateTrackingAreas() (in mpv) + 27 [0x1042752cb] + 9 GLLayer.display() (in mpv) + 111 [0x10427a3ff] + ! 8 -[CAOpenGLLayer _display] (in QuartzCore) + 585 [0x7ff8255881c5] + ! : 6 CAOpenGLLayerDraw(CAOpenGLLayer*, double, CVTimeStamp const*, unsigned int) (in QuartzCore) + 2013 [0x7ff825588b80] + ! : | 6 @objc GLLayer.draw(inCGLContext:pixelFormat:forLayerTime:displayTime:) (in mpv) + 32 [0x10427a170] + ! : | 6 specialized GLLayer.draw(inCGLContext:pixelFormat:forLayerTime:displayTime:) (in mpv) + 177 [0x10428bf61] + ! : | 6 specialized LibmpvHelper.drawRender(_:_:_:skip:) (in mpv) + 544 [0x104281b30] + ! : | 6 specialized static MPVHelper.withUnsafeMutableRawPointers(_:pointers:closure:) (in mpv) + 239 [0x10428174f] + ! : | 6 specialized static MPVHelper.withUnsafeMutableRawPointers(_:pointers:closure:) (in mpv) + 239 [0x10428174f] + ! : | 6 specialized static MPVHelper.withUnsafeMutableRawPointers(_:pointers:closure:) (in mpv) + 239 [0x10428174f] + ! : | 6 specialized static MPVHelper.withUnsafeMutableRawPointers(_:pointers:closure:) (in mpv) + 239 [0x10428174f] + ! : | 6 specialized static MPVHelper.withUnsafeMutableRawPointers(_:pointers:closure:) (in mpv) + 552 [0x104281888] + ! : | 6 mpv_render_context_render (in mpv) + 782 [0x10425564e] + ! : | 6 render (in mpv) + 186 [0x10423366a] + ! : | 5 gl_video_render_frame (in mpv) + 1738 [0x10423b7ea] + ! : | + 4 pass_draw_osd (in mpv) + 95 [0x10424032f] + ! : | + ! 4 mpgl_osd_generate (in mpv) + 239 [0x104233f4f] + ! : | + ! 3 osd_draw (in mpv) + 49 [0x104213b71] + ! : | + ! : 2 osd_render (in mpv) + 640 [0x1042139c0] + ! : | + ! : | 2 osd_object_get_bitmaps (in mpv) + 4193 [0x104215b71] + ! : | + ! : | 1 append_ass (in mpv) + 241 [0x104214991] + ! : | + ! : | + 1 ass_reconfigure (in libass.9.dylib) + 51 [0x10da242c4] + ! : | + ! : | + 1 ass_cache_empty (in libass.9.dylib) + 158 [0x10da1ab1c] + ! : | + ! : | 1 append_ass (in mpv) + 276 [0x1042149b4] + ! : | + ! : | 1 ass_render_frame (in libass.9.dylib) + 587 [0x10da1ea24] + ! : | + ! : | 1 ass_render_event (in libass.9.dylib) + 2824 [0x10da1f729] + ! : | + ! : | 1 ass_cache_get (in libass.9.dylib) + 186 [0x10da1a6f6] + ! : | + ! : | 1 ass_outline_construct (in libass.9.dylib) + 148 [0x10da1dbe9] + ! : | + ! : | 1 ass_font_get_glyph (in libass.9.dylib) + 68 [0x10da1b556] + ! : | + ! : | 1 FT_Load_Glyph (in libfreetype.6.dylib) + 755 [0x111a872e7] + ! : | + ! : | 1 cff_glyph_load (in libfreetype.6.dylib) + 838 [0x111aae56f] + ! : | + ! : | 1 cff_index_access_element (in libfreetype.6.dylib) + 391 [0x111ab1333] + ! : | + ! : | 1 FT_Stream_ExtractFrame (in libfreetype.6.dylib) + 18 [0x111a8e8a9] + ! : | + ! : | 1 FT_Stream_EnterFrame (in libfreetype.6.dylib) + 165 [0x111a8e965] + ! : | + ! : | 1 read_stream_font (in libass.9.dylib) + 31 [0x10da1af21] + ! : | + ! : | 1 get_data_embedded (in libass.9.dylib) + 62 [0x10da1d33b] + ! : | + ! : | 1 _platform_memmove$VARIANT$Rosetta (in libsystem_platform.dylib) + 475 [0x7ff81df6d8cb] + ! : | + ! : 1 osd_render (in mpv) + 615 [0x1042139a7] + ! : | + ! : 1 sub_get_bitmaps (in mpv) + 193 [0x10420d661] + ! : | + ! : 1 get_bitmaps (in mpv) + 876 [0x1042169cc] + ! : | + ! : 1 ass_render_frame (in libass.9.dylib) + 587 [0x10da1ea24] + ! : | + ! : 1 ass_render_event (in libass.9.dylib) + 14052 [0x10da22305] + ! : | + ! : 1 ass_cache_get (in libass.9.dylib) + 186 [0x10da1a6f6] + ! : | + ! : 1 ass_bitmap_construct (in libass.9.dylib) + 810 [0x10da1e11a] + ! : | + ! : 1 outline_to_bitmap (in libass.9.dylib) + 82 [0x10da3168b] + ! : | + ! : 1 rasterizer_set_outline (in libass.9.dylib) + 290 [0x10da2e10f] + ! : | + ! 1 osd_draw (in mpv) + 110 [0x104213bae] + ! : | + ! 1 gen_osd_cb (in mpv) + 709 [0x104234285] + ! : | + ! 1 gl_tex_upload (in mpv) + 473 [0x10424ebf9] + ! : | + ! 1 gl_upload_tex (in mpv) + 349 [0x10425046d] + ! : | + ! 1 glTexSubImage2D (in libGL.dylib) + 55 [0x7ffa36df8281] + ! : | + ! 1 glTexSubImage2D_Exec (in GLEngine) + 1510 [0x7ffa36e1baca] + ! : | + ! 1 gldModifyTexSubImage (in AppleMetalOpenGLRenderer) + 1896 [0x116e84490] + ! : | + ! 1 GLDTextureRec::uploadTextureLevel(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, GLDBufferRec*, unsigned char*, int, int, int, id () block_pointer, void (objc_object, unsigned int) block_pointer, void (void () block_pointer) block_pointer, void (void () block_pointer), GLDPixelModeRec const*, bool, bool) (in AppleMetalOpenGLRenderer) + 3512 [0x116e4baf2] + ! : | + ! 1 invocation function for block in GLDTextureRec::uploadTextureLevel(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, GLDBufferRec*, unsigned char*, int, int, int, id () block_pointer, void (objc_object, unsigned int) block_pointer, void (void () block_pointer) block_pointer, void (void () block_pointer), GLDPixelModeRec const*, bool, bool) (in AppleMetalOpenGLRenderer) + 157 [0x116e4c005] + ! : | + ! 1 ??? (in AGXMetal13_3) load address 0x7ffa38d99000 + 0x391d42 [0x7ffa3912ad42] + ! : | + ! 1 ??? (in AGXMetal13_3) load address 0x7ffa38d99000 + 0x395449 [0x7ffa3912e449] + ! : | + ! 1 ??? (in AGXMetal13_3) load address 0x7ffa38d99000 + 0x642da1 [0x7ffa393dbda1] + ! : | + ! 1 ??? (in AGXMetal13_3) load address 0x7ffa38d99000 + 0x3e7310 [0x7ffa39180310] + ! : | + ! 1 ??? (in AGXMetal13_3) load address 0x7ffa38d99000 + 0x3e7ec0 [0x7ffa39180ec0] + ! : | + 1 pass_draw_osd (in mpv) + 284 [0x1042403ec] + ! : | + 1 mpgl_osd_draw_finish (in mpv) + 1113 [0x104233e49] + ! : | + 1 gl_sc_dispatch_draw (in mpv) + 225 [0x104236941] + ! : | + 1 gl_renderpass_run (in mpv) + 1065 [0x10424fc19] + ! : | + 1 gl_vao_draw_data (in mpv) + 170 [0x10425096a] + ! : | + 1 glDrawArrays_GL3Exec (in GLEngine) + 187 [0x7ffa36eb38a1] + ! : | + 1 gleDrawArraysOrElements_Entries_Body (in GLEngine) + 1933 [0x7ffa36eb7825] + ! : | 1 gl_video_render_frame (in mpv) + 310 [0x10423b256] + ! : | 1 gl_clear (in mpv) + 118 [0x10424f106] + ! : | 1 glClear_Exec (in GLEngine) + 534 [0x7ffa36e200d5] + ! : | 1 gldClearFramebufferData (in AppleMetalOpenGLRenderer) + 242 [0x116e5e3e2] + ! : | 1 GLDContextRec::getCommandBuffer() (in AppleMetalOpenGLRenderer) + 18 [0x116e545f2] + ! : | 1 AutoreleasePoolPage::autoreleaseNoPage(objc_object*) (in libobjc.A.dylib) + 115 [0x7ff81ddec1ef] + ! : | 1 _malloc_zone_memalign (in libsystem_malloc.dylib) + 302 [0x7ff81dd8cdff] + ! : | 1 small_memalign (in libsystem_malloc.dylib) + 60 [0x7ff81dd7745b] + ! : | 1 small_malloc_should_clear (in libsystem_malloc.dylib) + 258 [0x7ff81dd71a15] + ! : | 1 small_malloc_from_free_list (in libsystem_malloc.dylib) + 357 [0x7ff81dd7217b] + ! : | 1 small_free_list_remove_ptr_no_clear (in libsystem_malloc.dylib) + 179 [0x7ff81dd76c3d] + ! : 1 CAOpenGLLayerDraw(CAOpenGLLayer*, double, CVTimeStamp const*, unsigned int) (in QuartzCore) + 1624 [0x7ff8255889fb] + ! : | 1 CA::Render::create_iosurface_with_pixel_format(unsigned int, unsigned int, unsigned int, unsigned int, unsigned long long, __CFString const*) (in QuartzCore) + 335 [0x7ff8254da4f5] + ! : | 1 CA::SurfaceUtil::CAIOSurfaceCreate(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned long long, CA::SurfaceUtil::SurfaceAlignment, __CFString const*) (in QuartzCore) + 14631 [0x7ff8255a18d7] + ! : | 1 -[IOSurface initWithProperties:] (in IOSurface) + 72 [0x7ff826cd871f] + ! : | 1 IOSurfaceClientCreateChild (in IOSurface) + 80 [0x7ff826cdbf3e] + ! : | 1 IOCFSerialize (in IOKit) + 202 [0x7ff820827699] + ! : | 1 DoCFSerializeBinary (in IOKit) + 201 [0x7ff8208279ae] + ! : | 1 -[__NSDictionaryM __apply:context:] (in CoreFoundation) + 112 [0x7ff81dfd9ed5] + ! : | 1 IOCFSerializeBinaryCFDictionaryFunction (in IOKit) + 33 [0x7ff820827dde] + ! : | 1 DoCFSerializeBinary (in IOKit) + 1035 [0x7ff820827cf0] + ! : | 1 IOCFSerializeBinaryAddObject (in IOKit) + 104 [0x7ff820827d86] + ! : | 1 CFDataReplaceBytes (in CoreFoundation) + 428 [0x7ff81dfd8a3c] + ! : | 1 __CFDataGrow (in CoreFoundation) + 316 [0x7ff81dff58c6] + ! : | 1 __CFSafelyReallocate (in CoreFoundation) + 21 [0x7ff81dff5980] + ! : | 1 realloc (in libsystem_malloc.dylib) + 269 [0x7ff81dd72553] + ! : 1 CAOpenGLLayerDraw(CAOpenGLLayer*, double, CVTimeStamp const*, unsigned int) (in QuartzCore) + 1903 [0x7ff825588b12] + ! : 1 CA::(anonymous namespace)::IOSurface::register_buffer(__IOSurface*) (in QuartzCore) + 69 [0x7ff8255aa7d3] + ! : 1 CAImageQueueRegisterIOSurfaceBuffer (in QuartzCore) + 125 [0x7ff8254daa08] + ! : 1 CA::Render::Surface::Surface(__IOSurface*, unsigned int, unsigned int, unsigned int, CA::Render::YCbCrMatrix, CA::Render::ChromaLocation) (in QuartzCore) + 2037 [0x7ff8254db259] + ! : 1 CA::Render::iosurface_load_attachments(CA::Render::Surface*, unsigned int) (in QuartzCore) + 274 [0x7ff8254dbb66] + ! : 1 IOSurfaceClientCopyValue (in IOSurface) + 15 [0x7ff826cd90a0] + ! : 1 IOSurfaceClientCopyAllValues (in IOSurface) + 535 [0x7ff826cd92ef] + ! : 1 unserializeReplacementIOKitTypeRef (in IOSurface) + 283 [0x7ff826cd94d4] + ! : 1 -[__NSDictionaryM count] (in CoreFoundation) + 24 [0x7ff81dfbdd4a] + ! 1 -[CAOpenGLLayer _display] (in QuartzCore) + 693 [0x7ff825588231] + ! 1 -[CALayer setContents:] (in QuartzCore) + 362 [0x7ff8254d5700] + ! 1 CA::Layer::thread_flags_(CA::Transaction*) (in QuartzCore) + 42 [0x7ff8254d1af4] + ! 1 CA::Transaction::ensure_implicit(bool) (in QuartzCore) + 43 [0x7ff825672cb7] + ! 1 _CFRunLoopGet0 (in CoreFoundation) + 202 [0x7ff81dfe1f77] + ! 1 __CFRunLoopCreate (in CoreFoundation) + 310 [0x7ff81dfe217d] + ! 1 CFBasicHashAddValue (in CoreFoundation) + 559 [0x7ff81dfc474b] + ! 1 __CFBasicHashAddValue (in CoreFoundation) + 89 [0x7ff81dfa2621] + ! 1 __CFBasicHashRehash (in CoreFoundation) + 145 [0x7ff81dfa2df9] + ! 1 CFGetAllocator (in CoreFoundation) + 123 [0x7ff81dfa39cd] + 1 GLLayer.display() (in mpv) + 138 [0x10427a41a] + 1 CA::Transaction::commit() (in QuartzCore) + 777 [0x7ff8254c9de1] + 1 CA::Context::commit_transaction(CA::Transaction*, double, double*) (in QuartzCore) + 7939 [0x7ff82563f4a1] + 1 CA::Layer::commit_if_needed(CA::Transaction*, void (CA::Layer*, unsigned int, unsigned int) block_pointer) (in QuartzCore) + 209 [0x7ff8254f3b69] + 1 CA::Layer::commit_if_needed(CA::Transaction*, void (CA::Layer*, unsigned int, unsigned int) block_pointer) (in QuartzCore) + 209 [0x7ff8254f3b69] + 1 CA::Layer::commit_if_needed(CA::Transaction*, void (CA::Layer*, unsigned int, unsigned int) block_pointer) (in QuartzCore) + 209 [0x7ff8254f3b69] + 1 CA::Layer::commit_if_needed(CA::Transaction*, void (CA::Layer*, unsigned int, unsigned int) block_pointer) (in QuartzCore) + 209 [0x7ff8254f3b69] + 1 CA::Layer::commit_if_needed(CA::Transaction*, void (CA::Layer*, unsigned int, unsigned int) block_pointer) (in QuartzCore) + 332 [0x7ff8254f3be4] + 1 invocation function for block in CA::Context::commit_transaction(CA::Transaction*, double, double*) (in QuartzCore) + 196 [0x7ff825642833] + 1 -[CALayer(CALayerPrivate) _copyRenderLayer:layerFlags:commitFlags:] (in QuartzCore) + 3687 [0x7ff8254f4a9c] 2 Thread_838574 DispatchQueue_336: com.Metal.CommandQueueDispatch (serial) + 2 start_wqthread (in libsystem_pthread.dylib) + 15 [0x7ff81df50eab] + 2 _pthread_wqthread (in libsystem_pthread.dylib) + 326 [0x7ff81df51f23] + 2 _dispatch_workloop_worker_thread (in libdispatch.dylib) + 753 [0x7ff81ddaeeee] + 2 _dispatch_lane_invoke (in libdispatch.dylib) + 366 [0x7ff81dda4dfd] + 2 _dispatch_lane_serial_drain (in libdispatch.dylib) + 672 [0x7ff81dda4317] + 2 _dispatch_client_callout (in libdispatch.dylib) + 8 [0x7ff81dd9e317] + 2 _dispatch_call_block_and_release (in libdispatch.dylib) + 12 [0x7ff81dd9d0cc] + 2 thunk for @escaping @callee_guaranteed () -> () (in mpv) + 32 [0x10426e660] + 2 @objc View.updateTrackingAreas() (in mpv) + 27 [0x1042752cb] + 2 GLLayer.display() (in mpv) + 111 [0x10427a3ff] + 2 -[CAOpenGLLayer _display] (in QuartzCore) + 585 [0x7ff8255881c5] + 2 CAOpenGLLayerDraw(CAOpenGLLayer*, double, CVTimeStamp const*, unsigned int) (in QuartzCore) + 2013 [0x7ff825588b80] + 2 @objc GLLayer.draw(inCGLContext:pixelFormat:forLayerTime:displayTime:) (in mpv) + 32 [0x10427a170] + 2 specialized GLLayer.draw(inCGLContext:pixelFormat:forLayerTime:displayTime:) (in mpv) + 177 [0x10428bf61] + 2 specialized LibmpvHelper.drawRender(_:_:_:skip:) (in mpv) + 544 [0x104281b30] + 2 specialized static MPVHelper.withUnsafeMutableRawPointers(_:pointers:closure:) (in mpv) + 239 [0x10428174f] + 2 specialized static MPVHelper.withUnsafeMutableRawPointers(_:pointers:closure:) (in mpv) + 239 [0x10428174f] + 2 specialized static MPVHelper.withUnsafeMutableRawPointers(_:pointers:closure:) (in mpv) + 239 [0x10428174f] + 2 specialized static MPVHelper.withUnsafeMutableRawPointers(_:pointers:closure:) (in mpv) + 239 [0x10428174f] + 2 specialized static MPVHelper.withUnsafeMutableRawPointers(_:pointers:closure:) (in mpv) + 552 [0x104281888] + 2 mpv_render_context_render (in mpv) + 782 [0x10425564e] + 2 render (in mpv) + 186 [0x10423366a] + 2 gl_video_render_frame (in mpv) + 2648 [0x10423bb78] + 2 pass_draw_to_screen (in mpv) + 4184 [0x104240188] + 2 finish_pass_fbo (in mpv) + 1077 [0x104243905] + 1 gl_sc_dispatch_draw (in mpv) + 225 [0x104236941] + ! 1 gl_renderpass_run (in mpv) + 1065 [0x10424fc19] + ! 1 gl_vao_draw_data (in mpv) + 170 [0x10425096a] + ! 1 glDrawArrays_GL3Exec (in GLEngine) + 187 [0x7ffa36eb38a1] + ! 1 gleDrawArraysOrElements_Entries_Body (in GLEngine) + 151 [0x7ffa36eb712f] + ! 1 gleDoDrawDispatchCoreGL3 (in GLEngine) + 673 [0x7ffa36ef2529] + ! 1 gldUpdateDispatch (in AppleMetalOpenGLRenderer) + 4309 [0x116e821f0] + ! 1 GLDContextRec::loadCurrentQueries() (in AppleMetalOpenGLRenderer) + 834 [0x116e2cd00] + ! 1 GLDContextRec::flushContext(bool) (in AppleMetalOpenGLRenderer) + 488 [0x116e826a0] + ! 1 -[_MTLCommandQueue submitCommandBuffer:] (in Metal) + 112 [0x7ff826d19d74] + ! 1 _dispatch_lane_barrier_sync_invoke_and_complete (in libdispatch.dylib) + 60 [0x7ff81ddab7ee] + ! 1 _dispatch_client_callout (in libdispatch.dylib) + 8 [0x7ff81dd9e317] + ! 1 __40-[_MTLCommandQueue submitCommandBuffer:]_block_invoke (in Metal) + 26 [0x7ff826d19db0] + ! 1 -[_MTLCommandQueue _submitAvailableCommandBuffers] (in Metal) + 940 [0x7ff826d12063] + ! 1 -[IOGPUMetalCommandQueue submitCommandBuffers:count:] (in IOGPU) + 73 [0x7ff91ee75945] + ! 1 -[IOGPUMetalCommandQueue _submitCommandBuffers:count:] (in IOGPU) + 687 [0x7ff91ee75c17] + ! 1 IOGPUCommandQueueSubmitCommandBuffers (in IOGPU) + 133 [0x7ff91ee82031] + ! 1 IOConnectCallMethod (in IOKit) + 186 [0x7ff820828b59] + ! 1 io_connect_method (in IOKit) + 387 [0x7ff820828d4c] + ! 1 mach_msg (in libsystem_kernel.dylib) + 56 [0x7ff81df18d08] + ! 1 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7ff81df1899a] + ! 1 ??? (in ) [0x7ff8ae5da940] + 1 gl_sc_dispatch_draw (in mpv) + 233 [0x104236949] + 1 timer_pool_stop (in mpv) + 44 [0x10423a65c] + 1 gl_timer_stop (in mpv) + 34 [0x10424ff92] + 1 glEndQuery_Exec (in GLEngine) + 1317 [0x7ffa36e6ea84] + 1 gldGetQueryInfo (in AppleMetalOpenGLRenderer) + 1064 [0x116e2d443] + 1 GLDContextRec::flushContext(bool) (in AppleMetalOpenGLRenderer) + 488 [0x116e826a0] + 1 -[_MTLCommandQueue submitCommandBuffer:] (in Metal) + 112 [0x7ff826d19d74] + 1 _dispatch_lane_barrier_sync_invoke_and_complete (in libdispatch.dylib) + 60 [0x7ff81ddab7ee] + 1 _dispatch_client_callout (in libdispatch.dylib) + 8 [0x7ff81dd9e317] + 1 __40-[_MTLCommandQueue submitCommandBuffer:]_block_invoke (in Metal) + 26 [0x7ff826d19db0] + 1 -[_MTLCommandQueue _submitAvailableCommandBuffers] (in Metal) + 940 [0x7ff826d12063] + 1 -[IOGPUMetalCommandQueue submitCommandBuffers:count:] (in IOGPU) + 73 [0x7ff91ee75945] + 1 -[IOGPUMetalCommandQueue _submitCommandBuffers:count:] (in IOGPU) + 687 [0x7ff91ee75c17] + 1 IOGPUCommandQueueSubmitCommandBuffers (in IOGPU) + 133 [0x7ff91ee82031] + 1 IOConnectCallMethod (in IOKit) + 186 [0x7ff820828b59] + 1 io_connect_method (in IOKit) + 387 [0x7ff820828d4c] + 1 mach_msg (in libsystem_kernel.dylib) + 56 [0x7ff81df18d08] + 1 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7ff81df1899a] + 1 ??? (in ) [0x7ff8ae5da940] 1 Thread_838574 DispatchQueue_14: com.apple.root.default-qos.overcommit (concurrent) 1 start_wqthread (in libsystem_pthread.dylib) + 15 [0x7ff81df50eab] 1 _pthread_wqthread (in libsystem_pthread.dylib) + 326 [0x7ff81df51f23] 1 _dispatch_workloop_worker_thread (in libdispatch.dylib) + 747 [0x7ff81ddaeee8] Total number in stack (recursive counted multiple, when >=5): 26 ??? (in ) [0x7ff8ae5da940] 16 luaD_precall (in liblua.5.1.dylib) + 465 [0x10ce9c8a8] 13 _pthread_start (in libsystem_pthread.dylib) + 120 [0x7ff81df554bc] 13 thread_start (in libsystem_pthread.dylib) + 15 [0x7ff81df50ebf] 12 luaD_call (in liblua.5.1.dylib) + 80 [0x10ce9cd3c] 12 luaD_pcall (in liblua.5.1.dylib) + 68 [0x10ce9cfb4] 12 luaD_rawrunprotected (in liblua.5.1.dylib) + 84 [0x10ce9c431] 10 start_wqthread (in libsystem_pthread.dylib) + 15 [0x7ff81df50eab] 9 __psynch_cvwait (in libsystem_kernel.dylib) + 10 [0x7ff81df1b40a] 8 _pthread_cond_wait (in libsystem_pthread.dylib) + 1249 [0x7ff81df55a4f] 8 lua_pcall (in liblua.5.1.dylib) + 102 [0x10ce993ad] 8 mach_msg (in libsystem_kernel.dylib) + 56 [0x7ff81df18d08] 8 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7ff81df1899a] 8 specialized static MPVHelper.withUnsafeMutableRawPointers(_:pointers:closure:) (in mpv) + 239 [0x10428174f] 7 _dispatch_client_callout (in libdispatch.dylib) + 8 [0x7ff81dd9e317] 6 _pthread_wqthread (in libsystem_pthread.dylib) + 326 [0x7ff81df51f23] 5 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7ff81df1a07a] 5 _pthread_wqthread (in libsystem_pthread.dylib) + 426 [0x7ff81df51f87] Sort by top of stack, same collapsed (when >= 5): ??? (in ) [0x7ff8ae5da940] 40622 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x49a4 [0x7ff7ffe429a4] 2213 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x49d4 [0x7ff7ffe429d4] 23 ??? (in runtime) load address 0x7ff7ffe3e000 + 0x22814 [0x7ff7ffe60814] 22 Binary Images: 0x104162000 - 0x10447efff +mpv (0) /Applications/mpv.app/Contents/MacOS/mpv 0x10c85a000 - 0x10c8adfef +libRosettaRuntime (254.13) <3009B47E-14D1-3F2C-8189-557AE785488C> /Library/Apple/*/libRosettaRuntime 0x10ce7e000 - 0x10ce82ffb +libogg.0.dylib (0) <6CF827FD-A457-3BBE-9A54-82D4B3B1C3C4> /Applications/mpv.app/Contents/MacOS/lib/libogg.0.dylib 0x10ce97000 - 0x10ceb1ffb +liblua.5.1.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/liblua.5.1.dylib 0x10cefa000 - 0x10cf11fe7 +libswresample.3.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/libswresample.3.dylib 0x10cf3a000 - 0x10cf45ff7 +libtheoradec.1.dylib (0) <6DDD4A65-B402-38E2-BC07-43FF5AC1A850> /Applications/mpv.app/Contents/MacOS/lib/libtheoradec.1.dylib 0x10cf62000 - 0x10cfb3fef +libavutil.56.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/libavutil.56.dylib 0x10d258000 - 0x10d26dfff +libavdevice.58.dylib (0) <932DF0FD-E5BB-35A2-ACC6-37749748092D> /Applications/mpv.app/Contents/MacOS/lib/libavdevice.58.dylib 0x10d2a5000 - 0x10d2beff7 +libfribidi.0.dylib (0) <34BB0FD4-F7D1-34D3-BE32-1BF8273D225D> /Applications/mpv.app/Contents/MacOS/lib/libfribidi.0.dylib 0x10d2d3000 - 0x10d34afff +libswscale.5.dylib (0) <0AE7FA8B-29D5-3539-B971-39FC4BDE9B51> /Applications/mpv.app/Contents/MacOS/lib/libswscale.5.dylib 0x10d423000 - 0x10d42cfff +libintl.8.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/libintl.8.dylib 0x10d44e000 - 0x10d5f8fff +libavformat.58.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/libavformat.58.dylib 0x10d8c7000 - 0x10d8f6ff3 +libmujs.so (0) /Applications/mpv.app/Contents/MacOS/lib/libmujs.so 0x10d954000 - 0x10d98dfff +liblcms2.2.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/liblcms2.2.dylib 0x10da12000 - 0x10da3cfe3 +libass.9.dylib (0) <5CF9AA5F-9019-3AC7-A883-D4D9C0C2B6CC> /Applications/mpv.app/Contents/MacOS/lib/libass.9.dylib 0x10dab4000 - 0x10db3bff3 +libarchive.13.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/libarchive.13.dylib 0x10dc44000 - 0x10dc6eff7 +librubberband.2.dylib (0) <064C881A-CC7F-3444-B39F-F9FD021B1EC3> /Applications/mpv.app/Contents/MacOS/lib/librubberband.2.dylib 0x10dcef000 - 0x10e702fff +libavcodec.58.dylib (0) <1C96A658-E48D-33D4-AD51-EEDAEAC6AFB4> /Applications/mpv.app/Contents/MacOS/lib/libavcodec.58.dylib 0x10f8f1000 - 0x10fb26fe7 +libavfilter.7.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/libavfilter.7.dylib 0x10fecf000 - 0x10fef4ff3 +libuchardet.0.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/libuchardet.0.dylib 0x10ff10000 - 0x10ff2bff7 +liblzma.5.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/liblzma.5.dylib 0x10ff5e000 - 0x10ff9cff7 +libopenjp2.7.dylib (0) <5CBE1BE9-44CF-3C99-93F3-E666338A2C67> /Applications/mpv.app/Contents/MacOS/lib/libopenjp2.7.dylib 0x11003b000 - 0x1101a4ffb +libsamplerate.0.dylib (0) <5F856029-4B18-3B53-9900-7E767E9D35A9> /Applications/mpv.app/Contents/MacOS/lib/libsamplerate.0.dylib 0x1101b5000 - 0x110254fef +libzimg.2.dylib (0) <6571C82E-5908-3FD9-A15C-1976AF4F9593> /Applications/mpv.app/Contents/MacOS/lib/libzimg.2.dylib 0x110330000 - 0x110352ff7 +libvorbis.0.dylib (0) <434295B0-2D03-3754-AE55-E1B3E9CD8F7E> /Applications/mpv.app/Contents/MacOS/lib/libvorbis.0.dylib 0x110380000 - 0x1103c8ff3 +libopus.0.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/libopus.0.dylib 0x110439000 - 0x110460fff +libtheoraenc.1.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/libtheoraenc.1.dylib 0x110491000 - 0x1104b6fe7 +libsoxr.0.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/libsoxr.0.dylib 0x11055c000 - 0x11073ff4b +libvpx.7.dylib (0) <9A11313B-49A5-305B-95E5-FBD447D5060A> /Applications/mpv.app/Contents/MacOS/lib/libvpx.7.dylib 0x110aa9000 - 0x110bfdfcf +libdav1d.5.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/libdav1d.5.dylib 0x110eda000 - 0x110f51fff +libvorbisenc.2.dylib (0) <616377CF-511B-36EC-9BC6-56BDD6091FC9> /Applications/mpv.app/Contents/MacOS/lib/libvorbisenc.2.dylib 0x110f9a000 - 0x110fb6fff +libpostproc.55.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/libpostproc.55.dylib 0x111012000 - 0x111061ff7 +libssl.1.1.dylib (0) <0C9B1950-80A0-3851-9422-7962CA1F67C3> /Applications/mpv.app/Contents/MacOS/lib/libssl.1.1.dylib 0x111123000 - 0x11113cfef +libavresample.4.dylib (0) <39F3DF59-F783-3D03-A7A0-65EBFE37DFFB> /Applications/mpv.app/Contents/MacOS/lib/libavresample.4.dylib 0x111164000 - 0x111179ffb +libgraphite2.3.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/libgraphite2.3.dylib 0x1111ba000 - 0x111224ffb +libsrt.1.4.dylib (0) <0F648C10-392C-3990-8DCF-FD699DB55005> /Applications/mpv.app/Contents/MacOS/lib/libsrt.1.4.dylib 0x11130f000 - 0x11132bff7 +liblz4.1.dylib (0) <23F0B888-6742-3A85-95A3-70F6C6A793ED> /Applications/mpv.app/Contents/MacOS/lib/liblz4.1.dylib 0x111374000 - 0x1115359b3 +libcrypto.1.1.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/libcrypto.1.1.dylib 0x111873000 - 0x1118bafff +libssh.4.dylib (0) <01718B8C-37E4-3BCD-BE77-3A1414A7C769> /Applications/mpv.app/Contents/MacOS/lib/libssh.4.dylib 0x11195b000 - 0x11198bfff +libfontconfig.1.dylib (0) <025A8A4D-65F4-36A8-AEDE-7AAE01C784AC> /Applications/mpv.app/Contents/MacOS/lib/libfontconfig.1.dylib 0x1119e7000 - 0x111a0aff7 +libpng16.16.dylib (0) <06D638C2-8A22-3B67-AD1B-8534DB38DB5A> /Applications/mpv.app/Contents/MacOS/lib/libpng16.16.dylib 0x111a84000 - 0x111b07ff7 +libfreetype.6.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/libfreetype.6.dylib 0x111bf0000 - 0x111c05ff7 +libb2.1.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/libb2.1.dylib 0x111cfe000 - 0x111de3fff +libharfbuzz.0.dylib (0) <437E6899-61E4-3713-93B4-417688A1F35E> /Applications/mpv.app/Contents/MacOS/lib/libharfbuzz.0.dylib 0x111f72000 - 0x111fdbff3 +libpcre.1.dylib (0) <4B1D49FE-4628-3D4E-BEBF-60ADC8464203> /Applications/mpv.app/Contents/MacOS/lib/libpcre.1.dylib 0x11209e000 - 0x1121a3fff +libglib-2.0.0.dylib (0) /Applications/mpv.app/Contents/MacOS/lib/libglib-2.0.0.dylib 0x112315000 - 0x1123f4fff +libzstd.1.dylib (0) <245EECBC-0CB3-3038-AA8B-544BE3BCE16C> /Applications/mpv.app/Contents/MacOS/lib/libzstd.1.dylib 0x115b54000 - 0x115b60047 libobjc-trampolines.dylib (841.10) <89C75FA9-50F4-3B28-86EB-B6A2EFB1D964> /usr/lib/libobjc-trampolines.dylib 0x116e25000 - 0x116e98ff7 com.apple.AppleMetalOpenGLRenderer (1.0 - 1) <7CC91A4F-9361-3835-A3B1-30C737738252> /System/Library/Extensions/AppleMetalOpenGLRenderer.bundle/Contents/MacOS/AppleMetalOpenGLRenderer 0x117ff7000 - 0x118136ff7 com.apple.audio.units.Components (1.14 - 1.14) <342A211E-A44A-3916-8E2A-26BE40B69E18> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x2047e2000 - 0x20484ac2f dyld (952) <4F1E520C-67ED-32FE-A995-BAAFDD57A551> /usr/lib/dyld 0x7ff7ffe3e000 - 0x7ff7ffe6a93b runtime (254.13) /usr/libexec/rosetta/runtime 0x7ff81dc86000 - 0x7ff81dc87ff2 libsystem_blocks.dylib (79.1) <31925FD0-7A9C-3DF9-B03B-E916FA237CA9> /usr/lib/system/libsystem_blocks.dylib 0x7ff81dc88000 - 0x7ff81dcc3fff libxpc.dylib (2236.100.59) <1CF9A467-31D7-3B0E-9E85-A092D348B715> /usr/lib/system/libxpc.dylib 0x7ff81dcc4000 - 0x7ff81dcdcffe libsystem_trace.dylib (1375.100.8) /usr/lib/system/libsystem_trace.dylib 0x7ff81dcdd000 - 0x7ff81dd6efdf libcorecrypto.dylib (1218.100.41.0.2) /usr/lib/system/libcorecrypto.dylib 0x7ff81dd6f000 - 0x7ff81dd9aff7 libsystem_malloc.dylib (374.100.3) <9A562998-56EB-3A28-9BB0-9FF969475C32> /usr/lib/system/libsystem_malloc.dylib 0x7ff81dd9b000 - 0x7ff81dde1ffb libdispatch.dylib (1325.100.36) /usr/lib/system/libdispatch.dylib 0x7ff81dde2000 - 0x7ff81de1bff2 libobjc.A.dylib (841.10) <07C12441-BFD0-31DF-AC7F-F63892CEAC75> /usr/lib/libobjc.A.dylib 0x7ff81de1c000 - 0x7ff81de1eff7 libsystem_featureflags.dylib (56) <58B4B33E-CEA9-32D6-9E9B-2E98DA354C50> /usr/lib/system/libsystem_featureflags.dylib 0x7ff81de1f000 - 0x7ff81dea7fff libsystem_c.dylib (1507.100.8) <5E853E8B-A6C4-3330-B7D5-12F05B1C47C0> /usr/lib/system/libsystem_c.dylib 0x7ff81dea8000 - 0x7ff81df00ff7 libc++.1.dylib (1300.20) /usr/lib/libc++.1.dylib 0x7ff81df01000 - 0x7ff81df16fff libc++abi.dylib (1300.20) /usr/lib/libc++abi.dylib 0x7ff81df17000 - 0x7ff81df4eff7 libsystem_kernel.dylib (8020.100.406.0.1) <4C35F01E-BA9D-3D4C-8AAE-73E07CB8C509> /usr/lib/system/libsystem_kernel.dylib 0x7ff81df4f000 - 0x7ff81df5aff7 libsystem_pthread.dylib (486.100.10) <6B8698E1-DB26-32EF-8C21-128712D0AA68> /usr/lib/system/libsystem_pthread.dylib 0x7ff81df5b000 - 0x7ff81df66fff libdyld.dylib (952) <669AB9E3-27DB-37ED-B064-A419B3EA7702> /usr/lib/system/libdyld.dylib 0x7ff81df67000 - 0x7ff81df70fef libsystem_platform.dylib (273.100.5) /usr/lib/system/libsystem_platform.dylib 0x7ff81df71000 - 0x7ff81df9bff7 libsystem_info.dylib (554) /usr/lib/system/libsystem_info.dylib 0x7ff81df9c000 - 0x7ff81e49cff0 com.apple.CoreFoundation (6.9 - 1858.104) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7ff81e49d000 - 0x7ff81e6f2ff6 com.apple.LaunchServices (1141.1 - 1141.1) <43A7A2B3-BD8A-3BA0-B58B-F2E1A35B7D78> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7ff81e6f3000 - 0x7ff81e815ffc com.apple.gpusw.MetalTools (1.0 - 1) <5FF13E28-7F8C-3A86-BA1F-FF3BF48F065D> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7ff81e816000 - 0x7ff81e99dfef libBLAS.dylib (1381.100.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7ff81e99e000 - 0x7ff81e9e7ff7 com.apple.Lexicon-framework (1.0 - 98.1) <126FF137-475A-3A9C-A792-529BFF6C4DE4> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7ff81e9e8000 - 0x7ff81ea56ff7 libSparse.dylib (108) <9F857C09-C99B-3A01-900F-2C68D3C61C6E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7ff81ea57000 - 0x7ff81ead1fff com.apple.SystemConfiguration (1.21 - 1.21) <91238EEB-2FE4-3BE6-B4D9-2282FF18D3C4> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7ff81ead2000 - 0x7ff81eb06ff7 libCRFSuite.dylib (51) <9818F8E3-C115-3810-9904-AAF1E5CBD609> /usr/lib/libCRFSuite.dylib 0x7ff81eb07000 - 0x7ff81ed43ff0 libmecabra.dylib (972.9) <03C86821-46DF-3AB1-A3D5-1D08243F7204> /usr/lib/libmecabra.dylib 0x7ff81ed44000 - 0x7ff81f0fdff5 com.apple.Foundation (6.9 - 1858.104) <3DFB6F23-41A5-3341-A726-3B195946622E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7ff81f0fe000 - 0x7ff81f1ebffb com.apple.LanguageModeling (1.0 - 277.2) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7ff81f1ec000 - 0x7ff81f317ff6 com.apple.CoreDisplay (265 - 265.1) <0677A8DB-9DED-3FE6-A802-ADFFF12E2836> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7ff81f318000 - 0x7ff81f5a7ff5 com.apple.audio.AudioToolboxCore (1.0 - 1245.74) <91E6A77F-CB2D-3371-B0F3-9B81B620BF80> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore 0x7ff81f5a8000 - 0x7ff81f790ff6 com.apple.CoreText (710.4.0.3 - 710.4.0.3) <0D46462F-9D25-3491-8DD6-15EC64DD99F5> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7ff81f791000 - 0x7ff81fec3ffa com.apple.audio.CoreAudio (5.0 - 5.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7ff81fec4000 - 0x7ff820221ff3 com.apple.security (7.0 - 60158.100.125) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7ff820222000 - 0x7ff8204b5fff libicucore.A.dylib (70104) <5B2B035C-FC54-377E-9CE3-41F91019737D> /usr/lib/libicucore.A.dylib 0x7ff8204b6000 - 0x7ff8204bffff libsystem_darwin.dylib (1507.100.8) <7CA4AA04-FAE3-3FDC-B56B-F0C21DA768ED> /usr/lib/system/libsystem_darwin.dylib 0x7ff8204c0000 - 0x7ff8207abff1 com.apple.CoreServices.CarbonCore (1319 - 1319) <8D0EA81F-00E1-3308-B3DB-E1E74416E8F1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7ff8207ac000 - 0x7ff8207e9ff7 com.apple.CoreServicesInternal (484 - 484) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7ff8207ea000 - 0x7ff820825ff1 com.apple.CSStore (1141.1 - 1141.1) <4378E030-4DAC-32B1-BDE0-74D6CE6D9449> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore 0x7ff820826000 - 0x7ff8208dbffa com.apple.framework.IOKit (2.0.2 - 1955.100.4) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7ff8208dc000 - 0x7ff8208eafff libsystem_notify.dylib (301) /usr/lib/system/libsystem_notify.dylib 0x7ff8208eb000 - 0x7ff820939fff libsandbox.1.dylib (1657.100.100.111.1) <9070576F-3F69-36A2-ABCF-BAAEAF1C1B37> /usr/lib/libsandbox.1.dylib 0x7ff82093a000 - 0x7ff8217c5ff3 com.apple.AppKit (6.9 - 2113.40.114) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7ff8217c6000 - 0x7ff821a53ff6 com.apple.UIFoundation (1.0 - 786.6) <694C3AF4-32D5-3B4C-8A4E-BEF1F9C07AB7> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7ff821a54000 - 0x7ff821a67fff com.apple.UniformTypeIdentifiers (709 - 709) <210DB2C9-EF6F-3F5C-9E3F-5441CD4F229E> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers 0x7ff821a68000 - 0x7ff821c0bff8 com.apple.desktopservices (2.1 - 1438.1.1) <95CD689A-7DE5-3B9A-B2CD-3035349111B8> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7ff821c20000 - 0x7ff821e5aff0 com.apple.CoreDuet (1.0 - 1) <97954C30-C1AD-3D4E-B820-7A3E8E8A7974> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 0x7ff821f28000 - 0x7ff8228feffe libnetwork.dylib (2750.100.55) /usr/lib/libnetwork.dylib 0x7ff8228ff000 - 0x7ff822d8dffd com.apple.CFNetwork (1331.0.3 - 1331.0.3) <96F22583-0113-3B61-A861-86E3C4DAA9D3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7ff822d8e000 - 0x7ff822da3ff7 libsystem_networkextension.dylib (1471.100.16) /usr/lib/system/libsystem_networkextension.dylib 0x7ff822da4000 - 0x7ff822da4fff libenergytrace.dylib (23) <830AC449-22E8-321C-AFF7-60D6CA6AD8CE> /usr/lib/libenergytrace.dylib 0x7ff822da5000 - 0x7ff822df1fc1 libMobileGestalt.dylib (1073.100.26) <5904F095-BCBB-3BBF-AAC1-61E8609FE1FC> /usr/lib/libMobileGestalt.dylib 0x7ff822df2000 - 0x7ff822e08ff7 libsystem_asl.dylib (392) /usr/lib/system/libsystem_asl.dylib 0x7ff822e09000 - 0x7ff822e21ff9 com.apple.TCC (1.0 - 1) <65FAAA5F-D6DD-307C-9A68-EC175E694EBA> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7ff822e22000 - 0x7ff8231bdff0 com.apple.SkyLight (1.600.0 - 670.12) /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7ff8231be000 - 0x7ff8238e7ff3 com.apple.CoreGraphics (2.0 - 1557.4.1) <274AC5D0-4985-35F5-8818-A0ED1B7D3503> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7ff8238e8000 - 0x7ff8239e3fff com.apple.ColorSync (4.13.0 - 3521.4.1) /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7ff8239e4000 - 0x7ff823a3fff0 com.apple.HIServices (1.22 - 739.1) <8C01DB0B-972A-3454-AD17-75923DFC1648> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7ff823b2c000 - 0x7ff823d91fff com.apple.Montreal (1.0 - 165.1) <0FBA1104-9E55-313B-8054-B51A5822947D> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal 0x7ff823e80000 - 0x7ff8242a8ffe com.apple.CoreData (120 - 1147) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7ff8242a9000 - 0x7ff8242c2ffa com.apple.ProtocolBuffer (1 - 288.22.9.15.1) <47C2DF44-6BC0-3B3C-91DF-793D5953A558> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7ff8242c3000 - 0x7ff824488ff7 libsqlite3.dylib (331.1) <09FA9CE3-82B6-35D3-AE8D-E580AF41275F> /usr/lib/libsqlite3.dylib 0x7ff824489000 - 0x7ff824503ff2 com.apple.Accounts (113 - 113) <026BD773-C74F-3299-8DCA-1ED4637A6330> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x7ff824504000 - 0x7ff82451bff6 com.apple.commonutilities (8.0 - 900) <3E932A04-16DB-304D-A6F0-7993FDD0DEA5> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities 0x7ff82451c000 - 0x7ff8245d1ffd com.apple.BaseBoard (567.5 - 567.5) <83884A92-B8E1-324B-AEE0-A41627BB0A8B> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard 0x7ff8245d2000 - 0x7ff824627ff7 com.apple.RunningBoardServices (1.0 - 618.100.42) <708B30E1-8591-36A7-A63A-BE9DA0B39023> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices 0x7ff824628000 - 0x7ff824694fff com.apple.AE (924 - 924) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7ff824695000 - 0x7ff82469cff4 libdns_services.dylib (1557.100.68) /usr/lib/libdns_services.dylib 0x7ff82469d000 - 0x7ff8246a4fff libsystem_symptoms.dylib (1617.100.38) /usr/lib/system/libsystem_symptoms.dylib 0x7ff8246a5000 - 0x7ff824859ffb com.apple.Network (1.0 - 1) <59B2D975-EC62-3442-AFCF-82D84E616DE5> /System/Library/Frameworks/Network.framework/Versions/A/Network 0x7ff82485a000 - 0x7ff824887ffb com.apple.analyticsd (1.0 - 1) <81C30B7A-60B8-33C1-B0E7-A412210DA36A> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics 0x7ff824888000 - 0x7ff82488aff3 libDiagnosticMessagesClient.dylib (112) <085263F6-6E9B-387E-A881-09269CD99A09> /usr/lib/libDiagnosticMessagesClient.dylib 0x7ff82488b000 - 0x7ff8248daff0 com.apple.spotlight.metadata.utilities (1.0 - 2183.14) /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities 0x7ff8248db000 - 0x7ff824975ffd com.apple.Metadata (10.7.0 - 2183.14) <88AA61C3-EDCA-3159-B126-49DF9DE34F0E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7ff824976000 - 0x7ff82497cff7 com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7ff82497d000 - 0x7ff8254c6ff7 com.apple.vImage (8.1 - 555.1) <9B76D82A-4D39-3F55-ADE1-B983E22F804A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7ff8254c7000 - 0x7ff8257d5ffb com.apple.QuartzCore (1.11 - 964.15) <75F607CF-CB27-3098-825C-E5C6041FCFA1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7ff8257d6000 - 0x7ff82581fff9 libFontRegistry.dylib (333.2.0.1) <020AA637-0C0F-36E8-9376-D40F45C332F2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7ff825820000 - 0x7ff825965ffa com.apple.coreui (2.1 - 738.1) <69151F6A-E02B-3535-9487-A0998E7C5958> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7ff825966000 - 0x7ff825a59ff0 com.apple.ViewBridge (640 - 640) /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7ff825a5a000 - 0x7ff825a65ff9 com.apple.PerformanceAnalysis (1.302.2 - 302.2) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7ff825a66000 - 0x7ff825a71ff1 com.apple.OpenDirectory (12.3 - 233) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7ff825a72000 - 0x7ff825a8dff7 com.apple.CFOpenDirectory (12.3 - 233) <4AFB5ECC-DEF7-37CA-812C-550E99BCE4A8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7ff825a8e000 - 0x7ff825a9afff com.apple.CoreServices.FSEvents (1326.100.8 - 1326.100.8) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7ff825a9b000 - 0x7ff825abfffb com.apple.coreservices.SharedFileList (155 - 155) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7ff825ac0000 - 0x7ff825ac2ffb libapp_launch_measurement.dylib (16) /usr/lib/libapp_launch_measurement.dylib 0x7ff825ac3000 - 0x7ff825b0affd com.apple.CoreAutoLayout (1.0 - 28) <1EA76B20-199A-317C-A662-624F0C8FAD41> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout 0x7ff825b0b000 - 0x7ff825beeff7 libxml2.2.dylib (35.5) /usr/lib/libxml2.2.dylib 0x7ff825bef000 - 0x7ff825c40ff7 com.apple.CoreVideo (1.8 - 470.6) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7ff825c41000 - 0x7ff825c43ff7 com.apple.loginsupport (3.0 - 3.0) <561CD07D-7E7F-3CFE-A2BF-E4F71787FA1D> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7ff825c44000 - 0x7ff825c6dff3 com.apple.aps.framework (4.0 - 4.0) /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7ff825c6e000 - 0x7ff825c92ff0 com.apple.UserManagement (1.0 - 1) <0E8A623A-7BD7-38CA-BE11-BD76B44FC291> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement 0x7ff825c93000 - 0x7ff825e83ff5 com.apple.cloudkit.CloudKit (1950.28 - 1950.28) <1327A145-E754-3615-AD42-73BF6FD5ECD3> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7ff825f27000 - 0x7ff8262b2ff9 com.apple.CoreML (1.0 - 1127.100.34.0.1) /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML 0x7ff826c17000 - 0x7ff826cb8ffd com.apple.corelocation (2667.0.17 - 2667.0.17) <59F7F9D0-67E6-3159-AA6E-1BC94083FCE5> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7ff826cb9000 - 0x7ff826cd5ffb libsystem_containermanager.dylib (383.100.23) /usr/lib/system/libsystem_containermanager.dylib 0x7ff826cd6000 - 0x7ff826ce7ff5 com.apple.IOSurface (302.14 - 302.14) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7ff826ce8000 - 0x7ff826cf0ff1 com.apple.IOAccelerator (462.6 - 462.6) <94C64D1A-7012-3DFF-907D-841BBC8D67F3> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7ff826cf1000 - 0x7ff826e2eff2 com.apple.Metal (261.12 - 261.12) <6484FBB2-1E05-37B5-9F01-274B2C313777> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7ff826e2f000 - 0x7ff826e50ff7 com.apple.audio.caulk (1.0 - 92) <490AFF3F-9E1B-3A7D-8AD5-B9F28FF154B0> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk 0x7ff826e51000 - 0x7ff827001ff7 com.apple.CoreMedia (1.0 - 2940.14.1.4.1) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7ff827002000 - 0x7ff82713dff4 libFontParser.dylib (329.4.0.1) <01381C2D-E9CB-36D6-8390-CE493AB102B2> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x7ff82713e000 - 0x7ff827431ff0 com.apple.HIToolbox (2.1.1 - 1113.8) <36C047EF-9277-375B-9869-F75AEA05D792> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7ff827432000 - 0x7ff827445ff7 com.apple.framework.DFRFoundation (1.0 - 271) <0595E39E-2B2C-3873-BC13-F4998784A83F> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7ff827446000 - 0x7ff82744affb com.apple.dt.XCTTargetBootstrap (20068) /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap 0x7ff82744b000 - 0x7ff827479ffb com.apple.CoreSVG (1.0 - 175.4.1) /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG 0x7ff82747a000 - 0x7ff8276c2ff5 com.apple.ImageIO (3.3.0 - 2222.4.2) <9C54143E-C517-38F8-B473-5C52B2BE1EA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7ff8276c3000 - 0x7ff827a4affd com.apple.CoreImage (17.0.0 - 1240.3) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7ff827a4b000 - 0x7ff827abbff9 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7ff827abc000 - 0x7ff827abfffb libsystem_configuration.dylib (1163.100.19.0.1) <2447B14B-D125-387E-8BB4-5CBD61296A0E> /usr/lib/system/libsystem_configuration.dylib 0x7ff827ac0000 - 0x7ff827ac5ff3 libsystem_sandbox.dylib (1657.100.100.111.1) <227018E8-BC54-367F-A898-4B9C3D200C3D> /usr/lib/system/libsystem_sandbox.dylib 0x7ff827ac6000 - 0x7ff827ac7ff1 com.apple.AggregateDictionary (1.0 - 1) /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary 0x7ff827ac8000 - 0x7ff827acbff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <65809538-FE3A-300A-A9B0-EEB29ECDF0F7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7ff827acc000 - 0x7ff827acdfff liblangid.dylib (136) /usr/lib/liblangid.dylib 0x7ff827ace000 - 0x7ff827bb1ff5 com.apple.CoreNLP (1.0 - 273.2) /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x7ff827bb2000 - 0x7ff827bb8ffe com.apple.LinguisticData (1.0 - 399) /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7ff827bb9000 - 0x7ff8281e2fdf libBNNS.dylib (403.100.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7ff8281e3000 - 0x7ff8283d7fff libvDSP.dylib (794.100.2) <1DCFBEA6-E2DC-34D0-9C0B-9C9EA2A4A40B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7ff8283d8000 - 0x7ff8283e9ff9 com.apple.CoreEmoji (1.0 - 143) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7ff8283ea000 - 0x7ff8283f4ff7 com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer 0x7ff8283f5000 - 0x7ff8284cdff7 com.apple.framework.CoreWLAN (16.0 - 1657) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7ff8284ce000 - 0x7ff8286bcff3 com.apple.CoreUtils (6.9 - 690.33) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7ff8286bd000 - 0x7ff8286e3ffa com.apple.MobileKeyBag (2.0 - 1.0) /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7ff8286e4000 - 0x7ff8286f4ff2 com.apple.AssertionServices (1.0 - 618.100.42) <2F86005F-0719-3467-8E9D-900E8EA43637> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices 0x7ff8286f5000 - 0x7ff828781ff4 com.apple.securityfoundation (6.0 - 55255) <69C8928E-B868-3F8F-96C4-5858095855DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7ff828782000 - 0x7ff82878bff3 com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7ff82878c000 - 0x7ff828796ffd com.apple.xpc.ServiceManagement (1.0 - 1) <90E1A780-7DF9-32E8-A16C-65C9C241F1F7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7ff828797000 - 0x7ff828799ff7 libquarantine.dylib (133.100.3) <00A70725-F067-3830-B4F3-4AD62AA74B74> /usr/lib/system/libquarantine.dylib 0x7ff82879a000 - 0x7ff8287a5ff7 libCheckFix.dylib (31) <4003968D-9C0D-3FA1-B9F6-42A950ED9B8E> /usr/lib/libCheckFix.dylib 0x7ff8287a6000 - 0x7ff8287bdfff libcoretls.dylib (178) <0407E4B6-2DDE-3BCC-B562-4C98A249B245> /usr/lib/libcoretls.dylib 0x7ff8287be000 - 0x7ff8287cdffb libbsm.0.dylib (73) <7874FA74-EA7A-3914-B12F-B34ECC74D42A> /usr/lib/libbsm.0.dylib 0x7ff8287ce000 - 0x7ff828827fff libmecab.dylib (972.9) /usr/lib/libmecab.dylib 0x7ff828828000 - 0x7ff82882aff7 libgermantok.dylib (29) <14E5A29F-43E4-37E8-9204-5A2D5458AD8F> /usr/lib/libgermantok.dylib 0x7ff82882b000 - 0x7ff828840ff3 libLinearAlgebra.dylib (1381.100.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7ff828841000 - 0x7ff828a70ff6 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7ff828a71000 - 0x7ff828accffd com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <90D35D81-1F5D-3E50-8441-3E268CABBFD8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector 0x7ff828acd000 - 0x7ff828cb5ffc com.apple.MLCompute (1.0 - 1) <696A4FF4-14D8-3644-86E0-91C850F2CDC5> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute 0x7ff828cb6000 - 0x7ff828cedff3 com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <6A942197-58BA-3431-80A5-892EAC9490B0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7ff828cee000 - 0x7ff828d90ffb com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <9A7937B2-D3E9-3838-B3F3-1C8DE3062C8A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray 0x7ff828d91000 - 0x7ff828e25ff4 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <54DA4A15-671C-3E65-82CD-34AC06781B4C> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7ff828e26000 - 0x7ff828e35fef com.apple.AppleFSCompression (132.100.2 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7ff828e36000 - 0x7ff828e43fff libbz2.1.0.dylib (45) <7394748A-1D6F-3C85-BEE5-C1CB6E0BEF0A> /usr/lib/libbz2.1.0.dylib 0x7ff828e44000 - 0x7ff828e48fff libsystem_coreservices.dylib (133) /usr/lib/system/libsystem_coreservices.dylib 0x7ff828e49000 - 0x7ff828e75ff7 com.apple.CoreServices.OSServices (1141.1 - 1141.1) <960B902E-2126-3333-8BDA-AF4990A75E68> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7ff828e76000 - 0x7ff828fc5ffe com.apple.AuthKit (1.0 - 1) <22DDD017-4A0D-3BE0-BBA8-51760BE38B3E> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x7ff829095000 - 0x7ff8290a7ff7 libz.1.dylib (77) /usr/lib/libz.1.dylib 0x7ff8290a8000 - 0x7ff82910efff libsystem_m.dylib (3204.80.2) /usr/lib/system/libsystem_m.dylib 0x7ff82910f000 - 0x7ff82910ffff libcharset.1.dylib (61) <3FB84155-14F2-32C6-B77B-A3110C14F0AD> /usr/lib/libcharset.1.dylib 0x7ff829110000 - 0x7ff829115fff libmacho.dylib (994) /usr/lib/system/libmacho.dylib 0x7ff829116000 - 0x7ff829131fff libkxld.dylib (8020.100.406.0.1) /usr/lib/system/libkxld.dylib 0x7ff829132000 - 0x7ff82913dff7 libcommonCrypto.dylib (60191.100.1) <58BD11A6-D2D9-375A-96D8-058E399E425A> /usr/lib/system/libcommonCrypto.dylib 0x7ff82913e000 - 0x7ff829148fff libunwind.dylib (202.1) <7C7F6E28-1180-3375-B846-6C6A10A3CA56> /usr/lib/system/libunwind.dylib 0x7ff829149000 - 0x7ff829150fff liboah.dylib (254.13) <03BE82D8-DFEC-35D1-B086-01097CE1F77D> /usr/lib/liboah.dylib 0x7ff829151000 - 0x7ff82915afff libcopyfile.dylib (180.100.3) /usr/lib/system/libcopyfile.dylib 0x7ff82915b000 - 0x7ff829162fff libcompiler_rt.dylib (103.1) <8CC0AD9A-214D-35E5-8860-87F4B5C35282> /usr/lib/system/libcompiler_rt.dylib 0x7ff829163000 - 0x7ff829167ff7 libsystem_collections.dylib (1507.100.8) <18E59D35-4D47-3703-9F57-4703DD40ECE5> /usr/lib/system/libsystem_collections.dylib 0x7ff829168000 - 0x7ff82916aff7 libsystem_secinit.dylib (107.100.5) <3BA8878D-2316-340E-92FF-645C48EA9823> /usr/lib/system/libsystem_secinit.dylib 0x7ff82916b000 - 0x7ff82916cfff libremovefile.dylib (60) /usr/lib/system/libremovefile.dylib 0x7ff82916d000 - 0x7ff82916dffb libkeymgr.dylib (31) <1C6FF386-A1F9-366A-BF25-B76C0494487B> /usr/lib/system/libkeymgr.dylib 0x7ff82916e000 - 0x7ff829175fff libsystem_dnssd.dylib (1557.100.68) <02D1B7BB-F3B5-3990-8C51-241B5CE2FC4D> /usr/lib/system/libsystem_dnssd.dylib 0x7ff829176000 - 0x7ff82917afff libcache.dylib (85) <7F9A0CF0-D953-34DA-A303-0204CEF0B421> /usr/lib/system/libcache.dylib 0x7ff82917b000 - 0x7ff82917cfff libSystem.B.dylib (1311.100.2) /usr/lib/libSystem.B.dylib 0x7ff82917d000 - 0x7ff829180ff7 libfakelink.dylib (4) /usr/lib/libfakelink.dylib 0x7ff829181000 - 0x7ff829181ff7 com.apple.SoftLinking (1.0 - 42) /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking 0x7ff829182000 - 0x7ff8291bbfff libpcap.A.dylib (110) <1C1A6B97-FCB2-3D39-A762-B69B80D87729> /usr/lib/libpcap.A.dylib 0x7ff8291bc000 - 0x7ff8292acfff libiconv.2.dylib (61) <35FE4812-F38D-3921-ACB5-15344CCBA43E> /usr/lib/libiconv.2.dylib 0x7ff8292ad000 - 0x7ff8292bdffb libcmph.dylib (8) <5EC7A856-54DC-3500-875B-CE3BF53162D5> /usr/lib/libcmph.dylib 0x7ff8292be000 - 0x7ff829344fff libarchive.2.dylib (103) <91BDA571-CB2F-3C57-96CF-DBD450DDD2BB> /usr/lib/libarchive.2.dylib 0x7ff829345000 - 0x7ff8293aaff7 com.apple.SearchKit (1.4.1 - 1.4.1) <6838E514-1D8F-3D3D-AD83-F748183960D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7ff8293ab000 - 0x7ff8293acff3 libThaiTokenizer.dylib (10) <4D4C1700-D32C-3B22-AE60-959630D379AF> /usr/lib/libThaiTokenizer.dylib 0x7ff8293ad000 - 0x7ff8293cffff com.apple.applesauce (1.0 - 16.38) <62DFC09B-E3FF-32A8-B026-0E86B67BFEE9> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7ff8293d0000 - 0x7ff8293e7ff7 libapple_nghttp2.dylib (2) <578A28F6-4367-33EC-8460-C59CF0D02AD8> /usr/lib/libapple_nghttp2.dylib 0x7ff8293e8000 - 0x7ff8293faff7 libSparseBLAS.dylib (1381.100.10) <5EC68653-9715-3A44-BC80-24146435F8CB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7ff8293fb000 - 0x7ff8293fcff1 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <37A5A10B-D7B7-368B-A87B-EAEFD8B11079> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7ff8293fd000 - 0x7ff829401fff libpam.2.dylib (29) <0701FA64-2747-3640-AF12-D36F175EA7BF> /usr/lib/libpam.2.dylib 0x7ff829402000 - 0x7ff8294d9fc7 libcompression.dylib (125.100.5) <801538E9-851F-35EC-9CB0-3FA6EF922FA8> /usr/lib/libcompression.dylib 0x7ff8294da000 - 0x7ff8294dfff3 libQuadrature.dylib (7) <50221F74-C442-3877-A0B3-9682BAFAB2DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7ff8294e0000 - 0x7ff82988afff libLAPACK.dylib (1381.100.10) <091B64CC-5167-302B-8621-D99AEEDDC372> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7ff82988b000 - 0x7ff8298d9ffe com.apple.DictionaryServices (1.2 - 350) <5A84BFEF-B4D4-3E0A-ACFF-3C6587A8B9E7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7ff8298da000 - 0x7ff8298f3fff liblzma.5.dylib (16) /usr/lib/liblzma.5.dylib 0x7ff8298f4000 - 0x7ff8298f5fff libcoretls_cfhelpers.dylib (178) /usr/lib/libcoretls_cfhelpers.dylib 0x7ff8298f6000 - 0x7ff829962fef com.apple.APFS (1934.100.152 - 1934.100.152) <77AEDCE3-F83E-31F1-859C-8C647AA884C8> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7ff829963000 - 0x7ff829970ff7 libxar.1.dylib (487) <4CE55911-AA2B-3D24-B87B-818EE44E4C1D> /usr/lib/libxar.1.dylib 0x7ff829971000 - 0x7ff829974fff libutil.dylib (62) /usr/lib/libutil.dylib 0x7ff829975000 - 0x7ff82999cfff libxslt.1.dylib (18.5) /usr/lib/libxslt.1.dylib 0x7ff82999d000 - 0x7ff8299a3fff libChineseTokenizer.dylib (40) /usr/lib/libChineseTokenizer.dylib 0x7ff8299a4000 - 0x7ff829b1afd7 libvMisc.dylib (794.100.2) <9B8A97BF-8F51-3349-B233-6EB5C66590F9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7ff829b1b000 - 0x7ff829c4afd8 libate.dylib (3.0.6) /usr/lib/libate.dylib 0x7ff829c4b000 - 0x7ff829c53ff7 libIOReport.dylib (76) <32AF1B0A-3FD0-343E-9951-9319A8FBCB1A> /usr/lib/libIOReport.dylib 0x7ff829c54000 - 0x7ff829c66ff9 com.apple.CrashReporterSupport (10.13 - 15094) <6B01324D-2170-3E3A-BBC1-630A316D1EEA> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7ff829d52000 - 0x7ff829d88ff6 com.apple.pluginkit.framework (1.0 - 1) <7749C33D-8A98-3C36-A10C-17411E556EDC> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 0x7ff829d89000 - 0x7ff829d90fff libMatch.1.dylib (38) /usr/lib/libMatch.1.dylib 0x7ff829d91000 - 0x7ff829e18fff libCoreStorage.dylib (559) <08C89C87-1EB4-315D-89C4-F167B48B5CEC> /usr/lib/libCoreStorage.dylib 0x7ff829e19000 - 0x7ff829e68ff7 com.apple.AppleVAFramework (6.1.3 - 6.1.3) <79CAD042-DC32-304D-BDD8-A038276BA546> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7ff829e69000 - 0x7ff829e82fff libexpat.1.dylib (28) <30D8B9A8-94BA-394A-9C10-14BE30006825> /usr/lib/libexpat.1.dylib 0x7ff829e83000 - 0x7ff829e8bff7 libheimdal-asn1.dylib (634.100.7) <9A40A6A7-FAF1-39DC-94D4-2B992AE6D6FD> /usr/lib/libheimdal-asn1.dylib 0x7ff829e8c000 - 0x7ff829ea1ffa com.apple.IconFoundation (493 - 493) /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation 0x7ff829ea2000 - 0x7ff829f12ff1 com.apple.IconServices (493 - 493) <69179325-A9A1-3D80-B985-31852A1A09D9> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7ff829f13000 - 0x7ff829f9dff9 com.apple.MediaExperience (1.0 - 1) <4D9ADDCF-1584-3432-8EB4-994BF34208B4> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience 0x7ff829fc7000 - 0x7ff829fd5fff com.apple.GraphVisualizer (1.0 - 100.1) <8316374E-4B59-35FD-B755-6137B5C51A37> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7ff829fd6000 - 0x7ff82a3efff0 com.apple.vision.FaceCore (4.3.2 - 4.3.2) <43D3B0C9-FA08-3610-BCE6-B86F1F595F18> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7ff82a3f0000 - 0x7ff82a437ff8 com.apple.OTSVG (1.0 - 710.4.0.3) /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG 0x7ff82a438000 - 0x7ff82a43fffb com.apple.xpc.AppServerSupport (1.0 - 2236.100.59) <8A86A62C-73C3-384B-9EB1-2ADFAACA6461> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport 0x7ff82a440000 - 0x7ff82a449ff3 libhvf.dylib (1.0 - 329.4.0.1) <142F9B79-4DA2-33AE-849A-0B666675C8FD> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x7ff82a44a000 - 0x7ff82a44eff3 libspindump.dylib (310) <4DB4A767-2BEE-3E78-94D3-EF820C3B5C40> /usr/lib/libspindump.dylib 0x7ff82a44f000 - 0x7ff82a505ffe com.apple.Heimdal (4.0 - 2.0) <62381469-4AFE-3C95-9A1A-B6A1D4690D63> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7ff82a506000 - 0x7ff82a521ffc com.apple.login (3.0 - 3.0) <4D916B83-59E6-384D-98DB-AFCAFFBFB36B> /System/Library/PrivateFrameworks/login.framework/Versions/A/login 0x7ff82a6af000 - 0x7ff82a6b2ff7 libodfde.dylib (26) <1BBAA379-076D-31C3-B17F-2C4BEA43C700> /usr/lib/libodfde.dylib 0x7ff82a6b3000 - 0x7ff82a706ff7 com.apple.bom (14.0 - 238) <32147E1D-A472-3601-BCF6-874A5BC52372> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7ff82a707000 - 0x7ff82a751fff com.apple.AppleJPEG (1.0 - 1) <54A1B80D-09FF-3AD2-A5D7-C308885E30EB> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7ff82a752000 - 0x7ff82a831ff7 libJP2.dylib (2222.4.2) <6B6DE459-C263-3AB7-BFE4-26C5EAEAA3F6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7ff82a832000 - 0x7ff82a835fff com.apple.WatchdogClient.framework (1.0 - 127.100.14) <14D286EC-8CC8-3E4B-B382-B6FE05867471> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient 0x7ff82a836000 - 0x7ff82a86eff9 com.apple.MultitouchSupport.framework (5440.10 - 5440.10) <61F1FED2-D655-3929-9DE0-662740C44303> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7ff82a86f000 - 0x7ff82ae42ff4 com.apple.VideoToolbox (1.0 - 2940.14.1.4.1) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7ff82ae43000 - 0x7ff82ae73fff libAudioToolboxUtility.dylib (1245.74) /usr/lib/libAudioToolboxUtility.dylib 0x7ff82ae74000 - 0x7ff82ae94ff7 libPng.dylib (2222.4.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7ff82ae95000 - 0x7ff82aef5fff libTIFF.dylib (2222.4.2) <9E618042-EFA0-355B-8227-2EA51005C8D4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7ff82aef6000 - 0x7ff82af11fff com.apple.IOPresentment (62 - 37) /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7ff82af12000 - 0x7ff82af18ff7 com.apple.GPUWrangler (6.5.3 - 6.5.3) /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler 0x7ff82af19000 - 0x7ff82af1bfff libRadiance.dylib (2222.4.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7ff82af1c000 - 0x7ff82af21ff7 com.apple.DSExternalDisplay (3.1 - 380) <5AC36C1B-E288-33C2-BBA8-80C355121377> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7ff82af22000 - 0x7ff82af50fff libJPEG.dylib (2222.4.2) <74084982-FF82-3B7E-8C95-0AB20F38F4C6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7ff82af51000 - 0x7ff82af80ff7 com.apple.ATSUI (1.0 - 1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI 0x7ff82af81000 - 0x7ff82af85ff7 libGIF.dylib (2222.4.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7ff82af86000 - 0x7ff82af8fffb com.apple.CMCaptureCore (1.0 - 190.33.1) <290E2C94-0F99-3E4A-B058-59E62EFFBF63> /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore 0x7ff82af90000 - 0x7ff82aff7ff7 com.apple.print.framework.PrintCore (17 - 544) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7ff82aff8000 - 0x7ff82b0c4ffc com.apple.TextureIO (3.10.9 - 3.10.9) <52C4E9CF-0D8F-38B0-AA06-C142AD71A0FB> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7ff82b0c5000 - 0x7ff82b0d0ff3 com.apple.InternationalSupport (1.0 - 69.1) <7CD0A69C-21AC-3519-8BB3-E835EBE980A5> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport 0x7ff82b0d1000 - 0x7ff82b14effd com.apple.datadetectorscore (8.0 - 697.2) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7ff82b14f000 - 0x7ff82b1b9ffc com.apple.UserActivity (511 - 511) <17DADE55-3B13-3E90-A8E5-1D8824B443C6> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity 0x7ff82b1ba000 - 0x7ff82bcc5ff8 com.apple.MediaToolbox (1.0 - 2940.14.1.4.1) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7ff82bd2f000 - 0x7ff82c115ff4 libswiftCore.dylib (5.6 - 5.6.0.316.40) <0EE0ECB4-DFFB-3473-A0FE-5F5E829FB151> /usr/lib/swift/libswiftCore.dylib 0x7ff82c116000 - 0x7ff82c188ff0 com.apple.imfoundation (10.0 - 1000) <5E4F2005-211C-30ED-96BD-6E518949BCC0> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation 0x7ff82c189000 - 0x7ff82c1b0ff9 com.apple.locationsupport (2667.0.17 - 2667.0.17) /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport 0x7ff82c1b1000 - 0x7ff82c1e1ff6 libSessionUtility.dylib (128.63) <371F883C-36AC-3ED1-8F76-DDEB2EBB8585> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib 0x7ff82c1e2000 - 0x7ff82c31bff4 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7ff82c31c000 - 0x7ff82c389ff1 com.apple.audio.AudioSession (1.0 - 128.63) <556F762C-EF6F-3B08-ABAB-C843B92AF318> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession 0x7ff82c38a000 - 0x7ff82c399ffc libAudioStatistics.dylib (69.63.1) <2E549B22-1DB4-3F7A-8791-DB3A20A0113E> /usr/lib/libAudioStatistics.dylib 0x7ff82c39a000 - 0x7ff82c3a9ff8 com.apple.speech.synthesis.framework (9.0.88.3 - 9.0.88.3) <1BA7CC46-285E-33F4-BBED-B51148AC18F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7ff82c3aa000 - 0x7ff82c415ff7 com.apple.ApplicationServices.ATS (377 - 533.3.0.1) <9B20D0E4-F845-3B07-9917-75B333187EC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7ff82c416000 - 0x7ff82c42efff libresolv.9.dylib (68) <7C523E4A-3EFD-32AD-A477-290474D163F3> /usr/lib/libresolv.9.dylib 0x7ff82c42f000 - 0x7ff82c442fff libsasl2.2.dylib (214) /usr/lib/libsasl2.2.dylib 0x7ff82c453000 - 0x7ff82c4b0fdf libParallelCompression.dylib (280.100.13) <03785B23-8E42-356E-A239-A3B9FBC9F5DB> /usr/lib/libParallelCompression.dylib 0x7ff82c505000 - 0x7ff82c5e4ff7 com.apple.CoreMediaIO (1000.0 - 5355.14) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7ff82c5e5000 - 0x7ff82c6c4fff libSMC.dylib (21) /usr/lib/libSMC.dylib 0x7ff82c6c5000 - 0x7ff82c724ff7 libcups.2.dylib (499.2) /usr/lib/libcups.2.dylib 0x7ff82c725000 - 0x7ff82c72ffff com.apple.NetAuth (6.2 - 6.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7ff82c730000 - 0x7ff82c737ffb com.apple.ColorSyncLegacy (4.13.0 - 1) <4105666B-18F4-39A3-B13A-DCC8D04C5ED4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7ff82c738000 - 0x7ff82c743fff com.apple.QD (4.0 - 416) <65740059-C670-3048-AE78-C137FB78605A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7ff82c744000 - 0x7ff82ca77ff1 com.apple.audio.AudioResourceArbitration (1.0 - 1) /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration 0x7ff82ca78000 - 0x7ff82ca84ffd com.apple.perfdata (1.0 - 82) /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata 0x7ff82ca85000 - 0x7ff82ca93ffc libperfcheck.dylib (42) <94AC014D-0AC7-3A6E-903C-CC5D2A527B40> /usr/lib/libperfcheck.dylib 0x7ff82ca94000 - 0x7ff82caa2ff3 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7ff82caa3000 - 0x7ff82caedff7 com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7ff82caee000 - 0x7ff82cafdffb com.apple.CommonAuth (4.0 - 2.0) <5CF89002-833F-385B-93F9-4BBF98380B8B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7ff82cafe000 - 0x7ff82cb24ff2 com.apple.MobileAssets (1.0 - 698.100.13) /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset 0x7ff82cb5e000 - 0x7ff82cb7cff7 com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle 0x7ff82cb7d000 - 0x7ff82cb85ff8 com.apple.CorePhoneNumbers (1.0 - 1) <3D8DD9B7-5848-3EA7-868B-4B6FCC0F0ABE> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x7ff82cb86000 - 0x7ff82cc05ff4 libTelephonyUtilDynamic.dylib (5553) /usr/lib/libTelephonyUtilDynamic.dylib 0x7ff82d2ff000 - 0x7ff82d471ff4 com.apple.ids (10.0 - 1000) <4D24BEF4-52B3-3B47-AFD3-6F332488C574> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS 0x7ff82d472000 - 0x7ff82d62bff2 com.apple.idsfoundation (10.0 - 1000) <186B4B90-1D56-3A42-854C-83C57771C4F4> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation 0x7ff82d62c000 - 0x7ff82d78aff9 com.apple.Sharing (1777.6.1 - 1777.6.1) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7ff82d78b000 - 0x7ff82d83effd com.apple.Bluetooth (1.0 - 1) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7ff82d858000 - 0x7ff82d8b8ff0 com.apple.ProtectedCloudStorage (1.0 - 1) <9C406ADE-306D-3DB3-B0E3-B72E956F35F7> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7ff82da20000 - 0x7ff82db1fff7 com.apple.combine (1.0 - 280.100) /System/Library/Frameworks/Combine.framework/Versions/A/Combine 0x7ff82db20000 - 0x7ff82f52efe7 com.apple.GeoServices (1.0 - 1830.24.11.8.8) /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7ff82f52f000 - 0x7ff82f53aff7 com.apple.DirectoryService.Framework (12.3 - 233) <75A3CB3C-C22D-3292-8DD3-92FBEA810E75> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7ff82f53b000 - 0x7ff82f562ff5 com.apple.RemoteViewServices (2.0 - 167) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7ff82f563000 - 0x7ff82f572fff com.apple.SpeechRecognitionCore (6.2.26.8 - 6.2.26.8) /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7ff82f573000 - 0x7ff82f57afff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7ff82f838000 - 0x7ff82f838fff libsystem_product_info_filter.dylib (10) <636E0439-5937-3C4D-AD4F-D9CB4526EA26> /usr/lib/system/libsystem_product_info_filter.dylib 0x7ff82f8e1000 - 0x7ff82f8f5ffb com.apple.Accessibility (1.0 - 1) <2A3A2580-B410-3505-BD0C-2AD673F4E142> /System/Library/Frameworks/Accessibility.framework/Versions/A/Accessibility 0x7ff82f93a000 - 0x7ff82f93afff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <5AE68AC1-6D70-33BA-A552-F624E9DD4A2D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7ff82f963000 - 0x7ff82f963fff com.apple.CoreServices (1141.1 - 1141.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7ff82fbf4000 - 0x7ff82fbf4fff com.apple.Accelerate (1.11 - Accelerate 1.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7ff82fc3c000 - 0x7ff82fc46ff7 com.apple.MediaAccessibility (1.0 - 136) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7ff82fc47000 - 0x7ff82fc66ff6 com.apple.networking.AlgosScoreFramework (1.0 - 1) <303B0522-1AE4-39B7-8448-09F0645B57D6> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/Versions/A/AlgosScoreFramework 0x7ff82fc67000 - 0x7ff82fc6bfff com.apple.AppleSRP (5.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7ff82fc6c000 - 0x7ff82fc77ff7 com.apple.frameworks.CoreDaemon (1.3 - 1.3) <04D75149-930D-313E-B12F-84A8C1E862EE> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7ff82fc78000 - 0x7ff82fcafff5 com.apple.framework.SystemAdministration (1.0 - 1.0) <83A8F012-F7B3-358B-BF51-CBF12402E257> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration 0x7ff82ffb2000 - 0x7ff8302edff1 libswiftFoundation.dylib (72.102) /usr/lib/swift/libswiftFoundation.dylib 0x7ff8306eb000 - 0x7ff830785ff1 com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7ff830786000 - 0x7ff830790ff9 com.apple.SymptomDiagnosticReporter (1.0 - 174.100.10) <4C70767F-027A-365F-B793-93DCD0F97D84> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter 0x7ff830791000 - 0x7ff8307b6ff0 com.apple.PowerLog (1.0 - 1) <9DBB1FE0-4A73-38C4-A9EB-A7B671A900C7> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog 0x7ff8307b7000 - 0x7ff8307c2fff com.apple.AppleIDAuthSupport (1.0 - 1) /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport 0x7ff8307c3000 - 0x7ff83086effe com.apple.DiscRecording (9.0.3 - 9030.4.5) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7ff83086f000 - 0x7ff8308a2ff7 com.apple.MediaKit (16 - 930) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7ff8308a3000 - 0x7ff830992ffa com.apple.DiskManagement (15.0 - 1814.100.1) /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement 0x7ff830993000 - 0x7ff830d4dfd9 com.apple.CoreAUC (340.19 - 340.19) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7ff830d4e000 - 0x7ff830d51fff com.apple.Mangrove (1.0 - 25) /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7ff830d52000 - 0x7ff830d81ff7 com.apple.CoreAVCHD (6.0.0 - 6100.4.3) <008B9892-A18F-3081-B59E-0D7B72838162> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7ff830d82000 - 0x7ff830efaff5 com.apple.FileProvider (399.100.131 - 399.100.131) /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider 0x7ff830efb000 - 0x7ff830f20ffb com.apple.GenerationalStorage (2.0 - 333) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7ff830f21000 - 0x7ff830f44ff9 com.apple.security.octagontrust (1.0 - 1) <70A7D4E5-A7F1-3E92-B6DB-35F431CFF057> /System/Library/PrivateFrameworks/OctagonTrust.framework/Versions/A/OctagonTrust 0x7ff8312a1000 - 0x7ff831392ff3 com.apple.CoreTelephony (113 - 9518.2) <1D52B906-7A00-38C7-9294-26924C861DD1> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony 0x7ff8313a1000 - 0x7ff8313b6fff libswiftDispatch.dylib (11) <79B5D2A6-25C3-35EC-9325-571D89F36A45> /usr/lib/swift/libswiftDispatch.dylib 0x7ff8313b7000 - 0x7ff831601ffe com.apple.AVFCore (1.0 - 2080.14.1) <168B7610-F8B4-309B-8C51-C31427A3BE76> /System/Library/PrivateFrameworks/AVFCore.framework/Versions/A/AVFCore 0x7ff831602000 - 0x7ff831692ffb com.apple.FrontBoardServices (765.9 - 765.9) <596484CA-9E49-3284-8526-F28DC4E56B03> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices 0x7ff831693000 - 0x7ff8316e6ff7 com.apple.BoardServices (1.0 - 567.5) /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices 0x7ff831903000 - 0x7ff831942fff AppleVPA (3.26.1) <9A256033-5120-3E5D-BFB4-757C737D933D> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA 0x7ff831a2d000 - 0x7ff831a67ff0 com.apple.DebugSymbols (195.1 - 195.1) <46F4D1A8-D25E-3CE3-8BF9-802E4F08D257> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7ff831a68000 - 0x7ff831b3cff7 com.apple.CoreSymbolication (13.3 - 64552.27.1) <30D50F5F-3BB5-326C-8674-DAEC1BA9D7B2> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7ff831b3d000 - 0x7ff831b46ffe com.apple.CoreTime (305) <92E64DDA-3D37-3828-8A52-6D0DFD21095B> /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime 0x7ff831b47000 - 0x7ff831bceff0 com.apple.Rapport (3.4.0 - 340.17.2) <1BC99149-01B5-3359-A0D2-FC7A76CF95F0> /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport 0x7ff832546000 - 0x7ff83259cffb com.apple.coreduetcontext (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext 0x7ff83259d000 - 0x7ff832bc5ff2 com.apple.Intents (1.0 - 1) <53267F61-A0C9-3CC4-B895-95F22DD32C59> /System/Library/Frameworks/Intents.framework/Versions/A/Intents 0x7ff832bc6000 - 0x7ff832c2dff6 com.apple.framework.Apple80211 (17.0 - 1728) <907B966F-AD95-3A9B-B358-6B5E8BBB64B4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7ff832c2e000 - 0x7ff832db0fff com.apple.CoreWiFi (3.0 - 341) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7ff832db1000 - 0x7ff832dceffe com.apple.BackBoardServices (1.0 - 1.0) /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices 0x7ff832dcf000 - 0x7ff832e06ff7 com.apple.LDAPFramework (2.4.28 - 194.5) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7ff832e07000 - 0x7ff832e08fff com.apple.TrustEvaluationAgent (2.0 - 36) <2A6DF730-B363-32BD-AB54-A132BC2F3273> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7ff832e09000 - 0x7ff832f0ffc7 libcrypto.44.dylib (76.100.6) <3BD6559C-8E0F-37E9-B792-3C9352070340> /usr/lib/libcrypto.44.dylib 0x7ff832f10000 - 0x7ff832f3cfff libssl.46.dylib (76.100.6) /usr/lib/libssl.46.dylib 0x7ff832f3d000 - 0x7ff832fecffe com.apple.DiskImagesFramework (623.100.1 - 623.100.1) <1EA17D21-6361-36C8-8870-2642652364ED> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7ff833024000 - 0x7ff833033ff6 com.apple.RemoteServiceDiscovery (1.0 - 55.100.12) <30EB724C-0950-3180-B52B-FF9C434AA1CC> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery 0x7ff83309b000 - 0x7ff83309effc com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7ff83309f000 - 0x7ff8330aaff7 libcsfde.dylib (559) <1E4A9BCC-5C54-3926-9315-E1E5DCC7AB66> /usr/lib/libcsfde.dylib 0x7ff8330ab000 - 0x7ff833118fff libcurl.4.dylib (134) <83974E67-2FC9-3B3C-A195-924DBFFC7EE2> /usr/lib/libcurl.4.dylib 0x7ff833119000 - 0x7ff833120ff7 com.apple.LoginUICore (4.0 - 4.0) /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore 0x7ff833121000 - 0x7ff83315eff5 com.apple.AppSupport (1.0.0 - 29) /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport 0x7ff833317000 - 0x7ff833317fff com.apple.ApplicationServices (48 - 50) <989B0ADA-2C75-3802-8FF7-9461C3DB991B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7ff833318000 - 0x7ff83331aff7 com.apple.InternationalTextSearch (1.0 - 1) <0FD91211-323B-38D8-B067-3146BD8863BF> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch 0x7ff83369c000 - 0x7ff83369cfff libHeimdalProxy.dylib (79) /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib 0x7ff833721000 - 0x7ff833721fff com.apple.audio.units.AudioUnit (1.14 - 1.14) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7ff833748000 - 0x7ff833773ffe com.apple.StreamingZip (1.0 - 1) /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip 0x7ff833774000 - 0x7ff83379bffd com.apple.DuetActivityScheduler (1.0 - 1) /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler 0x7ff83379c000 - 0x7ff83379dffd libswiftObjectiveC.dylib (3) /usr/lib/swift/libswiftObjectiveC.dylib 0x7ff83379e000 - 0x7ff8337b5ff2 libswiftos.dylib (1023) /usr/lib/swift/libswiftos.dylib 0x7ff8337b6000 - 0x7ff8337c4ff7 com.apple.IntentsFoundation (1.0 - 1) <313C6F9C-6CFA-372D-B09F-2888AD969305> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation 0x7ff8337c5000 - 0x7ff8337ccff2 com.apple.PushKit (1.0 - 1) <0C7CBB68-796D-3B5B-879A-FB3AD1311467> /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit 0x7ff8337cd000 - 0x7ff83380dff6 com.apple.C2 (1.3 - 1950.18) /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2 0x7ff833849000 - 0x7ff8343e6ff4 com.apple.vision.EspressoFramework (1.0 - 314.2.4) /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso 0x7ff8343e7000 - 0x7ff834406ff9 com.apple.ANEServices (5.63 - 5.63) <30CA2330-7BE7-32A1-BA29-1C807E3A1A5C> /System/Library/PrivateFrameworks/ANEServices.framework/Versions/A/ANEServices 0x7ff834407000 - 0x7ff834484ffa com.apple.proactive.support.ProactiveSupport (1.0 - 331.2) <4ED77C1B-A031-33CE-B744-FEF7A67EBA56> /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport 0x7ff83454e000 - 0x7ff834550fff com.apple.CoreDuetDebugLogging (1.0 - 1) <545C2A78-03E0-34E0-B1C2-485A2A753B2D> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging 0x7ff834551000 - 0x7ff834560ff8 com.apple.CoreDuetDaemonProtocol (1.0 - 1) <5D3011EC-5700-3EBF-9418-92250C3C950D> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol 0x7ff8352dc000 - 0x7ff8352e7ff0 com.apple.RTCReporting (12.22.2 - 12.22.2) <795C7B98-77C2-3F60-ADDD-C7EA7EDE407D> /System/Library/PrivateFrameworks/RTCReporting.framework/Versions/A/RTCReporting 0x7ff8354b7000 - 0x7ff8354d6ff6 com.apple.CoreML.AppleNeuralEngine (1.0 - 1) /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/Versions/A/AppleNeuralEngine 0x7ff835537000 - 0x7ff8355a3ffd com.apple.audio.midi.CoreMIDI (2.0 - 88) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI 0x7ff835684000 - 0x7ff835687fff com.apple.Cocoa (6.11 - 23) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7ff835c34000 - 0x7ff835c37fff com.apple.IOSurfaceAccelerator (1.0.0 - 1.0.0) <24FA82EA-45AF-3784-863F-4C08B3E7995C> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/Versions/A/IOSurfaceAccelerator 0x7ff836f22000 - 0x7ff836f52fff libtidy.A.dylib (18.3) <0333ADC5-005C-325F-B721-87298991EC11> /usr/lib/libtidy.A.dylib 0x7ff836f7b000 - 0x7ff836f90ff1 com.apple.Engram (1.0 - 1) /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram 0x7ff91dd1f000 - 0x7ff91de71ff7 com.apple.AVFCapture (1.0 - 190.33.1) <17EAE8AE-A822-3B6A-A8F3-B51E3599D45C> /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture 0x7ff91de72000 - 0x7ff91df35ffe com.apple.Quagga (90.2 - 90.2) <7E4F8ADD-E2B2-37F6-8425-713E3892CACA> /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga 0x7ff91df36000 - 0x7ff91e34cff3 com.apple.CMCapture (1.0 - 190.33.1) <36F666E2-6CC6-3BE1-B978-873D445994E9> /System/Library/PrivateFrameworks/CMCapture.framework/Versions/A/CMCapture 0x7ff91ee70000 - 0x7ff91ee9affc com.apple.IOGPU (35.28 - 35.28) <1E0571C9-8072-3134-9AA2-A9D5F191E4CF> /System/Library/PrivateFrameworks/IOGPU.framework/Versions/A/IOGPU 0x7ff91f508000 - 0x7ff91f508ff5 com.apple.marco (10.0 - 1000) <71C5EB2F-0551-3019-8636-A52CA0537533> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco 0x7ff91fcd4000 - 0x7ff91fcdbffa com.apple.OSAServicesClient (1.0 - 1) /System/Library/PrivateFrameworks/OSAServicesClient.framework/Versions/A/OSAServicesClient 0x7ff91fd14000 - 0x7ff91fd14ff2 com.apple.PhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7ff91fd1d000 - 0x7ff91fd31fff com.apple.accessibility.AXCoreUtilities (1.0 - 1) <33590AED-E081-3B76-BFC1-E122D27B49D6> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities 0x7ff91fd32000 - 0x7ff91fd4dff2 libAccessibility.dylib (2933.26) <40002925-2EA0-3EA3-A687-BE44DA1179D8> /usr/lib/libAccessibility.dylib 0x7ff9223fe000 - 0x7ff9225a3ff7 libFosl_dynamic.dylib (300.2) <38C487B7-56AE-38CE-9ACD-5AC38F9174F6> /usr/lib/libFosl_dynamic.dylib 0x7ff9225d2000 - 0x7ff9226adff8 com.apple.AirPlaySync (1.0 - 2940.14.1.4.1) <4953390A-12D2-3779-B4B1-43F1C601011A> /System/Library/PrivateFrameworks/AirPlaySync.framework/Versions/A/AirPlaySync 0x7ff92290b000 - 0x7ff922914fff libswiftCoreGraphics.dylib (2) <9D6B3C3E-0E20-36F7-AB30-5CF20312A250> /usr/lib/swift/libswiftCoreGraphics.dylib 0x7ff922915000 - 0x7ff92291efff libswiftDarwin.dylib (??? - 5.6.0.316.40) <43AB5C4C-7FF8-3A70-8EBF-2D67696FF3DE> /usr/lib/swift/libswiftDarwin.dylib 0x7ff92387d000 - 0x7ff92387dfff com.apple.avfoundation (2.0 - 2080.14.1) <3032D7ED-F1F7-3198-B639-6430F23CCFF5> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7ff923a61000 - 0x7ff923a80ff8 com.apple.private.SystemPolicy (1.0 - 1) /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy 0x7ff923bc3000 - 0x7ff923c25fff com.apple.AccessibilitySharedSupport (1.0 - 1) /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/Versions/A/AccessibilitySharedSupport 0x7ff924117000 - 0x7ff9241b5ffc com.apple.facetimeservices (10.0 - 1000) <725B9BFB-4A6C-34B4-A8C1-24E0552C2D7F> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices 0x7ff924269000 - 0x7ff9242beff1 com.apple.NaturalLanguage (1.0 - 100) <9DF6D3D6-3B88-310F-86C0-ECD534E652E5> /System/Library/Frameworks/NaturalLanguage.framework/Versions/A/NaturalLanguage 0x7ff9244dc000 - 0x7ff9244e7fff com.apple.MallocStackLogging (1.0 - 1) /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging 0x7ff9244ff000 - 0x7ff924519ff4 libmis.dylib (336.100.2) /usr/lib/libmis.dylib 0x7ff92451a000 - 0x7ff92451dff5 com.apple.gpusw.GPURawCounter (23 - 12.0) <7CBFD06E-4BBB-3CC3-B013-4DA40A03860D> /System/Library/PrivateFrameworks/GPURawCounter.framework/Versions/A/GPURawCounter 0x7ff924527000 - 0x7ff924527fff libswiftCoreFoundation.dylib (14) /usr/lib/swift/libswiftCoreFoundation.dylib 0x7ff924532000 - 0x7ff924532ff7 libswiftXPC.dylib (1.1) <50BEEA89-C3D2-3833-8BC0-11627D9E2BF5> /usr/lib/swift/libswiftXPC.dylib 0x7ff924533000 - 0x7ff924533fff libswiftCoreImage.dylib (2) /usr/lib/swift/libswiftCoreImage.dylib 0x7ff924534000 - 0x7ff924534ffb libswiftIOKit.dylib (1) /usr/lib/swift/libswiftIOKit.dylib 0x7ff927280000 - 0x7ff92732aff6 com.apple.TextInput (1.0 - 1.0) <14918AD0-C40B-30D7-88B1-752EF77D9B22> /System/Library/PrivateFrameworks/TextInput.framework/Versions/A/TextInput 0x7ff928282000 - 0x7ff9282b1ff7 libncurses.5.4.dylib (57) <3737DB75-EF57-36A3-B040-A3697407C7A0> /usr/lib/libncurses.5.4.dylib 0x7ff928a8f000 - 0x7ff928aaafff libCGInterfaces.dylib (555.1) <2059341B-5BE1-388C-A60C-55CDFBDCE4C3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7ff928aab000 - 0x7ff928aadffd libswiftCoreLocation.dylib (7) /usr/lib/swift/libswiftCoreLocation.dylib 0x7ff9294c1000 - 0x7ff9294cbfff libswiftCoreData.dylib (19) /usr/lib/swift/libswiftCoreData.dylib 0x7ff92b255000 - 0x7ff92b4c1ff8 com.apple.RawCamera.bundle (9.12.1 - 1540.2) <6F7D91B9-B943-3907-93F4-8E738F017A76> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7ff92de28000 - 0x7ff92de2effe libswiftMetal.dylib (261.12) /usr/lib/swift/libswiftMetal.dylib 0x7ff92de35000 - 0x7ff92de73ff8 libswiftCloudKit.dylib (1950.28) <10E01AF1-982E-363B-8F15-4A29B211CA89> /usr/lib/swift/libswiftCloudKit.dylib 0x7ff92e3a0000 - 0x7ff92e3beff5 com.apple.ftawd (8.0 - 900) <07BDDBBA-3DA0-385D-8D88-7FE10A525C55> /System/Library/PrivateFrameworks/FTAWD.framework/Versions/A/FTAWD 0x7ff93044e000 - 0x7ff930499ff7 com.apple.osanalytics.OSAnalytics (1.0 - 1) <9C662B37-C7AE-3C5B-AFFF-745AC094552D> /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics 0x7ff930def000 - 0x7ff930e0dff5 libswiftAppKit.dylib (109) /usr/lib/swift/libswiftAppKit.dylib 0x7ff930e0e000 - 0x7ff930e0fff9 libswiftQuartzCore.dylib (3) <01036C7F-37FB-3145-801B-50C0E6BB641E> /usr/lib/swift/libswiftQuartzCore.dylib 0x7ff9323f3000 - 0x7ff93240affc com.apple.accessibility.AXAssetLoader (1.0 - 1) <631DFD7E-3B3E-39EB-8022-E48907924B92> /System/Library/PrivateFrameworks/AXAssetLoader.framework/Versions/A/AXAssetLoader 0x7ff93b52e000 - 0x7ff93b5effe7 com.apple.Symbolication (13.3 - 64552.24.1) <0FCF75B4-0B72-36B0-A57E-747A0A7EA66F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7ffa294af000 - 0x7ffa295a5ffb com.apple.accessibility.AXMediaUtilities (1.0 - 1) <13A0FCE4-B9B3-3DC0-A1E5-4BF337D0D2C8> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/Versions/A/AXMediaUtilities 0x7ffa299ab000 - 0x7ffa29f36fff com.apple.ANECompiler (5.3.6 - 5.3.6) /System/Library/PrivateFrameworks/ANECompiler.framework/Versions/A/ANECompiler 0x7ffa36bcd000 - 0x7ffa36bd3fff libCoreFSCache.dylib (250.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7ffa36bd4000 - 0x7ffa36bd8fff libCoreVMClient.dylib (250.1) <80E78A73-AA65-34EF-AF3F-E94C7984BAB5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7ffa36bd9000 - 0x7ffa36be8ff7 com.apple.opengl (19.4.3 - 19.4.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7ffa36be9000 - 0x7ffa36bebff7 libCVMSPluginSupport.dylib (19.4.4) <22D9A73E-32C6-31E9-B79F-6ED4B26BE6F9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7ffa36bec000 - 0x7ffa36bf4ff7 libGFXShared.dylib (19.4.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7ffa36bf5000 - 0x7ffa36c27fff libGLImage.dylib (19.4.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7ffa36c28000 - 0x7ffa36c65fff libGLU.dylib (19.4.4) <06E20D1F-7F97-3541-9D2A-FBF71DFED81E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7ffa36c66000 - 0x7ffa36df4fff libGLProgrammability.dylib (19.4.4) <11163BE2-0B91-33E7-8D02-9D62784AEFE0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7ffa36df5000 - 0x7ffa36dfffff libGL.dylib (19.4.4) <5094A6F4-5028-3539-833C-0EAE5F005B7F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7ffa36e00000 - 0x7ffa36f88ff7 GLEngine (19.4.4) <93F6E40D-3904-345D-9A1D-3352AF571517> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7ffa36f89000 - 0x7ffa36fb2fff GLRendererFloat (19.4.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7ffa381fb000 - 0x7ffa38252fff com.apple.opencl (4.7 - 4.7) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7ffa38d99000 - 0x7ffa39420ff5 com.apple.AGXMetal13-3 (190.9.4 - 190.9.4) <6252C9C2-1AAA-3CE4-A541-D6C1B3CC720A> /System/Library/Extensions/AGXMetal13_3.bundle/Contents/MacOS/AGXMetal13_3 0x7ffa3a9d1000 - 0x7ffa3aac6ff9 com.apple.audio.AVFAudio (1.0 - 522.70) <0527858B-05D2-312C-B4E2-D8230620E284> /System/Library/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x7ffa3c273000 - 0x7ffa3c285ff2 com.apple.MPSFunctions (1.0 - 1) <824D9BF9-E8A2-3B91-A821-CE5DF018C9CC> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSFunctions.framework/Versions/A/MPSFunctions 0x7ffa3c286000 - 0x7ffa3cc6cff6 com.apple.MetalPerformanceShadersGraph (1.0 - 1) <163E20B8-2DB0-35B7-8E38-94728C79D0BE> /System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Versions/A/MetalPerformanceShadersGraph 0x7ffb1e0ab000 - 0x7ffb1e0b4ffe com.apple.AAAFoundation (1.0 - 1) /System/Library/PrivateFrameworks/AAAFoundation.framework/Versions/A/AAAFoundation 0x7ffb1e764000 - 0x7ffb1e76fff6 com.apple.AccessibilityBundles (1.0 - 192) <37C8F541-3CF1-35D9-AE06-023A31553012> /System/Library/PrivateFrameworks/AccessibilityBundles.framework/Versions/A/AccessibilityBundles 0x7ffb1fc09000 - 0x7ffb1fc1fffe com.apple.CMImaging (1.0 - 190.33.1) <7F624932-14FE-30F6-B096-5648C43BA4D7> /System/Library/PrivateFrameworks/CMImaging.framework/Versions/A/CMImaging 0x7ffb1fc20000 - 0x7ffb1fcb9ff5 com.apple.CMPhoto (1.0 - 1) <32C0F69B-852F-3B15-877B-C04427A8CD00> /System/Library/PrivateFrameworks/CMPhoto.framework/Versions/A/CMPhoto 0x7ffb1fe27000 - 0x7ffb1ff4bff2 com.apple.cloudkit.CloudKitDistributedSync (1.0 - 1950.28) /System/Library/PrivateFrameworks/CloudKitDistributedSync.framework/Versions/A/CloudKitDistributedSync 0x7ffb22930000 - 0x7ffb2294dff3 com.apple.CoreUtilsExtras (6.9 - 690.33) <4F9650CF-5065-32B9-BFD2-116ACA3A9E86> /System/Library/PrivateFrameworks/CoreUtilsExtras.framework/Versions/A/CoreUtilsExtras 0x7ffb2369e000 - 0x7ffb2369eff3 com.apple.FontServices (1.0 - 1) <4DC338FC-105B-3363-BAF5-95712BB14211> /System/Library/PrivateFrameworks/FontServices.framework/Versions/A/FontServices 0x7ffb2369f000 - 0x7ffb2372aff9 libXTFontStaticRegistryData.dylib (226.4.0.5) /System/Library/PrivateFrameworks/FontServices.framework/libXTFontStaticRegistryData.dylib 0x7ffb23793000 - 0x7ffb23796fff libGPUCompilerUtils.dylib (31001.520) <79D64BF2-2535-3DBA-A883-A71A8951CE1E> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/31001/Libraries/libGPUCompilerUtils.dylib 0x7ffb23e87000 - 0x7ffb23e8aff3 com.apple.GeoServices (1.0 - 1830.24.11.8.8) /System/Library/PrivateFrameworks/GeoServicesCore.framework/Versions/A/GeoServicesCore 0x7ffb2615d000 - 0x7ffb262ebfff com.apple.MIL (3.6 - 3.6.1) <87E521CF-6766-32DF-9010-09CDD3DDC22B> /System/Library/PrivateFrameworks/MIL.framework/Versions/A/MIL 0x7ffb262ec000 - 0x7ffb26407ffb com.apple.CoreML.MLAssetIO (1.0 - 1127.100.34.0.1) <9123B5D2-853C-3F31-932B-E8E730B91CD1> /System/Library/PrivateFrameworks/MLAssetIO.framework/Versions/A/MLAssetIO 0x7ffb35ed0000 - 0x7ffb35ed7fff libCoreEntitlements.dylib (20.100.1) <79B583BA-A55B-3C58-941A-3DDDED9E14CA> /usr/lib/libCoreEntitlements.dylib 0x7ffb35fdf000 - 0x7ffb35fe6fff libRosetta.dylib (254.13) <03BE82D8-DFEC-35D1-B086-01097CE1F77D> /usr/lib/libRosetta.dylib 0x7ffb36c22000 - 0x7ffb36c61fff libswift_Concurrency.dylib (5.6 - 5.6.0.316.40) <9D4D5466-4239-3BDC-BCFA-B0967A1EE769> /usr/lib/swift/libswift_Concurrency.dylib Sample analysis of process 10367 written to file /dev/stdout ```
mpv Log ```text [ 0.002][v][cplayer] mpv 0.34.1 Copyright © 2000-2021 mpv/MPlayer/mplayer2 projects [ 0.002][v][cplayer] built on Sat Jan 8 16:50:23 CET 2022 [ 0.002][v][cplayer] FFmpeg library versions: [ 0.002][v][cplayer] libavutil 56.70.100 [ 0.003][v][cplayer] libavcodec 58.134.100 [ 0.003][v][cplayer] libavformat 58.76.100 [ 0.003][v][cplayer] libswscale 5.9.100 [ 0.003][v][cplayer] libavfilter 7.110.100 [ 0.003][v][cplayer] libswresample 3.9.100 [ 0.003][v][cplayer] FFmpeg version: 4.4.1 [ 0.003][v][cplayer] [ 0.003][v][cplayer] Configuration: waf configure --prefix=/Users/djinn/ghislainestrialwasalie/build-0.34.1 --confloaddir=/usr/local/etc/mpv --enable-manpage-build --enable-html-build --disable-android --disable-tvos --disable-egl-android --disable-macos-media-player --lua=51deb [ 0.003][v][cplayer] List of enabled features: 51deb asm bsd-fstatfs build-date cocoa coreaudio cplayer cplugins debug-build ffmpeg ffmpeg-aviocontext-bytes-read gl gl-cocoa glob glob-posix gpl iconv javascript lcms2 libarchive libass libavdevice libdl libm lua macos-10-11-features macos-10-12-2-features macos-10-14-features macos-cocoa-cb macos-touchbar optimize osx-thread-name posix posix-or-mingw pthreads rubberband stdatomic swift uchardet vector videotoolbox-gl videotoolbox-hwaccel zimg zlib [ 0.003][v][cplayer] Command line options: '--log-file=mpv.log' '--hwdec=auto' '/Users/redacted/Downloads/danger/x.mkv' [ 0.003][v][cplayer] mpv 0.34.1 Copyright © 2000-2021 mpv/MPlayer/mplayer2 projects [ 0.003][v][cplayer] built on Sat Jan 8 16:50:23 CET 2022 [ 0.003][v][cplayer] FFmpeg library versions: [ 0.003][v][cplayer] libavutil 56.70.100 [ 0.003][v][cplayer] libavcodec 58.134.100 [ 0.003][v][cplayer] libavformat 58.76.100 [ 0.003][v][cplayer] libswscale 5.9.100 [ 0.003][v][cplayer] libavfilter 7.110.100 [ 0.003][v][cplayer] libswresample 3.9.100 [ 0.003][v][cplayer] FFmpeg version: 4.4.1 [ 0.003][v][cplayer] [ 0.003][v][cplayer] Configuration: waf configure --prefix=/Users/djinn/ghislainestrialwasalie/build-0.34.1 --confloaddir=/usr/local/etc/mpv --enable-manpage-build --enable-html-build --disable-android --disable-tvos --disable-egl-android --disable-macos-media-player --lua=51deb [ 0.003][v][cplayer] List of enabled features: 51deb asm bsd-fstatfs build-date cocoa coreaudio cplayer cplugins debug-build ffmpeg ffmpeg-aviocontext-bytes-read gl gl-cocoa glob glob-posix gpl iconv javascript lcms2 libarchive libass libavdevice libdl libm lua macos-10-11-features macos-10-12-2-features macos-10-14-features macos-cocoa-cb macos-touchbar optimize osx-thread-name posix posix-or-mingw pthreads rubberband stdatomic swift uchardet vector videotoolbox-gl videotoolbox-hwaccel zimg zlib [ 0.003][d][global] config path: '' -> '/Users/redacted/.config/mpv' [ 0.003][d][global] user path: '~~home/' -> '/Users/redacted/.config/mpv' [ 0.003][d][global] user path: '~~old_home/' -> '/Users/redacted/.mpv' [ 0.003][d][global] config path: 'encoding-profiles.conf' -/-> '/Users/redacted/.config/mpv/encoding-profiles.conf' [ 0.003][d][global] config path: 'encoding-profiles.conf' -/-> '/Users/redacted/.mpv/encoding-profiles.conf' [ 0.003][d][global] config path: 'encoding-profiles.conf' -/-> '/usr/local/etc/mpv/encoding-profiles.conf' [ 0.003][d][global] config path: 'mpv.conf' -/-> '/Users/redacted/.config/mpv/mpv.conf' [ 0.003][d][global] config path: 'config' -/-> '/Users/redacted/.config/mpv/config' [ 0.003][d][global] config path: 'mpv.conf' -/-> '/Users/redacted/.mpv/mpv.conf' [ 0.003][d][global] config path: 'config' -/-> '/Users/redacted/.mpv/config' [ 0.003][d][global] config path: 'mpv.conf' -/-> '/usr/local/etc/mpv/mpv.conf' [ 0.003][d][global] config path: 'config' -/-> '/usr/local/etc/mpv/config' [ 0.003][v][cplayer] Setting option 'log-file' = 'mpv.log' (flags = 8) [ 0.003][v][cplayer] Setting option 'hwdec' = 'auto' (flags = 8) [ 0.003][d][global] config path: 'input.conf' -/-> '/Users/redacted/.config/mpv/input.conf' [ 0.003][d][global] config path: 'input.conf' -/-> '/Users/redacted/.mpv/input.conf' [ 0.003][d][global] config path: 'input.conf' -/-> '/usr/local/etc/mpv/input.conf' [ 0.003][d][global] user path: 'mpv.log' -> 'mpv.log' [ 0.003][d][osc] Loading lua script @osc.lua... [ 0.003][d][ytdl_hook] Loading lua script @ytdl_hook.lua... [ 0.003][d][stats] Loading lua script @stats.lua... [ 0.004][d][console] Loading lua script @console.lua... [ 0.004][d][auto_profiles] Loading lua script @auto_profiles.lua... [ 0.004][d][osc] loading mp.defaults [ 0.004][d][stats] loading mp.defaults [ 0.004][d][auto_profiles] loading mp.defaults [ 0.004][d][console] loading mp.defaults [ 0.004][d][ytdl_hook] loading mp.defaults [ 0.005][d][osc] loading @osc.lua [ 0.005][d][ytdl_hook] loading @ytdl_hook.lua [ 0.005][d][console] loading @console.lua [ 0.005][d][auto_profiles] loading @auto_profiles.lua [ 0.005][d][stats] loading @stats.lua [ 0.006][d][ytdl_hook] reading options for ytdl_hook [ 0.006][d][global] config path: 'script-opts/ytdl_hook.conf' -/-> '/Users/redacted/.config/mpv/script-opts/ytdl_hook.conf' [ 0.006][d][global] config path: 'script-opts/ytdl_hook.conf' -/-> '/Users/redacted/.mpv/script-opts/ytdl_hook.conf' [ 0.006][d][global] config path: 'script-opts/ytdl_hook.conf' -/-> '/usr/local/etc/mpv/script-opts/ytdl_hook.conf' [ 0.006][d][ytdl_hook] script-opts/ytdl_hook.conf not found. [ 0.006][d][global] config path: 'lua-settings/ytdl_hook.conf' -/-> '/Users/redacted/.config/mpv/lua-settings/ytdl_hook.conf' [ 0.006][d][global] config path: 'lua-settings/ytdl_hook.conf' -/-> '/Users/redacted/.mpv/lua-settings/ytdl_hook.conf' [ 0.006][d][global] config path: 'lua-settings/ytdl_hook.conf' -/-> '/usr/local/etc/mpv/lua-settings/ytdl_hook.conf' [ 0.006][d][ytdl_hook] lua-settings/ytdl_hook.conf not found. [ 0.007][d][stats] reading options for stats [ 0.007][d][global] config path: 'script-opts/stats.conf' -/-> '/Users/redacted/.config/mpv/script-opts/stats.conf' [ 0.007][d][global] config path: 'script-opts/stats.conf' -/-> '/Users/redacted/.mpv/script-opts/stats.conf' [ 0.007][d][global] config path: 'script-opts/stats.conf' -/-> '/usr/local/etc/mpv/script-opts/stats.conf' [ 0.007][d][stats] script-opts/stats.conf not found. [ 0.007][d][global] config path: 'lua-settings/stats.conf' -/-> '/Users/redacted/.config/mpv/lua-settings/stats.conf' [ 0.007][d][global] config path: 'lua-settings/stats.conf' -/-> '/Users/redacted/.mpv/lua-settings/stats.conf' [ 0.007][d][global] config path: 'lua-settings/stats.conf' -/-> '/usr/local/etc/mpv/lua-settings/stats.conf' [ 0.007][d][stats] lua-settings/stats.conf not found. [ 0.007][d][osc] reading options for osc [ 0.007][d][global] config path: 'script-opts/osc.conf' -/-> '/Users/redacted/.config/mpv/script-opts/osc.conf' [ 0.007][d][global] config path: 'script-opts/osc.conf' -/-> '/Users/redacted/.mpv/script-opts/osc.conf' [ 0.007][d][global] config path: 'script-opts/osc.conf' -/-> '/usr/local/etc/mpv/script-opts/osc.conf' [ 0.007][d][osc] script-opts/osc.conf not found. [ 0.007][d][global] config path: 'lua-settings/osc.conf' -/-> '/Users/redacted/.config/mpv/lua-settings/osc.conf' [ 0.007][d][global] config path: 'lua-settings/osc.conf' -/-> '/Users/redacted/.mpv/lua-settings/osc.conf' [ 0.007][d][global] config path: 'lua-settings/osc.conf' -/-> '/usr/local/etc/mpv/lua-settings/osc.conf' [ 0.007][d][osc] lua-settings/osc.conf not found. [ 0.086][v][osx/cocoacb] Created CGL pixel format with attributes: kCGLPFAOpenGLProfile, kCGLOGLPVersion_3_2_Core, kCGLPFAAccelerated, kCGLPFADoubleBuffer, kCGLPFAColorSize, 64, kCGLPFAColorFloat, kCGLPFABackingStore, kCGLPFAAllowOfflineRenderers, kCGLPFASupportsAutomaticGraphicsSwitching, 0 [ 0.088][v][libmpv_render] GL_VERSION='4.1 Metal - 76.3' [ 0.088][v][libmpv_render] Detected desktop OpenGL 4.1. [ 0.088][v][libmpv_render] GL_VENDOR='Apple' [ 0.088][v][libmpv_render] GL_RENDERER='Apple M1' [ 0.088][v][libmpv_render] GL_SHADING_LANGUAGE_VERSION='4.10' [ 0.088][d][libmpv_render] Combined OpenGL extensions string: [ 0.088][d][libmpv_render] GL_ARB_blend_func_extended GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader5 GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_occlusion_query2 GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_subroutine GL_ARB_shading_language_include GL_ARB_tessellation_shader GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_texture_storage GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_vertex_attrib_64bit GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_sRGB_decode GL_APPLE_client_storage GL_APPLE_container_object_shareable GL_APPLE_flush_render GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_texture_range GL_NV_texture_barrier [ 0.088][v][libmpv_render] Loaded extension GL_APPLE_rgb_422. [ 0.088][v][libmpv_render] GL_*_swap_control extension missing. [ 0.088][d][libmpv_render] Texture formats: [ 0.088][d][libmpv_render] NAME COMP*TYPE SIZE DEPTH PER COMP. [ 0.088][d][libmpv_render] r8 1*unorm 1B LF CR ST {8} [ 0.088][d][libmpv_render] rg8 2*unorm 2B LF CR ST {8 8} [ 0.088][d][libmpv_render] rgb8 3*unorm 3B LF CR ST {8 8 8} [ 0.088][d][libmpv_render] rgba8 4*unorm 4B LF CR ST {8 8 8 8} [ 0.088][d][libmpv_render] r16 1*unorm 2B LF CR ST {16} [ 0.088][d][libmpv_render] rg16 2*unorm 4B LF CR ST {16 16} [ 0.088][d][libmpv_render] rgb16 3*unorm 6B LF CR ST {16 16 16} [ 0.088][d][libmpv_render] rgba16 4*unorm 8B LF CR ST {16 16 16 16} [ 0.088][d][libmpv_render] r8ui 1*uint 1B CR ST {8} [ 0.088][d][libmpv_render] rg8ui 2*uint 2B CR ST {8 8} [ 0.088][d][libmpv_render] rgb8ui 3*uint 3B ST {8 8 8} [ 0.088][d][libmpv_render] rgba8ui 4*uint 4B CR ST {8 8 8 8} [ 0.088][d][libmpv_render] r16ui 1*uint 2B CR ST {16} [ 0.088][d][libmpv_render] rg16ui 2*uint 4B CR ST {16 16} [ 0.088][d][libmpv_render] rgb16ui 3*uint 6B ST {16 16 16} [ 0.088][d][libmpv_render] rgba16ui 4*uint 8B CR ST {16 16 16 16} [ 0.088][d][libmpv_render] r16f 1*float 4B LF CR ST {32/16} [ 0.088][d][libmpv_render] rg16f 2*float 8B LF CR ST {32/16 32/16} [ 0.088][d][libmpv_render] rgb16f 3*float 12B LF CR ST {32/16 32/16 32/16} [ 0.088][d][libmpv_render] rgba16f 4*float 16B LF CR ST {32/16 32/16 32/16 32/16} [ 0.088][d][libmpv_render] r32f 1*float 4B LF CR ST {32} [ 0.088][d][libmpv_render] rg32f 2*float 8B LF CR ST {32 32} [ 0.088][d][libmpv_render] rgb32f 3*float 12B LF CR ST {32 32 32} [ 0.088][d][libmpv_render] rgba32f 4*float 16B LF CR ST {32 32 32 32} [ 0.088][d][libmpv_render] rgb10_a2 4*unorm 4B LF CR ST {0/10 0/10 0/10 0/2} [ 0.088][d][libmpv_render] rgba12 4*unorm 8B LF CR ST {16/12 16/12 16/12 16/12} [ 0.088][d][libmpv_render] rgb10 3*unorm 6B LF CR ST {16/10 16/10 16/10} [ 0.088][d][libmpv_render] rgb565 3*unorm 2B LF ST {0/8 0/8 0/8} [ 0.089][d][libmpv_render] appleyp 0*unorm 2B LF ST {} [ 0.089][d][libmpv_render] LA = LUMINANCE_ALPHA hack format [ 0.089][d][libmpv_render] LF = linear filterable [ 0.089][d][libmpv_render] CR = can be used for render targets [ 0.089][d][libmpv_render] ST = can be used for storable images [ 0.089][d][libmpv_render] Image formats: [ 0.089][d][libmpv_render] yuv444p => 3 planes 1x1 8/0 [r8/r8/r8] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuv420p => 3 planes 2x2 8/0 [r8/r8/r8] (r/g/b) [unorm] [ 0.089][d][libmpv_render] gray => 1 planes 1x1 8/0 [r8] (r) [unorm] [ 0.089][d][libmpv_render] gray16 => 1 planes 1x1 16/0 [r16] (r) [unorm] [ 0.089][d][libmpv_render] uyvy422 => 1 planes 1x1 0/0 [appleyp] (brg) [unknown] [ 0.089][d][libmpv_render] nv12 => 2 planes 2x2 8/0 [r8/rg8] (r/gb) [unorm] [ 0.089][d][libmpv_render] p010 => 2 planes 2x2 16/6 [r16/rg16] (r/gb) [unorm] [ 0.089][d][libmpv_render] argb => 1 planes 1x1 8/0 [rgba8] (argb) [unorm] [ 0.089][d][libmpv_render] bgra => 1 planes 1x1 8/0 [rgba8] (bgra) [unorm] [ 0.089][d][libmpv_render] abgr => 1 planes 1x1 8/0 [rgba8] (abgr) [unorm] [ 0.089][d][libmpv_render] rgba => 1 planes 1x1 8/0 [rgba8] (rgba) [unorm] [ 0.089][d][libmpv_render] bgr24 => 1 planes 1x1 8/0 [rgb8] (bgr) [unorm] [ 0.089][d][libmpv_render] rgb24 => 1 planes 1x1 8/0 [rgb8] (rgb) [unorm] [ 0.089][d][libmpv_render] 0rgb => 1 planes 1x1 8/0 [rgba8] (_rgb) [unorm] [ 0.089][d][libmpv_render] bgr0 => 1 planes 1x1 8/0 [rgba8] (bgr) [unorm] [ 0.089][d][libmpv_render] 0bgr => 1 planes 1x1 8/0 [rgba8] (_bgr) [unorm] [ 0.089][d][libmpv_render] rgb0 => 1 planes 1x1 8/0 [rgba8] (rgb) [unorm] [ 0.089][d][libmpv_render] rgba64 => 1 planes 1x1 16/0 [rgba16] (rgba) [unorm] [ 0.089][d][libmpv_render] rgb565 => 1 planes 1x1 0/0 [rgb565] (rgb) [unknown] [ 0.089][d][libmpv_render] pal8 [ 0.089][d][libmpv_render] vdpau [ 0.089][d][libmpv_render] d3d11 [ 0.089][d][libmpv_render] dxva2_vld [ 0.089][d][libmpv_render] mmal [ 0.089][d][libmpv_render] mediacodec [ 0.089][d][libmpv_render] drm_prime [ 0.089][d][libmpv_render] cuda [ 0.089][d][libmpv_render] yap8 => 2 planes 1x1 8/0 [r8/r8] (r/a) [unorm] [ 0.089][d][libmpv_render] yap16 => 2 planes 1x1 16/0 [r16/r16] (r/a) [unorm] [ 0.089][d][libmpv_render] grayaf32 => 2 planes 1x1 32/0 [r16f/r16f] (r/a) [float] [ 0.089][d][libmpv_render] yuv444pf => 3 planes 1x1 32/0 [r16f/r16f/r16f] (r/g/b) [float] [ 0.089][d][libmpv_render] yuva444pf => 4 planes 1x1 32/0 [r16f/r16f/r16f/r16f] (r/g/b/a) [float] [ 0.089][d][libmpv_render] yuv420pf => 3 planes 2x2 32/0 [r16f/r16f/r16f] (r/g/b) [float] [ 0.089][d][libmpv_render] yuva420pf => 4 planes 2x2 32/0 [r16f/r16f/r16f/r16f] (r/g/b/a) [float] [ 0.089][d][libmpv_render] yuv422pf => 3 planes 2x1 32/0 [r16f/r16f/r16f] (r/g/b) [float] [ 0.089][d][libmpv_render] yuva422pf => 4 planes 2x1 32/0 [r16f/r16f/r16f/r16f] (r/g/b/a) [float] [ 0.089][d][libmpv_render] yuv440pf => 3 planes 1x2 32/0 [r16f/r16f/r16f] (r/g/b) [float] [ 0.089][d][libmpv_render] yuva440pf => 4 planes 1x2 32/0 [r16f/r16f/r16f/r16f] (r/g/b/a) [float] [ 0.089][d][libmpv_render] yuv410pf => 3 planes 4x4 32/0 [r16f/r16f/r16f] (r/g/b) [float] [ 0.089][d][libmpv_render] yuva410pf => 4 planes 4x4 32/0 [r16f/r16f/r16f/r16f] (r/g/b/a) [float] [ 0.089][d][libmpv_render] yuv411pf => 3 planes 4x1 32/0 [r16f/r16f/r16f] (r/g/b) [float] [ 0.089][d][libmpv_render] yuva411pf => 4 planes 4x1 32/0 [r16f/r16f/r16f/r16f] (r/g/b/a) [float] [ 0.089][d][libmpv_render] rgb30 => 1 planes 1x1 10/0 [rgb10_a2] (bgr) [unknown] [ 0.089][d][libmpv_render] y1 => 1 planes 1x1 8/-7 [r8] (r) [unorm] [ 0.089][d][libmpv_render] gbrp1 => 3 planes 1x1 8/-7 [r8/r8/r8] (g/b/r) [unorm] [ 0.089][d][libmpv_render] gbrp2 => 3 planes 1x1 8/-6 [r8/r8/r8] (g/b/r) [unorm] [ 0.089][d][libmpv_render] gbrp3 => 3 planes 1x1 8/-5 [r8/r8/r8] (g/b/r) [unorm] [ 0.089][d][libmpv_render] gbrp4 => 3 planes 1x1 8/-4 [r8/r8/r8] (g/b/r) [unorm] [ 0.089][d][libmpv_render] gbrp5 => 3 planes 1x1 8/-3 [r8/r8/r8] (g/b/r) [unorm] [ 0.089][d][libmpv_render] gbrp6 => 3 planes 1x1 8/-2 [r8/r8/r8] (g/b/r) [unorm] [ 0.089][d][libmpv_render] vdpau_output [ 0.089][d][libmpv_render] vaapi [ 0.089][d][libmpv_render] videotoolbox [ 0.089][d][libmpv_render] yuyv422 [ 0.089][d][libmpv_render] yuv422p => 3 planes 2x1 8/0 [r8/r8/r8] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuv410p => 3 planes 4x4 8/0 [r8/r8/r8] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuv411p => 3 planes 4x1 8/0 [r8/r8/r8] (r/g/b) [unorm] [ 0.089][d][libmpv_render] monow [ 0.089][d][libmpv_render] monob [ 0.089][d][libmpv_render] yuvj422p => 3 planes 2x1 8/0 [r8/r8/r8] (r/g/b) [unorm] [ 0.089][d][libmpv_render] uyyvyy411 [ 0.089][d][libmpv_render] bgr8 [ 0.089][d][libmpv_render] bgr4 [ 0.089][d][libmpv_render] bgr4_byte [ 0.089][d][libmpv_render] rgb8 [ 0.089][d][libmpv_render] rgb4 [ 0.089][d][libmpv_render] rgb4_byte [ 0.089][d][libmpv_render] nv21 => 2 planes 2x2 8/0 [r8/rg8] (r/bg) [unorm] [ 0.089][d][libmpv_render] gray16be [ 0.089][d][libmpv_render] yuv440p => 3 planes 1x2 8/0 [r8/r8/r8] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuvj440p => 3 planes 1x2 8/0 [r8/r8/r8] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuva420p => 4 planes 2x2 8/0 [r8/r8/r8/r8] (r/g/b/a) [unorm] [ 0.089][d][libmpv_render] rgb48be [ 0.089][d][libmpv_render] rgb48 => 1 planes 1x1 16/0 [rgb16] (rgb) [unorm] [ 0.089][d][libmpv_render] rgb565be [ 0.089][d][libmpv_render] rgb555be [ 0.089][d][libmpv_render] rgb555 [ 0.089][d][libmpv_render] bgr565be [ 0.089][d][libmpv_render] bgr565 [ 0.089][d][libmpv_render] bgr555be [ 0.089][d][libmpv_render] bgr555 [ 0.089][d][libmpv_render] vaapi_moco [ 0.089][d][libmpv_render] vaapi_idct [ 0.089][d][libmpv_render] yuv420p16 => 3 planes 2x2 16/0 [r16/r16/r16] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuv420p16be [ 0.089][d][libmpv_render] yuv422p16 => 3 planes 2x1 16/0 [r16/r16/r16] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuv422p16be [ 0.089][d][libmpv_render] yuv444p16 => 3 planes 1x1 16/0 [r16/r16/r16] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuv444p16be [ 0.089][d][libmpv_render] rgb444 [ 0.089][d][libmpv_render] rgb444be [ 0.089][d][libmpv_render] bgr444 [ 0.089][d][libmpv_render] bgr444be [ 0.089][d][libmpv_render] ya8 => 1 planes 1x1 8/0 [rg8] (ra) [unorm] [ 0.089][d][libmpv_render] bgr48be [ 0.089][d][libmpv_render] bgr48 => 1 planes 1x1 16/0 [rgb16] (bgr) [unorm] [ 0.089][d][libmpv_render] yuv420p9be [ 0.089][d][libmpv_render] yuv420p9 => 3 planes 2x2 16/-7 [r16/r16/r16] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuv420p10be [ 0.089][d][libmpv_render] yuv420p10 => 3 planes 2x2 16/-6 [r16/r16/r16] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuv422p10be [ 0.089][d][libmpv_render] yuv422p10 => 3 planes 2x1 16/-6 [r16/r16/r16] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuv444p9be [ 0.089][d][libmpv_render] yuv444p9 => 3 planes 1x1 16/-7 [r16/r16/r16] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuv444p10be [ 0.089][d][libmpv_render] yuv444p10 => 3 planes 1x1 16/-6 [r16/r16/r16] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuv422p9be [ 0.089][d][libmpv_render] yuv422p9 => 3 planes 2x1 16/-7 [r16/r16/r16] (r/g/b) [unorm] [ 0.089][d][libmpv_render] gbrp => 3 planes 1x1 8/0 [r8/r8/r8] (g/b/r) [unorm] [ 0.089][d][libmpv_render] gbrp9be [ 0.089][d][libmpv_render] gbrp9 => 3 planes 1x1 16/-7 [r16/r16/r16] (g/b/r) [unorm] [ 0.089][d][libmpv_render] gbrp10be [ 0.089][d][libmpv_render] gbrp10 => 3 planes 1x1 16/-6 [r16/r16/r16] (g/b/r) [unorm] [ 0.089][d][libmpv_render] gbrp16be [ 0.089][d][libmpv_render] gbrp16 => 3 planes 1x1 16/0 [r16/r16/r16] (g/b/r) [unorm] [ 0.089][d][libmpv_render] yuva422p => 4 planes 2x1 8/0 [r8/r8/r8/r8] (r/g/b/a) [unorm] [ 0.089][d][libmpv_render] yuva444p => 4 planes 1x1 8/0 [r8/r8/r8/r8] (r/g/b/a) [unorm] [ 0.089][d][libmpv_render] yuva420p9be [ 0.089][d][libmpv_render] yuva420p9 => 4 planes 2x2 16/-7 [r16/r16/r16/r16] (r/g/b/a) [unorm] [ 0.089][d][libmpv_render] yuva422p9be [ 0.089][d][libmpv_render] yuva422p9 => 4 planes 2x1 16/-7 [r16/r16/r16/r16] (r/g/b/a) [unorm] [ 0.089][d][libmpv_render] yuva444p9be [ 0.089][d][libmpv_render] yuva444p9 => 4 planes 1x1 16/-7 [r16/r16/r16/r16] (r/g/b/a) [unorm] [ 0.089][d][libmpv_render] yuva420p10be [ 0.089][d][libmpv_render] yuva420p10 => 4 planes 2x2 16/-6 [r16/r16/r16/r16] (r/g/b/a) [unorm] [ 0.089][d][libmpv_render] yuva422p10be [ 0.089][d][libmpv_render] yuva422p10 => 4 planes 2x1 16/-6 [r16/r16/r16/r16] (r/g/b/a) [unorm] [ 0.089][d][libmpv_render] yuva444p10be [ 0.089][d][libmpv_render] yuva444p10 => 4 planes 1x1 16/-6 [r16/r16/r16/r16] (r/g/b/a) [unorm] [ 0.089][d][libmpv_render] yuva420p16be [ 0.089][d][libmpv_render] yuva420p16 => 4 planes 2x2 16/0 [r16/r16/r16/r16] (r/g/b/a) [unorm] [ 0.089][d][libmpv_render] yuva422p16be [ 0.089][d][libmpv_render] yuva422p16 => 4 planes 2x1 16/0 [r16/r16/r16/r16] (r/g/b/a) [unorm] [ 0.089][d][libmpv_render] yuva444p16be [ 0.089][d][libmpv_render] yuva444p16 => 4 planes 1x1 16/0 [r16/r16/r16/r16] (r/g/b/a) [unorm] [ 0.089][d][libmpv_render] xyz12 => 1 planes 1x1 16/4 [rgb16] (rgb) [unorm] [ 0.089][d][libmpv_render] xyz12be [ 0.089][d][libmpv_render] nv16 => 2 planes 2x1 8/0 [r8/rg8] (r/gb) [unorm] [ 0.089][d][libmpv_render] nv20 => 2 planes 2x1 16/-6 [r16/rg16] (r/gb) [unorm] [ 0.089][d][libmpv_render] nv20be [ 0.089][d][libmpv_render] rgba64be [ 0.089][d][libmpv_render] bgra64be [ 0.089][d][libmpv_render] bgra64 => 1 planes 1x1 16/0 [rgba16] (bgra) [unorm] [ 0.089][d][libmpv_render] yvyu422 [ 0.089][d][libmpv_render] ya16be [ 0.089][d][libmpv_render] ya16 => 1 planes 1x1 16/0 [rg16] (ra) [unorm] [ 0.089][d][libmpv_render] gbrap => 4 planes 1x1 8/0 [r8/r8/r8/r8] (g/b/r/a) [unorm] [ 0.089][d][libmpv_render] gbrap16be [ 0.089][d][libmpv_render] gbrap16 => 4 planes 1x1 16/0 [r16/r16/r16/r16] (g/b/r/a) [unorm] [ 0.089][d][libmpv_render] qsv [ 0.089][d][libmpv_render] d3d11va_vld [ 0.089][d][libmpv_render] yuv420p12be [ 0.089][d][libmpv_render] yuv420p12 => 3 planes 2x2 16/-4 [r16/r16/r16] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuv420p14be [ 0.089][d][libmpv_render] yuv420p14 => 3 planes 2x2 16/-2 [r16/r16/r16] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuv422p12be [ 0.089][d][libmpv_render] yuv422p12 => 3 planes 2x1 16/-4 [r16/r16/r16] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuv422p14be [ 0.089][d][libmpv_render] yuv422p14 => 3 planes 2x1 16/-2 [r16/r16/r16] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuv444p12be [ 0.089][d][libmpv_render] yuv444p12 => 3 planes 1x1 16/-4 [r16/r16/r16] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuv444p14be [ 0.089][d][libmpv_render] yuv444p14 => 3 planes 1x1 16/-2 [r16/r16/r16] (r/g/b) [unorm] [ 0.089][d][libmpv_render] gbrp12be [ 0.089][d][libmpv_render] gbrp12 => 3 planes 1x1 16/-4 [r16/r16/r16] (g/b/r) [unorm] [ 0.089][d][libmpv_render] gbrp14be [ 0.089][d][libmpv_render] gbrp14 => 3 planes 1x1 16/-2 [r16/r16/r16] (g/b/r) [unorm] [ 0.089][d][libmpv_render] yuvj411p => 3 planes 4x1 8/0 [r8/r8/r8] (r/g/b) [unorm] [ 0.089][d][libmpv_render] bayer_bggr8 [ 0.089][d][libmpv_render] bayer_rggb8 [ 0.089][d][libmpv_render] bayer_gbrg8 [ 0.089][d][libmpv_render] bayer_grbg8 [ 0.089][d][libmpv_render] bayer_bggr16 [ 0.089][d][libmpv_render] bayer_bggr16be [ 0.089][d][libmpv_render] bayer_rggb16 [ 0.089][d][libmpv_render] bayer_rggb16be [ 0.089][d][libmpv_render] bayer_gbrg16 [ 0.089][d][libmpv_render] bayer_gbrg16be [ 0.089][d][libmpv_render] bayer_grbg16 [ 0.089][d][libmpv_render] bayer_grbg16be [ 0.089][d][libmpv_render] xvmc [ 0.089][d][libmpv_render] yuv440p10 => 3 planes 1x2 16/-6 [r16/r16/r16] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuv440p10be [ 0.089][d][libmpv_render] yuv440p12 => 3 planes 1x2 16/-4 [r16/r16/r16] (r/g/b) [unorm] [ 0.089][d][libmpv_render] yuv440p12be [ 0.089][d][libmpv_render] ayuv64 => 1 planes 1x1 16/0 [rgba16] (argb) [unorm] [ 0.089][d][libmpv_render] ayuv64be [ 0.089][d][libmpv_render] p010be [ 0.089][d][libmpv_render] gbrap12be [ 0.090][d][libmpv_render] gbrap12 => 4 planes 1x1 16/-4 [r16/r16/r16/r16] (g/b/r/a) [unorm] [ 0.090][d][libmpv_render] gbrap10be [ 0.090][d][libmpv_render] gbrap10 => 4 planes 1x1 16/-6 [r16/r16/r16/r16] (g/b/r/a) [unorm] [ 0.090][d][libmpv_render] gray12be [ 0.090][d][libmpv_render] gray12 => 1 planes 1x1 16/-4 [r16] (r) [unorm] [ 0.090][d][libmpv_render] gray10be [ 0.090][d][libmpv_render] gray10 => 1 planes 1x1 16/-6 [r16] (r) [unorm] [ 0.090][d][libmpv_render] p016 => 2 planes 2x2 16/0 [r16/rg16] (r/gb) [unorm] [ 0.090][d][libmpv_render] p016be [ 0.090][d][libmpv_render] gray9be [ 0.090][d][libmpv_render] gray9 => 1 planes 1x1 16/-7 [r16] (r) [unorm] [ 0.090][d][libmpv_render] gbrpf32be [ 0.090][d][libmpv_render] gbrpf32 => 3 planes 1x1 32/0 [r16f/r16f/r16f] (g/b/r) [float] [ 0.090][d][libmpv_render] gbrapf32be [ 0.090][d][libmpv_render] gbrapf32 => 4 planes 1x1 32/0 [r16f/r16f/r16f/r16f] (g/b/r/a) [float] [ 0.090][d][libmpv_render] opencl [ 0.090][d][libmpv_render] gray14be [ 0.090][d][libmpv_render] gray14 => 1 planes 1x1 16/-2 [r16] (r) [unorm] [ 0.090][d][libmpv_render] grayf32be [ 0.090][d][libmpv_render] grayf32 => 1 planes 1x1 32/0 [r16f] (r) [float] [ 0.090][d][libmpv_render] yuva422p12be [ 0.090][d][libmpv_render] yuva422p12 => 4 planes 2x1 16/-4 [r16/r16/r16/r16] (r/g/b/a) [unorm] [ 0.090][d][libmpv_render] yuva444p12be [ 0.090][d][libmpv_render] yuva444p12 => 4 planes 1x1 16/-4 [r16/r16/r16/r16] (r/g/b/a) [unorm] [ 0.090][d][libmpv_render] nv24 => 2 planes 1x1 8/0 [r8/rg8] (r/gb) [unorm] [ 0.090][d][libmpv_render] nv42 => 2 planes 1x1 8/0 [r8/rg8] (r/bg) [unorm] [ 0.090][d][libmpv_render] vulkan [ 0.090][d][libmpv_render] y210be [ 0.090][d][libmpv_render] y210 [ 0.090][d][libmpv_render] x2rgb10be [ 0.090][v][libmpv_render] Testing FBO format rgba16f [ 0.090][d][libmpv_render] Resizing texture: 16x16 [ 0.090][v][libmpv_render] Using FBO format rgba16f. [ 0.090][v][libmpv_render] Disabling HDR peak computation (one or more of the following is not supported: compute shaders=0, SSBO=0). [ 0.090][v][libmpv_render] No advanced processing required. Enabling dumb mode. [ 0.090][v][libmpv_render] Loading hwdec driver 'videotoolbox' [ 0.090][d][global] config path: 'scripts' -/-> '/Users/redacted/.config/mpv/scripts' [ 0.090][d][global] config path: 'scripts' -/-> '/Users/redacted/.mpv/scripts' [ 0.090][d][global] config path: 'scripts' -/-> '/usr/local/etc/mpv/scripts' [ 0.090][v][cplayer] Waiting for scripts... [ 0.091][d][auto_profiles] Exiting... [ 0.091][d][console] reading options for console [ 0.091][d][global] config path: 'script-opts/console.conf' -/-> '/Users/redacted/.config/mpv/script-opts/console.conf' [ 0.091][d][global] config path: 'script-opts/console.conf' -/-> '/Users/redacted/.mpv/script-opts/console.conf' [ 0.091][d][global] config path: 'script-opts/console.conf' -/-> '/usr/local/etc/mpv/script-opts/console.conf' [ 0.091][d][console] script-opts/console.conf not found. [ 0.091][d][global] config path: 'lua-settings/console.conf' -/-> '/Users/redacted/.config/mpv/lua-settings/console.conf' [ 0.091][d][global] config path: 'lua-settings/console.conf' -/-> '/Users/redacted/.mpv/lua-settings/console.conf' [ 0.091][d][global] config path: 'lua-settings/console.conf' -/-> '/usr/local/etc/mpv/lua-settings/console.conf' [ 0.091][d][console] lua-settings/console.conf not found. [ 0.091][d][cplayer] Run command: define-section, flags=64, args=[name="showhide", contents="mouse_move script-binding osc/__keybinding1\nmouse_leave script-binding osc/__keybinding2\n", flags="force"] [ 0.091][d][cplayer] Run command: define-section, flags=64, args=[name="input_stats", contents="", flags="default"] [ 0.091][d][cplayer] Run command: enable-section, flags=64, args=[name="input_stats", flags="allow-hide-cursor+allow-vo-dragging"] [ 0.091][d][cplayer] Run command: define-section, flags=64, args=[name="input_forced_stats", contents="", flags="force"] [ 0.091][d][cplayer] Run command: enable-section, flags=64, args=[name="input_forced_stats", flags="allow-hide-cursor+allow-vo-dragging"] [ 0.091][d][cplayer] Run command: define-section, flags=64, args=[name="showhide_wc", contents="mouse_move script-binding osc/__keybinding3\nmouse_leave script-binding osc/__keybinding4\n", flags="force"] [ 0.092][d][cplayer] Run command: define-section, flags=64, args=[name="input_console", contents="", flags="default"] [ 0.092][d][cplayer] Run command: enable-section, flags=64, args=[name="input_console", flags="allow-hide-cursor+allow-vo-dragging"] [ 0.092][d][cplayer] Run command: define-section, flags=64, args=[name="input_forced_console", contents="", flags="force"] [ 0.092][d][cplayer] Run command: enable-section, flags=64, args=[name="showhide", flags="allow-hide-cursor+allow-vo-dragging"] [ 0.092][d][cplayer] Run command: enable-section, flags=64, args=[name="showhide_wc", flags="allow-hide-cursor+allow-vo-dragging"] [ 0.092][d][cplayer] Run command: enable-section, flags=64, args=[name="input_forced_console", flags="allow-hide-cursor+allow-vo-dragging"] [ 0.092][d][cplayer] Run command: define-section, flags=64, args=[name="input", contents="mbtn_left script-binding osc/__keybinding5\nshift+mbtn_left script-binding osc/__keybinding6\nmbtn_right script-binding osc/__keybinding7\nmbtn_mid script-binding osc/__keybinding8\nwheel_up script-binding osc/__keybinding9\nwheel_down script-binding osc/__keybinding10\nmbtn_left_dbl ignore\nshift+mbtn_left_dbl ignore\nmbtn_right_dbl ignore\n", flags="force"] [ 0.092][d][cplayer] Run command: enable-section, flags=64, args=[name="input", flags=""] [ 0.092][d][cplayer] Run command: define-section, flags=64, args=[name="window-controls", contents="mbtn_left script-binding osc/__keybinding11\n", flags="force"] [ 0.092][d][cplayer] Run command: enable-section, flags=64, args=[name="window-controls", flags=""] [ 0.092][d][global] config path: 'fonts' -/-> '/Users/redacted/.config/mpv/fonts' [ 0.092][d][global] config path: 'fonts' -/-> '/Users/redacted/.mpv/fonts' [ 0.092][d][global] config path: 'fonts' -/-> '/usr/local/etc/mpv/fonts' [ 0.092][d][osd/libass] ASS library version: 0x1502000 (runtime 0x1502000) [ 0.092][v][osd/libass] libass API version: 0x1502000 [ 0.092][v][osd/libass] libass source: tarball: 0.15.2 [ 0.092][v][osd/libass] Shaper: FriBidi 1.0.11 (SIMPLE) HarfBuzz-ng 3.0.0 (COMPLEX) [ 0.092][d][global] config path: 'subfont.ttf' -/-> '/Users/redacted/.config/mpv/subfont.ttf' [ 0.092][d][global] config path: 'subfont.ttf' -/-> '/Users/redacted/.mpv/subfont.ttf' [ 0.092][d][global] config path: 'subfont.ttf' -/-> '/usr/local/etc/mpv/subfont.ttf' [ 0.092][d][global] config path: 'fonts.conf' -/-> '/Users/redacted/.config/mpv/fonts.conf' [ 0.092][d][global] config path: 'fonts.conf' -/-> '/Users/redacted/.mpv/fonts.conf' [ 0.092][d][global] config path: 'fonts.conf' -/-> '/usr/local/etc/mpv/fonts.conf' [ 0.092][v][osd/libass] Setting up fonts... [ 0.093][v][osd/libass] Using font provider coretext [ 0.093][v][osd/libass] Done. [ 0.093][d][cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="append", value="osc-visibility=auto"] [ 0.093][v][cplayer] Set property: shared-script-properties -> 1 [ 0.093][d][cplayer] Run command: disable-section, flags=64, args=[name="input"] [ 0.093][d][cplayer] Run command: disable-section, flags=64, args=[name="window-controls"] [ 0.093][d][cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="append", value="osc-margins=0.000000,0.000000,0.000000,0.000000"] [ 0.093][v][cplayer] Set property: shared-script-properties -> 1 [ 0.093][v][cplayer] Done loading scripts. [ 0.093][d][global] config path: 'watch_later' -> '/Users/redacted/.config/mpv/watch_later' [ 0.093][v][cplayer] Running hook: ytdl_hook/on_load [ 0.094][v][ytdl_hook] ytdl:// hook [ 0.094][v][ytdl_hook] not a ytdl:// url [ 0.094][v][file] Opening /Users/redacted/Downloads/danger/x.mkv [ 0.094][d][cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="append", value="osc-margins=0.000000,0.000000,0.000000,0.000000"] [ 0.094][v][cplayer] Set property: shared-script-properties -> 1 [ 0.094][d][osc] osc_init [ 0.094][d][file] resize stream to 131072 bytes, drop 0 bytes [ 0.094][d][file] Stream opened successfully. [ 0.094][v][demux] Trying demuxers for level=normal. [ 0.094][d][demux] Trying demuxer: disc (force-level: normal) [ 0.094][d][demux] Trying demuxer: edl (force-level: normal) [ 0.094][d][demux] Trying demuxer: cue (force-level: normal) [ 0.094][d][demux] Trying demuxer: rawaudio (force-level: normal) [ 0.094][d][demux] Trying demuxer: rawvideo (force-level: normal) [ 0.094][d][demux] Trying demuxer: mkv (force-level: normal) [ 0.094][d][mkv] Found the head... [ 0.094][d][mkv] + a segment... [ 0.094][d][mkv] Parsing seek head... [ 0.094][d][mkv] |+ segment information... [ 0.094][d][mkv] float 4935640.000000 [ 0.094][d][mkv] | + muxing app: libebml v1.4.0 + libmatroska v1.6.2 [ 0.094][d][mkv] | + writing app: mkvmerge v50.0.0 ('Awakenings') 64-bit [ 0.094][d][mkv] | + timecode scale: 1000000 [ 0.094][d][mkv] | + duration: 4935.640s [ 0.094][d][mkv] | + segment uid 32 eb 7c 31 3f 41 8d 6e 40 94 de 8b 95 f0 30 65 [ 0.094][d][mkv] |+ segment tracks... [ 0.094][d][mkv] Ignoring unrecognized subelement. ID: 22b59d size: 2 [ 0.094][d][mkv] Ignoring unrecognized subelement. ID: 22b59d size: 2 [ 0.094][d][mkv] float 48000.000000 [ 0.094][d][mkv] Ignoring unrecognized subelement. ID: 22b59d size: 2 [ 0.094][d][mkv] float 48000.000000 [ 0.094][d][mkv] Ignoring unrecognized subelement. ID: 22b59d size: 2 [ 0.094][d][mkv] float 48000.000000 [ 0.094][d][mkv] Ignoring unrecognized subelement. ID: 22b59d size: 2 [ 0.094][d][mkv] float 48000.000000 [ 0.094][d][mkv] Ignoring unrecognized subelement. ID: 22b59d size: 2 [ 0.094][d][mkv] Ignoring unrecognized subelement. ID: 22b59d size: 2 [ 0.094][d][mkv] | + a track... [ 0.094][d][mkv] | + Track number: 1 [ 0.094][d][mkv] | + Track type: Video [ 0.094][d][mkv] | + Video track [ 0.094][d][mkv] | + Display width: 1440 [ 0.094][d][mkv] | + Display height: 1080 [ 0.094][d][mkv] | + Pixel width: 1440 [ 0.094][d][mkv] | + Pixel height: 1080 [ 0.094][d][mkv] | + Codec ID: V_MPEGH/ISO/HEVC [ 0.094][d][mkv] | + CodecPrivate, length 2170 [ 0.094][d][mkv] | + Language: jpn [ 0.094][d][mkv] | + Default duration: 41.708ms ( = 23.976 fps) [ 0.094][d][mkv] | + a track... [ 0.094][d][mkv] | + Track number: 2 [ 0.094][d][mkv] | + Name: Jap FLAC 2.0 [ 0.094][d][mkv] | + Track type: Audio [ 0.094][d][mkv] | + Audio track [ 0.094][d][mkv] | + Sampling frequency: 48000.000000 [ 0.094][d][mkv] | + Bit depth: 16 [ 0.094][d][mkv] | + Channels: 2 [ 0.094][d][mkv] | + Codec ID: A_FLAC [ 0.094][d][mkv] | + CodecPrivate, length 74566 [ 0.094][d][mkv] | + Language: jpn [ 0.094][d][mkv] | + Default duration: 85.333ms ( = 11.719 fps) [ 0.094][d][mkv] | + a track... [ 0.094][d][mkv] | + Track number: 3 [ 0.094][d][mkv] | + Name: Eng FLAC 5.1 [US Dub] [ 0.094][d][mkv] | + Track type: Audio [ 0.094][d][mkv] | + Audio track [ 0.094][d][mkv] | + Sampling frequency: 48000.000000 [ 0.094][d][mkv] | + Bit depth: 16 [ 0.094][d][mkv] | + Channels: 6 [ 0.094][d][mkv] | + Codec ID: A_FLAC [ 0.094][d][mkv] | + CodecPrivate, length 74566 [ 0.094][d][mkv] | + Default flag: 0 [ 0.094][d][mkv] | + Default duration: 85.333ms ( = 11.719 fps) [ 0.094][d][mkv] | + a track... [ 0.094][d][mkv] | + Track number: 4 [ 0.094][d][mkv] | + Name: Eng AC-3 2.0 [UK Dub] [ 0.094][d][mkv] | + Track type: Audio [ 0.094][d][mkv] | + Audio track [ 0.094][d][mkv] | + Sampling frequency: 48000.000000 [ 0.094][d][mkv] | + Channels: 2 [ 0.094][d][mkv] | + Codec ID: A_AC3 [ 0.094][d][mkv] | + Default flag: 0 [ 0.094][d][mkv] | + Default duration: 32.000ms ( = 31.250 fps) [ 0.094][d][mkv] | + a track... [ 0.094][d][mkv] | + Track number: 5 [ 0.094][d][mkv] | + Name: Eng AC-3 2.0 Commentary [ 0.094][d][mkv] | + Track type: Audio [ 0.094][d][mkv] | + Audio track [ 0.094][d][mkv] | + Sampling frequency: 48000.000000 [ 0.094][d][mkv] | + Channels: 2 [ 0.094][d][mkv] | + Codec ID: A_AC3 [ 0.094][d][mkv] | + Default flag: 0 [ 0.094][d][mkv] | + Default duration: 32.000ms ( = 31.250 fps) [ 0.094][d][mkv] | + a track... [ 0.094][d][mkv] | + Track number: 6 [ 0.094][d][mkv] | + Name: Full Subs [Iznjie Biznjie] [ 0.094][d][mkv] | + Track type: Subtitle [ 0.094][d][mkv] | + Codec ID: S_TEXT/ASS [ 0.094][d][mkv] | + CodecPrivate, length 1426 [ 0.094][d][mkv] | + Language: jpn [ 0.094][d][mkv] | + a track... [ 0.094][d][mkv] | + Track number: 7 [ 0.094][d][mkv] | + Name: Signs/Songs [Iznjie Biznjie] [ 0.094][d][mkv] | + Track type: Subtitle [ 0.094][d][mkv] | + Codec ID: S_TEXT/ASS [ 0.094][d][mkv] | + CodecPrivate, length 1351 [ 0.094][d][mkv] | + Default flag: 0 [ 0.094][d][mkv] Parsing attachments... [ 0.094][d][cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="append", value="osc-margins=0.000000,0.000000,0.000000,0.000000"] [ 0.094][v][cplayer] Set property: shared-script-properties -> 1 [ 0.094][d][global] config path: 'fonts' -/-> '/Users/redacted/.config/mpv/fonts' [ 0.094][d][global] config path: 'fonts' -/-> '/Users/redacted/.mpv/fonts' [ 0.094][d][global] config path: 'fonts' -/-> '/usr/local/etc/mpv/fonts' [ 0.094][d][osd/libass] ASS library version: 0x1502000 (runtime 0x1502000) [ 0.094][v][osd/libass] libass API version: 0x1502000 [ 0.094][v][osd/libass] libass source: tarball: 0.15.2 [ 0.095][v][osd/libass] Shaper: FriBidi 1.0.11 (SIMPLE) HarfBuzz-ng 3.0.0 (COMPLEX) [ 0.095][d][global] config path: 'subfont.ttf' -/-> '/Users/redacted/.config/mpv/subfont.ttf' [ 0.095][d][global] config path: 'subfont.ttf' -/-> '/Users/redacted/.mpv/subfont.ttf' [ 0.095][d][global] config path: 'subfont.ttf' -/-> '/usr/local/etc/mpv/subfont.ttf' [ 0.095][d][global] config path: 'fonts.conf' -/-> '/Users/redacted/.config/mpv/fonts.conf' [ 0.095][d][global] config path: 'fonts.conf' -/-> '/Users/redacted/.mpv/fonts.conf' [ 0.095][d][global] config path: 'fonts.conf' -/-> '/usr/local/etc/mpv/fonts.conf' [ 0.095][v][osd/libass] Setting up fonts... [ 0.095][v][osd/libass] Using font provider coretext [ 0.095][v][osd/libass] Done. [ 0.096][d][cplayer] Run command: define-section, flags=64, args=[name="input_osc", contents="", flags="default"] [ 0.096][d][cplayer] Run command: enable-section, flags=64, args=[name="input_osc", flags="allow-hide-cursor+allow-vo-dragging"] [ 0.096][d][cplayer] Run command: define-section, flags=64, args=[name="input_forced_osc", contents="", flags="force"] [ 0.096][d][cplayer] Run command: enable-section, flags=64, args=[name="input_forced_osc", flags="allow-hide-cursor+allow-vo-dragging"] [ 0.096][d][mkv] Attachment: GANDHISANS-BOLD.OTF, application/vnd.ms-opentype, 106728 bytes [ 0.097][d][mkv] Attachment: 07YasashisaAntique.otf, application/vnd.ms-opentype, 3614348 bytes [ 0.097][d][mkv] Attachment: gishabd.ttf, application/x-truetype-font, 74056 bytes [ 0.097][d][mkv] Attachment: Have a Great Day Demo.ttf, application/x-truetype-font, 114192 bytes [ 0.097][d][mkv] Attachment: iskpotab.ttf, application/x-truetype-font, 368924 bytes [ 0.097][d][mkv] Attachment: LEELAWDB.TTF, application/x-truetype-font, 93836 bytes [ 0.097][d][mkv] Attachment: utsaah.ttf, application/x-truetype-font, 216004 bytes [ 0.098][d][mkv] Attachment: KosugiMaru-Regular.ttf, application/x-truetype-font, 2558160 bytes [ 0.098][d][mkv] Attachment: GillSansMTPro-Medium.otf, application/vnd.ms-opentype, 88172 bytes [ 0.098][d][mkv] Attachment: GillSansMTPro-MediumItalic.otf, application/vnd.ms-opentype, 94984 bytes [ 0.098][d][mkv] Parsing chapters... [ 0.098][v][mkv] New edition 0 [ 0.098][v][mkv] Default edition flag: 0 [ 0.098][d][mkv] Chapter 0 from 00:00:00.000 to 00:00:00.000, Main feature [ 0.098][d][mkv] Chapter 1 from 01:19:21.256000000 to 00:00:00.000, Ending [ 0.098][d][mkv] |+ found cluster [ 0.098][v][mkv] Seeking to 6259334676 to read header element 0x1c53bb6b. [ 0.098][v][file] stream level seek from 7621455 to 6259334676 [ 0.098][v][mkv] Parsing cues... [ 0.098][v][mkv] Seeking to 6259375450 to read header element 0x1254c367. [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][d][mkv] Ignoring unrecognized subelement. ID: 447b size: 2 [ 0.098][v][file] stream level seek from 6259378371 to 7490602 [ 0.098][v][mkv] All headers are parsed! [ 0.098][v][demux] Detected file format: Matroska [ 0.098][v][cplayer] Opening done: /Users/redacted/Downloads/danger/x.mkv [ 0.099][v][find_files] Loading external files in /Users/redacted/Downloads/danger/ [ 0.099][d][global] config path: 'sub' -/-> '/Users/redacted/.config/mpv/sub' [ 0.099][d][global] config path: 'sub' -/-> '/Users/redacted/.mpv/sub' [ 0.099][d][global] config path: 'sub' -/-> '/usr/local/etc/mpv/sub' [ 0.099][v][cplayer] Running hook: ytdl_hook/on_preloaded [ 0.099][v][mkv] select track 0 [ 0.099][v][mkv] select track 1 [ 0.099][v][mkv] select track 5 [ 0.099][i][cplayer] (+) Video --vid=1 (*) (hevc 1440x1080 23.976fps) [ 0.099][i][cplayer] (+) Audio --aid=1 --alang=jpn (*) 'Jap FLAC 2.0' (flac 2ch 48000Hz) [ 0.099][i][cplayer] Audio --aid=2 --alang=eng 'Eng FLAC 5.1 [US Dub]' (flac 6ch 48000Hz) [ 0.099][i][cplayer] Audio --aid=3 --alang=eng 'Eng AC-3 2.0 [UK Dub]' (ac3 2ch 48000Hz) [ 0.099][i][cplayer] Audio --aid=4 --alang=eng 'Eng AC-3 2.0 Commentary' (ac3 2ch 48000Hz) [ 0.099][i][cplayer] (+) Subs --sid=1 --slang=jpn (*) 'Full Subs [Iznjie Biznjie]' (ass) [ 0.099][i][cplayer] Subs --sid=2 --slang=eng 'Signs/Songs [Iznjie Biznjie]' (ass) [ 0.099][d][vo/libmpv] max content size: 2560x1600 [ 0.099][d][vo/libmpv] monitor size: 2560x1600 [ 0.101][v][osx/cocoacb] Can't find an ambient light sensor [ 0.101][v][vo/libmpv] Assuming 59.940061 FPS for display sync. [ 0.101][v][vd] Container reported FPS: 23.976024 [ 0.101][v][vd] Codec list: [ 0.101][v][vd] hevc - HEVC (High Efficiency Video Coding) [ 0.101][v][vd] Opening decoder hevc [ 0.101][v][vd] Looking at hwdec hevc-videotoolbox... [ 0.101][v][vd] Trying hardware decoding via hevc-videotoolbox. [ 0.101][w][ffmpeg/video] hevc: Unknown HEVC profile: 0 [ 0.101][w][ffmpeg/video] hevc: Unknown HEVC profile: 0 [ 0.101][v][vd] Selected codec: hevc (HEVC (High Efficiency Video Coding)) [ 0.101][v][vf] User filter list: [ 0.101][v][vf] (empty) [ 0.101][v][ad] Codec list: [ 0.101][v][ad] flac - FLAC (Free Lossless Audio Codec) [ 0.101][v][ad] Opening decoder flac [ 0.102][v][ad] Requesting 1 threads for decoding. [ 0.102][v][ad] Selected codec: flac (FLAC (Free Lossless Audio Codec)) [ 0.102][v][af] User filter list: [ 0.102][v][af] (empty) [ 0.103][d][global] config path: 'fonts' -/-> '/Users/redacted/.config/mpv/fonts' [ 0.103][d][global] config path: 'fonts' -/-> '/Users/redacted/.mpv/fonts' [ 0.103][d][global] config path: 'fonts' -/-> '/usr/local/etc/mpv/fonts' [ 0.103][d][sub/ass] ASS library version: 0x1502000 (runtime 0x1502000) [ 0.105][v][sub/ass] libass API version: 0x1502000 [ 0.105][v][sub/ass] libass source: tarball: 0.15.2 [ 0.106][v][sub/ass] Shaper: FriBidi 1.0.11 (SIMPLE) HarfBuzz-ng 3.0.0 (COMPLEX) [ 0.106][d][global] config path: 'subfont.ttf' -/-> '/Users/redacted/.config/mpv/subfont.ttf' [ 0.106][d][global] config path: 'subfont.ttf' -/-> '/Users/redacted/.mpv/subfont.ttf' [ 0.106][d][global] config path: 'subfont.ttf' -/-> '/usr/local/etc/mpv/subfont.ttf' [ 0.106][d][global] config path: 'fonts.conf' -/-> '/Users/redacted/.config/mpv/fonts.conf' [ 0.106][d][global] config path: 'fonts.conf' -/-> '/Users/redacted/.mpv/fonts.conf' [ 0.106][d][global] config path: 'fonts.conf' -/-> '/usr/local/etc/mpv/fonts.conf' [ 0.106][v][sub/ass] Setting up fonts... [ 0.106][v][sub/ass] Using font provider coretext [ 0.106][v][sub/ass] Done. [ 0.106][v][cplayer] Starting playback... [ 0.107][v][af] [in] 48000Hz stereo 2ch s16 [ 0.107][v][af] [userspeed] 48000Hz stereo 2ch s16 [ 0.107][v][af] [userspeed] (disabled) [ 0.107][v][af] [convert] 48000Hz stereo 2ch s16 [ 0.107][w][ffmpeg/video] hevc: Unknown HEVC profile: 0 [ 0.107][w][ffmpeg/video] hevc: Unknown HEVC profile: 0 [ 0.107][v][vd] Pixel formats supported by decoder: videotoolbox_vld yuv420p10le [ 0.107][v][vd] Codec profile: Main 10 (0x2) [ 0.107][v][vd] Requesting pixfmt 'videotoolbox_vld' from decoder. [ 0.223][i][vd] Using hardware decoding (videotoolbox). [ 0.223][v][vd] Decoder format: 1440x1080 videotoolbox[p010] bt.709/auto/auto/limited/auto CL=mpeg2/4/h264 [ 0.223][v][vd] Using container aspect ratio. [ 0.223][v][vf] [in] 1440x1080 videotoolbox[p010] bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264 [ 0.223][v][vf] [userdeint] 1440x1080 videotoolbox[p010] bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264 [ 0.223][v][vf] [userdeint] (disabled) [ 0.223][v][vf] [autorotate] 1440x1080 videotoolbox[p010] bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264 [ 0.223][v][vf] [autorotate] (disabled) [ 0.223][v][vf] [convert] 1440x1080 videotoolbox[p010] bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264 [ 0.223][v][vf] [convert] (disabled) [ 0.223][v][vf] [out] 1440x1080 videotoolbox[p010] bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264 [ 0.223][d][osc] osc_init [ 0.223][v][ao] Trying audio driver 'coreaudio' [ 0.223][v][ao/coreaudio] requested format: 48000 Hz, stereo channels, s16 [ 0.234][v][ao/coreaudio] selected audio output device: MacBook Pro Speakers (44) [ 0.234][v][ao/coreaudio] input channel layout: [ 0.234][v][ao/coreaudio] layout: tag: <0>, bitmap: <0>, descriptions <2> [ 0.234][v][ao/coreaudio] - description 0: label <4294967295, 64>, flags: <0>, coords: <0.000000, 0.000000, 0.000000> [ 0.234][v][ao/coreaudio] - description 1: label <4294967295, 64>, flags: <0>, coords: <0.000000, 0.000000, 0.000000> [ 0.234][v][ao/coreaudio] mp chmap: unknown2 [ 0.235][v][ao/coreaudio] input channel layout: [ 0.235][v][ao/coreaudio] layout: tag: <0>, bitmap: <0>, descriptions <2> [ 0.235][v][ao/coreaudio] - description 0: label <1, 0>, flags: <0>, coords: <0.000000, 0.000000, 0.000000> [ 0.235][v][ao/coreaudio] - description 1: label <2, 1>, flags: <0>, coords: <0.000000, 0.000000, 0.000000> [ 0.235][v][ao/coreaudio] mp chmap: stereo [ 0.235][v][ao/coreaudio] Channel layouts: [ 0.235][v][ao/coreaudio] - stereo [ 0.235][v][ao/coreaudio] - mono [ 0.235][v][ao/coreaudio] result: stereo [ 0.241][v][ao/coreaudio] Latency property cntl: 61 frames [ 0.242][v][ao/coreaudio] Latency property zisf: 512 frames [ 0.242][v][ao/coreaudio] Latency property tfas: 113 frames [ 0.242][v][ao/coreaudio] audiounit latency [us]: 354 [ 0.242][v][ao/coreaudio] device latency [us]: 14291 [ 0.242][v][ao/coreaudio] using soft-buffer of 9600 samples. [ 0.242][i][cplayer] AO: [coreaudio] 48000Hz stereo 2ch s16 [ 0.242][v][cplayer] AO: Description: CoreAudio AudioUnit [ 0.242][v][af] [convert] (disabled) [ 0.242][v][af] [out] 48000Hz stereo 2ch s16 [ 0.244][i][cplayer] VO: [libmpv] 1440x1080 videotoolbox[p010] [ 0.244][v][cplayer] VO: Description: render API for libmpv [ 0.244][v][vo/libmpv] reconfig to 1440x1080 videotoolbox[p010] bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264 [ 0.265][d][vo/libmpv] max content size: 2560x1600 [ 0.265][d][vo/libmpv] monitor size: 2560x1600 [ 0.280][v][libmpv_render] Testing FBO format rgba16f [ 0.280][d][libmpv_render] Resizing texture: 16x16 [ 0.280][v][libmpv_render] Using FBO format rgba16f. [ 0.280][v][libmpv_render] No advanced processing required. Enabling dumb mode. [ 0.294][v][cplayer] first video frame after restart shown [ 0.294][d][cplayer] Run command: script-binding, flags=73, args=[name="osc/__keybinding4"] [ 0.294][v][cplayer] audio ready [ 0.294][d][cplayer] starting video playback [ 0.294][v][cplayer] starting audio playback [ 0.295][v][libmpv_render] Window size: 2880x2160 (Borders: l=0 t=0 r=0 b=0) [ 0.295][v][libmpv_render] Video source: 1440x1080 (1:1) [ 0.295][v][libmpv_render] Video display: (0, 0) 1440x1080 -> (0, 0) 2880x2160 [ 0.295][v][libmpv_render] Video scale: 2.000000/2.000000 [ 0.295][v][libmpv_render] OSD borders: l=0 t=0 r=0 b=0 [ 0.295][v][libmpv_render] Video borders: l=0 t=0 r=0 b=0 [ 0.295][v][cplayer] playback restart complete @ 0.000000, audio=playing, video=playing [ 0.296][d][libmpv_render] vertex shader source: [ 0.296][d][libmpv_render] [ 1] #version 410 [ 0.296][d][libmpv_render] [ 2] #define tex1D texture [ 0.296][d][libmpv_render] [ 3] #define tex3D texture [ 0.296][d][libmpv_render] [ 4] #define LUT_POS(x, lut_size) mix(0.5 / (lut_size), 1.0 - 0.5 / (lut_size), (x)) [ 0.296][d][libmpv_render] [ 5] in vec2 vertex_position; [ 0.296][d][libmpv_render] [ 6] in vec2 vertex_texcoord0; [ 0.296][d][libmpv_render] [ 7] out vec2 texcoord0; [ 0.296][d][libmpv_render] [ 8] in vec2 vertex_texcoord1; [ 0.296][d][libmpv_render] [ 9] out vec2 texcoord1; [ 0.296][d][libmpv_render] [ 10] void main() { [ 0.296][d][libmpv_render] [ 11] gl_Position = vec4(vertex_position, 1.0, 1.0); [ 0.296][d][libmpv_render] [ 12] texcoord0 = vertex_texcoord0; [ 0.296][d][libmpv_render] [ 13] texcoord1 = vertex_texcoord1; [ 0.297][d][libmpv_render] [ 14] } [ 0.297][d][libmpv_render] fragment shader source: [ 0.297][d][libmpv_render] [ 1] #version 410 [ 0.297][d][libmpv_render] [ 2] #define tex1D texture [ 0.297][d][libmpv_render] [ 3] #define tex3D texture [ 0.297][d][libmpv_render] [ 4] #define LUT_POS(x, lut_size) mix(0.5 / (lut_size), 1.0 - 0.5 / (lut_size), (x)) [ 0.297][d][libmpv_render] [ 5] out vec4 out_color; [ 0.297][d][libmpv_render] [ 6] in vec2 texcoord0; [ 0.297][d][libmpv_render] [ 7] in vec2 texcoord1; [ 0.297][d][libmpv_render] [ 8] uniform mat3 colormatrix; [ 0.297][d][libmpv_render] [ 9] uniform vec3 colormatrix_c; [ 0.297][d][libmpv_render] [ 10] uniform vec3 src_luma; [ 0.297][d][libmpv_render] [ 11] uniform vec3 dst_luma; [ 0.297][d][libmpv_render] [ 12] uniform sampler2DRect texture0; [ 0.297][d][libmpv_render] [ 13] uniform vec2 texture_size0; [ 0.297][d][libmpv_render] [ 14] uniform mat2 texture_rot0; [ 0.297][d][libmpv_render] [ 15] uniform vec2 texture_off0; [ 0.297][d][libmpv_render] [ 16] uniform vec2 pixel_size0; [ 0.297][d][libmpv_render] [ 17] uniform sampler2DRect texture1; [ 0.297][d][libmpv_render] [ 18] uniform vec2 texture_size1; [ 0.297][d][libmpv_render] [ 19] uniform mat2 texture_rot1; [ 0.297][d][libmpv_render] [ 20] uniform vec2 texture_off1; [ 0.297][d][libmpv_render] [ 21] uniform vec2 pixel_size1; [ 0.297][d][libmpv_render] [ 22] void main() { [ 0.297][d][libmpv_render] [ 23] vec4 color = vec4(0.0, 0.0, 0.0, 1.0); [ 0.297][d][libmpv_render] [ 24] color.r = 1.003906 * vec4(texture(texture0, texcoord0)).r; [ 0.297][d][libmpv_render] [ 25] color.gb = 1.003906 * vec4(texture(texture1, texcoord1)).rg; [ 0.297][d][libmpv_render] [ 26] color = color.rgbr; [ 0.297][d][libmpv_render] [ 27] color.rgb = mat3(colormatrix) * color.rgb + colormatrix_c; [ 0.297][d][libmpv_render] [ 28] color.a = 1.0; [ 0.297][d][libmpv_render] [ 29] // color mapping [ 0.297][d][libmpv_render] [ 30] color.rgb *= vec3(1.000000); [ 0.297][d][libmpv_render] [ 31] color.rgb *= vec3(1.000000); [ 0.297][d][libmpv_render] [ 32] out_color = color; [ 0.298][d][libmpv_render] [ 33] } [ 0.298][d][libmpv_render] shader link log (status=1): [ 0.301][d][cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="append", value="osc-margins=0.000000,0.000000,0.000000,0.000000"] [ 0.301][v][cplayer] Set property: shared-script-properties -> 1 [ 0.301][d][osc] osc_init [ 0.301][d][cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="append", value="osc-margins=0.000000,0.000000,0.000000,0.000000"] [ 0.301][v][cplayer] Set property: shared-script-properties -> 1 [ 0.351][v][sub/ass] fontselect: (Gill Sans MT Pro Medium, 400, 0) -> GillSansMTPro-Medium, 0, GillSansMTPro-Medium [ 0.353][v][sub/ass] mangling colors like vsfilter: RGB -> bt.601 limited -> bt.709 bt.601 -> RGB [ 0.353][v][libmpv_render] Reallocating OSD texture to 2048x512. [ 0.354][d][libmpv_render] vertex shader source: [ 0.354][d][libmpv_render] [ 1] #version 410 [ 0.354][d][libmpv_render] [ 2] #define tex1D texture [ 0.354][d][libmpv_render] [ 3] #define tex3D texture [ 0.354][d][libmpv_render] [ 4] #define LUT_POS(x, lut_size) mix(0.5 / (lut_size), 1.0 - 0.5 / (lut_size), (x)) [ 0.354][d][libmpv_render] [ 5] in vec2 vertex_position; [ 0.354][d][libmpv_render] [ 6] in vec2 vertex_texcoord; [ 0.354][d][libmpv_render] [ 7] out vec2 texcoord; [ 0.354][d][libmpv_render] [ 8] in vec4 vertex_ass_color; [ 0.354][d][libmpv_render] [ 9] out vec4 ass_color; [ 0.354][d][libmpv_render] [ 10] void main() { [ 0.354][d][libmpv_render] [ 11] gl_Position = vec4(vertex_position, 1.0, 1.0); [ 0.354][d][libmpv_render] [ 12] texcoord = vertex_texcoord; [ 0.355][d][libmpv_render] [ 13] ass_color = vertex_ass_color; [ 0.355][d][libmpv_render] [ 14] } [ 0.355][d][libmpv_render] fragment shader source: [ 0.355][d][libmpv_render] [ 1] #version 410 [ 0.355][d][libmpv_render] [ 2] #define tex1D texture [ 0.355][d][libmpv_render] [ 3] #define tex3D texture [ 0.355][d][libmpv_render] [ 4] #define LUT_POS(x, lut_size) mix(0.5 / (lut_size), 1.0 - 0.5 / (lut_size), (x)) [ 0.355][d][libmpv_render] [ 5] out vec4 out_color; [ 0.355][d][libmpv_render] [ 6] in vec2 texcoord; [ 0.355][d][libmpv_render] [ 7] in vec4 ass_color; [ 0.355][d][libmpv_render] [ 8] uniform sampler2D osdtex; [ 0.355][d][libmpv_render] [ 9] uniform vec3 src_luma; [ 0.355][d][libmpv_render] [ 10] uniform vec3 dst_luma; [ 0.355][d][libmpv_render] [ 11] void main() { [ 0.355][d][libmpv_render] [ 12] vec4 color = vec4(0.0, 0.0, 0.0, 1.0); [ 0.355][d][libmpv_render] [ 13] color = vec4(ass_color.rgb, ass_color.a * texture(osdtex, texcoord).r); [ 0.355][d][libmpv_render] [ 14] // color mapping [ 0.355][d][libmpv_render] [ 15] color.rgb *= vec3(1.000000); [ 0.355][d][libmpv_render] [ 16] color.rgb *= vec3(1.000000); [ 0.355][d][libmpv_render] [ 17] out_color = color; [ 0.355][d][libmpv_render] [ 18] } [ 0.355][d][libmpv_render] shader link log (status=1): [ 0.898][d][cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="append", value="osc-margins=0.000000,0.000000,0.000000,0.000000"] [ 0.898][v][cplayer] Set property: shared-script-properties -> 1 [ 0.898][d][cplayer] Run command: enable-section, flags=64, args=[name="input", flags=""] [ 0.940][v][osd/libass] fontselect: (sans-serif, 400, 0) -> /System/Library/Fonts/Helvetica.ttc, -1, Helvetica [ 0.944][v][osd/libass] fontselect: (mpv-osd-symbols, 400, 0) -> mpv-osd-symbols-Regular, 0, mpv-osd-symbols-Regular [ 0.947][v][libmpv_render] Reallocating OSD texture to 4096x512. [ 70.622][v][libmpv_render] Window size: 2880x2160 (Borders: l=0 t=0 r=0 b=0) [ 70.622][v][libmpv_render] Video source: 1440x1080 (1:1) [ 70.622][v][libmpv_render] Video display: (0, 0) 1440x1080 -> (0, 0) 2880x2160 [ 70.622][v][libmpv_render] Video scale: 2.000000/2.000000 [ 70.622][v][libmpv_render] OSD borders: l=0 t=0 r=0 b=0 [ 70.622][v][libmpv_render] Video borders: l=0 t=0 r=0 b=0 [ 110.025][v][libmpv_render] Window size: 1064x798 (Borders: l=0 t=0 r=0 b=0) [ 110.025][v][libmpv_render] Video source: 1440x1080 (1:1) [ 110.025][v][libmpv_render] Video display: (0, 0) 1440x1080 -> (0, 0) 1064x798 [ 110.025][v][libmpv_render] Video scale: 0.738889/0.738889 [ 110.025][v][libmpv_render] OSD borders: l=0 t=0 r=0 b=0 [ 110.025][v][libmpv_render] Video borders: l=0 t=0 r=0 b=0 ```