gonetz / GLideN64

A new generation, open-source graphics plugin for N64 emulators.
Other
774 stars 181 forks source link

I want to compile for macOS #1476

Closed spotanjo3 closed 6 years ago

spotanjo3 commented 7 years ago

git clone https://github.com/gonetz/GLideN64.git

cd GLideN64

mkdir build

cd build

cmake ../

CMake Error: The source directory "/Users/myname/GLideN64" does not appear to contain CMakeLists.txt.

loganmc10 commented 7 years ago

the CMakeLists.txt file in in the `src directory, so you should do:

cd GLideN64
mkdir build
cd build
cmake ../src
spotanjo3 commented 7 years ago

I got it.. Now I type make after cmake ../src and I got this message:

After 3% percentage.. Here:

/Users/myname/GLideN64/src/GLideNHQ/TxInternal.h:57:10: fatal error: 'GL/glext.h' file not found

include <GL/glext.h>1 error generated.

make[2]: [GLideNHQ/CMakeFiles/GLideNHQ.dir/TextureFilters.cpp.o] Error 1 make[1]: [GLideNHQ/CMakeFiles/GLideNHQ.dir/all] Error 2 make: *** [all] Error 2

gonetz commented 7 years ago

loganmc10 advice is a bit incorrect.

cd GLideN64 chmod +x src/getRevision.sh src/getRevision.sh cd projects/cmake cmake -DCMAKE_BUILD_TYPE=Release -DMUPENPLUSAPI=On ../../src/ make

You will find the plugin in plugin/release subfolder of cmake folder, that is GLideN64/projects/cmake/plugin/release

spotanjo3 commented 7 years ago

Thank you, gonetz..

Almost!! I got 99% complete then here it is:

/Users/myname/GLideN64/src/Graphics/OpenGLContext/mupen64plus/mupen64plus_DisplayWindow.cpp:11:10: fatal error:

  'Revision.h' file not found

include

     ^

1 error generated. make[2]: [CMakeFiles/mupen64plus-video-GLideN64.dir/Graphics/OpenGLContext/mupen64plus/mupen64plus_DisplayWindow.cpp.o] Error 1 make[1]: [CMakeFiles/mupen64plus-video-GLideN64.dir/all] Error 2 make: *** [all] Error 2

gonetz commented 7 years ago

Revision.h generated by getRevision.sh You must already have it after these steps: chmod +x src/getRevision.sh src/getRevision.sh

gonetz commented 7 years ago

or just create Revision.h in text editor and type something like this

define PLUGIN_REVISION "45139a6"

spotanjo3 commented 7 years ago

I copy and paste #define PLUGIN_REVISION "45139a6" in TextEdit and type Revision.h in title and save it. And put it in where ?

loganmc10 commented 7 years ago

There should be a file in GLideN64/src called Revision.h. The contents of that file should be #define PLUGIN_REVISION "45139a6"

spotanjo3 commented 7 years ago

100 percent done!

In project folder>cmake>plugin>release.. right?

gonetz commented 7 years ago

GLideN64/projects/cmake/plugin/release/mupen64plus-video-GLideN64.dylib

gonetz commented 7 years ago

@azoreseuropa Have you succeed with compilation for Mac? Can this issue be closed?

spotanjo3 commented 7 years ago

Sorry.. before you do that. I was on camping vacation and rest for the few days. Anyway, I am trying to test it by the plugin using M64Py in settings and it won't let me select to use this one. Confusion. Help ?

gonetz commented 7 years ago

I never run it myself on Mac. Plugin must be copied to the same place where mupen64plus keeps its other plugins. It is OS dependent. May be @fprimex can help: https://github.com/gonetz/GLideN64/issues/1405

spotanjo3 commented 7 years ago

No, Mupen64Plus isn't gui itself but command line/terminal. So I use M64Py as gui front-end and the plugins already automatically somewhere and not in Mupen64plus folder along with plugins folder at all. That's the problem. The settings in M64Py won't let me select this one. I have to put this plugin file somewhere that M64Py can recognise first.

loganmc10 commented 7 years ago

Put it in the same folder that mupen64plus-audio-sdl.dylib and mupen64plus-rsp-hle.dylib are located.

spotanjo3 commented 7 years ago

No, they are already somewhere that M64Py located them to itself. They works fine but I want this file and I can't seem to point them to this file that I want to test.

spotanjo3 commented 7 years ago

Since I compiled successfully. You can closed it. I will figure it out someday. Thanks.

ibrokemypie commented 7 years ago

Somewhat related, also on macOS. Built succesfully and found by mupen, but crashes instantly every time.

Core: Imagetype: .z64 (native)
Core: Rom size: 13893632 bytes (or 13 Mb or 104 Megabits)
Core: Version: 1446
Core: Manufacturer: Nintendo
Core: Country: USA
UI-Console Status: Cheat codes disabled.
UI-Console: using Video plugin: 'GLideN64' v2.0.0
UI-Console: using Audio plugin: 'Mupen64Plus SDL Audio Plugin' v2.5.0
UI-Console: using Input plugin: 'Mupen64Plus SDL Input Plugin' v2.5.0
UI-Console: using RSP plugin: 'Hacktarux/Azimer High-Level Emulation RSP Plugin' v2.5.0
Input: 0 SDL joysticks were found.
Input: N64 Controller #1: Forcing default keyboard configuration
Input: 1 controller(s) found, 1 plugged in and usable in the emulator
Input: Mupen64Plus SDL Input Plugin version 2.5.0 initialized.
(II) Setting video mode 1112x834...
Core: Setting video mode: 1112x834
Could not open font /usr/share/fonts/truetype/freefont/FreeSans.ttf
Audio: Initializing SDL audio subsystem...
Core: Starting R4300 emulator: Dynamic Recompiler
Core: R4300: starting 64-bit dynamic recompiler at: 0x10c61c0a0
zsh: segmentation fault  mupen64plus --gfx mupen64plus-video-GLideN64.dylib Mario\ Kart\ 64.v64
ibrokemypie commented 7 years ago

also, the macOS report dialogue says the following

Process:               mupen64plus [7863]
Path:                  /usr/local/bin/mupen64plus
Identifier:            mupen64plus
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        zsh [4587]
Responsible:           mupen64plus [7863]
User ID:               501

Date/Time:             2017-08-09 10:45:15.667 +1000
OS Version:            Mac OS X 10.12.6 (16G29)
Report Version:        12
Anonymous UUID:        6F634CEA-5FB7-27E1-1683-64044E01E8A7

Sleep/Wake UUID:       141FAA15-48B0-4291-8384-8217D78903B8

Time Awake Since Boot: 4000 seconds
Time Since Wake:       2200 seconds

System Integrity Protection: disabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

VM Regions Near 0:
--> 
    __TEXT                 0000000100000000-000000010000a000 [   40K] r-x/rwx SM=COW  /usr/local/Cellar/mupen64plus/2.5/bin/mupen64plus

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_platform.dylib        0x0000000100b0a06a _platform_memmove$VARIANT$Nehalem + 138
1   mupen64plus-video-GLideN64.dylib    0x000000010fe63347 opengl::BufferedDrawer::_updateRectBuffer(graphics::Context::DrawRectParameters const&) + 551
2   mupen64plus-video-GLideN64.dylib    0x000000010fe63712 opengl::BufferedDrawer::drawRects(graphics::Context::DrawRectParameters const&) + 18
3   mupen64plus-video-GLideN64.dylib    0x000000010fe41849 GraphicsDrawer::drawRect(int, int, int, int) + 793
4   mupen64plus-video-GLideN64.dylib    0x000000010fe3ce87 gDPFillRectangle(int, int, int, int) + 663
5   mupen64plus-video-GLideN64.dylib    0x000000010fe4e027 RSP_ProcessDList() + 535
6   mupen64plus-rsp-hle.dylib       0x0000000106dbf438 DoRspCycles + 4638
7   libmupen64plus.dylib            0x000000010c633c4a do_SP_Task + 585
8   ???                             0x0000000118d29fdd 0 + 4711423965

Thread 1:
0   libsystem_kernel.dylib          0x0000000100a5444e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x0000000100b1c621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x0000000100b1c07d start_wqthread + 13

Thread 2:
0   libsystem_kernel.dylib          0x0000000100a5444e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x0000000100b1c621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x0000000100b1c07d start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib          0x0000000100a5444e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x0000000100b1c621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x0000000100b1c07d start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib          0x0000000100a5444e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x0000000100b1c621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x0000000100b1c07d start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib          0x0000000100a5444e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x0000000100b1c621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x0000000100b1c07d start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib          0x0000000100a5444e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x0000000100b1c621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x0000000100b1c07d start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib          0x0000000100a5444e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x0000000100b1c48e _pthread_wqthread + 1023
2   libsystem_pthread.dylib         0x0000000100b1c07d start_wqthread + 13

Thread 8:
0   libsystem_kernel.dylib          0x0000000100a53bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x0000000100b1d7fa _pthread_cond_wait + 712
2   libSDL-1.2.0.dylib              0x000000010003fd0b SDL_CondWait + 14
3   libmupen64plus.dylib            0x000000010c616205 workqueue_thread_handler + 78
4   libSDL-1.2.0.dylib              0x000000010001cf8d SDL_RunThread + 53
5   libSDL-1.2.0.dylib              0x000000010003f764 RunThread + 9
6   libsystem_pthread.dylib         0x0000000100b1c93b _pthread_body + 180
7   libsystem_pthread.dylib         0x0000000100b1c887 _pthread_start + 286
8   libsystem_pthread.dylib         0x0000000100b1c08d thread_start + 13

Thread 9:
0   libsystem_kernel.dylib          0x0000000100a4c39e semaphore_timedwait_trap + 10
1   libdispatch.dylib               0x00000001009b5b09 _os_semaphore_timedwait + 72
2   libdispatch.dylib               0x00000001009a6864 _dispatch_semaphore_wait_slow + 58
3   libdispatch.dylib               0x00000001009a1290 _dispatch_worker_thread + 275
4   libsystem_pthread.dylib         0x0000000100b1c93b _pthread_body + 180
5   libsystem_pthread.dylib         0x0000000100b1c887 _pthread_start + 286
6   libsystem_pthread.dylib         0x0000000100b1c08d thread_start + 13

Thread 10:: com.apple.NSEventThread
0   libsystem_kernel.dylib          0x0000000100a4c34a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x0000000100a4b797 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff77616874 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff77615cf1 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fff77615544 CFRunLoopRunSpecific + 420
5   com.apple.AppKit                0x00007fff7525bf02 _NSEventThread + 205
6   libsystem_pthread.dylib         0x0000000100b1c93b _pthread_body + 180
7   libsystem_pthread.dylib         0x0000000100b1c887 _pthread_start + 286
8   libsystem_pthread.dylib         0x0000000100b1c08d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000000  rcx: 0x0000000000000010  rdx: 0x0000000000000070
  rdi: 0x0000000000000010  rsi: 0x000000010ff29a48  rbp: 0x00007fff5fbb4ca0  rsp: 0x00007fff5fbb4ca0
   r8: 0x0000000000000022   r9: 0x000000010a301fc0  r10: 0x0000000000000000  r11: 0xfffffffef00d65c8
  r12: 0x0000000000000004  r13: 0x0000000000000080  r14: 0x00000001030857b0  r15: 0x0000000103085700
  rip: 0x0000000100b0a06a  rfl: 0x0000000000000202  cr2: 0x00007fff8d58f6d4

Logical CPU:     0
Error Code:      0x020000b8
Trap Number:     133

Binary Images:
       0x100000000 -        0x100009fff +mupen64plus (0) <2F5687DA-17D6-3640-8622-7FD87A5CBC6E> /usr/local/bin/mupen64plus
       0x10000f000 -        0x100049fff +libSDL-1.2.0.dylib (0) <8B795B0C-2ACF-37C2-9006-603EA5A74A1F> /usr/local/opt/sdl/lib/libSDL-1.2.0.dylib
       0x10005a000 -        0x10005bffb  libSystem.B.dylib (1238.60.2) <F18AC1E7-C6F1-34B1-8069-BE571B3231D4> /usr/lib/libSystem.B.dylib
       0x100061000 -        0x1000f7ff7  com.apple.framework.IOKit (2.0.2 - 1324.60.3) <7CE4C98B-107C-3AAA-B49A-F2ACFCBBF526> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
       0x10013b000 -        0x100515fff  com.apple.CFNetwork (811.5.4 - 811.5.4) <46B1227B-F38C-3F8E-B0B5-5D9861ABF36B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
       0x100836000 -        0x10097cfff  libsqlite3.dylib (254.8) <058036FD-6EF3-3F9C-BF9B-2CB7A57205D7> /usr/lib/libsqlite3.dylib
       0x10099c000 -        0x1009cdfff  libdispatch.dylib (703.50.37) <6582BAD6-ED27-3B30-B620-90B1C5A4AE3C> /usr/lib/system/libdispatch.dylib
       0x100a07000 -        0x100a0cffb  libdyld.dylib (433.5) <9B2AC56D-107C-3541-A127-9094A751F2C9> /usr/lib/system/libdyld.dylib
       0x100a15000 -        0x100a15fff  liblaunch.dylib (972.70.1) <B856ABD2-896E-3DE0-B2C8-146A6AF8E2A7> /usr/lib/system/liblaunch.dylib
       0x100a1d000 -        0x100a1fff3  libquarantine.dylib (85.50.1) <12448CC2-378E-35F3-BE33-9DC395A5B970> /usr/lib/system/libquarantine.dylib
       0x100a26000 -        0x100a29ffb  libsystem_configuration.dylib (888.60.2) <BECC01A2-CA8D-31E6-BCDF-D452965FA976> /usr/lib/system/libsystem_configuration.dylib
       0x100a31000 -        0x100a34fff  libsystem_coreservices.dylib (41.4) <7D26DE79-B424-3450-85E1-F7FAB32714AB> /usr/lib/system/libsystem_coreservices.dylib
       0x100a3a000 -        0x100a5cff7  libsystem_kernel.dylib (3789.70.16) <34B1F16C-BC9C-3C5F-9045-0CAE91CB5914> /usr/lib/system/libsystem_kernel.dylib
       0x100a74000 -        0x100abbfe7  libsystem_m.dylib (3121.6) <86D499B5-BBDC-3D3B-8A4E-97AE8E6672A4> /usr/lib/system/libsystem_m.dylib
       0x100ac8000 -        0x100ae6ff7  libsystem_malloc.dylib (116.50.8) <A3D15F17-99A6-3367-8C7E-4280E8619C95> /usr/lib/system/libsystem_malloc.dylib
       0x100af3000 -        0x100afcff3  libsystem_networkextension.dylib (563.60.2) <B021F2B3-8A75-3633-ABB0-FC012B8E9B0C> /usr/lib/system/libsystem_networkextension.dylib
       0x100b08000 -        0x100b10fe7  libsystem_platform.dylib (126.50.8) <897462FD-B318-321B-A554-E61982630F7E> /usr/lib/system/libsystem_platform.dylib
       0x100b19000 -        0x100b23ff7  libsystem_pthread.dylib (218.60.3) <B8FB5E20-3295-39E2-B5EB-B464D1D4B104> /usr/lib/system/libsystem_pthread.dylib
       0x100b30000 -        0x100b33ff7  libsystem_sandbox.dylib (592.70.1) <4B92EC49-ACD0-36AE-B07A-A2B8152EAF9D> /usr/lib/system/libsystem_sandbox.dylib
       0x100b3a000 -        0x100b3bff3  libsystem_secinit.dylib (24.50.4) <F78B847B-3565-3E4B-98A6-F7AD40392E2D> /usr/lib/system/libsystem_secinit.dylib
       0x100b41000 -        0x100b48ffb  libsystem_symptoms.dylib (532.50.47) <3390E07C-C1CE-348F-ADBD-2C5440B45EAA> /usr/lib/system/libsystem_symptoms.dylib
       0x100b4f000 -        0x100b62ff7  libsystem_trace.dylib (518.70.1) <AC63A7FE-50D9-3A30-96E6-F6B7FF16E465> /usr/lib/system/libsystem_trace.dylib
       0x100b71000 -        0x100b9aff7  libxpc.dylib (972.70.1) <BF896DF0-D8E9-31A8-A4B3-01120BFEEE52> /usr/lib/system/libxpc.dylib
       0x100bba000 -        0x100bc6fff  libkxld.dylib (3789.70.16) <BD02EF3F-6E09-3A64-AB21-553D5B1D2859> /usr/lib/system/libkxld.dylib
       0x100bcc000 -        0x100bcfff3  com.apple.xpc.ServiceManagement (1.0 - 1) <BE0F9708-0B55-3E78-A15E-C287B8ED13BA> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
       0x100bd7000 -        0x100c84ff7  com.apple.CoreDisplay (1.0 - 1) <53D1EAFE-23A4-398D-BF52-E4299E670DB6> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
       0x103600000 -        0x103617ff3  libCGInterfaces.dylib (331.5) <02E9DD16-C5CB-3482-84EF-AA6188A0D28C> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
       0x1036b4000 -        0x1036b7fff +mupen64plus-audio-sdl.dylib (0) <0C394ED4-A5D6-3D67-9465-78F0FDADC344> /usr/local/lib/mupen64plus/mupen64plus-audio-sdl.dylib
       0x1036e9000 -        0x1036edfff  com.apple.audio.AppleHDAHALPlugIn (279.48 - 279.48) <ECA84145-2AC4-347D-BBC0-933AAAC15356> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x1036f3000 -        0x1036f8fff +com.surteesstudios.BartenderAudioPlugIn (1.0.0 - 1.1) <4BEFD040-641C-3502-877D-4E336ABDA86F> /Library/Audio/Plug-Ins/HAL/BartenderAudioPlugIn.plugin/Contents/MacOS/BartenderAudioPlugIn
       0x103701000 -        0x103707ff7 +mupen64plus-input-sdl.dylib (0) <8EEDEF64-3CF9-3E3D-AC36-7226F7304E85> /usr/local/lib/mupen64plus/mupen64plus-input-sdl.dylib
       0x103721000 -        0x10374bfff  GLRendererFloat (14.0.16) <6B57F70A-EFAC-3DB2-B9BA-E55D05D44DB5> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x106b79000 -        0x106ce0fff  com.apple.audio.units.Components (1.14 - 1.14) <C79BB0B7-9231-316F-A48D-BA93A68EA7ED> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x106db5000 -        0x106dc0fff +mupen64plus-rsp-hle.dylib (0) <989B7156-6B3B-3E3A-BCE1-CFB5C9C1EE10> /usr/local/lib/mupen64plus/mupen64plus-rsp-hle.dylib
       0x106e33000 -        0x106e56fff +libpng16.16.dylib (0) <C3D16FE4-F1F5-393F-8C79-363DD78F3F03> /usr/local/opt/libpng/lib/libpng16.16.dylib
       0x106e77000 -        0x106eb4dc7  dyld (433.5) <322C06B7-8878-311D-888C-C8FD2CA96FF3> /usr/lib/dyld
       0x10a02a000 -        0x10a1d0fff  GLEngine (14.0.16) <08F2E804-13D2-3E80-9322-1A23A84A55F3> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x10a500000 -        0x10a572ff7  com.apple.driver.AppleIntelHD4000GraphicsMTLDriver (10.25.17 - 10.2.5) <A696BE6D-10C4-3FC0-9640-E7877E6903A2> /System/Library/Extensions/AppleIntelHD4000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsMTLDriver
       0x10a707000 -        0x10a77fffb +libfreetype.6.dylib (0) <B0F3A7BB-31C2-3D6F-B659-5344922BFFE4> /usr/local/opt/freetype/lib/libfreetype.6.dylib
       0x10b000000 -        0x10b442ff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (10.25.17 - 10.2.5) <17A16898-2D81-3811-AC90-A209EAD6E884> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver
       0x10c606000 -        0x10c691ffb +libmupen64plus.dylib (0) <49D156C7-D94A-3458-8A47-946BF48D2C37> /usr/local/lib/libmupen64plus.dylib
       0x10f0c6000 -        0x10f0cdfff  libMatch.1.dylib (27) <70D4BD2A-9383-37F2-B0D6-9B592D236601> /usr/lib/libMatch.1.dylib
       0x10fe2b000 -        0x10ff1eff3 +mupen64plus-video-GLideN64.dylib (0) <646C57CE-E669-3BDE-998E-3FA024CE666B> /usr/local/lib/mupen64plus/mupen64plus-video-GLideN64.dylib
       0x114137000 -        0x114170fff  libsandbox.1.dylib (592.70.1) <9C428C49-9D9A-3F9F-9573-BF5202D1F933> /usr/lib/libsandbox.1.dylib
    0x7fff72a32000 -     0x7fff7327ffff  com.apple.GeForceGLDriver (10.17.5 - 10.1.7) <CB32FE96-F197-3605-929B-DC4D7E8BBCA7> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
    0x7fff73280000 -     0x7fff73b45ff3  libclh.dylib (4.0.3 - 4.0.3) <2CA40E20-9E48-3A2E-A0A4-2AAAF150F723> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x7fff73b46000 -     0x7fff73c56ff7  com.apple.GeForceMTLDriver (10.17.5 - 10.1.7) <CE0C6DDC-FCB7-3137-A8C3-75DCEF5DEA61> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
    0x7fff73f8b000 -     0x7fff73f8bfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <D6A08A72-7758-3CA8-813D-105F6E313E67> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff73fa4000 -     0x7fff745e4fe3  com.apple.vImage (8.1 - ???) <4C535C25-EF87-35BE-9BE8-D080A5C24084> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff745e5000 -     0x7fff747acfef  libBLAS.dylib (1185.50.4) <7AF8DB9A-E33B-30EB-8767-87AFB951E231> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff747ad000 -     0x7fff747c4fff  libBNNS.dylib (15) <26F32264-148E-35E5-A280-CA035CB3D6F0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff747c5000 -     0x7fff74bd0fff  libLAPACK.dylib (1185.50.4) <51B2BABA-F736-3663-885A-65A8991D3560> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff74bd1000 -     0x7fff74be7fff  libLinearAlgebra.dylib (1185.50.4) <0EC25E70-05DC-3615-85B6-81721566CF1D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff74be8000 -     0x7fff74beefff  libQuadrature.dylib (3) <EF56C8E6-DE22-3C69-B543-A8648F335FDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff74bef000 -     0x7fff74c02ff7  libSparseBLAS.dylib (1185.50.4) <0BDCF6A7-0228-3719-81C7-B6EBC7911320> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff74c03000 -     0x7fff74d50ff7  libvDSP.dylib (600.60.1) <F46DF4CB-864D-3541-9913-60521FCBBF4A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff74d51000 -     0x7fff74e08fe3  libvMisc.dylib (600.60.1) <F8770D18-FD5D-31C3-9FBA-D9E39B14247A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff74e09000 -     0x7fff74e09fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A2FC8240-F62F-3A23-AB10-8CE6B56AF476> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff750c8000 -     0x7fff75ea1ff3  com.apple.AppKit (6.9 - 1504.83.101) <AE51ACB3-D501-3F91-B369-3D3711F24D0A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff75eb3000 -     0x7fff75eb3fff  com.apple.ApplicationServices (48 - 48) <DA687F9A-7B2D-342B-8796-16E45344F853> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff75eb4000 -     0x7fff75f22ff7  com.apple.ApplicationServices.ATS (377 - 422.2) <A31D17BE-F747-39FB-9A84-5F2F8891204C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff75fbc000 -     0x7fff760ebff7  libFontParser.dylib (194.12) <73C3946D-EF92-3AC1-89C3-0E75B2A85325> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff760ec000 -     0x7fff76136fff  libFontRegistry.dylib (196.4) <EA96AE47-3369-3DEA-BB82-98348ADBD85B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff76193000 -     0x7fff761c6fff  libTrueTypeScaler.dylib (194.12) <8944A23A-EE36-3657-9B4F-933231C8FDEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff76233000 -     0x7fff762ddff7  com.apple.ColorSync (4.12.0 - 502.2) <ACA4001E-A0E3-33F6-9CD6-EEC2AA15E322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff762de000 -     0x7fff7632ffff  com.apple.HIServices (1.22 - 593) <045870A9-1D92-3FEF-8722-671E99A35E71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff76330000 -     0x7fff7633fff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff76340000 -     0x7fff7638dfff  com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff7638e000 -     0x7fff763c9fff  com.apple.QD (3.12 - 313) <B339C41D-8CDF-3342-8414-F9717DCCADD4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff763ca000 -     0x7fff763d5fff  com.apple.speech.synthesis.framework (6.6.2 - 6.6.2) <7853EFF4-62B9-394E-B7B8-41A645656820> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff763d6000 -     0x7fff765e2ff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <01518CAB-7DAD-3F09-83F8-B9FE0ABE998F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff765e3000 -     0x7fff765e3fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <B92868F8-2F15-32C0-A5BE-4ABA546B8BE1> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff76b40000 -     0x7fff76b40fff  com.apple.Carbon (154 - 157) <69F403C7-F0CB-34E6-89B0-235CF4978C17> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff76b41000 -     0x7fff76b44fff  com.apple.CommonPanels (1.2.6 - 98) <BF04BB22-D54C-309E-9F5C-897D969CAF70> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff76b45000 -     0x7fff76e4efff  com.apple.HIToolbox (2.1.1 - 857.8) <5367366E-747E-32CF-8E76-93CD8E7424C7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff76e4f000 -     0x7fff76e52ff7  com.apple.help (1.3.5 - 49) <B1A930E3-5907-3677-BACD-858EF68B172D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff76e53000 -     0x7fff76e58fff  com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff76e59000 -     0x7fff76ef0ff3  com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff76ef1000 -     0x7fff76f0bfff  com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff76f0c000 -     0x7fff76f0dff3  com.apple.print.framework.Print (12 - 267) <E2F82F1F-DC27-3EF0-9F75-B354F701450A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff76f0e000 -     0x7fff76f10ff7  com.apple.securityhi (9.0 - 55006) <DBD65629-535D-3669-8218-7F074D61638C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff76f11000 -     0x7fff76f17ff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff76ff8000 -     0x7fff76ff8fff  com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff77142000 -     0x7fff771cffff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <78767F88-91D4-31CE-AAC6-1F9407F479BB> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff771d0000 -     0x7fff771e3fff  com.apple.CoreBluetooth (1.0 - 1) <BCB78777-76F0-3CC1-8443-9E61AEF7EF63> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff771e4000 -     0x7fff774e3ff3  com.apple.CoreData (120 - 754.2) <0C9D9D78-758D-318F-9049-D42CC7944363> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff77591000 -     0x7fff77a24fff  com.apple.CoreFoundation (6.9 - 1349.8) <36385A3A-60D3-32DB-BF55-C6D8931A7AA6> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff77a25000 -     0x7fff780c8ff7  com.apple.CoreGraphics (2.0 - 1070.22) <A680AD1F-F65A-3C0D-ACD5-4E5B5B8AD23A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff780c9000 -     0x7fff7830cffb  com.apple.CoreImage (12.4.0 - 451.4.9) <BE4303C9-C9D9-361D-AC94-DBE40EB6700E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff78471000 -     0x7fff78471fff  com.apple.CoreServices (775.19 - 775.19) <7255917D-EFBB-3BE2-A8FD-DAD631BC0949> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff78472000 -     0x7fff784c3fff  com.apple.AE (712.5 - 712.5) <61F2AE2C-E04E-3FDF-9E88-201325136C83> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff784c4000 -     0x7fff7879fff7  com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <08AC074C-965B-3EDF-8E45-0707C8DE9EAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff787a0000 -     0x7fff787d3fff  com.apple.DictionaryServices (1.2 - 274) <D23866E2-F7C8-3984-A9D4-96552CCDE573> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff787d4000 -     0x7fff787dcff3  com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff787dd000 -     0x7fff78949ff7  com.apple.LaunchServices (775.19 - 775.19) <B75A0C49-E376-358C-81EE-6EFB0F605801> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff7894a000 -     0x7fff789faffb  com.apple.Metadata (10.7.0 - 1075.40) <B2FFCC10-5A9E-396B-B495-3D6C867669EE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff789fb000 -     0x7fff78a5afff  com.apple.CoreServices.OSServices (775.19 - 775.19) <4140569A-1848-3765-A52B-BB61C35CF88F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff78a5b000 -     0x7fff78acbfff  com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff78acc000 -     0x7fff78b11ff7  com.apple.coreservices.SharedFileList (38 - 38) <DA096678-93AB-3291-BDE2-482F1D544589> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff78b9a000 -     0x7fff78ce7ffb  com.apple.CoreText (352.0 - 544.15) <BF0EE575-BB7E-3BF9-9029-232B4ADC24E4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff78ce8000 -     0x7fff78d1dff3  com.apple.CoreVideo (1.8 - 235.3) <AC11D5FB-C77B-34F5-B942-F698E84C229F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff78d1e000 -     0x7fff78d8fffb  com.apple.framework.CoreWLAN (11.0 - 1200.31) <E47C0568-E37B-3052-9E77-F0F371DCDE7F> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff78e8d000 -     0x7fff78e92fff  com.apple.DiskArbitration (2.7 - 2.7) <70F56042-EF04-3BAF-9E04-90F423FB2BCC> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff79024000 -     0x7fff793cafff  com.apple.Foundation (6.9 - 1349.91) <A37CB4EC-0730-3DD6-9358-60491BF40EF2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff793f6000 -     0x7fff79427ff7  com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff794e7000 -     0x7fff7958afff  com.apple.Bluetooth (5.0.5 - 5.0.5f1) <913B97A6-9E18-3F15-992D-D522AA22EDE9> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff79622000 -     0x7fff79628ffb  com.apple.IOSurface (159.9 - 159.9) <08F1A246-1367-32EC-B3CE-724379409729> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff7967b000 -     0x7fff797deff7  com.apple.ImageIO.framework (3.3.0 - 1599.12) <7D624511-9E38-323E-86AA-A37BCECE61B0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff797df000 -     0x7fff797e3fff  libGIF.dylib (1599.12) <7D9B14DA-F2A9-3803-A10D-AF7330D4CD53> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff797e4000 -     0x7fff798d5ff7  libJP2.dylib (1599.12) <A02ACBD4-662D-382E-A969-C6FEF3963D54> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff798d6000 -     0x7fff798f9fff  libJPEG.dylib (1599.12) <10AD5A15-5891-30CF-B003-671724C49070> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff798fa000 -     0x7fff79920fff  libPng.dylib (1599.12) <6782415F-2B06-34FD-ACC6-61D91FB23FCF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff79921000 -     0x7fff79923ff3  libRadiance.dylib (1599.12) <2BE02AC8-2D9A-3554-82AE-D577E9540B1B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff79924000 -     0x7fff79972ff7  libTIFF.dylib (1599.12) <845B70BE-6432-32D1-9655-6DAF0639BF9A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff7a6db000 -     0x7fff7a6f4ff7  com.apple.Kerberos (3.0 - 1) <B9D242EB-E325-3A21-9812-C77CBBFB0D51> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff7aed4000 -     0x7fff7af2ffff  com.apple.Metal (87.18 - 87.18) <E3618B54-C728-34CA-9E8A-9BD33A295D31> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff7b818000 -     0x7fff7b820fff  com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff7b9f7000 -     0x7fff7b9ffff7  libcldcpuengine.dylib (2.8.5) <81563526-886E-37E4-BF85-4A6D75F93C65> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff7bbc8000 -     0x7fff7bc16ff3  com.apple.opencl (2.8.6 - 2.8.6) <E78463D3-73B6-3002-BD71-9CC1D6722968> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff7bc17000 -     0x7fff7bc30ffb  com.apple.CFOpenDirectory (10.12 - 194) <A64E9A01-3F6E-36EA-9C10-88C564A68C9D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff7bc31000 -     0x7fff7bc3cff7  com.apple.OpenDirectory (10.12 - 194) <4298FFD0-B1A7-3064-AF5B-708B3FA38671> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff7bc3d000 -     0x7fff7bc3ffff  libCVMSPluginSupport.dylib (14.0.16) <9E12EB67-6630-39A0-AB93-77405F5EC2A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff7bc40000 -     0x7fff7bc43ff7  libCoreFSCache.dylib (156.3) <687C4CC3-6537-344B-8BE1-5234C8CB2864> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff7bc44000 -     0x7fff7bc48fff  libCoreVMClient.dylib (156.3) <E7AEFCBE-B6BF-3C7C-9A4E-E78CB04DB794> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff7bc49000 -     0x7fff7bc52ff7  libGFXShared.dylib (14.0.16) <D10C7A01-8A11-3A42-A9FA-C411AE453B27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff7bc53000 -     0x7fff7bc5efff  libGL.dylib (14.0.16) <0801F3B9-A525-32BB-9BC0-478947CE21D9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff7bc5f000 -     0x7fff7bc9bff7  libGLImage.dylib (14.0.16) <FE39C57B-056C-3CBF-B653-A8F2005631C1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff7bc9c000 -     0x7fff7be12ff3  libGLProgrammability.dylib (14.0.16) <A95F26AD-D496-3581-A310-5131F61CFB4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff7bf8a000 -     0x7fff7bfcbff7  libGLU.dylib (14.0.16) <B285EAD6-B3AA-3753-BB85-75864BD6E76C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff7c933000 -     0x7fff7c941fff  com.apple.opengl (14.0.16 - 14.0.16) <167C9883-A79E-3B7F-AFED-8CD6683B291D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff7d665000 -     0x7fff7d865fff  com.apple.QuartzCore (1.11 - 453.39.4) <A45AFBC4-87D4-3533-A0AC-1D6629C77984> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff7ddcc000 -     0x7fff7e0ceff7  com.apple.security (7.0 - 57740.60.18) <005E8C96-40B6-35E3-B58B-888A5F5957C2> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff7e0cf000 -     0x7fff7e144fff  com.apple.securityfoundation (6.0 - 55132.50.7) <15C53957-A9DE-31AE-A192-949244F47CD7> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff7e4f9000 -     0x7fff7e568ff7  com.apple.SystemConfiguration (1.14 - 1.14) <3FFD3930-B307-3E31-9FA6-12221EB0F969> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff80dbf000 -     0x7fff80ddaff3  com.apple.AppContainer (4.0 - 307.50.21) <C2E6BA3D-81FF-39C3-B4BF-DBB9A17DE078> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff80ddb000 -     0x7fff80de8ff3  com.apple.AppSandbox (4.0 - 307.50.21) <BF9FA426-8C11-358B-9E1F-A3901E3F2B14> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff80de9000 -     0x7fff80e0bffb  com.apple.framework.Apple80211 (12.0 - 1200.47) <C3033EEE-771A-3664-BBDD-BE1F6D075FC7> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff80e0c000 -     0x7fff80e1bfeb  com.apple.AppleFSCompression (88.50.3 - 1.0) <478E8BFF-8BA2-375E-BE02-BA27F115C15A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff80f08000 -     0x7fff80f9397f  com.apple.AppleJPEG (1.0 - 1) <B9E9570D-04A4-34E4-B756-D200043B25B8> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff813c6000 -     0x7fff81444ff7  com.apple.backup.framework (1.8.5 - 1.8.5) <CC679891-E8F5-3166-8EB6-AEA06954A52D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff820cf000 -     0x7fff820f6ff3  com.apple.ChunkingLibrary (173 - 173) <FC2165F9-FC93-39C0-8323-C2F43A5E00A3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff82a1b000 -     0x7fff82a24ffb  com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8316d000 -     0x7fff8317dfff  com.apple.CoreEmoji (1.0 - 40.3.3) <E9A28301-2D79-3A97-A046-028258A6ABE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff834b8000 -     0x7fff834e8ff3  com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff83779000 -     0x7fff83808ff7  com.apple.CoreSymbolication (62046) <7839CD8E-011D-3567-88DE-3D472C661136> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff83809000 -     0x7fff83948fe7  com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff83949000 -     0x7fff83a19ff3  com.apple.CoreUtils (5.1 - 510.31) <E68BB8ED-8874-36EC-A7C5-1017C0E727CB> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff83a69000 -     0x7fff83aceff3  com.apple.framework.CoreWiFi (12.0 - 1200.31) <DF0972EF-F817-3FD3-8C00-2D57B8738D8C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff83acf000 -     0x7fff83addff7  com.apple.CrashReporterSupport (10.12 - 827) <802A9B81-E349-348B-90AB-10E40B654250> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff83b4f000 -     0x7fff83b59ffb  com.apple.framework.DFRFoundation (1.0 - 104.25) <7CFF896C-EF22-3941-BB3D-F3615CE4C908> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff83b5a000 -     0x7fff83b5eff3  com.apple.DSExternalDisplay (3.1 - 380) <4B5E3FF0-E8C3-38CC-BF72-418C928956AB> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff83b94000 -     0x7fff83c09ffb  com.apple.datadetectorscore (7.0 - 539.1) <74595F6C-8283-3C73-9F56-C6FA957F8B94> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff83c45000 -     0x7fff83c84fff  com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff83c85000 -     0x7fff83d96fff  com.apple.desktopservices (1.11.5 - 1.11.5) <46A9D4F3-1EF8-373C-98A4-AD48D285E484> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8407e000 -     0x7fff844afff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff85806000 -     0x7fff85806fff  libmetal_timestamp.dylib (600.0.49.9) <E5EED927-1671-3390-BCBB-D76201D63C73> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fff85813000 -     0x7fff8581eff3  libGPUSupportMercury.dylib (14.0.16) <7EE3DA75-2F9D-3C6D-AECD-F73EA47BE81B> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff85ad7000 -     0x7fff85af3fff  com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff86204000 -     0x7fff8627aff3  com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff86895000 -     0x7fff8689cffb  com.apple.IOAccelerator (311.14 - 311.14) <278124AF-02DC-3785-9FA9-14EDB8E5FD56> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff8689e000 -     0x7fff868b2ff7  com.apple.IOPresentment (1.0 - 29.10) <30DF04EE-10E2-353F-845F-A97B87DF3207> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff868b3000 -     0x7fff868d5fff  com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff869bc000 -     0x7fff86b73fff  com.apple.LanguageModeling (1.0 - 123.2.5) <A8CA965F-0399-310D-91C3-B93DDDE9A442> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff87494000 -     0x7fff8750dff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <C323FC94-FFA5-3EE6-B2AC-7E61EA92F304> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff87688000 -     0x7fff876b0ff7  com.apple.MultitouchSupport.framework (368.16 - 368.16) <9E602B4A-22CD-3CF3-B284-78D5123C9AE8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff87762000 -     0x7fff8776dfff  com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff88045000 -     0x7fff88086ff3  com.apple.PerformanceAnalysis (1.148.3 - 148.3) <4E468BC7-F863-3674-909D-417231EB8C28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8876e000 -     0x7fff88788fff  com.apple.ProtocolBuffer (1 - 249.1) <A1F1B0F3-078F-378F-A9A9-0DEEA70E816A> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff887a1000 -     0x7fff887c4ff3  com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8948e000 -     0x7fff89491fff  com.apple.SecCodeWrapper (4.0 - 307.50.21) <F8E957B2-D3F0-3B73-B38C-AE8868F00939> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff89520000 -     0x7fff895adfff  com.apple.Sharing (696.2.67 - 696.2.67) <F681EE28-153F-3216-97A6-6F5E4148AB2E> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff895ce000 -     0x7fff89843ffb  com.apple.SkyLight (1.600.0 - 170.3) <02648329-DEBD-387D-A065-D62A8C0294F5> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff89a22000 -     0x7fff89a2eff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff8a11a000 -     0x7fff8a18efdf  com.apple.Symbolication (62048.1) <1A30ED19-7532-3F46-9DD3-9879A973D0CF> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8a5cd000 -     0x7fff8a5d3ff7  com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8a65f000 -     0x7fff8a725ff7  com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff8a799000 -     0x7fff8a79afff  com.apple.TrustEvaluationAgent (2.0 - 28.50.1) <EBE65DD5-1732-3747-8C6C-7BECEBF089A4> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8a79b000 -     0x7fff8a92bff3  com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff8b3fa000 -     0x7fff8b4bafff  com.apple.ViewBridge (283 - 283) <25A635B3-C87C-3D3A-ADF3-539713FA1048> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff8b905000 -     0x7fff8b90bfff  com.apple.XPCService (2.0 - 1) <4B28B225-2105-33F4-9ED0-F04288FF4FB1> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff8b9dc000 -     0x7fff8b9deffb  com.apple.loginsupport (1.0 - 1) <F3140B97-12C3-35A7-9D3D-43DA2D13C113> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff8ba33000 -     0x7fff8ba4eff7  libCRFSuite.dylib (34) <F78B7F5F-0B4F-35C6-AA2F-84EE9CB22137> /usr/lib/libCRFSuite.dylib
    0x7fff8ba4f000 -     0x7fff8ba5afff  libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
    0x7fff8baec000 -     0x7fff8baedff3  libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8baee000 -     0x7fff8bd01fff  libFosl_dynamic.dylib (16.39) <E22A4243-D148-3C74-BA15-2D906A3D1F9E> /usr/lib/libFosl_dynamic.dylib
    0x7fff8bd25000 -     0x7fff8bd25fff  libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8bd26000 -     0x7fff8bd2affb  libScreenReader.dylib (477.40.6) <CBE6420C-EF60-3ACD-A0B6-7CBE936BA3B8> /usr/lib/libScreenReader.dylib
    0x7fff8bd98000 -     0x7fff8bdc3ff3  libarchive.2.dylib (41.70.1) <A3FA7D6E-3D68-3524-8B48-EB2ECA44B13B> /usr/lib/libarchive.2.dylib
    0x7fff8bdc4000 -     0x7fff8beb9fef  libate.dylib (1.12.13) <DB9881C3-E24A-3984-91E0-77F6F13F795C> /usr/lib/libate.dylib
    0x7fff8bebd000 -     0x7fff8bebdff3  libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
    0x7fff8bebe000 -     0x7fff8beceff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fff8becf000 -     0x7fff8beddff7  libbz2.1.0.dylib (38) <ADFA329A-DCE7-356D-8F09-A3168DFC6610> /usr/lib/libbz2.1.0.dylib
    0x7fff8bede000 -     0x7fff8bf34ff7  libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
    0x7fff8bf35000 -     0x7fff8bf5eff7  libc++abi.dylib (307.4) <BC271AD3-831B-362A-9DA7-E8C51F285FE4> /usr/lib/libc++abi.dylib
    0x7fff8bf5f000 -     0x7fff8bf6fffb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fff8bf70000 -     0x7fff8bf86ff7  libcompression.dylib (39) <BDAA8CC7-0BFC-36EC-9E75-58BDC15AC3B6> /usr/lib/libcompression.dylib
    0x7fff8bf87000 -     0x7fff8bf87ff7  libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
    0x7fff8bf88000 -     0x7fff8bf89ff3  libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff8c043000 -     0x7fff8c128ff7  libcrypto.0.9.8.dylib (64.50.6) <D34E16A7-990A-37A9-933A-DFAA46554EAA> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8c2c6000 -     0x7fff8c319ff7  libcups.2.dylib (450) <9950BFCB-7882-33C9-9ECF-CE66773C5657> /usr/lib/libcups.2.dylib
    0x7fff8c396000 -     0x7fff8c396fff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fff8c3a6000 -     0x7fff8c3abff7  libheimdal-asn1.dylib (498.50.8) <A40E3196-235E-34CE-AD9A-8D1AFC5DE004> /usr/lib/libheimdal-asn1.dylib
    0x7fff8c3ac000 -     0x7fff8c49eff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fff8c49f000 -     0x7fff8c6c4ffb  libicucore.A.dylib (57166.0.1) <CCD2ED24-3071-383B-925D-8D763BB12A6F> /usr/lib/libicucore.A.dylib
    0x7fff8c6ca000 -     0x7fff8c6cbfff  liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
    0x7fff8c6cc000 -     0x7fff8c6e5ffb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fff8c6e6000 -     0x7fff8c6fcff7  libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
    0x7fff8c6fd000 -     0x7fff8c9a5ff7  libmecabra.dylib (744.8) <D429FCC9-42A4-38B3-8784-44024BC859EF> /usr/lib/libmecabra.dylib
    0x7fff8c9d8000 -     0x7fff8ca52ff3  libnetwork.dylib (856.60.1) <191E99F5-4723-3180-8013-02AF2F9AE4B8> /usr/lib/libnetwork.dylib
    0x7fff8ca53000 -     0x7fff8ce28bc7  libobjc.A.dylib (709.1) <4DF3C25C-52C2-3F01-A3EF-0D9D53A73C1C> /usr/lib/libobjc.A.dylib
    0x7fff8ce2b000 -     0x7fff8ce2ffff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fff8ce30000 -     0x7fff8ce61fff  libpcap.A.dylib (67.60.1) <F6BC6ED6-AEE4-3520-B248-0C342636E2B0> /usr/lib/libpcap.A.dylib
    0x7fff8ce7e000 -     0x7fff8ce9affb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fff8d08c000 -     0x7fff8d0dcfff  libstdc++.6.dylib (104.1) <A980E08C-A511-3D19-9881-1D79B7CFF2BA> /usr/lib/libstdc++.6.dylib
    0x7fff8d125000 -     0x7fff8d132fff  libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
    0x7fff8d133000 -     0x7fff8d222fff  libxml2.2.dylib (30.17) <D4C3E467-37C6-34DE-8A1B-E7BFC29985E9> /usr/lib/libxml2.2.dylib
    0x7fff8d223000 -     0x7fff8d24cfff  libxslt.1.dylib (15.9) <00735AD5-B62D-3E83-86AC-5533E4E2B102> /usr/lib/libxslt.1.dylib
    0x7fff8d24d000 -     0x7fff8d25eff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fff8d26d000 -     0x7fff8d271ff7  libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
    0x7fff8d272000 -     0x7fff8d27cfff  libcommonCrypto.dylib (60092.50.5) <8A64D1B0-C70E-385C-92F0-E669079FDA90> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8d27d000 -     0x7fff8d284fff  libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8d285000 -     0x7fff8d28dfff  libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
    0x7fff8d28e000 -     0x7fff8d311fdf  libcorecrypto.dylib (442.50.19) <65D7165E-2E71-335D-A2D6-33F78E2DF0C1> /usr/lib/system/libcorecrypto.dylib
    0x7fff8d34a000 -     0x7fff8d34affb  libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
    0x7fff8d359000 -     0x7fff8d35eff3  libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
    0x7fff8d362000 -     0x7fff8d363ffb  libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
    0x7fff8d364000 -     0x7fff8d37cff7  libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
    0x7fff8d37d000 -     0x7fff8d37dff7  libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8d37e000 -     0x7fff8d40bfef  libsystem_c.dylib (1158.50.2) <E5AE5244-7D0C-36AC-8BB6-C7AE7EA52A4B> /usr/lib/system/libsystem_c.dylib
    0x7fff8d414000 -     0x7fff8d42cfff  libsystem_coretls.dylib (121.50.4) <EC6FCF07-DCFB-3A03-9CC9-6DD3709974C6> /usr/lib/system/libsystem_coretls.dylib
    0x7fff8d42d000 -     0x7fff8d433fff  libsystem_dnssd.dylib (765.50.9) <CC960215-0B1B-3822-A13A-3DDE96FA796F> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8d434000 -     0x7fff8d45dff7  libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
    0x7fff8d4e8000 -     0x7fff8d541ffb  libsystem_network.dylib (856.60.1) <369D0221-56CA-3C3E-9EDE-94B41CAE77B7> /usr/lib/system/libsystem_network.dylib
    0x7fff8d54c000 -     0x7fff8d555ff3  libsystem_notify.dylib (165.20.1) <B8160190-A069-3B3A-BDF6-2AA408221FAE> /usr/lib/system/libsystem_notify.dylib
    0x7fff8d58c000 -     0x7fff8d591ffb  libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib

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

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

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        2 
Activity Tracing                   256K        2 
CG backing stores                 15.5M        4 
CG image                            92K        9 
CoreAnimation                      148K        7 
CoreUI image data                 1388K       11 
CoreUI image file                  292K        6 
Dispatch continuations            16.0M        2 
Kernel Alloc Once                    8K        2 
MALLOC                           160.9M       50 
MALLOC guard page                   48K       11 
Memory Tag 242                      12K        2 
Memory Tag 249                     156K        2 
Memory Tag 251                      16K        2 
STACK GUARD                       56.0M       12 
Stack                             13.1M       12 
VM_ALLOCATE                       32.2M       45 
__DATA                            64.7M      245 
__GLSLBUILTINS                    2588K        2 
__IMAGE                            528K        2 
__LINKEDIT                       120.5M       46 
__TEXT                           158.2M      236 
__UNICODE                          556K        2 
mapped file                       54.7M       14 
shared memory                     16.4M       12 
===========                     =======  ======= 
TOTAL                            714.3M      715 

Model: MacBookPro10,1, BootROM MBP101.00EE.B18, 4 processors, Intel Core i7, 2.3 GHz, 8 GB, SMC 2.3f36
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (7.21.171.130.1a1)
Bluetooth: Version 5.0.5f1, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM256E, 251 GB
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: FaceTime HD Camera (Built-in)
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Hub
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 3.0 Bus
USB Device: USB Receiver
Thunderbolt Bus: MacBook Pro, Apple Inc., 23.4
gonetz commented 7 years ago

@ibrokemypie I don't have Mac to debug. Could you make debug build of GLideN64 (add -DCMAKE_BUILD_TYPE=Debug to cmake parameters) and run mupen64plus with it? May be OS will tell where segmentation fault happened. Also, GLideN64 logs various info to gliden64.log, which is located in folder, where mupen64plus stores saves, screen shots etc. I don't know where it is on Mac. If you will find it, please post it.

ibrokemypie commented 7 years ago

gliden64.log.txt

Process:               mupen64plus [24800]
Path:                  /usr/local/bin/mupen64plus
Identifier:            mupen64plus
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        zsh [2701]
Responsible:           mupen64plus [24800]
User ID:               501

Date/Time:             2017-08-09 14:38:46.097 +1000
OS Version:            Mac OS X 10.12.6 (16G29)
Report Version:        12
Anonymous UUID:        6F634CEA-5FB7-27E1-1683-64044E01E8A7

Sleep/Wake UUID:       83D75575-6A0B-4CCF-B3AA-AE674B33455D

Time Awake Since Boot: 12000 seconds
Time Since Wake:       640 seconds

System Integrity Protection: disabled

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

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

Application Specific Information:
Assertion failed: (!gfxContext.isError()), function init, file /Users/Conor/thingo/GLideN64/src/Textures.cpp, line 533.

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x0000000100a53d42 __pthread_kill + 10
1   libsystem_pthread.dylib         0x0000000100b1f457 pthread_kill + 90
2   libsystem_c.dylib               0x00007fff8d3dd420 abort + 129
3   libsystem_c.dylib               0x00007fff8d3a4893 __assert_rtn + 320
4   mupen64plus-video-GLideN64.dylib    0x000000010c65b3e1 TextureCache::init() + 753 (Textures.cpp:533)
5   mupen64plus-video-GLideN64.dylib    0x000000010c638198 GraphicsDrawer::_initData() + 56 (GraphicsDrawer.cpp:1581)
6   mupen64plus-video-GLideN64.dylib    0x000000010c612959 DisplayWindow::start() + 57 (DisplayWindow.cpp:13)
7   mupen64plus-video-GLideN64.dylib    0x000000010c677bc4 PluginAPI::RomOpen() + 68 (CommonAPIImpl_common.cpp:207)
8   mupen64plus-video-GLideN64.dylib    0x000000010c70e881 RomOpen + 17 (MupenPlusPluginAPI.cpp:8)
9   libmupen64plus.dylib            0x000000010d34ff77 CoreDoCommand + 2514
10  mupen64plus                     0x0000000100007094 SDL_main + 9840
11  mupen64plus                     0x0000000100003a91 -[SDLMain applicationDidFinishLaunching:] + 52
12  com.apple.CoreFoundation        0x00007fff7762b54c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
13  com.apple.CoreFoundation        0x00007fff7762b44b _CFXRegistrationPost + 427
14  com.apple.CoreFoundation        0x00007fff7762b1b2 ___CFXNotificationPost_block_invoke + 50
15  com.apple.CoreFoundation        0x00007fff775e9782 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018
16  com.apple.CoreFoundation        0x00007fff775e876b _CFXNotificationPost + 667
17  com.apple.Foundation            0x00007fff7902a677 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
18  com.apple.AppKit                0x00007fff7525074f -[NSApplication _postDidFinishNotification] + 297
19  com.apple.AppKit                0x00007fff752504b4 -[NSApplication _sendFinishLaunchingNotification] + 208
20  com.apple.AppKit                0x00007fff75113819 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 552
21  com.apple.AppKit                0x00007fff7511346b -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 661
22  com.apple.Foundation            0x00007fff79075afd -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 290
23  com.apple.Foundation            0x00007fff79075977 _NSAppleEventManagerGenericHandler + 102
24  com.apple.AE                    0x00007fff78479f26 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 544
25  com.apple.AE                    0x00007fff78479c9d dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 39
26  com.apple.AE                    0x00007fff78479ba9 aeProcessAppleEvent + 312
27  com.apple.HIToolbox             0x00007fff76b86ddf AEProcessAppleEvent + 55
28  com.apple.AppKit                0x00007fff7510ed1d _DPSNextEvent + 1833
29  com.apple.AppKit                0x00007fff7588a7ee -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796
30  com.apple.AppKit                0x00007fff751033db -[NSApplication run] + 926
31  mupen64plus                     0x0000000100004076 main + 1241
32  libdyld.dylib                   0x0000000100a0c235 start + 1

Thread 1:
0   libsystem_kernel.dylib          0x0000000100a5444e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x0000000100b1c621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x0000000100b1c07d start_wqthread + 13

Thread 2:
0   libsystem_kernel.dylib          0x0000000100a5444e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x0000000100b1c621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x0000000100b1c07d start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib          0x0000000100a5444e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x0000000100b1c621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x0000000100b1c07d start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib          0x0000000100a5444e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x0000000100b1c621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x0000000100b1c07d start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib          0x0000000100a5444e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x0000000100b1c621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x0000000100b1c07d start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib          0x0000000100a5444e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x0000000100b1c621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x0000000100b1c07d start_wqthread + 13

Thread 7:
0   libsystem_pthread.dylib         0x0000000100b1c070 start_wqthread + 0
1   ???                             0x0004000100010007 0 + 1125904201875463

Thread 8:
0   libsystem_kernel.dylib          0x0000000100a53bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x0000000100b1d7fa _pthread_cond_wait + 712
2   libSDL-1.2.0.dylib              0x000000010003fd0b SDL_CondWait + 14
3   libmupen64plus.dylib            0x000000010d358205 workqueue_thread_handler + 78
4   libSDL-1.2.0.dylib              0x000000010001cf8d SDL_RunThread + 53
5   libSDL-1.2.0.dylib              0x000000010003f764 RunThread + 9
6   libsystem_pthread.dylib         0x0000000100b1c93b _pthread_body + 180
7   libsystem_pthread.dylib         0x0000000100b1c887 _pthread_start + 286
8   libsystem_pthread.dylib         0x0000000100b1c08d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5fbb54e8  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007fff5fbb5510  rsp: 0x00007fff5fbb54e8
   r8: 0x0000000000000000   r9: 0x0000000000000215  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x000000010a2fa028  r13: 0x000000010a2fa000  r14: 0x0000000100b243c0  r15: 0x000000010c79bf26
  rip: 0x0000000100a53d42  rfl: 0x0000000000000206  cr2: 0x00007fff962ad128

Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133

Binary Images:
       0x100000000 -        0x100009fff +mupen64plus (0) <2F5687DA-17D6-3640-8622-7FD87A5CBC6E> /usr/local/bin/mupen64plus
       0x10000f000 -        0x100049fff +libSDL-1.2.0.dylib (0) <8B795B0C-2ACF-37C2-9006-603EA5A74A1F> /usr/local/opt/sdl/lib/libSDL-1.2.0.dylib
       0x10005a000 -        0x10005bffb  libSystem.B.dylib (1238.60.2) <F18AC1E7-C6F1-34B1-8069-BE571B3231D4> /usr/lib/libSystem.B.dylib
       0x100061000 -        0x1000f7ff7  com.apple.framework.IOKit (2.0.2 - 1324.60.3) <7CE4C98B-107C-3AAA-B49A-F2ACFCBBF526> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
       0x10013b000 -        0x100515fff  com.apple.CFNetwork (811.5.4 - 811.5.4) <46B1227B-F38C-3F8E-B0B5-5D9861ABF36B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
       0x100836000 -        0x10097cfff  libsqlite3.dylib (254.8) <058036FD-6EF3-3F9C-BF9B-2CB7A57205D7> /usr/lib/libsqlite3.dylib
       0x10099c000 -        0x1009cdfff  libdispatch.dylib (703.50.37) <6582BAD6-ED27-3B30-B620-90B1C5A4AE3C> /usr/lib/system/libdispatch.dylib
       0x100a07000 -        0x100a0cffb  libdyld.dylib (433.5) <9B2AC56D-107C-3541-A127-9094A751F2C9> /usr/lib/system/libdyld.dylib
       0x100a15000 -        0x100a15fff  liblaunch.dylib (972.70.1) <B856ABD2-896E-3DE0-B2C8-146A6AF8E2A7> /usr/lib/system/liblaunch.dylib
       0x100a1d000 -        0x100a1fff3  libquarantine.dylib (85.50.1) <12448CC2-378E-35F3-BE33-9DC395A5B970> /usr/lib/system/libquarantine.dylib
       0x100a26000 -        0x100a29ffb  libsystem_configuration.dylib (888.60.2) <BECC01A2-CA8D-31E6-BCDF-D452965FA976> /usr/lib/system/libsystem_configuration.dylib
       0x100a31000 -        0x100a34fff  libsystem_coreservices.dylib (41.4) <7D26DE79-B424-3450-85E1-F7FAB32714AB> /usr/lib/system/libsystem_coreservices.dylib
       0x100a3a000 -        0x100a5cff7  libsystem_kernel.dylib (3789.70.16) <34B1F16C-BC9C-3C5F-9045-0CAE91CB5914> /usr/lib/system/libsystem_kernel.dylib
       0x100a74000 -        0x100abbfe7  libsystem_m.dylib (3121.6) <86D499B5-BBDC-3D3B-8A4E-97AE8E6672A4> /usr/lib/system/libsystem_m.dylib
       0x100ac8000 -        0x100ae6ff7  libsystem_malloc.dylib (116.50.8) <A3D15F17-99A6-3367-8C7E-4280E8619C95> /usr/lib/system/libsystem_malloc.dylib
       0x100af3000 -        0x100afcff3  libsystem_networkextension.dylib (563.60.2) <B021F2B3-8A75-3633-ABB0-FC012B8E9B0C> /usr/lib/system/libsystem_networkextension.dylib
       0x100b08000 -        0x100b10fe7  libsystem_platform.dylib (126.50.8) <897462FD-B318-321B-A554-E61982630F7E> /usr/lib/system/libsystem_platform.dylib
       0x100b19000 -        0x100b23ff7  libsystem_pthread.dylib (218.60.3) <B8FB5E20-3295-39E2-B5EB-B464D1D4B104> /usr/lib/system/libsystem_pthread.dylib
       0x100b30000 -        0x100b33ff7  libsystem_sandbox.dylib (592.70.1) <4B92EC49-ACD0-36AE-B07A-A2B8152EAF9D> /usr/lib/system/libsystem_sandbox.dylib
       0x100b3a000 -        0x100b3bff3  libsystem_secinit.dylib (24.50.4) <F78B847B-3565-3E4B-98A6-F7AD40392E2D> /usr/lib/system/libsystem_secinit.dylib
       0x100b41000 -        0x100b48ffb  libsystem_symptoms.dylib (532.50.47) <3390E07C-C1CE-348F-ADBD-2C5440B45EAA> /usr/lib/system/libsystem_symptoms.dylib
       0x100b4f000 -        0x100b62ff7  libsystem_trace.dylib (518.70.1) <AC63A7FE-50D9-3A30-96E6-F6B7FF16E465> /usr/lib/system/libsystem_trace.dylib
       0x100b71000 -        0x100b9aff7  libxpc.dylib (972.70.1) <BF896DF0-D8E9-31A8-A4B3-01120BFEEE52> /usr/lib/system/libxpc.dylib
       0x100bba000 -        0x100bc6fff  libkxld.dylib (3789.70.16) <BD02EF3F-6E09-3A64-AB21-553D5B1D2859> /usr/lib/system/libkxld.dylib
       0x100bcc000 -        0x100bcfff3  com.apple.xpc.ServiceManagement (1.0 - 1) <BE0F9708-0B55-3E78-A15E-C287B8ED13BA> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
       0x100bd7000 -        0x100c84ff7  com.apple.CoreDisplay (1.0 - 1) <53D1EAFE-23A4-398D-BF52-E4299E670DB6> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
       0x103600000 -        0x103617ff3  libCGInterfaces.dylib (331.5) <02E9DD16-C5CB-3482-84EF-AA6188A0D28C> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
       0x1036b4000 -        0x1036b7fff +mupen64plus-audio-sdl.dylib (0) <0C394ED4-A5D6-3D67-9465-78F0FDADC344> /usr/local/lib/mupen64plus/mupen64plus-audio-sdl.dylib
       0x103701000 -        0x103707ff7 +mupen64plus-input-sdl.dylib (0) <8EEDEF64-3CF9-3E3D-AC36-7226F7304E85> /usr/local/lib/mupen64plus/mupen64plus-input-sdl.dylib
       0x103721000 -        0x10374bfff  GLRendererFloat (14.0.16) <6B57F70A-EFAC-3DB2-B9BA-E55D05D44DB5> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x10667c000 -        0x106687fff +mupen64plus-rsp-hle.dylib (0) <989B7156-6B3B-3E3A-BCE1-CFB5C9C1EE10> /usr/local/lib/mupen64plus/mupen64plus-rsp-hle.dylib
       0x107f59000 -        0x107f7cfff +libpng16.16.dylib (0) <C3D16FE4-F1F5-393F-8C79-363DD78F3F03> /usr/local/opt/libpng/lib/libpng16.16.dylib
       0x10a02a000 -        0x10a1d0fff  GLEngine (14.0.16) <08F2E804-13D2-3E80-9322-1A23A84A55F3> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x10a400000 -        0x10a472ff7  com.apple.driver.AppleIntelHD4000GraphicsMTLDriver (10.25.17 - 10.2.5) <A696BE6D-10C4-3FC0-9640-E7877E6903A2> /System/Library/Extensions/AppleIntelHD4000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsMTLDriver
       0x10a75c000 -        0x10a7d4ffb +libfreetype.6.dylib (0) <B0F3A7BB-31C2-3D6F-B659-5344922BFFE4> /usr/local/opt/freetype/lib/libfreetype.6.dylib
       0x10b000000 -        0x10b442ff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (10.25.17 - 10.2.5) <17A16898-2D81-3811-AC90-A209EAD6E884> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver
       0x10c606000 -        0x10c7abfff +mupen64plus-video-GLideN64.dylib (0) <D08767F6-87A6-30AD-9FBF-5D3F7C9FE7B0> /usr/local/lib/mupen64plus/mupen64plus-video-GLideN64.dylib
       0x10d2bd000 -        0x10d2fadc7  dyld (433.5) <322C06B7-8878-311D-888C-C8FD2CA96FF3> /usr/lib/dyld
       0x10d348000 -        0x10d3d3ffb +libmupen64plus.dylib (0) <49D156C7-D94A-3458-8A47-946BF48D2C37> /usr/local/lib/libmupen64plus.dylib
    0x7fff72a32000 -     0x7fff7327ffff  com.apple.GeForceGLDriver (10.17.5 - 10.1.7) <CB32FE96-F197-3605-929B-DC4D7E8BBCA7> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
    0x7fff73280000 -     0x7fff73b45ff3  libclh.dylib (4.0.3 - 4.0.3) <2CA40E20-9E48-3A2E-A0A4-2AAAF150F723> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x7fff73b46000 -     0x7fff73c56ff7  com.apple.GeForceMTLDriver (10.17.5 - 10.1.7) <CE0C6DDC-FCB7-3137-A8C3-75DCEF5DEA61> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
    0x7fff73f8b000 -     0x7fff73f8bfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <D6A08A72-7758-3CA8-813D-105F6E313E67> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff73fa4000 -     0x7fff745e4fe3  com.apple.vImage (8.1 - ???) <4C535C25-EF87-35BE-9BE8-D080A5C24084> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff745e5000 -     0x7fff747acfef  libBLAS.dylib (1185.50.4) <7AF8DB9A-E33B-30EB-8767-87AFB951E231> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff747ad000 -     0x7fff747c4fff  libBNNS.dylib (15) <26F32264-148E-35E5-A280-CA035CB3D6F0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff747c5000 -     0x7fff74bd0fff  libLAPACK.dylib (1185.50.4) <51B2BABA-F736-3663-885A-65A8991D3560> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff74bd1000 -     0x7fff74be7fff  libLinearAlgebra.dylib (1185.50.4) <0EC25E70-05DC-3615-85B6-81721566CF1D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff74be8000 -     0x7fff74beefff  libQuadrature.dylib (3) <EF56C8E6-DE22-3C69-B543-A8648F335FDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff74bef000 -     0x7fff74c02ff7  libSparseBLAS.dylib (1185.50.4) <0BDCF6A7-0228-3719-81C7-B6EBC7911320> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff74c03000 -     0x7fff74d50ff7  libvDSP.dylib (600.60.1) <F46DF4CB-864D-3541-9913-60521FCBBF4A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff74d51000 -     0x7fff74e08fe3  libvMisc.dylib (600.60.1) <F8770D18-FD5D-31C3-9FBA-D9E39B14247A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff74e09000 -     0x7fff74e09fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A2FC8240-F62F-3A23-AB10-8CE6B56AF476> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff750c8000 -     0x7fff75ea1ff3  com.apple.AppKit (6.9 - 1504.83.101) <AE51ACB3-D501-3F91-B369-3D3711F24D0A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff75eb3000 -     0x7fff75eb3fff  com.apple.ApplicationServices (48 - 48) <DA687F9A-7B2D-342B-8796-16E45344F853> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff75eb4000 -     0x7fff75f22ff7  com.apple.ApplicationServices.ATS (377 - 422.2) <A31D17BE-F747-39FB-9A84-5F2F8891204C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff75fbc000 -     0x7fff760ebff7  libFontParser.dylib (194.12) <73C3946D-EF92-3AC1-89C3-0E75B2A85325> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff760ec000 -     0x7fff76136fff  libFontRegistry.dylib (196.4) <EA96AE47-3369-3DEA-BB82-98348ADBD85B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff76193000 -     0x7fff761c6fff  libTrueTypeScaler.dylib (194.12) <8944A23A-EE36-3657-9B4F-933231C8FDEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff76233000 -     0x7fff762ddff7  com.apple.ColorSync (4.12.0 - 502.2) <ACA4001E-A0E3-33F6-9CD6-EEC2AA15E322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff762de000 -     0x7fff7632ffff  com.apple.HIServices (1.22 - 593) <045870A9-1D92-3FEF-8722-671E99A35E71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff76330000 -     0x7fff7633fff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff76340000 -     0x7fff7638dfff  com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff7638e000 -     0x7fff763c9fff  com.apple.QD (3.12 - 313) <B339C41D-8CDF-3342-8414-F9717DCCADD4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff763ca000 -     0x7fff763d5fff  com.apple.speech.synthesis.framework (6.6.2 - 6.6.2) <7853EFF4-62B9-394E-B7B8-41A645656820> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff763d6000 -     0x7fff765e2ff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <01518CAB-7DAD-3F09-83F8-B9FE0ABE998F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff765e3000 -     0x7fff765e3fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <B92868F8-2F15-32C0-A5BE-4ABA546B8BE1> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff76b40000 -     0x7fff76b40fff  com.apple.Carbon (154 - 157) <69F403C7-F0CB-34E6-89B0-235CF4978C17> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff76b41000 -     0x7fff76b44fff  com.apple.CommonPanels (1.2.6 - 98) <BF04BB22-D54C-309E-9F5C-897D969CAF70> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff76b45000 -     0x7fff76e4efff  com.apple.HIToolbox (2.1.1 - 857.8) <5367366E-747E-32CF-8E76-93CD8E7424C7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff76e4f000 -     0x7fff76e52ff7  com.apple.help (1.3.5 - 49) <B1A930E3-5907-3677-BACD-858EF68B172D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff76e53000 -     0x7fff76e58fff  com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff76e59000 -     0x7fff76ef0ff3  com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff76ef1000 -     0x7fff76f0bfff  com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff76f0c000 -     0x7fff76f0dff3  com.apple.print.framework.Print (12 - 267) <E2F82F1F-DC27-3EF0-9F75-B354F701450A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff76f0e000 -     0x7fff76f10ff7  com.apple.securityhi (9.0 - 55006) <DBD65629-535D-3669-8218-7F074D61638C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff76f11000 -     0x7fff76f17ff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff76ff8000 -     0x7fff76ff8fff  com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff77142000 -     0x7fff771cffff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <78767F88-91D4-31CE-AAC6-1F9407F479BB> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff771d0000 -     0x7fff771e3fff  com.apple.CoreBluetooth (1.0 - 1) <BCB78777-76F0-3CC1-8443-9E61AEF7EF63> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff771e4000 -     0x7fff774e3ff3  com.apple.CoreData (120 - 754.2) <0C9D9D78-758D-318F-9049-D42CC7944363> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff77591000 -     0x7fff77a24fff  com.apple.CoreFoundation (6.9 - 1349.8) <36385A3A-60D3-32DB-BF55-C6D8931A7AA6> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff77a25000 -     0x7fff780c8ff7  com.apple.CoreGraphics (2.0 - 1070.22) <A680AD1F-F65A-3C0D-ACD5-4E5B5B8AD23A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff780c9000 -     0x7fff7830cffb  com.apple.CoreImage (12.4.0 - 451.4.9) <BE4303C9-C9D9-361D-AC94-DBE40EB6700E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff78471000 -     0x7fff78471fff  com.apple.CoreServices (775.19 - 775.19) <7255917D-EFBB-3BE2-A8FD-DAD631BC0949> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff78472000 -     0x7fff784c3fff  com.apple.AE (712.5 - 712.5) <61F2AE2C-E04E-3FDF-9E88-201325136C83> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff784c4000 -     0x7fff7879fff7  com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <08AC074C-965B-3EDF-8E45-0707C8DE9EAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff787a0000 -     0x7fff787d3fff  com.apple.DictionaryServices (1.2 - 274) <D23866E2-F7C8-3984-A9D4-96552CCDE573> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff787d4000 -     0x7fff787dcff3  com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff787dd000 -     0x7fff78949ff7  com.apple.LaunchServices (775.19 - 775.19) <B75A0C49-E376-358C-81EE-6EFB0F605801> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff7894a000 -     0x7fff789faffb  com.apple.Metadata (10.7.0 - 1075.40) <B2FFCC10-5A9E-396B-B495-3D6C867669EE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff789fb000 -     0x7fff78a5afff  com.apple.CoreServices.OSServices (775.19 - 775.19) <4140569A-1848-3765-A52B-BB61C35CF88F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff78a5b000 -     0x7fff78acbfff  com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff78acc000 -     0x7fff78b11ff7  com.apple.coreservices.SharedFileList (38 - 38) <DA096678-93AB-3291-BDE2-482F1D544589> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff78b9a000 -     0x7fff78ce7ffb  com.apple.CoreText (352.0 - 544.15) <BF0EE575-BB7E-3BF9-9029-232B4ADC24E4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff78ce8000 -     0x7fff78d1dff3  com.apple.CoreVideo (1.8 - 235.3) <AC11D5FB-C77B-34F5-B942-F698E84C229F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff78d1e000 -     0x7fff78d8fffb  com.apple.framework.CoreWLAN (11.0 - 1200.31) <E47C0568-E37B-3052-9E77-F0F371DCDE7F> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff78e8d000 -     0x7fff78e92fff  com.apple.DiskArbitration (2.7 - 2.7) <70F56042-EF04-3BAF-9E04-90F423FB2BCC> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff79024000 -     0x7fff793cafff  com.apple.Foundation (6.9 - 1349.91) <A37CB4EC-0730-3DD6-9358-60491BF40EF2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff793f6000 -     0x7fff79427ff7  com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff794e7000 -     0x7fff7958afff  com.apple.Bluetooth (5.0.5 - 5.0.5f1) <913B97A6-9E18-3F15-992D-D522AA22EDE9> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff79622000 -     0x7fff79628ffb  com.apple.IOSurface (159.9 - 159.9) <08F1A246-1367-32EC-B3CE-724379409729> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff7967b000 -     0x7fff797deff7  com.apple.ImageIO.framework (3.3.0 - 1599.12) <7D624511-9E38-323E-86AA-A37BCECE61B0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff797df000 -     0x7fff797e3fff  libGIF.dylib (1599.12) <7D9B14DA-F2A9-3803-A10D-AF7330D4CD53> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff797e4000 -     0x7fff798d5ff7  libJP2.dylib (1599.12) <A02ACBD4-662D-382E-A969-C6FEF3963D54> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff798d6000 -     0x7fff798f9fff  libJPEG.dylib (1599.12) <10AD5A15-5891-30CF-B003-671724C49070> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff798fa000 -     0x7fff79920fff  libPng.dylib (1599.12) <6782415F-2B06-34FD-ACC6-61D91FB23FCF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff79921000 -     0x7fff79923ff3  libRadiance.dylib (1599.12) <2BE02AC8-2D9A-3554-82AE-D577E9540B1B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff79924000 -     0x7fff79972ff7  libTIFF.dylib (1599.12) <845B70BE-6432-32D1-9655-6DAF0639BF9A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff7a6db000 -     0x7fff7a6f4ff7  com.apple.Kerberos (3.0 - 1) <B9D242EB-E325-3A21-9812-C77CBBFB0D51> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff7aed4000 -     0x7fff7af2ffff  com.apple.Metal (87.18 - 87.18) <E3618B54-C728-34CA-9E8A-9BD33A295D31> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff7b818000 -     0x7fff7b820fff  com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff7b9f7000 -     0x7fff7b9ffff7  libcldcpuengine.dylib (2.8.5) <81563526-886E-37E4-BF85-4A6D75F93C65> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff7bbc8000 -     0x7fff7bc16ff3  com.apple.opencl (2.8.6 - 2.8.6) <E78463D3-73B6-3002-BD71-9CC1D6722968> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff7bc17000 -     0x7fff7bc30ffb  com.apple.CFOpenDirectory (10.12 - 194) <A64E9A01-3F6E-36EA-9C10-88C564A68C9D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff7bc31000 -     0x7fff7bc3cff7  com.apple.OpenDirectory (10.12 - 194) <4298FFD0-B1A7-3064-AF5B-708B3FA38671> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff7bc3d000 -     0x7fff7bc3ffff  libCVMSPluginSupport.dylib (14.0.16) <9E12EB67-6630-39A0-AB93-77405F5EC2A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff7bc40000 -     0x7fff7bc43ff7  libCoreFSCache.dylib (156.3) <687C4CC3-6537-344B-8BE1-5234C8CB2864> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff7bc44000 -     0x7fff7bc48fff  libCoreVMClient.dylib (156.3) <E7AEFCBE-B6BF-3C7C-9A4E-E78CB04DB794> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff7bc49000 -     0x7fff7bc52ff7  libGFXShared.dylib (14.0.16) <D10C7A01-8A11-3A42-A9FA-C411AE453B27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff7bc53000 -     0x7fff7bc5efff  libGL.dylib (14.0.16) <0801F3B9-A525-32BB-9BC0-478947CE21D9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff7bc5f000 -     0x7fff7bc9bff7  libGLImage.dylib (14.0.16) <FE39C57B-056C-3CBF-B653-A8F2005631C1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff7bc9c000 -     0x7fff7be12ff3  libGLProgrammability.dylib (14.0.16) <A95F26AD-D496-3581-A310-5131F61CFB4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff7bf8a000 -     0x7fff7bfcbff7  libGLU.dylib (14.0.16) <B285EAD6-B3AA-3753-BB85-75864BD6E76C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff7c933000 -     0x7fff7c941fff  com.apple.opengl (14.0.16 - 14.0.16) <167C9883-A79E-3B7F-AFED-8CD6683B291D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff7d665000 -     0x7fff7d865fff  com.apple.QuartzCore (1.11 - 453.39.4) <A45AFBC4-87D4-3533-A0AC-1D6629C77984> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff7ddcc000 -     0x7fff7e0ceff7  com.apple.security (7.0 - 57740.60.18) <005E8C96-40B6-35E3-B58B-888A5F5957C2> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff7e0cf000 -     0x7fff7e144fff  com.apple.securityfoundation (6.0 - 55132.50.7) <15C53957-A9DE-31AE-A192-949244F47CD7> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff7e4f9000 -     0x7fff7e568ff7  com.apple.SystemConfiguration (1.14 - 1.14) <3FFD3930-B307-3E31-9FA6-12221EB0F969> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff80de9000 -     0x7fff80e0bffb  com.apple.framework.Apple80211 (12.0 - 1200.47) <C3033EEE-771A-3664-BBDD-BE1F6D075FC7> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff80e0c000 -     0x7fff80e1bfeb  com.apple.AppleFSCompression (88.50.3 - 1.0) <478E8BFF-8BA2-375E-BE02-BA27F115C15A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff80f08000 -     0x7fff80f9397f  com.apple.AppleJPEG (1.0 - 1) <B9E9570D-04A4-34E4-B756-D200043B25B8> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff813c6000 -     0x7fff81444ff7  com.apple.backup.framework (1.8.5 - 1.8.5) <CC679891-E8F5-3166-8EB6-AEA06954A52D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff820cf000 -     0x7fff820f6ff3  com.apple.ChunkingLibrary (173 - 173) <FC2165F9-FC93-39C0-8323-C2F43A5E00A3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff82a1b000 -     0x7fff82a24ffb  com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8316d000 -     0x7fff8317dfff  com.apple.CoreEmoji (1.0 - 40.3.3) <E9A28301-2D79-3A97-A046-028258A6ABE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff834b8000 -     0x7fff834e8ff3  com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff83779000 -     0x7fff83808ff7  com.apple.CoreSymbolication (62046) <7839CD8E-011D-3567-88DE-3D472C661136> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff83809000 -     0x7fff83948fe7  com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff83949000 -     0x7fff83a19ff3  com.apple.CoreUtils (5.1 - 510.31) <E68BB8ED-8874-36EC-A7C5-1017C0E727CB> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff83a69000 -     0x7fff83aceff3  com.apple.framework.CoreWiFi (12.0 - 1200.31) <DF0972EF-F817-3FD3-8C00-2D57B8738D8C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff83acf000 -     0x7fff83addff7  com.apple.CrashReporterSupport (10.12 - 827) <802A9B81-E349-348B-90AB-10E40B654250> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff83b4f000 -     0x7fff83b59ffb  com.apple.framework.DFRFoundation (1.0 - 104.25) <7CFF896C-EF22-3941-BB3D-F3615CE4C908> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff83b5a000 -     0x7fff83b5eff3  com.apple.DSExternalDisplay (3.1 - 380) <4B5E3FF0-E8C3-38CC-BF72-418C928956AB> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff83b94000 -     0x7fff83c09ffb  com.apple.datadetectorscore (7.0 - 539.1) <74595F6C-8283-3C73-9F56-C6FA957F8B94> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff83c45000 -     0x7fff83c84fff  com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff83c85000 -     0x7fff83d96fff  com.apple.desktopservices (1.11.5 - 1.11.5) <46A9D4F3-1EF8-373C-98A4-AD48D285E484> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8407e000 -     0x7fff844afff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff85806000 -     0x7fff85806fff  libmetal_timestamp.dylib (600.0.49.9) <E5EED927-1671-3390-BCBB-D76201D63C73> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fff85813000 -     0x7fff8581eff3  libGPUSupportMercury.dylib (14.0.16) <7EE3DA75-2F9D-3C6D-AECD-F73EA47BE81B> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff85ad7000 -     0x7fff85af3fff  com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff86204000 -     0x7fff8627aff3  com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff86895000 -     0x7fff8689cffb  com.apple.IOAccelerator (311.14 - 311.14) <278124AF-02DC-3785-9FA9-14EDB8E5FD56> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff8689e000 -     0x7fff868b2ff7  com.apple.IOPresentment (1.0 - 29.10) <30DF04EE-10E2-353F-845F-A97B87DF3207> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff868b3000 -     0x7fff868d5fff  com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff869bc000 -     0x7fff86b73fff  com.apple.LanguageModeling (1.0 - 123.2.5) <A8CA965F-0399-310D-91C3-B93DDDE9A442> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff87494000 -     0x7fff8750dff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <C323FC94-FFA5-3EE6-B2AC-7E61EA92F304> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff87688000 -     0x7fff876b0ff7  com.apple.MultitouchSupport.framework (368.16 - 368.16) <9E602B4A-22CD-3CF3-B284-78D5123C9AE8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff87762000 -     0x7fff8776dfff  com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff88045000 -     0x7fff88086ff3  com.apple.PerformanceAnalysis (1.148.3 - 148.3) <4E468BC7-F863-3674-909D-417231EB8C28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8876e000 -     0x7fff88788fff  com.apple.ProtocolBuffer (1 - 249.1) <A1F1B0F3-078F-378F-A9A9-0DEEA70E816A> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff887a1000 -     0x7fff887c4ff3  com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff89520000 -     0x7fff895adfff  com.apple.Sharing (696.2.67 - 696.2.67) <F681EE28-153F-3216-97A6-6F5E4148AB2E> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff895ce000 -     0x7fff89843ffb  com.apple.SkyLight (1.600.0 - 170.3) <02648329-DEBD-387D-A065-D62A8C0294F5> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff89a22000 -     0x7fff89a2eff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff8a11a000 -     0x7fff8a18efdf  com.apple.Symbolication (62048.1) <1A30ED19-7532-3F46-9DD3-9879A973D0CF> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8a5cd000 -     0x7fff8a5d3ff7  com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8a65f000 -     0x7fff8a725ff7  com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff8a799000 -     0x7fff8a79afff  com.apple.TrustEvaluationAgent (2.0 - 28.50.1) <EBE65DD5-1732-3747-8C6C-7BECEBF089A4> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8a79b000 -     0x7fff8a92bff3  com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff8b9dc000 -     0x7fff8b9deffb  com.apple.loginsupport (1.0 - 1) <F3140B97-12C3-35A7-9D3D-43DA2D13C113> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff8ba33000 -     0x7fff8ba4eff7  libCRFSuite.dylib (34) <F78B7F5F-0B4F-35C6-AA2F-84EE9CB22137> /usr/lib/libCRFSuite.dylib
    0x7fff8ba4f000 -     0x7fff8ba5afff  libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
    0x7fff8baec000 -     0x7fff8baedff3  libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8baee000 -     0x7fff8bd01fff  libFosl_dynamic.dylib (16.39) <E22A4243-D148-3C74-BA15-2D906A3D1F9E> /usr/lib/libFosl_dynamic.dylib
    0x7fff8bd25000 -     0x7fff8bd25fff  libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8bd26000 -     0x7fff8bd2affb  libScreenReader.dylib (477.40.6) <CBE6420C-EF60-3ACD-A0B6-7CBE936BA3B8> /usr/lib/libScreenReader.dylib
    0x7fff8bd98000 -     0x7fff8bdc3ff3  libarchive.2.dylib (41.70.1) <A3FA7D6E-3D68-3524-8B48-EB2ECA44B13B> /usr/lib/libarchive.2.dylib
    0x7fff8bdc4000 -     0x7fff8beb9fef  libate.dylib (1.12.13) <DB9881C3-E24A-3984-91E0-77F6F13F795C> /usr/lib/libate.dylib
    0x7fff8bebd000 -     0x7fff8bebdff3  libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
    0x7fff8bebe000 -     0x7fff8beceff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fff8becf000 -     0x7fff8beddff7  libbz2.1.0.dylib (38) <ADFA329A-DCE7-356D-8F09-A3168DFC6610> /usr/lib/libbz2.1.0.dylib
    0x7fff8bede000 -     0x7fff8bf34ff7  libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
    0x7fff8bf35000 -     0x7fff8bf5eff7  libc++abi.dylib (307.4) <BC271AD3-831B-362A-9DA7-E8C51F285FE4> /usr/lib/libc++abi.dylib
    0x7fff8bf5f000 -     0x7fff8bf6fffb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fff8bf70000 -     0x7fff8bf86ff7  libcompression.dylib (39) <BDAA8CC7-0BFC-36EC-9E75-58BDC15AC3B6> /usr/lib/libcompression.dylib
    0x7fff8bf87000 -     0x7fff8bf87ff7  libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
    0x7fff8bf88000 -     0x7fff8bf89ff3  libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff8c043000 -     0x7fff8c128ff7  libcrypto.0.9.8.dylib (64.50.6) <D34E16A7-990A-37A9-933A-DFAA46554EAA> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8c2c6000 -     0x7fff8c319ff7  libcups.2.dylib (450) <9950BFCB-7882-33C9-9ECF-CE66773C5657> /usr/lib/libcups.2.dylib
    0x7fff8c396000 -     0x7fff8c396fff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fff8c3a6000 -     0x7fff8c3abff7  libheimdal-asn1.dylib (498.50.8) <A40E3196-235E-34CE-AD9A-8D1AFC5DE004> /usr/lib/libheimdal-asn1.dylib
    0x7fff8c3ac000 -     0x7fff8c49eff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fff8c49f000 -     0x7fff8c6c4ffb  libicucore.A.dylib (57166.0.1) <CCD2ED24-3071-383B-925D-8D763BB12A6F> /usr/lib/libicucore.A.dylib
    0x7fff8c6ca000 -     0x7fff8c6cbfff  liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
    0x7fff8c6cc000 -     0x7fff8c6e5ffb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fff8c6e6000 -     0x7fff8c6fcff7  libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
    0x7fff8c6fd000 -     0x7fff8c9a5ff7  libmecabra.dylib (744.8) <D429FCC9-42A4-38B3-8784-44024BC859EF> /usr/lib/libmecabra.dylib
    0x7fff8c9d8000 -     0x7fff8ca52ff3  libnetwork.dylib (856.60.1) <191E99F5-4723-3180-8013-02AF2F9AE4B8> /usr/lib/libnetwork.dylib
    0x7fff8ca53000 -     0x7fff8ce28bc7  libobjc.A.dylib (709.1) <4DF3C25C-52C2-3F01-A3EF-0D9D53A73C1C> /usr/lib/libobjc.A.dylib
    0x7fff8ce2b000 -     0x7fff8ce2ffff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fff8ce30000 -     0x7fff8ce61fff  libpcap.A.dylib (67.60.1) <F6BC6ED6-AEE4-3520-B248-0C342636E2B0> /usr/lib/libpcap.A.dylib
    0x7fff8ce7e000 -     0x7fff8ce9affb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fff8d125000 -     0x7fff8d132fff  libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
    0x7fff8d133000 -     0x7fff8d222fff  libxml2.2.dylib (30.17) <D4C3E467-37C6-34DE-8A1B-E7BFC29985E9> /usr/lib/libxml2.2.dylib
    0x7fff8d223000 -     0x7fff8d24cfff  libxslt.1.dylib (15.9) <00735AD5-B62D-3E83-86AC-5533E4E2B102> /usr/lib/libxslt.1.dylib
    0x7fff8d24d000 -     0x7fff8d25eff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fff8d26d000 -     0x7fff8d271ff7  libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
    0x7fff8d272000 -     0x7fff8d27cfff  libcommonCrypto.dylib (60092.50.5) <8A64D1B0-C70E-385C-92F0-E669079FDA90> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8d27d000 -     0x7fff8d284fff  libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8d285000 -     0x7fff8d28dfff  libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
    0x7fff8d28e000 -     0x7fff8d311fdf  libcorecrypto.dylib (442.50.19) <65D7165E-2E71-335D-A2D6-33F78E2DF0C1> /usr/lib/system/libcorecrypto.dylib
    0x7fff8d34a000 -     0x7fff8d34affb  libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
    0x7fff8d359000 -     0x7fff8d35eff3  libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
    0x7fff8d362000 -     0x7fff8d363ffb  libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
    0x7fff8d364000 -     0x7fff8d37cff7  libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
    0x7fff8d37d000 -     0x7fff8d37dff7  libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8d37e000 -     0x7fff8d40bfef  libsystem_c.dylib (1158.50.2) <E5AE5244-7D0C-36AC-8BB6-C7AE7EA52A4B> /usr/lib/system/libsystem_c.dylib
    0x7fff8d414000 -     0x7fff8d42cfff  libsystem_coretls.dylib (121.50.4) <EC6FCF07-DCFB-3A03-9CC9-6DD3709974C6> /usr/lib/system/libsystem_coretls.dylib
    0x7fff8d42d000 -     0x7fff8d433fff  libsystem_dnssd.dylib (765.50.9) <CC960215-0B1B-3822-A13A-3DDE96FA796F> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8d434000 -     0x7fff8d45dff7  libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
    0x7fff8d4e8000 -     0x7fff8d541ffb  libsystem_network.dylib (856.60.1) <369D0221-56CA-3C3E-9EDE-94B41CAE77B7> /usr/lib/system/libsystem_network.dylib
    0x7fff8d54c000 -     0x7fff8d555ff3  libsystem_notify.dylib (165.20.1) <B8160190-A069-3B3A-BDF6-2AA408221FAE> /usr/lib/system/libsystem_notify.dylib
    0x7fff8d58c000 -     0x7fff8d591ffb  libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib

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

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

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               256K        3 
Activity Tracing                   256K        2 
CG backing stores                  992K        3 
CG image                            32K        5 
CoreUI image data                  144K        2 
CoreUI image file                  284K        5 
Dispatch continuations            16.0M        2 
Kernel Alloc Once                    8K        2 
MALLOC                           145.6M       41 
MALLOC guard page                   48K       10 
Memory Tag 242                      12K        2 
STACK GUARD                       56.0M       10 
Stack                             12.1M       10 
VM_ALLOCATE                       12.1M       16 
__DATA                            64.3M      233 
__GLSLBUILTINS                    2588K        2 
__IMAGE                            528K        2 
__LINKEDIT                       120.8M       41 
__TEXT                           155.9M      225 
__UNICODE                          556K        2 
mapped file                       53.2M       11 
shared memory                     16.3M       10 
===========                     =======  ======= 
TOTAL                            657.9M      617 

Model: MacBookPro10,1, BootROM MBP101.00EE.B18, 4 processors, Intel Core i7, 2.3 GHz, 8 GB, SMC 2.3f36
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (7.21.171.130.1a1)
Bluetooth: Version 5.0.5f1, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM256E, 251 GB
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: FaceTime HD Camera (Built-in)
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Hub
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 3.0 Bus
USB Device: USB Receiver
Thunderbolt Bus: MacBook Pro, Apple Inc., 23.4

and terminal says

UI-Console Status: Cheat codes disabled.
UI-Console: using Video plugin: 'GLideN64' v2.0.0
UI-Console: using Audio plugin: 'Mupen64Plus SDL Audio Plugin' v2.5.0
UI-Console: using Input plugin: 'Mupen64Plus SDL Input Plugin' v2.5.0
UI-Console: using RSP plugin: 'Hacktarux/Azimer High-Level Emulation RSP Plugin' v2.5.0
Input: 0 SDL joysticks were found.
Input: N64 Controller #1: Forcing default keyboard configuration
Input: 1 controller(s) found, 1 plugged in and usable in the emulator
Input: Mupen64Plus SDL Input Plugin version 2.5.0 initialized.
(II) Setting video mode 1112x834...
Core: Setting video mode: 1112x834
Assertion failed: (!gfxContext.isError()), function init, file /Users/Conor/thingo/GLideN64/src/Textures.cpp, line 533.
zsh: abort      mupen64plus --gfx mupen64plus-video-GLideN64.dylib Mario\ Kart\ 64.v64
gonetz commented 7 years ago

Ok, shader compilation errors. Which graphics adapter you use: integrated Intel or GeForce GT 650M?

gonetz commented 7 years ago

version 000 core

Plugin failed to detect OpenGL version.

Please open Log.h and replace #define LOG_LEVEL LOG_WARNING by #define LOG_LEVEL LOG_VERBOSE and rebuild.

Remove old gliden64.log and run mupen64plus again. Post new gliden64.log. It should contain information about detected OpenGL version and vendor.

ibrokemypie commented 7 years ago

gliden64.log.txt have done. should be the nvidia, though I havent touched it

gonetz commented 7 years ago
OpenGL major version: 0
OpenGL minor version: 0

This is the problem. Something is with OpenGL driver, as it don't want to report about supported version. Emulator creates OpenGL context. not the plugin. Have you tried other mupen64plus graphics plugins on your PC, e.g. default one? As a workaround, you may force OpenGL version in code, for example, in GLideN64\src\Graphics\OpenGLContext\opengl_GLInfo.cpp in GLInfo::init() set

        majorVersion = 4;
        minorVersion = 1;

instead of

        glGetIntegerv(GL_MAJOR_VERSION, &majorVersion);
        glGetIntegerv(GL_MINOR_VERSION, &minorVersion);

But I doubt that it will help because if such basic thing as glGetIntegerv does not work properly, something bad happened. Probably, Mac OS updated again, and functions declared deprecated for previous version do not work anymore.

ibrokemypie commented 7 years ago

Yes, both rice and glide64mk2 work fine. gliden64.log.txt still crashes after making those changes

gonetz commented 7 years ago

Do you use latest version of mupen64plus? rice and glide64mk2 can work with compatibility OpenGL profile. GLideN64 requires core OpenGL 3.3. You card supports it. It must be supported in drivers too. Also, older version of mupen64plus could not create core profile. You need latest version, which uses SDL2. May be @fprimex can give you more details about it, as he managed to run GLideN64 on his Mac: #1405

ibrokemypie commented 7 years ago

Mupen64Plus Console User-Interface Version 2.5.0

UI-Console: attached to core library 'Mupen64Plus Core' version 2.5.0

AmbientMalice commented 7 years ago

UI-Console: attached to core library 'Mupen64Plus Core' version 2.5.0

Mupen64plus 2.5 is from two years ago. But there aren't official releases since then.

You could try this.

https://m64p.github.io/

loganmc10 commented 7 years ago

Current git builds will still say 2.5 I believe. Unfortunately the build at m64p.github.io is only Windows and Linux, I don't know if anyone out there is building mupen64plus git builds for Mac.

fprimex commented 7 years ago

Hey everyone. I may have time to pick all of this back up mid/late next week. If I can, I will report back on my efforts and summarize what and how I'm doing everything, and where I'm stuck.

StenApp commented 6 years ago

Is it possible to compile with Xcode? and doing it without Terminal command magic? Can someone please set up a wiki like for Linux and Windows please.

StenApp commented 6 years ago

I had to test how it works, this is what needs to be done on a new macOS system:

-install Xcode -install brew: type the following in a Terminal window /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" More Info under https://brew.sh

-install required packets with brew in Terminal window, command is brew install paketname QT5 cMake Libpng Freetype (SDL2) I'm not sure with this, maybe only mupen64plus

-after this open Xcode, choose clone an existing project enter the GitHub link to GlideN64 https://github.com/gonetz/GLideN64.git alternatively you can download the Sourcecode as a zip file and unpack it save either or in user folder (the make commands need to be changed otherwise!)

-open new Terminal window and enter the commands line by line: cd GLideN64 chmod +x src/getRevision.sh src/getRevision.sh cd projects/cmake cmake -DCMAKE_BUILD_TYPE=Release -DMUPENPLUSAPI=On ../../src/ make

You will find the plugin in plugin/release subfolder of cmake folder, that is GLideN64/projects/cmake/plugin/release

StenApp commented 6 years ago

@gonetz

got 3 warnings during creation, telling something about deprecated, maybe it is fixable....

[ 57%] Building CXX object CMakeFiles/mupen64plus-video-GLideN64.dir/Graphics/OpenGLContext/GLFunctions.cpp.o
/Users/stenapp/GLideN64/src/Graphics/OpenGLContext/GLFunctions.cpp:47:9: warning: 'NSIsSymbolNameDefined' is
      deprecated: first deprecated in macOS 10.4 - dlsym() [-Wdeprecated-declarations]
    if (NSIsSymbolNameDefined (symbolName)) // 4
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/mach-o/dyld.h:190:17: note: 
      'NSIsSymbolNameDefined' has been explicitly marked deprecated here
extern bool     NSIsSymbolNameDefined(const char* symbolName)                                                    _...
                ^
/Users/stenapp/GLideN64/src/Graphics/OpenGLContext/GLFunctions.cpp:48:18: warning: 'NSLookupAndBindSymbol' is
      deprecated: first deprecated in macOS 10.4 - dlsym() [-Wdeprecated-declarations]
        symbol = NSLookupAndBindSymbol (symbolName);
                 ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/mach-o/dyld.h:193:17: note: 
      'NSLookupAndBindSymbol' has been explicitly marked deprecated here
extern NSSymbol NSLookupAndBindSymbol(const char* symbolName)                                                    _...
                ^
/Users/stenapp/GLideN64/src/Graphics/OpenGLContext/GLFunctions.cpp:50:21: warning: 'NSAddressOfSymbol' is deprecated:
      first deprecated in macOS 10.5 - dlsym() [-Wdeprecated-declarations]
    return symbol ? NSAddressOfSymbol (symbol) : NULL; // 6
                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/mach-o/dyld.h:202:21: note: 
      'NSAddressOfSymbol' has been explicitly marked deprecated here
extern void *       NSAddressOfSymbol(NSSymbol symbol) __IOS_UNAVAILABLE __BRIDGEOS_UNAVAILABLE __OSX_DEPRECATED(1...
                    ^
3 warnings generated.
gonetz commented 6 years ago

cmake -DCMAKE_BUILD_TYPE=Release -DMUPENPLUSAPI=On ../../src/

It is safe to use -DVEC4_OPT=On option as well

got 3 warnings during creation

I know about these warning, but I don't know how to write this functionality without deprecated functions. Any help is welcome.

StenApp commented 6 years ago

Does this help?:

https://sourceforge.net/p/glew/patches/17/ https://bitbucket.org/alfonse/glloadgen/issues/29/compilation-errors-on-mac-os-x

#include <dlfcn.h>

static void* AppleGLGetProcAddress (const char *name)
{
    static void* image = NULL;
    if (NULL == image)
        image = dlopen("/System/Library/Frameworks/OpenGL.framework/Versions/Current/OpenGL", RTLD_LAZY);

    return (image ? dlsym(image, name) : NULL);
}

seems to work, no more deprecated messages...

gonetz commented 6 years ago

@StenApp Could you provide pull request with that fix?

StenApp commented 6 years ago

I'd like to but how?

gonetz commented 6 years ago

Do you know how to work with git? You may make new commit, create patch with 'git format-patch -1' and attach zip file with the patch here. If not, you may simple attach zip file with your modifications in that thread.

StenApp commented 6 years ago

0001-commit-message.patch.zip

Never worked with git, no clue how to use it. No manual for beginner, and all pros smash with commands.... Seems to be like programming, more luck in trying than knowledge ;-)

gonetz commented 6 years ago

@StenApp Thanks! I put it to https://github.com/gonetz/GLideN64/tree/macos_fixes branch.

Here the binary, built from this branch: https://drive.google.com/file/d/17heLzDua-dIbbgHhB4_R5-hAyS6psY4j/view?usp=sharing Mac users, please test it.

StenApp commented 6 years ago

I need to get the graphics switching fixed for me. I try to find GlideN64 log

http://mupen64plus.org/wiki/index.php?title=FileLocations#Where_the_heck_are_the_files.3F

Seems to be an OpenGL issue...

StenApp commented 6 years ago

empty log

gonetz commented 6 years ago

macOS builds performed by Travis CI. If MacOsX build does not work properly, please open new issue with detailed description of the problem.