HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. benzenewings
    3. Posts
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 13
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Build Carbon Resources build phases are no longer supported

      @d-healey Ya, same experience here for me, after changing that. I'll talk through what I do to modify that setting. So there is no Projucer file for the project until I try a build and let it fail, so I export an AU until it fails, then go to that folder and change the Projcer setting for Enable Plugin Copy - Disabled, save, then Go to Hise and export again, and same error happens. I'd assume this is wrong way going about it.
      I also tried just Compile Project, which gives xpretty errors, so there may be some issues with that install even tho i ran the command for installing it and all went fine.. here is screen of Compile error.

      Perform sanity checks
      Create C++ autogenerated files
      Create binary data files
      Exporting the pooled resources
      Export audio files
      Export image files
      Export samplemap files
      Export MIDI files
      DONE
      Create embedded data files
      Launch system compiler...
      Re-saving file: /Users/nathan/Documents/HISE Projects/TestFader2/Binaries/AutogeneratedProject.jucer
      Finished saving: Visual Studio 2017
      Finished saving: Xcode (macOS)
      Finished saving: Xcode (iOS)
      Finished saving: Linux Makefile
      Compiling Instrument plugin TestFader2 ...
      Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
      /Library/Ruby/Gems/2.6.0/gems/xcpretty-0.4.0/lib/xcpretty/parser.rb:434:in ===': invalid byte sequence in US-ASCII (ArgumentError) from /Library/Ruby/Gems/2.6.0/gems/xcpretty-0.4.0/lib/xcpretty/parser.rb:434:in update_test_state'
      from /Library/Ruby/Gems/2.6.0/gems/xcpretty-0.4.0/lib/xcpretty/parser.rb:307:in parse' from /Library/Ruby/Gems/2.6.0/gems/xcpretty-0.4.0/lib/xcpretty/formatters/formatter.rb:88:in pretty_format'
      from /Library/Ruby/Gems/2.6.0/gems/xcpretty-0.4.0/lib/xcpretty/printer.rb:19:in pretty_print' from /Library/Ruby/Gems/2.6.0/gems/xcpretty-0.4.0/bin/xcpretty:84:in block in <top (required)>'
      from /Library/Ruby/Gems/2.6.0/gems/xcpretty-0.4.0/bin/xcpretty:83:in each_line' from /Library/Ruby/Gems/2.6.0/gems/xcpretty-0.4.0/bin/xcpretty:83:in <top (required)>'
      from /usr/local/bin/xcpretty:23:in load' from /usr/local/bin/xcpretty:23:in

      '
      ** BUILD FAILED **

      Screenshot 2025-02-10 at 10.09.54 PM.png

      posted in General Questions
      B
      benzenewings
    • RE: Build Carbon Resources build phases are no longer supported

      @d-healey Screenshot 2025-02-08 at 12.05.02 PM.png .. I don't seem to have that. 🤔

      posted in General Questions
      B
      benzenewings
    • RE: Build Carbon Resources build phases are no longer supported

      @Christoph-Hart sorry, how do i go about deactivating the Plugin Copy step? I do not see that in Settings. -- Yes, using the latest Hise -build from develop.

      posted in General Questions
      B
      benzenewings
    • RE: Build Carbon Resources build phases are no longer supported

      quick update: i did a build of Hise instead of binary package installer.. followed all instructions, went fine, opened it up, put one knob fader in a project, saved, exported a Standalone plugin just fine. Tried AU and VST, same error. .
      "error: Cycle in dependencies detected, but could not be parsed. Please file a bug report with the build transcript and how to reproduce the cycle if possible."

      posted in General Questions
      B
      benzenewings
    • RE: Build Carbon Resources build phases are no longer supported

      @Christoph-Hart Let me do a run down here of my setup to ensure I am doing it correctly. I download the Hise mac installer binary from Hise.dev website link, install the application, then download the matching 4.1 source code and extract the folder. I launch the app, click new project empty, file-settings and change Hise Path in development tab to the folder i extracted source code Hise 4.1 (which is in my downloads folder, so probably fine permissions, etc), save settings. Then I add one knob component in the editor (just for a blank test), go Export-setupExport Wizard, I get green checks everywhere, then I go Export as Instrument, AUi format, OK, build starts (see screen shot), then i get error: Cycle in dependencies detected, but could not be parsed. Please file a bug report with the build transcript and how to reproduce the cycle if possible.
      Build Carbon Resources build phases are no longer supported. Rez source files should be moved to the Copy Bundle Resources build phase. (in target 'volumeknobtest - AU' from project 'volumeknobtest')
      ** BUILD FAILED **
      ... As I've said I had it working on my old machine in 2020-2021, made one instrument successfully for myself, used it, (still works on my Logic Pro actually as au), this week I thought of an instrument idea i wanted to try and I have all new computers now since 2021, so I went to Hise and got started and so far this as far as I got, so maybe I'm doing something wrong. I dont't recall it being complex or hardships setting up last time I got in to it, maybe got lucky, lol, or of corse as we know apple luvs to make everything more difficult as we progress, so thats where I'm at. Any help getting this going again would be great. I have the following macs for testing, mac pillbox pro runs Monterey, mac pro tower (2019) running Sequioa, mac pro 2019 running Ventura, and macbook pro m2 2022 running ventura (but i have learned to avoid dev on arm units -but willing to try), and I have an HP laptop runing Ubuntu 24 (that I'm on another thread here) trying to see if I can get it running on there. So far, I have not successfully been able to build an AU with Hise on any machine, so maybe there is something i am totally missing or going about the wrong way.

      posted in General Questions
      B
      benzenewings
    • RE: Build Carbon Resources build phases are no longer supported

      I also just tried it on a different older mac running Ventura and Xcode Version 15.2 (15C500b)
      Same error with a little extra red text on this one.. attached is screen capture. I luved playing with Hise couple years ago, I really hope to see it working again for me. Screenshot 2025-02-07 at 4.53.31 PM.png

      posted in General Questions
      B
      benzenewings
    • RE: Build Carbon Resources build phases are no longer supported

      @Christoph-Hart Xcode version is Version 16.2 (16C5032a)

      posted in General Questions
      B
      benzenewings
    • Linux Hise Build with Blank Dialog Menus

      Hi. So I have an Ubuntu 24 laptop and thought I would try Hise on it. Following the instructions on git, I was able to successfully build a Hise Standalone app inside BUilds and launched it, however any dialog displays such as the welcome splash and export wizard dialog etc are completely blank. Should I try building again with a different fork/version? SOmething obviously missed. I tried x11 and wayland to see if was related, but both launch hise just fine, but neither will display dialog. What interesting is the application works as normal such as adding modules, placing samples, a lot of features, but obviously cant export/build anything, etc. Any one have an idea let me know.

      posted in General Questions
      B
      benzenewings
    • RE: Build Carbon Resources build phases are no longer supported

      Thanks for replying... my project name is simply Drums01 with no spaces. I do see the Drums01 - Shared Code'. but i do not know where that is coming from or being generated by.

      posted in General Questions
      B
      benzenewings
    • RE: Build Carbon Resources build phases are no longer supported

      hey everyone, I am facing this as well, here is a screen shot. I am trying to build an AU plugin on mac sequoia. I used to do some Hise stuff in the past and did a couple builds, but had not done much in a while, installed hise on mac pro intel, did the Setup Export Wizard, it downloaded and extracted a couple things, i have green checks at every spot, restarted hise, restarted computer, tried a build and keep getting this error. It is a very simple instrument with just a sampler module and 3 drum sample audio files as a test. Screenshot 2025-02-07 at 2.09.28 AM.png

      posted in General Questions
      B
      benzenewings
    • Multi-Mic Volume control

      Is it possible to route each mic of a multi-mic to a volume knob, to control output of each mic layer? I have made a multimic sampler instrument with no errors, and everything works well, its just playing them (the 3 mic positions) all at the same volume. How can I go about setting the levels independently?

      posted in General Questions multi mic multi-mic muiltimic multiple output
      B
      benzenewings
    • RE: HISE Standalone quit unexpectedly. - OSX

      Brillliant! golly that was fast response, very cool. Boots! Excited to tweak around now. - Thanks!

      posted in General Questions
      B
      benzenewings
    • HISE Standalone quit unexpectedly. - OSX

      Hello Christoph and all others. After reading around on the HISE site for couple days I decided to give it a go.. well I didn't get to far.. See as soon as I launched HISE after installing it on OSX , it immediately says "HISE Standalone quit unexpectedly." . . so thats that.. I tried re-downloanding and re-installing, just in case corrupt pkg or something, and same error.. So I pasted the error report, see if this could be of help and if anyone else is experiencing it... I saw there was a previous version that had quit like this, but that was a few months ago.. Any help getting this to launch is appreciated.

      Process:               HISE [9663]
      Path:                  /Applications/HISE.app/Contents/MacOS/HISE
      Identifier:            com.hartinstruments.HISEStandalone
      Version:               1.5.0 (1.5.0)
      Code Type:             X86-64 (Native)
      Parent Process:        ??? [1]
      Responsible:           HISE [9663]
      User ID:               501
      
      Date/Time:             2018-02-04 04:53:11.336 -0500
      OS Version:            Mac OS X 10.10.5 (14F27)
      Report Version:        11
      Anonymous UUID:        
      
      
      Time Awake Since Boot: 320000 seconds
      
      Crashed Thread:        0  Juce Message Thread  Dispatch queue: com.apple.main-thread
      
      Exception Type:        EXC_BAD_INSTRUCTION (SIGILL)
      Exception Codes:       0x0000000000000001, 0x0000000000000000
      
      Thread 0 Crashed:: Juce Message Thread  Dispatch queue: com.apple.main-thread
      0   com.hartinstruments.HISEStandalone	0x00000001074602df hise::TimeVariantModulatorFactoryType::createProcessor(int, juce::String const&) + 12799
      1   com.hartinstruments.HISEStandalone	0x000000010740b1bf hise::PresetHandler::buildFactory(hise::FactoryType*, juce::String const&) + 207
      2   com.hartinstruments.HISEStandalone	0x0000000107240360 hise::BackendRootWindow::BackendRootWindow(juce::AudioProcessor*, juce::var) + 2000
      3   com.hartinstruments.HISEStandalone	0x000000010723d0f1 hise::BackendProcessor::createEditor() + 81
      4   com.hartinstruments.HISEStandalone	0x00000001071efd20 HISEStandaloneApplication::initialise(juce::String const&) + 1680
      5   com.hartinstruments.HISEStandalone	0x000000010784b072 juce::JUCEApplicationBase::initialiseApp() + 1138
      6   com.hartinstruments.HISEStandalone	0x000000010797f96b juce::JUCEApplication::initialiseApp() + 11
      7   com.hartinstruments.HISEStandalone	0x00000001071f376e main + 222
      8   com.hartinstruments.HISEStandalone	0x0000000106e9fd54 start + 52
      
      Thread 1:: Dispatch queue: com.apple.libdispatch-manager
      0   libsystem_kernel.dylib        	0x00007fff92fec232 kevent64 + 10
      1   libdispatch.dylib             	0x00007fff8edc0a6a _dispatch_mgr_thread + 52
      
      Thread 2:
      0   libsystem_kernel.dylib        	0x00007fff92feb94a __workq_kernreturn + 10
      1   libsystem_pthread.dylib       	0x00007fff910853dd start_wqthread + 13
      
      Thread 3:
      0   libsystem_kernel.dylib        	0x00007fff92feb94a __workq_kernreturn + 10
      1   libsystem_pthread.dylib       	0x00007fff910853dd start_wqthread + 13
      
      Thread 4:
      0   libsystem_kernel.dylib        	0x00007fff92feb94a __workq_kernreturn + 10
      1   libsystem_pthread.dylib       	0x00007fff910853dd start_wqthread + 13
      
      Thread 5:
      0   libsystem_kernel.dylib        	0x00007fff92feb94a __workq_kernreturn + 10
      1   libsystem_pthread.dylib       	0x00007fff910853dd start_wqthread + 13
      
      Thread 6:: thumb cache
      0   libsystem_kernel.dylib        	0x00007fff92feb136 __psynch_cvwait + 10
      1   com.hartinstruments.HISEStandalone	0x0000000107800b3e juce::WaitableEvent::wait(int) const + 206
      2   com.hartinstruments.HISEStandalone	0x0000000107800928 juce::TimeSliceThread::run() + 728
      3   com.hartinstruments.HISEStandalone	0x000000010780d65b threadEntryProc + 475
      4   libsystem_pthread.dylib       	0x00007fff9108805a _pthread_body + 131
      5   libsystem_pthread.dylib       	0x00007fff91087fd7 _pthread_start + 176
      6   libsystem_pthread.dylib       	0x00007fff910853ed thread_start + 13
      
      Thread 7:: Sample Loading Thread
      0   libsystem_kernel.dylib        	0x00007fff92feb136 __psynch_cvwait + 10
      1   com.hartinstruments.HISEStandalone	0x0000000107800b3e juce::WaitableEvent::wait(int) const + 206
      2   com.hartinstruments.HISEStandalone	0x0000000107748bfd hise::SampleThreadPool::run() + 173
      3   com.hartinstruments.HISEStandalone	0x000000010780d65b threadEntryProc + 475
      4   libsystem_pthread.dylib       	0x00007fff9108805a _pthread_body + 131
      5   libsystem_pthread.dylib       	0x00007fff91087fd7 _pthread_start + 176
      6   libsystem_pthread.dylib       	0x00007fff910853ed thread_start + 13
      
      Thread 8:: com.apple.audio.IOThread.client
      0   libsystem_kernel.dylib        	0x00007fff92fe64de mach_msg_trap + 10
      1   libsystem_kernel.dylib        	0x00007fff92fe564f mach_msg + 55
      2   com.apple.audio.CoreAudio     	0x00007fff916ca57e HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
      3   com.apple.audio.CoreAudio     	0x00007fff916ca50c HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
      4   com.apple.audio.CoreAudio     	0x00007fff916c8aa9 HALC_ProxyIOContext::IOWorkLoop() + 965
      5   com.apple.audio.CoreAudio     	0x00007fff916c8612 HALC_ProxyIOContext::IOThreadEntry(void*) + 88
      6   com.apple.audio.CoreAudio     	0x00007fff916c84e3 HALB_IOThread::Entry(void*) + 157
      7   libsystem_pthread.dylib       	0x00007fff9108805a _pthread_body + 131
      8   libsystem_pthread.dylib       	0x00007fff91087fd7 _pthread_start + 176
      9   libsystem_pthread.dylib       	0x00007fff910853ed thread_start + 13
      
      Thread 0 crashed with X86 Thread State (64-bit):
        rax: 0x0000000000000000  rbx: 0x00000001082f8090  rcx: 0x0000000000000000  rdx: 0x00007fff8f463430
        rdi: 0x00006080000812c0  rsi: 0x0000608000007cb0  rbp: 0x00007fff58d615d0  rsp: 0x00007fff58d61520
         r8: 0x00007fff58d61380   r9: 0x00007fff7d180300  r10: 0x0000000000002b68  r11: 0x00007fff8f4515c0
        r12: 0x0000000000000000  r13: 0x00000001082f7890  r14: 0x00000001082f6890  r15: 0x00000001082f7090
        rip: 0x00000001074602df  rfl: 0x0000000000010246  cr2: 0x00000001073fa030
        
      Logical CPU:     1
      Error Code:      0x00000000
      Trap Number:     6
      
      
      Binary Images:
             0x106e9e000 -        0x10825afff +com.hartinstruments.HISEStandalone (1.5.0 - 1.5.0) <41A4DF9B-960B-3D39-AFAC-799C3CEE56E7> /Applications/HISE.app/Contents/MacOS/HISE
             0x1085b5000 -        0x1085dcff7  com.apple.audio.CoreAudioKit (1.6.6 - 1.6.6) <B355479D-7CBE-3142-80EA-4FD3CCCC56FE> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
             0x1085fb000 -        0x108632fff  com.apple.audio.midi.CoreMIDI (1.10 - 88) <4BBCD304-C28F-3C03-AEB8-5E3D5D030602> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
             0x10bcff000 -        0x10bf1cff3  com.apple.audio.units.Components (1.12 - 1.12) <AC14ADC7-587F-3E0F-92E7-9D8C07753C22> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
             0x10bfd8000 -        0x10bfdcfff  com.apple.audio.AppleHDAHALPlugIn (272.18.1 - 272.18.1) <D6C9695C-4134-35D1-8FAC-8FB6179DFBFF> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
          0x7fff68592000 -     0x7fff685c8887  dyld (353.2.3) <B1B370A5-479F-3533-8AD7-97B687D4F989> /usr/lib/dyld
          0x7fff8c504000 -     0x7fff8c59aff7  com.apple.cloudkit.CloudKit (283.67.4 - 283.67.4) <EA6E4B2C-A3AA-3636-B9C3-F61D3EFFB82B> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
          0x7fff8c59b000 -     0x7fff8c5bcfff  com.apple.framework.Apple80211 (10.3 - 1030.71.6) <C0A17391-5C8B-34B1-BD46-8D644AB57DE0> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
          0x7fff8cf03000 -     0x7fff8cf23fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
          0x7fff8cf24000 -     0x7fff8cf2dfff  libGFXShared.dylib (11.1.2) <7F9F6175-E993-3014-8C9B-1F08CE7C75A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
          0x7fff8cf2e000 -     0x7fff8cf33ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
          0x7fff8cf9c000 -     0x7fff8cfadff3  libsystem_coretls.dylib (35.40.1) <155DA0A9-2046-332E-BFA3-D7974A51F731> /usr/lib/system/libsystem_coretls.dylib
          0x7fff8d07d000 -     0x7fff8d1bafff  com.apple.ImageIO.framework (3.3.0 - 1239) <CC904E44-45C4-389B-8FD7-4DF03C41C9EC> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
          0x7fff8d404000 -     0x7fff8d67aff7  com.apple.security (7.0 - 57031.40.6) <FCCCC4FD-043A-30CA-9997-4211CA0E9297> /System/Library/Frameworks/Security.framework/Versions/A/Security
          0x7fff8d6a3000 -     0x7fff8d888ff7  libicucore.A.dylib (531.48) <3CD34752-B1F9-31D2-865D-B5B0F0BE3111> /usr/lib/libicucore.A.dylib
          0x7fff8d8ef000 -     0x7fff8d8f7ff3  com.apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) <84F79D3E-7B5E-3C93-8479-35794A3F125E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
          0x7fff8d8f8000 -     0x7fff8d996fff  com.apple.Metadata (10.7.0 - 917.36) <00C4CB5D-E723-3612-84E0-439098392CDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
          0x7fff8d9b5000 -     0x7fff8da10ff7  libTIFF.dylib (1239) <B09E578A-D534-3A9B-9813-DAC9A0F230C7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
          0x7fff8da11000 -     0x7fff8da5dff7  libcups.2.dylib (408.2) <E8AD18F9-61E4-3791-B840-504468C25556> /usr/lib/libcups.2.dylib
          0x7fff8da5e000 -     0x7fff8da5efff  com.apple.CoreServices (62 - 62) <C69DA8A7-B536-34BF-A93F-1C170E2C6D58> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
          0x7fff8da99000 -     0x7fff8daf8fff  com.apple.AE (681.5 - 681.7) <2BF39455-1CDD-392C-824A-9972C6B1FB57> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
          0x7fff8db4d000 -     0x7fff8dc95ff7  com.apple.WebKitLegacy (10600 - 10600.8.9) <C01FF5CA-AB10-39D9-BD26-7A62332B708F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
          0x7fff8dd9d000 -     0x7fff8dda6ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
          0x7fff8dda7000 -     0x7fff8deb6ff3  com.apple.desktopservices (1.9.3 - 1.9.3) <FEE11342-5BC4-37A7-8169-DA48BE17B9C9> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
          0x7fff8deb7000 -     0x7fff8ea38ff7  com.apple.AppKit (6.9 - 1348.17) <E485D56D-3E72-34B7-99BB-BFDEE2D07BF5> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff8ea39000 -     0x7fff8ea3fff7  libsystem_networkextension.dylib (167.40.3) <BA58B30B-8377-3B0A-8AE3-4F84021D9D4E> /usr/lib/system/libsystem_networkextension.dylib
          0x7fff8ea40000 -     0x7fff8eaccfe7  libsystem_c.dylib (1044.40.1) <F0635E0F-FE4B-34DB-ACF9-A58C1E9070E9> /usr/lib/system/libsystem_c.dylib
          0x7fff8eacd000 -     0x7fff8ead9ff7  com.apple.OpenDirectory (10.10 - 187) <D993F138-DAD1-3640-94DE-8C9FEFBF158D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
          0x7fff8eada000 -     0x7fff8eaf5ff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
          0x7fff8ec86000 -     0x7fff8ecd3ff7  com.apple.print.framework.PrintCore (10.3 - 451.1) <DE992474-0841-38A1-B4F6-46D653E454D5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
          0x7fff8ecd4000 -     0x7fff8ecdbff7  libCGCMS.A.dylib (788.3) <1A47CDD9-99AE-3BD2-85F1-339FC169B16E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
          0x7fff8edb9000 -     0x7fff8edbbff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
          0x7fff8edbc000 -     0x7fff8ede6ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
          0x7fff8ede7000 -     0x7fff8ee01ff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
          0x7fff8ee02000 -     0x7fff8ee04fff  libRadiance.dylib (1239) <648BCB0C-55B5-3197-8F5F-81D5994B4EE7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
          0x7fff8ee05000 -     0x7fff8ee0dffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
          0x7fff8ef11000 -     0x7fff8ef3cff7  com.apple.DictionaryServices (1.2 - 229.1) <62EC3E1B-5A28-3252-90FF-C2E9999C2A2A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
          0x7fff8ef8c000 -     0x7fff8efdbff7  com.apple.opencl (2.4.2 - 2.4.2) <EB365E68-9965-3596-A40A-D1E372F3A9B3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
          0x7fff8efdc000 -     0x7fff8efe1ff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
          0x7fff8efe2000 -     0x7fff8f002ff7  com.apple.MultitouchSupport.framework (264.6 - 264.6) <1539F1F6-6334-37F3-9C52-02EFFBF4835D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
          0x7fff8f020000 -     0x7fff8f114fff  libFontParser.dylib (134.7) <C49EDC56-A82A-39EF-9F20-C2342E4188ED> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
          0x7fff8f115000 -     0x7fff8f116ff3  libSystem.B.dylib (1213) <1866C519-C5F3-3D09-8C17-A8F703664521> /usr/lib/libSystem.B.dylib
          0x7fff8f117000 -     0x7fff8f129ff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
          0x7fff8f362000 -     0x7fff8f363ff7  com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
          0x7fff8f36a000 -     0x7fff8f375ff7  com.apple.CrashReporterSupport (10.10 - 631) <C44259AC-0A1C-3EC5-99AC-48CB520A709D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
          0x7fff8f376000 -     0x7fff8f376fff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
          0x7fff8f3a5000 -     0x7fff8f3cdfff  libxpc.dylib (559.40.1) <5C829202-962E-3744-8B50-00D38CC88E84> /usr/lib/system/libxpc.dylib
          0x7fff8f3cf000 -     0x7fff8f3e1ff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
          0x7fff8f40b000 -     0x7fff8f44cfff  libGLU.dylib (11.1.2) <2BA52A8D-ED35-3D86-B2D6-41479969C96D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
          0x7fff8f44d000 -     0x7fff8f47dfff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
          0x7fff8f4d0000 -     0x7fff8f544ffb  com.apple.securityfoundation (6.0 - 55126) <AC8ED0BD-32F0-3EB8-B7B2-9AA14E07E8AB> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
          0x7fff8f5b3000 -     0x7fff8f741fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
          0x7fff8f742000 -     0x7fff8f802ff7  com.apple.backup.framework (1.6.5 - 1.6.5) <86396038-33EA-3046-9F70-093A3D6407D4> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
          0x7fff8f839000 -     0x7fff8f852ff3  com.apple.openscripting (1.6.4 - 162.2) <BF79207B-C762-346D-8FF0-3DDCECC9E9E2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
          0x7fff8f904000 -     0x7fff8f94fff7  com.apple.CloudDocs (1.0 - 321.10) <A8221290-A2A5-3767-BB26-CC57AC18D4DC> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
          0x7fff8fa4a000 -     0x7fff8fa4aff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
          0x7fff8fa4b000 -     0x7fff8fa4dfff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
          0x7fff8fa4e000 -     0x7fff8fa51fff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
          0x7fff8fab7000 -     0x7fff8fae7ff3  com.apple.GSS (4.0 - 2.0) <97F2A028-44CF-3188-B863-F4EEB39CBDBD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
          0x7fff8fae8000 -     0x7fff8fe80ff7  com.apple.CoreFoundation (6.9 - 1153.18) <5C0892B8-9691-341F-9279-CA3A74D59AA0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8fe81000 -     0x7fff8fedbff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
          0x7fff8fedc000 -     0x7fff8ff01ff7  libPng.dylib (1239) <BBB9FB25-3CA9-38AF-B88C-D6734693FEA1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
          0x7fff90063000 -     0x7fff90063fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <E5335492-7EFE-31EA-BE72-4A9CEE68D58E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
          0x7fff90064000 -     0x7fff9008ffff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
          0x7fff90090000 -     0x7fff90132fff  com.apple.Bluetooth (4.3.6 - 4.3.6f3) <E5DC1699-2727-329C-A843-C80CE9A6CD7B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
          0x7fff90140000 -     0x7fff90140ff7  liblaunch.dylib (559.40.1) <4F81CA3A-D2CE-3030-A89D-42F3DAD7BA8F> /usr/lib/system/liblaunch.dylib
          0x7fff90288000 -     0x7fff90289fff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
          0x7fff902dd000 -     0x7fff90355ff7  com.apple.SystemConfiguration (1.14.4 - 1.14) <3DFFD7F7-BD23-3F4C-A209-C4A0D99F6573> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
          0x7fff90356000 -     0x7fff90658ffb  com.apple.GeoServices (1.0 - 1077.0.18) <2BBF8B44-DD46-3432-8C84-6D6AA004C233> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
          0x7fff90659000 -     0x7fff906c7ff3  com.apple.Heimdal (4.0 - 2.0) <8D1667CF-D454-3E07-A58E-E15591B5A95E> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
          0x7fff906c8000 -     0x7fff907e1ffb  com.apple.CoreText (352.0 - 454.10) <3293BF91-B587-3B49-A159-A04D58533F14> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
          0x7fff91084000 -     0x7fff9108dfff  libsystem_pthread.dylib (105.40.1) <ACE90967-ECD0-3251-AEEB-461E3C6414F7> /usr/lib/system/libsystem_pthread.dylib
          0x7fff9108e000 -     0x7fff9108efff  com.apple.Accelerate (1.10 - Accelerate 1.10) <F1B96A61-7E4B-31BD-A35B-BA7EF1F16EF4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
          0x7fff9108f000 -     0x7fff911d2fff  libsqlite3.dylib (168.2) <BCB1F77E-2484-3EC4-A1D5-1AE90A407A23> /usr/lib/libsqlite3.dylib
          0x7fff91246000 -     0x7fff91339ff7  libJP2.dylib (1239) <D346D67E-78A2-309D-94BB-C7C5FEC28785> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
          0x7fff915dd000 -     0x7fff915defff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
          0x7fff9169f000 -     0x7fff916f0fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <450293F7-DAE7-3DD0-8F7C-71FC2FD72627> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
          0x7fff916f1000 -     0x7fff916f3fff  libquarantine.dylib (76.20.1) <7AF90041-2768-378A-925A-D83161863642> /usr/lib/system/libquarantine.dylib
          0x7fff916f4000 -     0x7fff91721fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
          0x7fff91722000 -     0x7fff91725ff7  libdyld.dylib (353.2.3) <CFBBE540-D503-3AFC-B5D6-644F1E69949B> /usr/lib/system/libdyld.dylib
          0x7fff91784000 -     0x7fff91a47ff7  com.apple.WebKit (10600 - 10600.8.9) <8EE5A9F9-DE98-3202-92C0-23F6E6E5E274> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
          0x7fff91d02000 -     0x7fff91d1aff7  libexpat.1.dylib (12) <C5FE8836-E277-3162-9D15-6735321CB2C6> /usr/lib/libexpat.1.dylib
          0x7fff91d22000 -     0x7fff91f1c46f  libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
          0x7fff92011000 -     0x7fff92fd4ff3  com.apple.WebCore (10600 - 10600.8.9) <A5400B08-6067-370E-B224-14890DA39857> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
          0x7fff92fd5000 -     0x7fff92ff2fff  libsystem_kernel.dylib (2782.40.9) <16AD15EF-3DAE-3F63-9D26-26CCE1920762> /usr/lib/system/libsystem_kernel.dylib
          0x7fff92ff3000 -     0x7fff92ff7fff  com.apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
          0x7fff9301c000 -     0x7fff930bbe27  com.apple.AppleJPEG (1.0 - 1) <6627DDD9-A8FE-3968-B23A-B6A29AA3919A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
          0x7fff930ec000 -     0x7fff93114fff  libsystem_info.dylib (459.40.1) <2E16C4B3-A327-3957-9C41-143911979A1E> /usr/lib/system/libsystem_info.dylib
          0x7fff93115000 -     0x7fff93128ff7  com.apple.CoreBluetooth (1.0 - 1) <8D7BA9BA-EB36-307A-9119-0B3D9732C953> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
          0x7fff9365c000 -     0x7fff936cbfff  com.apple.SearchKit (1.4.0 - 1.4.0) <80883BD1-C9BA-3794-A20E-476F94DD89A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
          0x7fff938c2000 -     0x7fff938c4ff7  com.apple.securityhi (9.0 - 55006) <2B9C0BCB-7D82-39C2-A99F-7B9E1522CDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
          0x7fff938c5000 -     0x7fff93959fff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
          0x7fff9395a000 -     0x7fff93b6aff7  com.apple.CFNetwork (720.5.7 - 720.5.7) <A47D7DD2-5903-39D0-8D27-5A7E2D119D84> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
          0x7fff93c19000 -     0x7fff94049fff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
          0x7fff9406f000 -     0x7fff940f3fff  com.apple.PerformanceAnalysis (1.0 - 1) <4E934EE0-5CC6-3D54-8FA2-5B8AE669D775> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
          0x7fff940f4000 -     0x7fff94103fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
          0x7fff94104000 -     0x7fff94963ff7  com.apple.CoreGraphics (1.600.0 - 788.3) <875FBF24-D90E-36B1-9F7A-AF984E8943D9> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
          0x7fff94b03000 -     0x7fff94b06fff  com.apple.IOSurface (97.4 - 97.4) <AE11CFBC-4D46-30F3-BEEC-4C8131079391> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
          0x7fff95467000 -     0x7fff9546bfff  com.apple.TCC (1.0 - 1) <CCA42EE2-3400-3444-9486-BC454E60D944> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
          0x7fff9546c000 -     0x7fff95488fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
          0x7fff95489000 -     0x7fff95544ff7  com.apple.DiscRecording (9.0 - 9000.4.2) <4655B4B8-523D-3AE6-92A0-8486A2258B3B> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
          0x7fff95545000 -     0x7fff95545fff  libOpenScriptingUtil.dylib (162.2) <D6A2216D-ADB2-3F24-AD30-F6D00829F545> /usr/lib/libOpenScriptingUtil.dylib
          0x7fff95573000 -     0x7fff95577ff7  libGIF.dylib (1239) <292BB418-F5C2-3D7B-AC1D-99082A4B88F3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
          0x7fff9558c000 -     0x7fff9558efff  com.apple.loginsupport (1.0 - 1) <DAAD7013-A19D-3858-BFF7-DE1DAF664401> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
          0x7fff9558f000 -     0x7fff9580eff7  com.apple.CoreData (111 - 526.3) <5A27E0D8-5E5A-335B-B3F6-2601C7B976FA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
          0x7fff9580f000 -     0x7fff95829ff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
          0x7fff9585a000 -     0x7fff95862fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
          0x7fff95869000 -     0x7fff95886ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
          0x7fff9589e000 -     0x7fff9589fff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
          0x7fff95909000 -     0x7fff95920ff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
          0x7fff95921000 -     0x7fff9592efff  libxar.1.dylib (255) <7CD69BB5-97BA-3858-8A8B-2F33F129E6E7> /usr/lib/libxar.1.dylib
          0x7fff9592f000 -     0x7fff959a8fe7  libcorecrypto.dylib (233.30.1) <5779FFA0-4D9A-3AD4-B7F2-618227621DC8> /usr/lib/system/libcorecrypto.dylib
          0x7fff95df6000 -     0x7fff95ee8ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
          0x7fff95f19000 -     0x7fff95fa2ff7  com.apple.CoreSymbolication (3.1 - 57020.2) <FDAF88F6-7D11-37BC-B758-4B835FA657BA> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
          0x7fff95fa3000 -     0x7fff962d4fff  com.apple.Foundation (6.9 - 1154) <49EE64E1-9F53-35D1-A481-2EFE2789B254> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff962e3000 -     0x7fff962f1ff7  com.apple.opengl (11.1.2 - 11.1.2) <5F355713-4637-33CD-9CBA-4B4CA43FB0FE> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
          0x7fff962f2000 -     0x7fff964a2ff3  com.apple.QuartzCore (1.10 - 361.19) <F815B60E-75E3-3263-BE93-27A49882CF58> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
          0x7fff96529000 -     0x7fff9652effb  libheimdal-asn1.dylib (398.40.1) <7D2BE3DE-60F7-3A6E-A92E-DA0EF9D3417E> /usr/lib/libheimdal-asn1.dylib
          0x7fff96589000 -     0x7fff966b9fff  com.apple.UIFoundation (1.0 - 1) <466BDFA8-0B9F-3AB0-989D-F9779422926A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
          0x7fff9694e000 -     0x7fff96989fff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
          0x7fff9698a000 -     0x7fff96a4dff7  libvMisc.dylib (516) <21497A28-8DCB-3EB8-BDAC-93C93382B0AA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
          0x7fff96a4e000 -     0x7fff96a4efff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <B92888D0-ED3F-3430-8F3A-6E56FD16C5F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
          0x7fff96a4f000 -     0x7fff96abbfff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <03697149-1CDD-32FF-B564-1C1EF5E9E5C3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
          0x7fff96abf000 -     0x7fff96ad9ff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
          0x7fff96ada000 -     0x7fff96ee7ff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
          0x7fff96ee8000 -     0x7fff96f07fff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
          0x7fff96f08000 -     0x7fff96f5cfff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
          0x7fff96f5d000 -     0x7fff96f86ffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
          0x7fff96f87000 -     0x7fff96f89fff  libsystem_sandbox.dylib (358.20.5) <3F5E973F-C702-31AC-97BC-05F5C195683C> /usr/lib/system/libsystem_sandbox.dylib
          0x7fff96fc2000 -     0x7fff96ffcffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
          0x7fff97268000 -     0x7fff972cfffb  com.apple.datadetectorscore (6.0 - 396.1.2) <D04A8016-B2AD-33A2-8A8E-5793968A8370> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
          0x7fff972d0000 -     0x7fff972d1fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
          0x7fff972d2000 -     0x7fff972defff  com.apple.speech.synthesis.framework (5.3.11 - 5.3.11) <DFC7FD85-F1B0-317C-8513-722570CB8FB9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
          0x7fff972df000 -     0x7fff972e3fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
          0x7fff9730a000 -     0x7fff9730efff  libCoreVMClient.dylib (79.1) <201EF6DF-5074-3CB7-A361-398CF957A264> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
          0x7fff9730f000 -     0x7fff9735bfff  com.apple.corelocation (1486.17 - 1615.24) <8825B3E2-E053-3E01-AE31-793443962D06> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
          0x7fff9735c000 -     0x7fff9735dffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
          0x7fff97374000 -     0x7fff973a5ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <9D76F2E0-C28A-3DBC-A91F-E87888D46BF0> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
          0x7fff973c2000 -     0x7fff973cbff3  com.apple.CommonAuth (4.0 - 2.0) <9A484EE6-0003-3AB1-AE4F-AA543BBBF53F> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
          0x7fff973cc000 -     0x7fff973e6ff7  libextension.dylib (55.2) <3BB019CA-199A-36AC-AA22-14B562138545> /usr/lib/libextension.dylib
          0x7fff973e7000 -     0x7fff9744eff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
          0x7fff974d1000 -     0x7fff979e6ffb  com.apple.JavaScriptCore (10600 - 10600.8.7) <480CDC12-5A1C-321C-B32F-673F0B3BA8F9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
          0x7fff979e7000 -     0x7fff97ad9ff3  libxml2.2.dylib (26.1) <3FBA890F-2850-3A45-87EA-DB6892BDEB60> /usr/lib/libxml2.2.dylib
          0x7fff97ae6000 -     0x7fff97b11ff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
          0x7fff98187000 -     0x7fff9818ffff  libsystem_dnssd.dylib (576.30.4) <0CEB5910-843F-315C-A1DE-5D955A48A045> /usr/lib/system/libsystem_dnssd.dylib
          0x7fff98190000 -     0x7fff982a7fe7  libvDSP.dylib (516) <DFEDB210-49D1-3803-88A2-C61DB6A45C3D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
          0x7fff98323000 -     0x7fff9833cff7  com.apple.CFOpenDirectory (10.10 - 187) <3FCEE6F7-A8C6-3222-B22D-8AD290E477E2> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
          0x7fff9833d000 -     0x7fff98340fff  com.apple.xpc.ServiceManagement (1.0 - 1) <A95A15CD-3B21-3513-AFF8-1D7DE3DBFA12> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
          0x7fff984f1000 -     0x7fff98501ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
          0x7fff987c1000 -     0x7fff98aa8ffb  com.apple.CoreServices.CarbonCore (1108.6 - 1108.6) <8953580E-7857-33B2-AA64-98296830D3A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
          0x7fff98c92000 -     0x7fff98cdcfff  com.apple.HIServices (1.22 - 523) <E2F3C5FF-8C50-3E4F-BE63-77A700466663> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
          0x7fff98ce6000 -     0x7fff98cecfff  libsystem_trace.dylib (72.20.1) <840F5301-B55A-3078-90B9-FEFFD6CD741A> /usr/lib/system/libsystem_trace.dylib
          0x7fff98d42000 -     0x7fff98d6afff  libRIP.A.dylib (788.3) <6AB1CA86-38C8-33E3-AC07-3A065666E0F9> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
          0x7fff98d90000 -     0x7fff98d9dff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
          0x7fff98e6b000 -     0x7fff98e7cfff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
          0x7fff98e8c000 -     0x7fff98eb0ff7  com.apple.Sharing (328.17 - 328.17) <AD5E243A-B79F-3D7B-800B-A2C99A1CFEF1> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
          0x7fff98eb1000 -     0x7fff98eb1ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
          0x7fff98ee0000 -     0x7fff98f51ffb  com.apple.ApplicationServices.ATS (360 - 375.4) <A1BEBCF8-8FC8-345D-B91D-1DA5773AF5A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
          0x7fff98f52000 -     0x7fff98f68ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
          0x7fff98f69000 -     0x7fff98f69fff  com.apple.Carbon (154 - 157) <9BF51672-1684-3FDE-A561-FC59A2864EF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
          0x7fff98f6a000 -     0x7fff99239ff3  com.apple.CoreImage (10.3.4) <C1AE8252-A95D-3BF4-83B8-BE85E979F2CB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
          0x7fff99259000 -     0x7fff99274fff  com.apple.AppleVPAFramework (1.4.5 - 1.4.5) <A6421B0B-6D4D-3E64-AC61-DDB04ED7CFF0> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
          0x7fff99275000 -     0x7fff9929aff7  libJPEG.dylib (1239) <9AC25FD0-4190-3656-B8F5-6241D17105D0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
          0x7fff99402000 -     0x7fff99405ffb  libCGXType.A.dylib (788.3) <7CC6CD5B-AD6B-3B36-9165-BFB1E5274F69> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
          0x7fff99406000 -     0x7fff99472ff3  com.apple.MMCS (1.3 - 327.5) <FC998246-ED60-334D-9E94-453F35EF9C78> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
          0x7fff99473000 -     0x7fff995daffb  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
          0x7fff995db000 -     0x7fff9961bff7  libGLImage.dylib (11.1.2) <9B05F3BF-D111-3B01-B7F8-C5EF7E02000B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
          0x7fff996d6000 -     0x7fff999dbff3  com.apple.HIToolbox (2.1.1 - 758.7) <E3129A67-BDF9-333D-9C9C-A95C8F0EF71C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
          0x7fff999dc000 -     0x7fff999e7ff7  libkxld.dylib (2782.40.9) <2ADAE067-78A0-371E-A5A8-1E7C892D193C> /usr/lib/system/libkxld.dylib
          0x7fff99d54000 -     0x7fff99d56fff  libsystem_configuration.dylib (699.40.2) <56F94DCE-DBDE-3615-8F07-DE6270D9F8BE> /usr/lib/system/libsystem_configuration.dylib
          0x7fff99e4c000 -     0x7fff99ebefff  com.apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
          0x7fff99ebf000 -     0x7fff99ec4fff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
          0x7fff99ec5000 -     0x7fff99f00fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
          0x7fff99fd8000 -     0x7fff9a42bfc7  com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
          0x7fff9a42c000 -     0x7fff9a433fff  com.apple.NetFS (6.0 - 4.0) <C263C8F8-F284-3101-AC82-A97A81716063> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
          0x7fff9a5ad000 -     0x7fff9a5e5fff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
          0x7fff9a5e6000 -     0x7fff9a5eafff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
          0x7fff9a601000 -     0x7fff9a647ff7  libFontRegistry.dylib (134.1) <CE41D8C2-BEED-345C-BC4F-3775CC06C672> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
          0x7fff9a6f5000 -     0x7fff9a6ffff7  com.apple.NetAuth (5.2 - 5.2) <2BBD749A-8E18-35B8-8E48-A90347C1CCA7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
          0x7fff9a8bd000 -     0x7fff9abf0ff7  libmecabra.dylib (666.7) <0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2> /usr/lib/libmecabra.dylib
          0x7fff9ac9d000 -     0x7fff9ace3ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
          0x7fff9b011000 -     0x7fff9b01cfff  libGL.dylib (11.1.2) <FD8B7B67-1532-32A1-B369-9D7A6C1EB3ED> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
          0x7fff9b082000 -     0x7fff9b093ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
          0x7fff9b094000 -     0x7fff9b0c3ff7  com.apple.CoreServicesInternal (221.7.2 - 221.7.2) <B93D4775-149C-3698-B38C-9C50673D455C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
          0x7fff9b113000 -     0x7fff9b11efff  libcommonCrypto.dylib (60061.30.1) <E789748D-F9A7-3CFF-B317-90DF348B1E95> /usr/lib/system/libcommonCrypto.dylib
          0x7fff9b2b4000 -     0x7fff9b2c1ff7  com.apple.SpeechRecognitionCore (2.1.2 - 2.1.2) <551322E2-C1E4-3378-A218-F362985E3E3C> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
          0x7fff9b2c2000 -     0x7fff9b2cfff3  com.apple.ProtocolBuffer (1 - 228.0.1) <3429EB06-9F0E-355F-B9AB-F72879177398> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
          0x7fff9b2d1000 -     0x7fff9b3f5ff7  com.apple.LaunchServices (644.56 - 644.56) <20AABB1C-9319-3E4D-A024-51B0DD5FCD3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
          0x7fff9b45b000 -     0x7fff9b4f0ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <9150C2B7-2E6E-3509-96EA-7B3F959F049E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
          0x7fff9b640000 -     0x7fff9b65cff7  libsystem_malloc.dylib (53.30.1) <DDA8928B-CC0D-3255-BD8A-3FEA0982B890> /usr/lib/system/libsystem_malloc.dylib
          0x7fff9b6ca000 -     0x7fff9b6cffff  libsystem_stats.dylib (163.30.2) <D0E96837-3CF6-323D-B711-6DF6F660E530> /usr/lib/system/libsystem_stats.dylib
          0x7fff9b6d0000 -     0x7fff9b6d6fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
          0x7fff9b742000 -     0x7fff9b7c0fff  com.apple.CoreServices.OSServices (640.4 - 640.4) <BE8DF749-84BA-3029-AE1D-32F3993A78A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
          0x7fff9b7c1000 -     0x7fff9b7c8ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
          0x7fff9b7c9000 -     0x7fff9b8f1ff7  com.apple.coreui (2.1 - 308.6) <9E0E9C6A-68F5-34C1-A17C-96226D401D4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
          0x7fff9bb51000 -     0x7fff9bb89fff  libsystem_network.dylib (412.20.3) <6105C134-6722-3C0A-A4CE-5E1261E2E1CC> /usr/lib/system/libsystem_network.dylib
          0x7fff9c0d5000 -     0x7fff9c0d5fff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
          0x7fff9c0d6000 -     0x7fff9c0d8fff  libCVMSPluginSupport.dylib (11.1.2) <1C5C1757-67F1-3C23-90EF-643619A0E7DC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
          0x7fff9c16a000 -     0x7fff9c190fff  com.apple.ChunkingLibrary (2.1 - 163.6) <29D4CB95-42EF-34C6-8182-BDB6F7BB1E79> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
      
      External Modification Summary:
        Calls made by other processes targeting this process:
          task_for_pid: 1
          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: 118581
          thread_create: 0
          thread_set_state: 0
      
      VM Region Summary:
      ReadOnly portion of Libraries: Total=230.3M resident=212.2M(92%) swapped_out_or_unallocated=18.1M(8%)
      Writable regions: Total=169.0M written=60.6M(36%) resident=63.2M(37%) swapped_out=0K(0%) unallocated=105.8M(63%)
       
      REGION TYPE                      VIRTUAL
      ===========                      =======
      CG shared images                    144K
      Kernel Alloc Once                     8K
      MALLOC                            155.4M
      MALLOC (admin)                       32K
      MALLOC_LARGE (reserved)             256K        reserved VM address space (unallocated)
      Memory Tag 249                      264K
      STACK GUARD                        56.0M
      Stack                              11.6M
      VM_ALLOCATE                        1200K
      VM_ALLOCATE (reserved)               36K        reserved VM address space (unallocated)
      __DATA                             18.4M
      __IMAGE                             528K
      __LINKEDIT                         74.4M
      __TEXT                            155.9M
      __UNICODE                           552K
      mapped file                        47.6M
      shared memory                         4K
      ===========                      =======
      TOTAL                             522.3M
      TOTAL, minus reserved VM space    522.0M
       
      
      Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 3 GHz, 10 GB, SMC 1.25f4
      Graphics: AMD Radeon HD 6850, AMD Radeon HD 6850, PCIe, 1024 MB
      Memory Module: DIMM Riser B/DIMM 1, 4 GB, DDR2 FB-DIMM, 800 MHz, 0x02BA, 0x202020202020202020202020202020202020
      Memory Module: DIMM Riser B/DIMM 2, 4 GB, DDR2 FB-DIMM, 800 MHz, 0x02BA, 0x202020202020202020202020202020202020
      Memory Module: DIMM Riser A/DIMM 1, 1 GB, DDR2 FB-DIMM, 800 MHz, 0x830B, 0x4E543147543732553850423942442D324320
      Memory Module: DIMM Riser A/DIMM 2, 1 GB, DDR2 FB-DIMM, 800 MHz, 0x830B, 0x4E543147543732553850423942442D324320
      Bluetooth: Version 4.3.6f3 16238, 3 services, 26 devices, 1 incoming serial ports
      Network Service: Ethernet 1, Ethernet, en0
      PCI Card: AMD Radeon HD 6850, Display Controller, Slot-1
      PCI Card: AMD Radeon HD 6850, ATY,DuckweedPare, Slot-1
      PCI Card: pci1033,35, USB Open Host Controller, Slot-2@2,0,0
      PCI Card: pci1033,35, USB Open Host Controller, Slot-2@2,0,1
      PCI Card: pci1033,e0, USB Enhanced Host Controller, Slot-2@2,0,2
      Serial ATA Device: ST3000DM001-1E6166, 3 TB
      Serial ATA Device: WDC WD3200AAKS-75L9A0, 320.07 GB
      Serial ATA Device: Hitachi HDS721050CLA362, 500.11 GB
      Serial ATA Device: Hitachi HDS723020BLA642, 2 TB
      Parallel ATA Device: OPTIARC DVD RW AD-7170A, 630.6 MB
      USB Device: L-12
      USB Device: C922 Pro Stream Webcam
      USB Device: Photosmart D110 series
      USB Device: Bluetooth USB Host Controller
      USB Device: USB Keyboard
      USB Device: Roland SPD Series
      USB Device: Wireless Device
      FireWire Device: built-in_hub, Up to 800 Mb/sec
      Thunderbolt Bus:
      
      posted in General Questions
      B
      benzenewings