Sean Meighan
Welcome => Latest xLights/Nutcracker software => Topic started by: sean on May 31, 2016, 04:37:19 PM
-
2016.34 released.
RotoZoom. Value Curves. New layout in LAYOUT. lots of content from Gil, Dan and Keith.
To help I made a small video showcasing some of the changes.
https://vimeo.com/168856869
Thanks xLight Developers!
sean
Latest releases are found at http://nutcracker123.com/nutcracker/releases/ (http://nutcracker123.com/nutcracker/releases/)
Issue Tracker is found here: https://github.com/smeighan/xLights/issues
(https://github.com/smeighan/xLights/issues)
XLIGHTS/NUTCRACKER RELEASE NOTES:
---------------------------------
2016.34 May 31, 2016
-- bug (gil) Fix crash when delete key was hit in Layout with no model selected. Fixes #533.
-- enh (gil) Restructure how model groups are handled by providing a panel for them and allowing the
members of the group to be managed in the property grid area.
-- enh (gil) Add tilt parameter to the Arch model to allow better 3D perspective. Fixes #250.
-- enh (keithsw) Add starfield option to meteors implode/explode look more like a starfield
-- enh (keithsw) Add autosave to .working.xml files ... saves every 3 minutes as long as the sequence is not playing
-- enh (keithsw) Zoom and rotate added to buffer panel including value curves for most parameters
-- enh (keithsw) Blur Value Curve Added
-- bug (dkulp) DOn't corrupt rgb-effects if mouth set to (off). Fixes #577
-- bug (dkulp) Refresh the start/end channels when various properties (string type, strands, etc...) are changed. Fixes #575
-
Awesome work guys!
On the Mac side I had to go back to .33. When I opened my show it continues to spin the circle (hangs) never finishing. Remember, I have a 500mb 12 minute show on the Mac that the PC application will not handle. I wanted to bring it to your attention in any case.
Ron
-
Awesome work guys!
On the Mac side I had to go back to .33. When I opened my show it continues to spin the circle (hangs) never finishing. Remember, I have a 500mb 12 minute show on the Mac that the PC application will not handle. I wanted to bring it to your attention in any case.
That's not good. No idea what would have caused that. Can you start it and while it's spinning, open a terminal and do "killall -3 xLights"
That SHOULD popup the OSX crash dialog with the stack trace. I'd like to see what the main thread is doing at that point.
Also, can you look in ~/Library/Logs/xLights_l4cpp.log to see if there is anything "interesting" at the end?
-
Awesome work guys!
On the Mac side I had to go back to .33. When I opened my show it continues to spin the circle (hangs) never finishing. Remember, I have a 500mb 12 minute show on the Mac that the PC application will not handle. I wanted to bring it to your attention in any case.
That's not good. No idea what would have caused that. Can you start it and while it's spinning, open a terminal and do "killall -3 xLights"
That SHOULD popup the OSX crash dialog with the stack trace. I'd like to see what the main thread is doing at that point.
Also, can you look in ~/Library/Logs/xLights_l4cpp.log to see if there is anything "interesting" at the end?
I let it run for a few minutes until the black arrow showed up. When I tried to select anything it started spinning aging. That's when I ran the report. Here it is:
Process: xLights [58782]
Path: /Users/USER/Downloads/*/xLights.app/Contents/MacOS/xLights
Identifier: xLights.xLights
Version: 2016 (21)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: xLights [58782]
User ID: 502
Date/Time: 2016-05-31 20:27:34.863 -0700
OS Version: Mac OS X 10.11.4 (15E65)
Report Version: 11
Anonymous UUID: 99FD5ABF-2E2C-1B09-C11E-6E327747E7C1
Sleep/Wake UUID: AA3F3E2E-2267-4C5A-869B-DBA111002D2E
Time Awake Since Boot: 740000 seconds
Time Since Wake: 25000 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGQUIT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_malloc.dylib 0x00007fff9120362d szone_malloc_should_clear + 76
1 libsystem_malloc.dylib 0x00007fff912035a1 malloc_zone_malloc + 71
2 libsystem_malloc.dylib 0x00007fff912020cc malloc + 42
3 libc++.1.dylib 0x00007fff82ec47de operator new(unsigned long) + 30
4 libwx_baseu-3.1.0.0.0.dylib 0x00000001100131f7 wxCharTypeBuffer<wchar_t>::wxCharTypeBuffer(wchar_t const*, unsigned long) + 167
5 libwx_baseu-3.1.0.0.0.dylib 0x000000011000f303 wxString::ConvertStr(char const*, unsigned long, wxMBConv const&) + 611
6 xLights.xLights 0x000000010d883fe7 wxString::ImplStr(char const*, wxMBConv const&) + 39
7 xLights.xLights 0x000000010d883e06 wxString::wxString(char const*) + 54
8 xLights.xLights 0x000000010da7b66f xLightsXmlFile::WriteEffects(EffectLayer*, wxXmlNode*, StringIntMap&, wxXmlNode*, StringIntMap&, wxXmlNode*) + 1871
9 xLights.xLights 0x000000010da7dc7c xLightsXmlFile::Save(SequenceElements&) + 8412
10 xLights.xLights 0x000000010dc807eb xLightsFrame::SaveWorking() + 987
11 libwx_baseu-3.1.0.0.0.dylib 0x000000011008e951 wxEvtHandler::SearchDynamicEventTable(wxEvent&) + 289
12 libwx_baseu-3.1.0.0.0.dylib 0x000000011008e65b wxEvtHandler::ProcessEventLocally(wxEvent&) + 59
13 libwx_baseu-3.1.0.0.0.dylib 0x000000011008e577 wxEvtHandler::ProcessEvent(wxEvent&) + 183
14 libwx_baseu-3.1.0.0.0.dylib 0x000000011008ebd0 wxEvtHandler::SafelyProcessEvent(wxEvent&) + 16
15 libwx_baseu-3.1.0.0.0.dylib 0x0000000110024f3a wxTimerImpl::SendEvent() + 90
16 com.apple.CoreFoundation 0x00007fff94b2db94 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
17 com.apple.CoreFoundation 0x00007fff94b2d823 __CFRunLoopDoTimer + 1075
18 com.apple.CoreFoundation 0x00007fff94b2d37a __CFRunLoopDoTimers + 298
19 com.apple.CoreFoundation 0x00007fff94b24871 __CFRunLoopRun + 1841
20 com.apple.CoreFoundation 0x00007fff94b23ed8 CFRunLoopRunSpecific + 296
21 com.apple.HIToolbox 0x00007fff8548c935 RunCurrentEventLoopInMode + 235
22 com.apple.HIToolbox 0x00007fff8548c677 ReceiveNextEventCommon + 184
23 com.apple.HIToolbox 0x00007fff8548c5af _BlockUntilNextEventMatchingListInModeWithFilter + 71
24 com.apple.AppKit 0x00007fff87185efa _DPSNextEvent + 1067
25 com.apple.AppKit 0x00007fff8718532a -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
26 com.apple.AppKit 0x00007fff87179e84 -[NSApplication run] + 682
27 libwx_osx_cocoau_core-3.1.0.0.0.dylib 0x00000001104517c4 wxGUIEventLoop::OSXDoRun() + 116
28 libwx_baseu-3.1.0.0.0.dylib 0x000000011005ed14 wxCFEventLoop::DoRun() + 52
29 libwx_baseu-3.1.0.0.0.dylib 0x000000010ffac311 wxEventLoopBase::Run() + 161
30 libwx_baseu-3.1.0.0.0.dylib 0x000000010ff73a4a wxAppConsoleBase::MainLoop() + 202
31 libwx_osx_cocoau_core-3.1.0.0.0.dylib 0x00000001103eb4ca wxApp::OnRun() + 26
32 libwx_baseu-3.1.0.0.0.dylib 0x000000010ffe535e wxEntry(int&, wchar_t**) + 62
33 xLights.xLights 0x000000010dc158e9 main + 137
34 xLights.xLights 0x000000010d880044 start + 52
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff830d6efa kevent_qos + 10
1 libdispatch.dylib 0x00007fff84085165 _dispatch_mgr_invoke + 216
2 libdispatch.dylib 0x00007fff84084dcd _dispatch_mgr_thread + 52
Thread 2:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff830cff72 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff830cf3b3 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff94b251c4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff94b2468c __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff94b23ed8 CFRunLoopRunSpecific + 296
5 com.apple.AppKit 0x00007fff872dbe99 _NSEventThread + 149
6 libsystem_pthread.dylib 0x00007fff8ffda99d _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8ffda91a _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff8ffd8351 thread_start + 13
Thread 3:: SDLTimer
0 libsystem_kernel.dylib 0x00007fff830d5db6 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8ffdb728 _pthread_cond_wait + 767
2 org.libsdl.SDL2 0x000000010fea49ee 0x10fe6e000 + 223726
3 org.libsdl.SDL2 0x000000010fea4d80 0x10fe6e000 + 224640
4 org.libsdl.SDL2 0x000000010fea5a16 0x10fe6e000 + 227862
5 org.libsdl.SDL2 0x000000010fea55fc 0x10fe6e000 + 226812
6 org.libsdl.SDL2 0x000000010fea4ff9 0x10fe6e000 + 225273
7 libsystem_pthread.dylib 0x00007fff8ffda99d _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff8ffda91a _pthread_start + 168
9 libsystem_pthread.dylib 0x00007fff8ffd8351 thread_start + 13
Thread 4:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x00007fff830cff72 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff830cf3b3 mach_msg + 55
2 com.apple.audio.CoreAudio 0x00007fff87de55ee HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
3 com.apple.audio.CoreAudio 0x00007fff87de557c HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4 com.apple.audio.CoreAudio 0x00007fff87de3939 HALC_ProxyIOContext::IOWorkLoop() + 1149
5 com.apple.audio.CoreAudio 0x00007fff87de33ee HALC_ProxyIOContext::IOThreadEntry(void*) + 88
6 com.apple.audio.CoreAudio 0x00007fff87de32c3 HALB_IOThread::Entry(void*) + 75
7 libsystem_pthread.dylib 0x00007fff8ffda99d _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff8ffda91a _pthread_start + 168
9 libsystem_pthread.dylib 0x00007fff8ffd8351 thread_start + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fff830d5db6 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8ffdb728 _pthread_cond_wait + 767
2 libc++.1.dylib 0x00007fff82e8f728 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 126
3 xLights.xLights 0x000000010da4c278 JobPoolWorker::Entry() + 168
4 libwx_baseu-3.1.0.0.0.dylib 0x0000000110073f0f wxThread::CallEntry() + 15
5 libwx_baseu-3.1.0.0.0.dylib 0x000000011007380b wxThreadInternal::PthreadStart(wxThread*) + 2603
6 libsystem_pthread.dylib 0x00007fff8ffda99d _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8ffda91a _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff8ffd8351 thread_start + 13
Thread 6:
0 libsystem_kernel.dylib 0x00007fff830d65e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8ffda578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff8ffd8341 start_wqthread + 13
Thread 7:
0 libsystem_kernel.dylib 0x00007fff830d65e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8ffda578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff8ffd8341 start_wqthread + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000001000 rbx: 0x0000000000000000 rcx: 0x0000000000000001 rdx: 0x0000000000000018
rdi: 0x000000010e639000 rsi: 0x0000000000000018 rbp: 0x00007fff52384530 rsp: 0x00007fff52384450
r8: 0x00007fff523844a0 r9: 0x00007fff7526f6b8 r10: 0x0000000000000000 r11: 0x00007fff905d28fb
r12: 0x000000010e639000 r13: 0x000000010fc668c0 r14: 0x0000000000000002 r15: 0x0000000000000018
rip: 0x00007fff9120362d rfl: 0x0000000000000202 cr2: 0x00007fbbcc85e800
Logical CPU: 0
Error Code: 0x00000000
Trap Number: 222
Binary Images:
0x10d877000 - 0x10e3abff7 +xLights.xLights (2016 - 21) <05031D4F-0F62-3C0B-8E75-8110BAF3FB11> /Users/USER/Downloads/*/xLights.app/Contents/MacOS/xLights
0x10e63d000 - 0x10e6b6ff7 +liblog4cpp.5.dylib (0) <1218E085-D0FF-3BA5-942E-9ED09F7923C9> /Users/USER/Downloads/*/xLights.app/Contents/Frameworks/liblog4cpp.5.dylib
0x10e6e3000 - 0x10e76afff +libswscale.4.dylib (4.0.100) <6B3B8F78-2BB2-3A65-860A-72518F2A83CC> /Users/USER/Downloads/*/xLights.app/Contents/Frameworks/libswscale.4.dylib
0x10e782000 - 0x10e793fff +libswresample.2.dylib (2.0.101) <0FD18FCF-090E-3549-867B-0D80588A5BB9> /Users/USER/Downloads/*/xLights.app/Contents/Frameworks/libswresample.2.dylib
0x10e79b000 - 0x10e7ddfff +libavutil.55.dylib (55.17.103) <0E5D2AB8-5147-3BAB-A51D-2F13F4B9BA34> /Users/USER/Downloads/*/xLights.app/Contents/Frameworks/libavutil.55.dylib
0x10e80f000 - 0x10e99efff +libavformat.57.dylib (57.25.100) <644779F2-7482-3DA6-9A43-6CB1445517FD> /Users/USER/Downloads/*/xLights.app/Contents/Frameworks/libavformat.57.dylib
0x10e9f6000 - 0x10f3b5ff7 +libavcodec.57.dylib (57.24.102) <7DC213D2-A2A7-3C38-8B5E-358285D74171> /Users/USER/Downloads/*/xLights.app/Contents/Frameworks/libavcodec.57.dylib
0x10fb53000 - 0x10fb6eff7 +libwx_osx_cocoau_qa-3.1.0.0.0.dylib (1) <0A4C305C-CC39-363A-8E79-8C1F7E1762E6> /Users/USER/Downloads/*/xLights.app/Contents/Frameworks/libwx_osx_cocoau_qa-3.1.0.0.0.dylib
0x10fb89000 - 0x10fc10fff +libwx_osx_cocoau_html-3.1.0.0.0.dylib (1) <FF0F5F1E-2BEB-3336-BBF9-180366597A8F> /Users/USER/Downloads/*/xLights.app/Contents/Frameworks/libwx_osx_cocoau_html-3.1.0.0.0.dylib
0x10fc61000 - 0x10fc6efff +libwx_baseu_xml-3.1.0.0.0.dylib (1) <96F0FCB8-D8D3-3805-B1BE-44C3CF667175> /Users/USER/Downloads/*/xLights.app/Contents/Frameworks/libwx_baseu_xml-3.1.0.0.0.dylib
0x10fc75000 - 0x10fcdffff +libwx_osx_cocoau_aui-3.1.0.0.0.dylib (1) <D3507AEF-BCA5-378D-AA92-571082EED30D> /Users/USER/Downloads/*/xLights.app/Contents/Frameworks/libwx_osx_cocoau_aui-3.1.0.0.0.dylib
0x10fd19000 - 0x10fd19fe7 +cl_kernels (???) <8613B2BD-DE81-4F57-9649-3F3B9769D525> cl_kernels
0x10fd1b000 - 0x10fd27fff +libwx_osx_cocoau_gl-3.1.0.0.0.dylib (1) <10C320DE-B6B5-33AC-964C-963ED37113E9> /Users/USER/Downloads/*/xLights.app/Contents/Frameworks/libwx_osx_cocoau_gl-3.1.0.0.0.dylib
0x10fd3d000 - 0x10fd6afff +libwx_baseu_net-3.1.0.0.0.dylib (1) <96BA4408-DC0B-3B76-AF90-075447F26332> /Users/USER/Downloads/*/xLights.app/Contents/Frameworks/libwx_baseu_net-3.1.0.0.0.dylib
0x10fd83000 - 0x10fe15fff +libwx_osx_cocoau_propgrid-3.1.0.0.0.dylib (1) <C5123411-A7BF-390A-8161-BA2CB02AAB31> /Users/USER/Downloads/*/xLights.app/Contents/Frameworks/libwx_osx_cocoau_propgrid-3.1.0.0.0.dylib
0x10fe6e000 - 0x10ff46fff +org.libsdl.SDL2 (2.0.4 - 2.0.4) <9A6817E0-DA9E-3EF6-9B14-1DB1367DCF67> /Users/USER/Downloads/*/xLights.app/Contents/Frameworks/SDL2.framework/Versions/A/SDL2
0x10ff6b000 - 0x110131ff7 +libwx_baseu-3.1.0.0.0.dylib (1) <F1A543E1-3908-336A-8DC6-5658048D6133> /Users/USER/Downloads/*/xLights.app/Contents/Frameworks/libwx_baseu-3.1.0.0.0.dylib
0x1101cc000 - 0x1102c9ff7 +libwx_osx_cocoau_adv-3.1.0.0.0.dylib (1) <9E233774-354C-3F0A-AA16-5B372E2C5331> /Users/USER/Downloads/*/xLights.app/Contents/Frameworks/libwx_osx_cocoau_adv-3.1.0.0.0.dylib
0x11038a000 - 0x1107c7ff7 +libwx_osx_cocoau_core-3.1.0.0.0.dylib (1) <B6812EE6-19B2-3302-9000-A320B44F7C39> /Users/USER/Downloads/*/xLights.app/Contents/Frameworks/libwx_osx_cocoau_core-3.1.0.0.0.dylib
0x1109db000 - 0x1109e5fff +libwx_osx_cocoau_media-3.1.0.0.0.dylib (1) <84378AA9-26A3-3A01-AB17-05F5AE509C21> /Users/USER/Downloads/*/xLights.app/Contents/Frameworks/libwx_osx_cocoau_media-3.1.0.0.0.dylib
0x1109f3000 - 0x1109f4fff com.apple.VideoDecodeAcceleration (1.1 - 10) <8B971772-F623-3211-8FC8-EAB8F16ECE4A> /System/Library/Frameworks/VideoDecodeAcceleration.framework/Versions/A/VideoDecodeAcceleration
0x110a00000 - 0x110a19fff libexpat.1.dylib (12.40.1) <405B65BE-42E4-36FA-AA41-5B717CB3F5E7> /usr/lib/libexpat.1.dylib
0x110a29000 - 0x110a2dfff com.apple.agl (3.3.1 - AGL-3.3.1) <9F89C357-50A4-3978-93AB-D2E68CCFA834> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x110a3c000 - 0x110a3efff com.apple.ForceFeedback (1.0.6 - 1.0.6) <2CCA0B39-2B72-3B89-B698-42A57FE59E27> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
0x116a6a000 - 0x116fc1ff7 com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.14.58 - 10.1.4) <603F465A-DB27-3BDC-A702-9107EA5CF3A4> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
0x117385000 - 0x117386ff7 +cl_kernels (???) <21DC9323-33DC-4DB5-8B25-DB0E450BF74A> cl_kernels
0x1174a7000 - 0x1174abfff com.apple.audio.AppleHDAHALPlugIn (274.7 - 274.7) <2CEBD69A-DD77-3B0F-958B-72521D9E49D4> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x117a48000 - 0x117b3bfff com.apple.GeForceMTLDriver (10.10.5.2 - 10.1.0) <94A8BE1E-C807-3E93-92C5-7D3A7FF5CEA4> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
0x117b68000 - 0x117bceff7 com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.14.58 - 10.1.4) <A2BFF9AB-2561-3384-986E-8E3767FE3F68> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
0x117c4a000 - 0x117c65fff com.apple.security.csparser (3.0 - 57337.40.85) <ACA30E1D-B53E-3A56-9E5D-E5C419102CA9> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x11ba82000 - 0x11bbb2ffb com.apple.audio.units.Components (1.13 - 1.13) <1C4A84C5-11AE-3914-BD30-D066114778D2> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x7fff6ab62000 - 0x7fff6ab990d7 dyld (360.21) <D9B236BC-4AC1-325F-B3EF-3F06DBDA7119> /usr/lib/dyld
0x7fff8281d000 - 0x7fff82822ff7 com.apple.AssetCacheServices (14.1 - 14.1) <5F249F84-660A-3E94-B073-6729E7ED56D9> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
0x7fff82991000 - 0x7fff82994ff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <6932B5EC-0EA9-333D-BF7E-665047392FEC> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff829cc000 - 0x7fff829fcff3 com.apple.CoreAVCHD (5.8.0 - 5800.4.2) <4AAFB1C4-3708-30F9-ACFA-90564347204C> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff829fd000 - 0x7fff829fefff liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib
0x7fff829ff000 - 0x7fff82a05fff com.apple.IOAccelerator (205.3 - 205.3) <851B6BF8-5B7F-3FB5-9E45-10AAE3BF7438> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff82a11000 - 0x7fff82a35fff com.apple.MultitouchSupport.framework (304.10.2 - 304.10.2) <CE75EDA3-2B22-3968-834E-550EA870ECC8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff82a36000 - 0x7fff82a44ff7 libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib
0x7fff82d46000 - 0x7fff82d4bfff com.apple.ImageCapture (9.0 - 9.0) <ACECF0B7-7D92-3A22-BF47-E8FADF4C5378> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff82d9b000 - 0x7fff82daffff com.apple.CoreDuetDaemonProtocol (1.0 - 1) <D0A5B9A7-A247-37CD-A8F7-64DC635F9C9B> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff82e88000 - 0x7fff82edbff7 libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib
0x7fff82fe5000 - 0x7fff830befff com.apple.CoreMedia (1.0 - 1731.15.202) <D2A49E52-9D26-35A8-BDDC-3BCDBEC5A19E> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff830bf000 - 0x7fff830ddff7 libsystem_kernel.dylib (3248.40.184) <88C17B7F-1CD8-3979-A1A9-F7BDB4FCE789> /usr/lib/system/libsystem_kernel.dylib
0x7fff830de000 - 0x7fff830e1ffb libdyld.dylib (360.21) <8390E026-F7DE-3C32-9486-3DFF6BD131B0> /usr/lib/system/libdyld.dylib
0x7fff830ea000 - 0x7fff830edfff libCoreVMClient.dylib (119.5) <560D70FB-709F-3030-96C9-F249FCB7DA6D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8310c000 - 0x7fff83125fff com.apple.CFOpenDirectory (10.11 - 194) <11F95672-55E0-3F9D-9171-5E8C56AEE948> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff83126000 - 0x7fff8312dff7 libcompiler_rt.dylib (62) <A13ECF69-F59F-38AE-8609-7B731450FBCD> /usr/lib/system/libcompiler_rt.dylib
0x7fff8312e000 - 0x7fff83339fff libFosl_dynamic.dylib (16.24) <5F9DB82D-FD4B-3952-8531-CE020F93ED49> /usr/lib/libFosl_dynamic.dylib
0x7fff8333b000 - 0x7fff83346fff libkxld.dylib (3248.40.184) <6F776D34-D06C-3C48-B753-D0FB375A4A8A> /usr/lib/system/libkxld.dylib
0x7fff83347000 - 0x7fff833f7fff com.apple.backup.framework (1.7.4 - 1.7.4) <F304E9D1-991A-379E-9659-BF85C35B4808> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff833f8000 - 0x7fff83403ff7 libChineseTokenizer.dylib (16) <79B8C67A-3061-3C78-92CD-4650719E68D4> /usr/lib/libChineseTokenizer.dylib
0x7fff83404000 - 0x7fff8341efff com.apple.Kerberos (3.0 - 1) <1B4744BF-E5AE-38E2-AA56-E22D3270F2E8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8342c000 - 0x7fff8353bfe7 libvDSP.dylib (563.5) <9AB6CA3C-4F0E-35E6-9184-9DF86E7C3DAD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff83542000 - 0x7fff835f2fe7 libvMisc.dylib (563.5) <6D73C20D-D1C4-3BA5-809B-4B597C15AA86> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff835f3000 - 0x7fff835f4fff libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff835f5000 - 0x7fff836affff com.apple.DiscRecording (9.0.1 - 9010.4.3) <540853B2-B123-3560-8023-C92EE229051A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff836db000 - 0x7fff836ddfff libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib
0x7fff8370b000 - 0x7fff83734ffb libRIP.A.dylib (957) <5F18F20D-5921-3314-A9F8-F1B1CB62C83D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff83739000 - 0x7fff83741fff com.apple.AppleSRP (5.0 - 1) <840A5C20-6452-36BB-ACF7-29BA6CBF7C48> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff83796000 - 0x7fff837f6fff com.apple.QuickLookFramework (5.0 - 696.7) <ECD33169-5EB1-3783-AF9E-1AB9240F8358> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff837ff000 - 0x7fff83832ff7 com.apple.MediaKit (16 - 809) <BF8032FE-6645-37F6-A622-BC7EEE3EAABF> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff83833000 - 0x7fff83835fff libCGXType.A.dylib (957) <B901C222-E779-32EB-96C2-5A707A09FC5B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff83a2d000 - 0x7fff83ae5ff7 com.apple.CoreDuet (1.0 - 1) <058EAEDE-156F-309C-AB61-34C61B93D967> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff83d2e000 - 0x7fff83d3fff7 libz.1.dylib (61.20.1) <B3EBB42F-48E3-3287-9F0D-308E04D407AC> /usr/lib/libz.1.dylib
0x7fff83dad000 - 0x7fff83e1cfff com.apple.datadetectorscore (7.0 - 460) <8EF4EECC-4FF1-36DF-84CF-65545555A225> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff83e1d000 - 0x7fff83e2cffb com.apple.LangAnalysis (1.7.0 - 1.7.0) <18D21123-A3E7-3851-974A-08E5D4540475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff83e2d000 - 0x7fff83e48ff7 libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib
0x7fff83e49000 - 0x7fff83e6dfff com.apple.quartzfilters (1.10.0 - 1.10.0) <F5C482E2-5AFB-3959-8C01-C149D48E7583> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff83e6e000 - 0x7fff83e73ff3 libunwind.dylib (35.3) <F6EB48E5-4D12-359A-AB54-C937FBBE9043> /usr/lib/system/libunwind.dylib
0x7fff83e74000 - 0x7fff83e9dff7 libxslt.1.dylib (14.1) <27DE3F2E-CE96-3327-A563-788EE3E2775B> /usr/lib/libxslt.1.dylib
0x7fff83ec8000 - 0x7fff83f36ff7 com.apple.ApplicationServices.ATS (377 - 394.3) <847DBFBA-8D6B-367B-99FD-C6CAA8C05C65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff83f48000 - 0x7fff83f6ffff com.apple.ChunkingLibrary (167 - 167) <AD7F285C-005E-36BB-98A3-5826413533BE> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff83f87000 - 0x7fff83f89fff com.apple.xpc.ServiceManagement (1.0 - 1) <F3E14561-5DF4-3429-98ED-8F27A87A343A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff83f8a000 - 0x7fff8407cff7 libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib
0x7fff8407d000 - 0x7fff840aafff libdispatch.dylib (501.40.12) <C7499857-61A5-3D7D-A5EA-65DCC8C3DF92> /usr/lib/system/libdispatch.dylib
0x7fff840ab000 - 0x7fff840abfff com.apple.quartzframework (1.5 - 21) <5DC3D0D9-9E3F-3AA5-92F1-F229907A49B9> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff84153000 - 0x7fff84153fff com.apple.Carbon (154 - 157) <8F6ED602-5943-3E29-A793-BC331E2C183D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff84154000 - 0x7fff84361fff libicucore.A.dylib (551.51) <35315A29-E21C-3CC5-8BD6-E07A3AE8FC0D> /usr/lib/libicucore.A.dylib
0x7fff84362000 - 0x7fff84364fff com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff84365000 - 0x7fff84461ff7 libFontParser.dylib (158.5) <62796E99-36B7-36B6-8D33-5349F88014C3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff84462000 - 0x7fff8447bfff com.apple.openscripting (1.7.1 - 169.1) <36EBF6A7-334A-3197-838F-E8C7B27FCDBB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8447c000 - 0x7fff84562ff7 libcrypto.0.9.8.dylib (59.40.2) <2486D801-C756-3488-B519-1AA6807E8948> /usr/lib/libcrypto.0.9.8.dylib
0x7fff84563000 - 0x7fff8461cff7 com.apple.cloudkit.CloudKit (482.29 - 482.29) <E235B37E-1491-3857-BDE8-38450D4FE8D0> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff8461d000 - 0x7fff8461efff com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff84632000 - 0x7fff848b9ff7 com.apple.CFNetwork (760.4.2 - 760.4.2) <24C4A390-3079-358A-8D51-75A3E818A6DF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff848ba000 - 0x7fff848e3fff libsystem_info.dylib (477.40.5) <6B01C09E-A3E5-3C71-B370-D0CABD11A436> /usr/lib/system/libsystem_info.dylib
0x7fff8497b000 - 0x7fff84cddf3f libobjc.A.dylib (680) <7489D2D6-1EFD-3414-B18D-2AECCCC90286> /usr/lib/libobjc.A.dylib
0x7fff84d12000 - 0x7fff84da7fff com.apple.ink.framework (10.9 - 214) <1F76CF36-3F79-36B8-BC37-C540AF34B338> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff84f57000 - 0x7fff84f68ff7 libsystem_trace.dylib (201.10.3) <25104542-5251-3E8D-B14A-9E37207218BC> /usr/lib/system/libsystem_trace.dylib
0x7fff84f69000 - 0x7fff84f73fff com.apple.NetAuth (6.0 - 6.0) <D692B1EF-534F-3892-8E2F-2BBA7C8AFD74> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff84f74000 - 0x7fff84fa3fff com.apple.securityinterface (10.0 - 55065.40.1) <1BB39B19-DD74-347E-A344-0E6781773577> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff84ff5000 - 0x7fff85084fff com.apple.CorePDF (4.0 - 4) <849BBFF6-0700-3ED1-98DF-A6E93B9B707F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff85085000 - 0x7fff85093fff com.apple.opengl (12.0.40 - 12.0.40) <AEA28993-BA3E-3E0F-A2F5-88C312ABB634> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff85094000 - 0x7fff85212fff com.apple.UIFoundation (1.0 - 436.1) <AABB5267-E7B7-3D75-B051-E665BDA8DEF4> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff85213000 - 0x7fff85215ffb libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib
0x7fff8521d000 - 0x7fff85220ffb libScreenReader.dylib (426.42) <16FC79D1-4573-3E90-945F-CBA22D5185FD> /usr/lib/libScreenReader.dylib
0x7fff85221000 - 0x7fff853e7fe7 com.apple.ImageIO.framework (3.3.0 - 1444) <54F18254-F31B-3464-BB51-BAF9E9620419> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff853e8000 - 0x7fff853efff7 com.apple.phonenumbers (1.1.1 - 105) <A616AFB5-2336-385A-B058-16A423D2B21B> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff8544b000 - 0x7fff85450fff com.apple.MediaAccessibility (1.0 - 79) <C5E61B45-1967-3602-A48C-31E132B998B2> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff8545c000 - 0x7fff85751fff com.apple.HIToolbox (2.1.1 - 807.2) <871E5223-5D03-3649-98AF-9CCA3B41E307> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff857f0000 - 0x7fff85a11ff7 com.apple.CoreImage (11.4.0 - 366.4.19) <6EE4A686-50C8-3D77-A036-BE8AA0F8A2FD> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff85a12000 - 0x7fff85a1bfff com.apple.icloud.FindMyDevice (1.0 - 1) <B9C741F2-6FAC-3BA7-B6E0-9A910C6E8D4E> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff85a93000 - 0x7fff85ad8ff3 libFontRegistry.dylib (155.1) <F3355C6E-ED33-3506-B10E-2F6995D34BC1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8640e000 - 0x7fff86412fff libcache.dylib (75) <9548AAE9-2AB7-3525-9ECE-A2A7C4688447> /usr/lib/system/libcache.dylib
0x7fff8647d000 - 0x7fff86480ff7 com.apple.help (1.3.3 - 46) <35DA4D48-0BC2-35A1-8D7C-40905CDF4F64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff86481000 - 0x7fff86483fff com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff86484000 - 0x7fff864a6ff7 com.apple.Sharing (442.13.6 - 442.13.6) <DDD2811C-6ECB-32F2-8EE1-69BF9657B4A8> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff865a0000 - 0x7fff865a3fff com.apple.Mangrove (1.0 - 1) <2D86B3AD-64C3-3BB4-BC66-1CFD0C90E844> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff865d2000 - 0x7fff86679fff com.apple.LanguageModeling (1.0 - 1) <58C18A47-BDE7-3CBE-81C0-797029D170A1> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff8689c000 - 0x7fff868adfff libSparseBLAS.dylib (1162.2) <EBEB3848-3468-342A-91A6-5C47F2369CD9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff86968000 - 0x7fff86987ff7 com.apple.framework.Apple80211 (11.0 - 1121.34) <AE7795B8-4590-3714-999D-3FBFF6BF5D93> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff86988000 - 0x7fff869cdff7 com.apple.coreservices.SharedFileList (24.4 - 24.5) <1D2AD77B-778F-3253-A295-3D0A32A8121C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff869ce000 - 0x7fff869f7fff libc++abi.dylib (125) <DCCC8177-3D09-35BC-9784-2A04FEC4C71B> /usr/lib/libc++abi.dylib
0x7fff86a4d000 - 0x7fff86ee8ff3 com.apple.GeoServices (1.0 - 1151.47.0.1) <928294E7-6897-3D5B-9D2E-BC092B6C25DE> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff86ee9000 - 0x7fff86f5dff3 com.apple.securityfoundation (6.0 - 55126) <1F6BDF18-3CF0-3E85-8D9B-0663599B9949> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff86f5e000 - 0x7fff86f64fff com.apple.XPCService (2.0 - 1) <5E2122D6-FFA2-3552-BF16-9FD3F36B40DB> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fff86f99000 - 0x7fff86fb5ff7 libextension.dylib (78) <FD952DA6-BBEC-3CB6-98B3-E1D111C5C54E> /usr/lib/libextension.dylib
0x7fff87065000 - 0x7fff87071fff com.apple.CacheDelete (1.0 - 1) <82285D20-6E49-3463-9271-92239A6EDB81> /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete
0x7fff87074000 - 0x7fff870e8ff7 com.apple.Heimdal (4.0 - 2.0) <5D365381-8B5E-3259-8867-FC4A7D307BDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff870e9000 - 0x7fff87100ff7 libsystem_coretls.dylib (83.40.5) <C90DAE38-4082-381C-A185-2A6A8B677628> /usr/lib/system/libsystem_coretls.dylib
0x7fff8713d000 - 0x7fff87d66fff com.apple.AppKit (6.9 - 1404.46) <2492D315-76B6-320B-B542-231FCA44CA48> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff87dbb000 - 0x7fff87e0cff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <3D62A9B3-67A8-3F8A-A102-05E310249075> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff87e0d000 - 0x7fff87e74fff com.apple.framework.CoreWiFi (11.0 - 1101.20) <993592F1-B3F1-3FAD-87BD-EA83C361BCCF> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff87e75000 - 0x7fff87e75ff7 libkeymgr.dylib (28) <8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0> /usr/lib/system/libkeymgr.dylib
0x7fff87e76000 - 0x7fff87f05ff7 libCoreStorage.dylib (517.20.1) <EC540EAA-089C-36D9-BBAA-0684EDE098AB> /usr/lib/libCoreStorage.dylib
0x7fff87f06000 - 0x7fff87f11fff libcsfde.dylib (517.20.1) <6FFC376E-E141-37EE-800A-004080A50091> /usr/lib/libcsfde.dylib
0x7fff87f2f000 - 0x7fff87f3fff3 com.apple.ProtocolBuffer (1 - 243) <BAE5E5C9-DD59-3BB8-9741-EEFC5E3046EE> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff87f40000 - 0x7fff87f44fff com.apple.CommonPanels (1.2.6 - 96) <4AE7E5AE-55B3-37FA-9BDE-B23147ADA2E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8806e000 - 0x7fff881d5fff libBLAS.dylib (1162.2) <A1398FE0-39D2-33EA-9A0F-B2644EEA29A0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff881d6000 - 0x7fff881deffb libsystem_dnssd.dylib (625.40.20) <86A05653-DCA0-3345-B29F-F320029AA05E> /usr/lib/system/libsystem_dnssd.dylib
0x7fff881e4000 - 0x7fff881e4fff libOpenScriptingUtil.dylib (169.1) <AD0DAC8A-9849-3077-999F-9AEC6112BDAB> /usr/lib/libOpenScriptingUtil.dylib
0x7fff88421000 - 0x7fff884ccfff com.apple.PDFKit (3.1 - 3.1) <27AF3C85-1C0B-389C-856C-2E527620C195> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff884cd000 - 0x7fff885f2ff7 com.apple.LaunchServices (728.8 - 728.8) <FDA38B17-82E2-322F-A008-B9207A6EA668> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff885f3000 - 0x7fff8860ffff com.apple.GenerationalStorage (2.0 - 239.1) <8C821448-4294-3736-9CEF-467C93785CB9> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff88610000 - 0x7fff88e6efff com.apple.GeForceGLDriver (10.10.5.2 - 10.1.0) <0206BA56-8CA6-33DD-B67D-48E5B0AD1CD5> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x7fff88e81000 - 0x7fff88e83ff7 libRadiance.dylib (1444) <A5EFA292-AFD4-3FCE-8802-958AD60F75DA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff88eb7000 - 0x7fff88f5bfff com.apple.Bluetooth (4.4.4 - 4.4.4f4) <BCF89EFE-853D-3AEA-AE31-DC8293C7284F> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff88f7c000 - 0x7fff88f7cff7 liblaunch.dylib (765.40.36) <1CD7619D-AF2E-34D1-8EC6-8021CF473D9B> /usr/lib/system/liblaunch.dylib
0x7fff892d3000 - 0x7fff89479ff7 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <082319FC-59F2-3D36-AC9B-94759724E302> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8947a000 - 0x7fff89d0aff7 libclh.dylib (4.0.3 - 4.0.3) <1E01D7A3-33E4-3A79-9C89-24254CE48D4A> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x7fff89ec6000 - 0x7fff89edafe3 libCGInterfaces.dylib (317.9) <5079DE4F-3717-32FF-B76A-77F53236D17D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff89f08000 - 0x7fff89f19fff libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib
0x7fff89f25000 - 0x7fff89f27ff7 libquarantine.dylib (80) <0F4169F0-0C84-3A25-B3AE-E47B3586D908> /usr/lib/system/libquarantine.dylib
0x7fff8a10f000 - 0x7fff8a50bfff libLAPACK.dylib (1162.2) <987E42B0-5108-3065-87F0-9DF7616A8A06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8a50c000 - 0x7fff8a50ffff libsystem_sandbox.dylib (460.40.33) <30671DCC-265F-325A-B33D-11CD336B3DA3> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8a51a000 - 0x7fff8a529fe7 com.apple.AppleFSCompression (81.20.2 - 1.0) <2FE122A9-5265-320A-9600-FFC5CE4DE197> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff8a52a000 - 0x7fff8a56cff7 com.apple.Metal (56.6 - 56.6) <7DCBE573-B713-3C50-A16E-2F33A84C3CFB> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff8a582000 - 0x7fff8a8d6fff com.apple.Foundation (6.9 - 1258) <51833143-6CAE-3E1C-9FBA-BCDEB48D4ADF> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8a8d7000 - 0x7fff8a900fff com.apple.ProtectedCloudStorage (1.0 - 1) <4850F751-E61B-30C0-B89A-B313601D3DB5> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff8a901000 - 0x7fff8a92cffb libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib
0x7fff8a959000 - 0x7fff8aba5ff7 com.apple.AddressBook.framework (9.0 - 1679.9) <8879002B-C87B-3595-9CD2-B672F10DD156> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff8aba6000 - 0x7fff8abb4fff com.apple.ToneLibrary (1.0 - 1) <AF05AF34-9BC4-3BA6-81C1-7420F22C9D7D> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
0x7fff8abb5000 - 0x7fff8ac24fff com.apple.SearchKit (1.4.0 - 1.4.0) <F159A888-34CA-36F1-AC8E-EB1B38C9DFB3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8ac25000 - 0x7fff8ac66ff7 libGLU.dylib (12.0.40.6) <C56DDF90-CF6D-30D2-A3E6-89288BE69DCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8ac67000 - 0x7fff8ac7afff com.apple.contacts.ContactsPersistence (1.0 - 2137.1) <71232F20-11BD-370D-9F43-F262BFE46C93> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
0x7fff8ac7b000 - 0x7fff8acd9fff com.apple.SystemConfiguration (1.14 - 1.14) <10082F58-6190-3A7C-8B6C-C12B16DC793A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8acda000 - 0x7fff8ae07ff3 com.apple.CoreText (352.0 - 494.11) <08E8640E-6602-3A00-BC28-94235FD311B4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8ae08000 - 0x7fff8ae22ff3 liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib
0x7fff8ae66000 - 0x7fff8ae6efef libsystem_platform.dylib (74.40.2) <29A905EF-6777-3C33-82B0-6C3A88C4BA15> /usr/lib/system/libsystem_platform.dylib
0x7fff8ae6f000 - 0x7fff8ae70ffb libremovefile.dylib (41) <552EF39E-14D7-363E-9059-4565AC2F894E> /usr/lib/system/libremovefile.dylib
0x7fff8ae71000 - 0x7fff8aee6fff com.apple.framework.IOKit (2.0.2 - 1179.40.20) <FB2AD43B-905D-3BD0-BE17-ACE7D4D13E24> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8b16d000 - 0x7fff8b403fff libmecabra.dylib (696.5) <EF6C0BD4-5FE8-34FB-8ADF-69A53CEC97A9> /usr/lib/libmecabra.dylib
0x7fff8b439000 - 0x7fff8b456ff7 com.apple.pluginkit.framework (1.0 - 1) <0BA96479-0451-3DA9-A2AC-FE1D86D383AB> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
0x7fff8b468000 - 0x7fff8b46dfff com.apple.TCC (1.0 - 1) <50F7EC60-5B21-3B9B-BF2F-F037EA7B12FB> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff8b65b000 - 0x7fff8b74affb libxml2.2.dylib (29.5) <4096C2EA-6659-3F22-AC60-1E2F30BDD2B7> /usr/lib/libxml2.2.dylib
0x7fff8b74b000 - 0x7fff8b756fff com.apple.AppSandbox (4.0 - 261.40.2) <52766210-B6EB-3B73-AB1B-42E0A9AD2EE8> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff8b7bf000 - 0x7fff8b7c1ff7 com.apple.SafariServices.framework (11601 - 11601.5.17.1) <396E2233-E2DC-391C-84D2-991F636A941B> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
0x7fff8b7c2000 - 0x7fff8b7e6fff libJPEG.dylib (1444) <AECB826C-8B14-3D04-8DEC-33EE85F5150D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8b806000 - 0x7fff8b80efff libcopyfile.dylib (127) <A48637BC-F3F2-34F2-BB68-4C65FD012832> /usr/lib/system/libcopyfile.dylib
0x7fff8b857000 - 0x7fff8b8cefeb libcorecrypto.dylib (335.40.8) <9D300121-CAF8-3894-8774-DF38FA65F238> /usr/lib/system/libcorecrypto.dylib
0x7fff8b8d2000 - 0x7fff8cb1dfeb com.apple.CoreGraphics (1.600.0 - 957) <8C9F8E1A-274C-36CE-93FB-49906A9B9EE2> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8ce05000 - 0x7fff8ce10fff com.apple.CrashReporterSupport (10.11 - 717) <474544AD-1199-3ECC-90E5-071847BA72C6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff8ce3b000 - 0x7fff8ce3cff3 com.apple.print.framework.Print (10.0 - 266) <3E85F70C-D7D4-34E1-B88A-C1F503F99CDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8ce3d000 - 0x7fff8ce54ff7 libsystem_asl.dylib (323.40.3) <007F9094-317A-33EA-AF62-BAEAAB48C0F7> /usr/lib/system/libsystem_asl.dylib
0x7fff8cf2c000 - 0x7fff8cf30fff libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib
0x7fff8cf31000 - 0x7fff8cf3dff7 com.apple.OpenDirectory (10.11 - 194) <31A67AD5-5CC2-350A-96D7-821DF4BC4196> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8d040000 - 0x7fff8d12bff7 com.apple.QuickLookUIFramework (5.0 - 696.7) <5A4AAFEC-D38C-3DA0-9361-CBF1D4C6B376> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff8d12c000 - 0x7fff8d17efff com.apple.AppleVAFramework (5.0.32 - 5.0.32) <FC1AED2C-B3E2-31D9-B163-37989CD8A073> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff8d17f000 - 0x7fff8d21ffff com.apple.ViewBridge (159 - 159) <D8131B7E-DFC9-3FDD-9D56-49821C1D1521> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff8d220000 - 0x7fff8d2a8fff com.apple.CoreSymbolication (3.1 - 58048.1) <4730422E-4178-34F9-8550-BB92F2A4F44B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8d2a9000 - 0x7fff8e397ff7 com.apple.WebCore (11601 - 11601.5.17) <01B1DEA6-A07A-367B-84C0-E264EEFBBA1F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff8e398000 - 0x7fff8e3b3fff com.apple.aps.framework (4.0 - 4.0) <CAD47B6E-A581-3B35-885B-67B206F41D5E> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff8e51b000 - 0x7fff8e7abff7 com.apple.RawCamera.bundle (6.19 - 844) <96617D7F-437C-31AB-B413-ADC079469054> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8e7ac000 - 0x7fff8ea91ffb com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) <2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff8f2cc000 - 0x7fff8f2cffff com.apple.IOSurface (108.2.1 - 108.2.1) <A0037B0A-277A-393E-9BF6-688595BD564D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8f598000 - 0x7fff8f599fff libsystem_blocks.dylib (65) <1244D9D5-F6AA-35BB-B307-86851C24B8E5> /usr/lib/system/libsystem_blocks.dylib
0x7fff8f59a000 - 0x7fff8f59ffff com.apple.DiskArbitration (2.7 - 2.7) <F55902AA-5316-3255-A701-FDED5B553065> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8f759000 - 0x7fff8f790ff7 com.apple.LDAPFramework (2.4.28 - 194.5) <9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff8f791000 - 0x7fff8f7e2ff7 libcups.2.dylib (435.1) <4198A94D-A46C-39AA-92B6-83D0BA507D6C> /usr/lib/libcups.2.dylib
0x7fff8fba8000 - 0x7fff8ffd6fff com.apple.vision.FaceCore (3.3.1 - 3.3.1) <E54028EA-4217-3078-A2B1-C52E4214D59E> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff8ffd7000 - 0x7fff8ffe0ff7 libsystem_pthread.dylib (138.10.4) <3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559> /usr/lib/system/libsystem_pthread.dylib
0x7fff90063000 - 0x7fff901adff7 com.apple.coreui (2.1 - 366.1) <A3868F31-ACF4-3EA5-9E75-79ED44FA7F06> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff901ae000 - 0x7fff901fdff7 com.apple.opencl (2.7.0 - 2.7.0) <307263BA-0368-38C9-A7FB-25920343D0DF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff90204000 - 0x7fff90226fff com.apple.IconServices (68.1 - 68.1) <CDEEDBE6-F53B-3BA1-82D4-23BCA3DD8949> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff90227000 - 0x7fff90283fff libTIFF.dylib (1444) <2A22E6B7-213B-3253-838F-C3EC3C8F2727> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff90284000 - 0x7fff90285ffb libSystem.B.dylib (1226.10.1) <CD307E99-FC5C-3575-BCCE-0C861AA63124> /usr/lib/libSystem.B.dylib
0x7fff90289000 - 0x7fff902c3fff com.apple.QD (3.12 - 302) <0FE53180-2895-3D14-A1E7-F82DE1D106E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff902c7000 - 0x7fff90561fff com.apple.security (7.0 - 57337.40.85) <7C5B8DEF-3D02-3410-9BD3-2B1251F84D4B> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff90562000 - 0x7fff90570fff com.apple.IntlPreferences (2.0 - 192) <61F62126-0902-3324-BB1D-8B93297ED899> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fff90571000 - 0x7fff90573ff7 com.apple.securityhi (9.0 - 55006) <A4CEFD45-C51C-381C-A57B-FF75D90C680F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff90574000 - 0x7fff90580fff com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <6BA06290-D4A3-351C-87F9-B61EF61FF055> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff9059c000 - 0x7fff90629fff libsystem_c.dylib (1082.20.4) <CDEBF2BB-A578-30F5-846F-96274951C3C5> /usr/lib/system/libsystem_c.dylib
0x7fff90646000 - 0x7fff90652fff com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <71DA00B8-5EA2-326B-8814-59DB25512F65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff90664000 - 0x7fff90683ff7 com.apple.contacts.vCard (1.0 - 2137.1) <41529BD9-1BCC-3A62-92BA-2A7110867355> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0x7fff90684000 - 0x7fff90686ff7 libsystem_configuration.dylib (802.40.13) <3DEB7DF9-6804-37E1-BC83-0166882FF0FF> /usr/lib/system/libsystem_configuration.dylib
0x7fff90687000 - 0x7fff906d5fff libcurl.4.dylib (90) <12E01E4B-24C9-394C-9D2C-85CF85D5F459> /usr/lib/libcurl.4.dylib
0x7fff906d6000 - 0x7fff906d9fff libspindump.dylib (197.1) <48F4C673-9F0C-38BE-B550-88241E812518> /usr/lib/libspindump.dylib
0x7fff906da000 - 0x7fff906e5fff com.apple.DirectoryService.Framework (10.11 - 194) <6F827D0E-0F02-3B09-B2A8-252865EECA7F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff906e7000 - 0x7fff906f2fff libGPUSupportMercury.dylib (12.0.40.6) <CC8F3ED8-72FE-3041-A0F2-D8F17DBE2347> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff90720000 - 0x7fff9074bff7 com.apple.AddressBook.ContactsFoundation (8.0 - 2137.1) <BAE70E9D-BCC8-3650-B554-6D646388EDEF> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x7fff9074c000 - 0x7fff907b7ff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) <3B35C543-7FCE-333F-80C1-432FA41DDCDE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff907b8000 - 0x7fff907c0fff libGFXShared.dylib (12.0.40.6) <1CDE5AEF-3E44-3547-879E-BB490EE7702C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff90818000 - 0x7fff90818fff com.apple.audio.units.AudioUnit (1.13 - 1.13) <93C1D642-37D4-3692-AD35-DCAD04F9610B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff9083f000 - 0x7fff9084aff7 libcommonCrypto.dylib (60075.40.2) <B9D08EB8-FB35-3F7B-8A1C-6FCE3F07B7E7> /usr/lib/system/libcommonCrypto.dylib
0x7fff9088f000 - 0x7fff90b35ff7 com.apple.CoreData (120 - 641.3) <A29A5491-6169-372B-828F-84EE0CFD4BC4> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff90b36000 - 0x7fff90b36fff com.apple.Cocoa (6.11 - 22) <807787AB-D231-3F51-A99B-A9314623C571> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff90b37000 - 0x7fff90b3cff7 libheimdal-asn1.dylib (453.40.10) <981DE40B-FA16-36F7-BE92-8C8A115D6CD9> /usr/lib/libheimdal-asn1.dylib
0x7fff90b3d000 - 0x7fff90b41fff com.apple.LoginUICore (3.2 - 3.2) <5524E4BC-4700-39F4-AF06-E53322712EE0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff90b86000 - 0x7fff90bd1ff7 com.apple.CoreMediaIO (703.0 - 4791) <B974A225-61C6-34DD-AC2A-495BD6A393B3> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff90bd2000 - 0x7fff90bd2fff com.apple.CoreServices (728.9 - 728.9) <78CB3EAC-A66E-3FD9-A1DF-A9CF227ED3C3> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff90bd3000 - 0x7fff90bebfef libcompression.dylib (28) <E7601B62-1053-369D-8A9E-91CF86239220> /usr/lib/libcompression.dylib
0x7fff90bec000 - 0x7fff90becff7 libunc.dylib (29) <DDB1E947-C775-33B8-B461-63E5EB698F0E> /usr/lib/system/libunc.dylib
0x7fff90cc4000 - 0x7fff90d02ff7 libGLImage.dylib (12.0.40.6) <734B133F-E789-3A25-9DE6-1CCBA4896D4D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff90d09000 - 0x7fff90d38ff7 com.apple.DictionaryServices (1.2 - 250.3) <30250542-CBAA-39C1-91AA-B57A5DE17594> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff90d42000 - 0x7fff910bdffb com.apple.VideoToolbox (1.0 - 1731.15.202) <B839BE14-9503-3B5E-A54A-C7FCEED34EA3> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff91128000 - 0x7fff91184fff com.apple.Suggestions (5.0 - 180) <450BCB58-786F-37DC-9AC7-2E3D13198032> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
0x7fff911c5000 - 0x7fff911c7fff com.apple.CoreDuetDebugLogging (1.0 - 1) <7659CACF-3B08-3AF3-8FAC-24FAF18EF114> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff91201000 - 0x7fff9121dff7 libsystem_malloc.dylib (67.40.1) <5748E8B2-F81C-34C6-8B13-456213127678> /usr/lib/system/libsystem_malloc.dylib
0x7fff91379000 - 0x7fff91387fff libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib
0x7fff913d9000 - 0x7fff9143fff7 libsystem_network.dylib (583.40.20) <269E5ADD-6922-31E2-8D55-7B777263AC0D> /usr/lib/system/libsystem_network.dylib
0x7fff91484000 - 0x7fff916f1fff com.apple.imageKit (2.6 - 932) <FAE317B8-DF15-3096-AFAC-464913BF2F3B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff916f2000 - 0x7fff91816fff libsqlite3.dylib (216.4) <280D67B8-F93D-3587-A146-19F36C817548> /usr/lib/libsqlite3.dyl
-
Awesome work guys!
On the Mac side I had to go back to .33. When I opened my show it continues to spin the circle (hangs) never finishing. Remember, I have a 500mb 12 minute show on the Mac that the PC application will not handle. I wanted to bring it to your attention in any case.
That's not good. No idea what would have caused that. Can you start it and while it's spinning, open a terminal and do "killall -3 xLights"
That SHOULD popup the OSX crash dialog with the stack trace. I'd like to see what the main thread is doing at that point.
Also, can you look in ~/Library/Logs/xLights_l4cpp.log to see if there is anything "interesting" at the end?
Here is some of the last section of the Library file:
Halloweenie Attempt 1.xml
2016-05-31 20:22:11,296 140735157436416 log_base [INFO] ******* OnInit: XLights started.
2016-05-31 20:22:11,296 140735157436416 log_base [INFO] Version: 2016.34
2016-05-31 20:22:11,296 140735157436416 log_base [INFO] Build Date: May 31, 2016
2016-05-31 20:22:11,296 140735157436416 log_base [INFO] Machine configuration:
2016-05-31 20:22:11,296 140735157436416 log_base [INFO] Current directory: /Users/ronaldhoward1/Downloads/xLights-MAC-2016.34
2016-05-31 20:22:11,296 140735157436416 log_base [INFO] Machine name: Ronalds-MacBook-Pro
2016-05-31 20:22:11,296 140735157436416 log_base [INFO] OS: OS X El Capitan Version 10.11.4 (Build 15E65)
2016-05-31 20:22:11,296 140735157436416 log_base [INFO] OS: Apple OS X with Unix paths. 10.11.-134217728
2016-05-31 20:22:11,299 140735157436416 log_base [INFO] 64 bit
2016-05-31 20:22:11,299 140735157436416 log_base [INFO] Little Endian
2016-05-31 20:22:11,505 140735157436416 log_base [DEBUG] xLightsFrame being constructed.
2016-05-31 20:22:11,595 140735157436416 log_base [DEBUG] xLightsFrame constructor UI code done.
2016-05-31 20:22:11,608 140735157436416 log_base [DEBUG] xLightsFrame constructor creating sequencer.
2016-05-31 20:22:11,608 140735157436416 log_base [DEBUG] CreateSequencer: Creating Panels.
2016-05-31 20:22:11,935 140735157436416 log_base [DEBUG] CreateSequencer: Hooking up the panes.
2016-05-31 20:22:11,935 140735157436416 log_base [DEBUG] CreateSequencer: Updating the layout.
2016-05-31 20:22:11,946 140735157436416 log_base [DEBUG] CreateSequencer: Resizing everything.
2016-05-31 20:22:11,946 140735157436416 log_base [DEBUG] CreateSequencer: Done.
2016-05-31 20:22:11,946 140735157436416 log_base [DEBUG] xLightsFrame constructor sequencer creation done.
2016-05-31 20:22:12,022 140735157436416 log_base [DEBUG] xLightsFrame constructor loading network list.
2016-05-31 20:22:12,022 140735157436416 log_base [DEBUG] xLightsFrame constructor loading config.
2016-05-31 20:22:37,417 140735157436416 log_base [DEBUG] xLightsFrame construction complete.
2016-05-31 20:22:37,489 140735157436416 log_base [INFO] XLightsApp OnInit Done.
2016-05-31 20:23:31,534 140735157436416 log_opengl [INFO] Preview - glVer: 4.1 NVIDIA-10.10.5.2 310.42.25f01 (NVIDIA GeForce GT 750M OpenGL Engine)(NVIDIA Corporation)
2016-05-31 20:23:31,534 140735157436416 log_opengl [INFO] Try creating 33 Cache
2016-05-31 20:23:31,587 140735157436416 log_opengl [INFO] WaveForm - glVer: 4.1 NVIDIA-10.10.5.2 310.42.25f01 (NVIDIA GeForce GT 750M OpenGL Engine)(NVIDIA Corporation)
2016-05-31 20:23:31,587 140735157436416 log_opengl [INFO] Try creating 33 Cache
2016-05-31 20:23:31,601 140735157436416 log_opengl [INFO] EffectGrid - glVer: 4.1 NVIDIA-10.10.5.2 310.42.25f01 (NVIDIA GeForce GT 750M OpenGL Engine)(NVIDIA Corporation)
2016-05-31 20:23:31,601 140735157436416 log_opengl [INFO] Try creating 33 Cache
2016-05-31 20:23:31,621 140735157436416 log_opengl [INFO] TimeDisplay - glVer: 4.1 NVIDIA-10.10.5.2 310.42.25f01 (NVIDIA GeForce GT 750M OpenGL Engine)(NVIDIA Corporation)
2016-05-31 20:23:31,621 140735157436416 log_opengl [INFO] Try creating 33 Cache
2016-05-31 20:23:31,654 140735157436416 log_opengl [INFO] ModelPreview - glVer: 4.1 NVIDIA-10.10.5.2 310.42.25f01 (NVIDIA GeForce GT 750M OpenGL Engine)(NVIDIA Corporation)
2016-05-31 20:23:31,654 140735157436416 log_opengl [INFO] Try creating 33 Cache
2016-05-31 20:23:36,326 140735157436416 log_base [DEBUG] Setting media file to: /Users/ronaldhoward1/Documents/xLIGHTS Files/XLights Halloween Media 2016/AUDIO TRACK.mp3
2016-05-31 20:23:40,065 140735157436416 log_conversion [INFO] Convert Status: Read ISEQ File SeqData.NumFrames()=14200 SeqData.NumChannels()=111016
2016-05-31 20:23:40,066 140735157436416 log_base [INFO] Loading sequence /Users/ronaldhoward1/Documents/xLIGHTS Files/xLights/Backup/2016-02-08-175630/Backup/2016-02-27-165507/Backup/2016-04-08-113439/Backup/2016-05-12-113121/This is Halloweenie Attempt 1.xml
2016-05-31 20:24:14,643 140735157436416 log_base [INFO] Sequence loaded.
2016-05-31 20:24:14,644 123145306136576 log_base [INFO] Start processing audio frame data.
2016-05-31 20:24:16,358 123145306136576 log_base [INFO] Audio frame data processing complete.
-
Yet again---thanks so much to all the xlights developers. This is an AMAZING piece of software. We all appreciate the significant effort ya'll put into this software.
-
I'm getting a lot of artifacting in the Layer Settings now (version 2016.34). It may be my Radeon graphics chipset. I have a new GeForce card to add but haven't done that yet.
on the positive side, though, the corner handles are MUCH easier to grab now.
It will clear for awhile if I enlarge the window.
-
I'm getting a lot of artifacting in the Layer Settings now (version 2016.34). It may be my Radeon graphics chipset. I have a new GeForce card to add but haven't done that yet.
on the positive side, though, the corner handles are MUCH easier to grab now.
It will clear for awhile if I enlarge the window.
Yea, we discovered that right after the release. Already fixed for new build.
-
Great. I didn't notice it in Sean's video so I thought it might be Radeon related..
-
Looking at the "working" xml files that are being auto-saved, I notice that there is not a corresponding FSEQ file being saved.
Can I assume, then, that only a Manual save will actually update both XML and FSEQ file? (that is what I'd expect since it has been stated over and over that the XML file is the "important" file.
-
Looking at the "working" xml files that are being auto-saved, I notice that there is not a corresponding FSEQ file being saved.
Can I assume, then, that only a Manual save will actually update both XML and FSEQ file? (that is what I'd expect since it has been stated over and over that the XML file is the "important" file.
That's interesting. Just a thought: Since the FSEQ file takes longer to save could it be possible to have that as a separate save by choice? If we could bypass the FSEQ file every time we save would that not speed things up a bit? When we have the desired show finished we could select an FSEQ button. Maybe I am way off but just thinking out loud which always gets me in trouble. ;-)
-
Looking at the "working" xml files that are being auto-saved, I notice that there is not a corresponding FSEQ file being saved.
Can I assume, then, that only a Manual save will actually update both XML and FSEQ file? (that is what I'd expect since it has been stated over and over that the XML file is the "important" file.
That's interesting. Just a thought: Since the FSEQ file takes longer to save could it be possible to have that as a separate save by choice? If we could bypass the FSEQ file every time we save would that not speed things up a bit? When we have the desired show finished we could select an FSEQ button. Maybe I am way off but just thinking out loud which always gets me in trouble. ;-)
We already provide the quick save option....it's the "Render On Save" setting under the Settings menu. If you uncheck that setting it only saves the XML so it's super fast. Just gotta remember to turn it back on when you need it.
-
Looking at the "working" xml files that are being auto-saved, I notice that there is not a corresponding FSEQ file being saved.
Can I assume, then, that only a Manual save will actually update both XML and FSEQ file? (that is what I'd expect since it has been stated over and over that the XML file is the "important" file.
That's interesting. Just a thought: Since the FSEQ file takes longer to save could it be possible to have that as a separate save by choice? If we could bypass the FSEQ file every time we save would that not speed things up a bit? When we have the desired show finished we could select an FSEQ button. Maybe I am way off but just thinking out loud which always gets me in trouble. ;-)
We already provide the quick save option....it's the "Render On Save" setting under the Settings menu. If you uncheck that setting it only saves the XML so it's super fast. Just gotta remember to turn it back on when you need it.
Dawgonit!I should have known that long ago. All these times I have been saving my 12 minute Halloween show and it could have been easier. It's been a while since I've read through the manual. I'll have my doctor phone in some Aderall so I can get through it in an hour. :o :o :o
-
Looking at the "working" xml files that are being auto-saved, I notice that there is not a corresponding FSEQ file being saved.
Can I assume, then, that only a Manual save will actually update both XML and FSEQ file? (that is what I'd expect since it has been stated over and over that the XML file is the "important" file.
That's interesting. Just a thought: Since the FSEQ file takes longer to save could it be possible to have that as a separate save by choice? If we could bypass the FSEQ file every time we save would that not speed things up a bit? When we have the desired show finished we could select an FSEQ button. Maybe I am way off but just thinking out loud which always gets me in trouble. ;-)
We already provide the quick save option....it's the "Render On Save" setting under the Settings menu. If you uncheck that setting it only saves the XML so it's super fast. Just gotta remember to turn it back on when you need it.
Gil, it still takes 360 seconds or 6 minutes to save using .33 on a Mac with my 12 minute show with the Save On Render unchecked.
Ron
-
Well it looks like it still writes the FSEQ file it just doesn't do the render. Maybe I'm missing a use case but I don't see why we couldn't skip that part. I guess the only time it would make sense if you could have hit Render All on your own and then hit Save. How long is your save when it's checked? It should be faster without the render. I guess it's taking that long just to write out your sequence XML file and the FSEQ file.
-
By the way this is the last time I'm gonna trouble-shoot issues inside a new release post. If you have issues with a release please create your own thread.
-
By the way this is the last time I'm gonna trouble-shoot issues inside a new release post. If you have issues with a release please create your own thread.
Gil, I profusely apologize. Sometime it's tough keeping acount of the do's and don'ts with you brother.
Ron
Sent from my SM-G920V using Tapatalk
-
LOL...yeah like I was the one who declared thread hi-jacking to be a bad thing. I think you'll find that to be discouraged anywhere you go. And when I make a comment like that I'm not targeting you all because you were the last one to do it. I'm referring to everyone I see do this.