Jump to content

Spriter R4 Bug Thread


lucid

Recommended Posts

Just now, Serph said:

Yeah that was the problem my fps was to high. I put it on 12 fps and it saved perfectly. Still weird that my animations that were on a higher fps did save yesterday though.

Big thanks ^^

Yes, but were those animations shorter in duration? You could theoretically export at 1 million FPS IF the duration of the animation was 1 millionth of a second (it would only be one frame.)  In other words, what matters is the final size of the resulting sprite sheet image, but obviously, the higher the FPS setting for that specific animation, the bigger the resulting sprite sheet.

Another option if you need the high FPS is the try exporting as sequential images, because then you cant hit the "image too big" limit based on frame count.

cheers.

 

PS. You're very welcome. Glad I could help

Link to comment
Share on other sites

1 minute ago, BrashAdmin said:

Yes, but were those animations shorter in duration? You could theoretically export at 1 million FPS IF the duration of the animation was 1 millionth of a second (it would only be one frame.)  In other words, what matters is the final size of the resulting sprite sheet image, but obviously, the higher the FPS setting for that specific animation, the bigger the resulting sprite sheet.

Another option if you need the high FPS is the try exporting as sequential images, because then you cant hit the "image too big" limit based on frame count.

cheers.

 

PS. You're very welcome. Glad I could help

Just to answer you question no my files were even bigger and had more complex animations. So thats why I found it weird. 

Hope this can help other newbies like me ^^

Link to comment
Share on other sites

Just now, Serph said:

Just to answer you question no my files were even bigger and had more complex animations. So thats why I found it weird. 

Hope this can help other newbies like me ^^

That is very strange. unless your system suddenly has (or is allocating to Spriter) less ram and graphics memory, I can't imagine why it would work one day and not the next with the same exact settings.  Did you change anything inside the animations/Spriter file between the two days that might explain the difference? Like adding new images to the frames, which would expand the overall size of each frame, thereby making the resulting sprite sheet bigger?

Link to comment
Share on other sites

1 minute ago, BrashAdmin said:

That is very strange. unless your system suddenly has (or is allocating to Spriter) less ram and graphics memory, I can't imagine why it would work one day and not the next with the same exact settings.  Did you change anything inside the animations/Spriter file between the two days that might explain the difference? Like adding new images to the frames, which would expand the overall size of each frame, thereby making the resulting sprite sheet bigger?

No I didn't except for 1 animaton yesterday where in 1 frame I changed the shoe image with another shoe image to make the position better. But didn't had any errors here. My pc has 12 gb ram 4 exclusivly for everything thats animation and video. So I was confused this morning why It didn't wnated to work.

Link to comment
Share on other sites

  • 4 weeks later...

Hi,

 
Here's the information displayed by Mac OS X's crash dialog when Spriter crashed after I logged in while it was running. Looks like something in Spriter's paintEvent() isn't handling sleep/wakeup very well.
 
Process:               Spriter [89560]
Path:                  /Applications/Spriter.app/Contents/MacOS/Spriter
Identifier:            com.yourcompany.Spriter
Version:               ???
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Spriter [89560]
User ID:               501
 
Date/Time:             2015-12-01 11:28:12.445 -0700
OS Version:            Mac OS X 10.10.5 (14F1021)
Report Version:        11
Anonymous UUID:        122D6928-F7B8-49A1-E174-5BFDDBDBC081
 
Sleep/Wake UUID:       7ECF2B47-FB49-44C6-9117-15D6683A082F
 
Time Awake Since Boot: 990000 seconds
Time Since Wake:       4 seconds
 
Crashed Thread:        13  Dispatch queue: com.apple.root.default-qos
 
Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
 
Application Specific Information:
abort() called
terminating with uncaught exception of type NSException
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[QNSListener notificationHandler:]: unrecognized selector sent to instance 0x600000451970'
 
Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff9714403c __exceptionPreprocess + 172
1   libobjc.A.dylib                     0x00007fff8eb9076e objc_exception_throw + 43
2   CoreFoundation                      0x00007fff971470ad -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3   CoreFoundation                      0x00007fff9708ce24 ___forwarding___ + 1028
4   CoreFoundation                      0x00007fff9708c998 _CF_forwarding_prep_0 + 120
5   CoreFoundation                      0x00007fff9710045c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
6   CoreFoundation                      0x00007fff96ff0634 _CFXNotificationPost + 3140
7   libdispatch.dylib                   0x00007fff98489700 _dispatch_call_block_and_release + 12
8   libdispatch.dylib                   0x00007fff98485e73 _dispatch_client_callout + 8
9   libdispatch.dylib                   0x00007fff98488dc7 _dispatch_root_queue_drain + 935
10  libdispatch.dylib                   0x00007fff98488a1c _dispatch_worker_thread3 + 91
11  libsystem_pthread.dylib             0x00007fff98dc7a9d _pthread_wqthread + 729
12  libsystem_pthread.dylib             0x00007fff98dc53dd start_wqthread + 13
 
Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib         0x00007fff952e44de mach_msg_trap + 10
1   libsystem_kernel.dylib         0x00007fff952e364f mach_msg + 55
2   com.apple.framework.IOKit      0x00007fff8d1cd16c io_connect_method + 381
3   com.apple.framework.IOKit      0x00007fff8d17098a IOConnectCallMethod + 349
4   com.apple.driver.AppleIntelHD3000GraphicsGLDriver 0x00000001518025e6 GhalInterface::getCommandBuffer(unsigned char**, unsigned char**, unsigned int*, unsigned int*) + 134
5   com.apple.driver.AppleIntelHD3000GraphicsGLDriver 0x0000000151824718 GHAL3D::CPrivateCommandTransport::FlushCommandBuffer(GHAL3D::FLUSH_TYPE, unsigned char) + 280
6   com.apple.driver.AppleIntelHD3000GraphicsGLDriver 0x000000015182444d g575SubmitPacketsToken + 64
7   com.apple.driver.AppleIntelHD3000GraphicsGLDriver 0x0000000151afb201 gldPresentFramebufferData + 127
8   GLEngine                       0x00000001508a9141 glSwap_Exec + 97
9   com.apple.opengl               0x00007fff8f5d2fba CGLFlushDrawable + 66
10  com.apple.AppKit               0x00007fff913f3e2b -[NSOpenGLContext flushBuffer] + 27
11  QtOpenGL                       0x000000010361943c QGLPaintDevice::endPaint() + 108
12  QtOpenGL                       0x000000010364f6a2 QGL2PaintEngineEx::end() + 58
13  QtGui                          0x00000001011053f4 QPainter::end() + 144
14  QtGui                          0x00000001015770e2 QGraphicsView::paintEvent(QPaintEvent*) + 3350
15  com.yourcompany.Spriter        0x000000010002a9e0 SpriterGraphicsView::paintEvent(QPaintEvent*) + 16
16  QtGui                          0x00000001010219a8 QWidget::event(QEvent*) + 1478
17  QtGui                          0x00000001013767a2 QFrame::event(QEvent*) + 40
18  QtGui                          0x00000001013f5894 QAbstractScrollArea::viewportEvent(QEvent*) + 126
19  QtGui                          0x0000000101577732 QGraphicsView::viewportEvent(QEvent*) + 50
20  QtGui                          0x00000001013f7c7d 0x100f53000 + 4869245
21  QtCore                         0x0000000100d6dd61 QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) + 149
22  QtGui                          0x0000000100fd2c48 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 288
23  QtGui                          0x0000000100fd2ed6 QApplication::notify(QObject*, QEvent*) + 600
24  QtCore                         0x0000000100d70272 QCoreApplication::notifyInternal(QObject*, QEvent*) + 104
25  QtGui                          0x0000000101024c2f QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) + 1381
26  QtGui                          0x0000000100f7e1b8 0x100f53000 + 176568
27  com.apple.AppKit               0x00007fff911a6689 -[NSView _drawRect:clip:] + 4238
28  com.apple.AppKit               0x00007fff911a4cfa -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1875
29  com.apple.AppKit               0x00007fff911a2b96 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 913
30  com.apple.AppKit               0x00007fff911a3fa0 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 6043
31  com.apple.AppKit               0x00007fff911a3fa0 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 6043
32  com.apple.AppKit               0x00007fff911a3fa0 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 6043
33  com.apple.AppKit               0x00007fff911a3fa0 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 6043
34  com.apple.AppKit               0x00007fff9119e68b -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2761
35  com.apple.AppKit               0x00007fff911561ae -[NSView displayIfNeeded] + 1876
36  QtGui                          0x0000000101564acd 0x100f53000 + 6363853
37  QtGui                          0x0000000101560044 0x100f53000 + 6344772
38  QtGui                          0x0000000101548de9 0x100f53000 + 6249961
39  QtCore                         0x0000000100d84bb4 QObject::event(QEvent*) + 270
40  QtGui                          0x00000001015530e3 QGraphicsScene::event(QEvent*) + 1993
41  QtGui                          0x0000000100fd2c58 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 304
42  QtGui                          0x0000000100fd2ed6 QApplication::notify(QObject*, QEvent*) + 600
43  QtCore                         0x0000000100d70272 QCoreApplication::notifyInternal(QObject*, QEvent*) + 104
44  QtCore                         0x0000000100d70683 QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 593
45  com.apple.CoreFoundation       0x00007fff97060a01 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
46  com.apple.CoreFoundation       0x00007fff97052b8d __CFRunLoopDoSources0 + 269
47  com.apple.CoreFoundation       0x00007fff970521bf __CFRunLoopRun + 927
48  com.apple.CoreFoundation       0x00007fff97051bd8 CFRunLoopRunSpecific + 296
49  com.apple.HIToolbox            0x00007fff8d32156f RunCurrentEventLoopInMode + 235
50  com.apple.HIToolbox            0x00007fff8d3212ea ReceiveNextEventCommon + 431
51  com.apple.HIToolbox            0x00007fff8d32112b _BlockUntilNextEventMatchingListInModeWithFilter + 71
52  com.apple.AppKit               0x00007fff911528ab _DPSNextEvent + 978
53  com.apple.AppKit               0x00007fff91151e58 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 346
54  com.apple.AppKit               0x00007fff91147af3 -[NSApplication run] + 594
55  QtGui                          0x0000000100f8e210 0x100f53000 + 242192
56  QtCore                         0x0000000100d6d698 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 394
57  QtCore                         0x0000000100d709c3 QCoreApplication::exec() + 175
58  com.yourcompany.Spriter        0x00000001000089cf main + 367
59  com.yourcompany.Spriter        0x000000010000883a _start + 248
60  com.yourcompany.Spriter        0x0000000100008741 start + 33
 
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib         0x00007fff952ea232 kevent64 + 10
1   libdispatch.dylib              0x00007fff9848a26e _dispatch_mgr_thread + 52
 
Thread 2:
0   libsystem_kernel.dylib         0x00007fff952e9136 __psynch_cvwait + 10
1   QtWebKit                       0x0000000102761f47 0x101bd1000 + 12128071
2   QtWebKit                       0x0000000102761feb 0x101bd1000 + 12128235
3   libsystem_pthread.dylib        0x00007fff98dc805a _pthread_body + 131
4   libsystem_pthread.dylib        0x00007fff98dc7fd7 _pthread_start + 176
5   libsystem_pthread.dylib        0x00007fff98dc53ed thread_start + 13
 
Thread 3:: QThread
0   libsystem_kernel.dylib         0x00007fff952e93fa __select + 10
1   QtCore                         0x0000000100d9e104 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 832
2   QtCore                         0x0000000100d9e4e0 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 228
3   QtCore                         0x0000000100d6d698 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 394
4   QtCore                         0x0000000100c78b66 QThread::exec() + 216
5   QtCore                         0x0000000100c7b8ba 0x100c58000 + 145594
6   libsystem_pthread.dylib        0x00007fff98dc805a _pthread_body + 131
7   libsystem_pthread.dylib        0x00007fff98dc7fd7 _pthread_start + 176
8   libsystem_pthread.dylib        0x00007fff98dc53ed thread_start + 13
 
Thread 4:: QThread
0   libsystem_kernel.dylib         0x00007fff952e93fa __select + 10
1   QtCore                         0x0000000100d9e104 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 832
2   QtCore                         0x0000000100d9e4e0 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 228
3   QtCore                         0x0000000100d6d698 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 394
4   QtCore                         0x0000000100c78b66 QThread::exec() + 216
5   QtCore                         0x0000000100c7b8ba 0x100c58000 + 145594
6   libsystem_pthread.dylib        0x00007fff98dc805a _pthread_body + 131
7   libsystem_pthread.dylib        0x00007fff98dc7fd7 _pthread_start + 176
8   libsystem_pthread.dylib        0x00007fff98dc53ed thread_start + 13
 
Thread 5:
0   libsystem_kernel.dylib         0x00007fff952e44de mach_msg_trap + 10
1   libsystem_kernel.dylib         0x00007fff952e364f mach_msg + 55
2   com.apple.CoreFoundation       0x00007fff97052eb4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation       0x00007fff9705237b __CFRunLoopRun + 1371
4   com.apple.CoreFoundation       0x00007fff97051bd8 CFRunLoopRunSpecific + 296
5   com.apple.AppKit               0x00007fff9121a56b _NSEventThread + 137
6   libsystem_pthread.dylib        0x00007fff98dc805a _pthread_body + 131
7   libsystem_pthread.dylib        0x00007fff98dc7fd7 _pthread_start + 176
8   libsystem_pthread.dylib        0x00007fff98dc53ed thread_start + 13
 
Thread 6:: QFileInfoGatherer
0   libsystem_kernel.dylib         0x00007fff952e9136 __psynch_cvwait + 10
1   QtCore                         0x0000000100c7c5ec 0x100c58000 + 148972
2   QtCore                         0x0000000100c7c2f5 QWaitCondition::wait(QMutex*, unsigned long) + 117
3   QtGui                          0x000000010145b267 0x100f53000 + 5276263
4   QtCore                         0x0000000100c7b8ba 0x100c58000 + 145594
5   libsystem_pthread.dylib        0x00007fff98dc805a _pthread_body + 131
6   libsystem_pthread.dylib        0x00007fff98dc7fd7 _pthread_start + 176
7   libsystem_pthread.dylib        0x00007fff98dc53ed thread_start + 13
 
Thread 7:: QKqueueFileSystemWatcherEngine
0   libsystem_kernel.dylib         0x00007fff952ea21a kevent + 10
1   QtCore                         0x0000000100c7b8ba 0x100c58000 + 145594
2   libsystem_pthread.dylib        0x00007fff98dc805a _pthread_body + 131
3   libsystem_pthread.dylib        0x00007fff98dc7fd7 _pthread_start + 176
4   libsystem_pthread.dylib        0x00007fff98dc53ed thread_start + 13
 
Thread 8:: QFileInfoGatherer
0   libsystem_kernel.dylib         0x00007fff952e9136 __psynch_cvwait + 10
1   QtCore                         0x0000000100c7c5ec 0x100c58000 + 148972
2   QtCore                         0x0000000100c7c2f5 QWaitCondition::wait(QMutex*, unsigned long) + 117
3   QtGui                          0x000000010145b267 0x100f53000 + 5276263
4   QtCore                         0x0000000100c7b8ba 0x100c58000 + 145594
5   libsystem_pthread.dylib        0x00007fff98dc805a _pthread_body + 131
6   libsystem_pthread.dylib        0x00007fff98dc7fd7 _pthread_start + 176
7   libsystem_pthread.dylib        0x00007fff98dc53ed thread_start + 13
 
Thread 9:: QKqueueFileSystemWatcherEngine
0   libsystem_kernel.dylib         0x00007fff952ea21a kevent + 10
1   QtCore                         0x0000000100c7b8ba 0x100c58000 + 145594
2   libsystem_pthread.dylib        0x00007fff98dc805a _pthread_body + 131
3   libsystem_pthread.dylib        0x00007fff98dc7fd7 _pthread_start + 176
4   libsystem_pthread.dylib        0x00007fff98dc53ed thread_start + 13
 
Thread 10:
0   libsystem_pthread.dylib        0x00007fff98dc53d0 start_wqthread + 0
 
Thread 11:
0   libsystem_kernel.dylib         0x00007fff952e44de mach_msg_trap + 10
1   libsystem_kernel.dylib         0x00007fff952e364f mach_msg + 55
2   com.apple.SystemConfiguration  0x00007fff97ff8353 notifychanges + 125
3   com.apple.SystemConfiguration  0x00007fff97fd62c1 SCDynamicStoreCopyNotifiedKeys + 99
4   com.apple.SystemConfiguration  0x00007fff97fd6800 rlsPerform + 36
5   com.apple.SystemConfiguration  0x00007fff97fd69f3 __SCDynamicStoreSetDispatchQueue_block_invoke_2 + 52
6   libdispatch.dylib              0x00007fff98489700 _dispatch_call_block_and_release + 12
7   libdispatch.dylib              0x00007fff98485e73 _dispatch_client_callout + 8
8   libdispatch.dylib              0x00007fff984895cd _dispatch_queue_drain + 1100
9   libdispatch.dylib              0x00007fff98489030 _dispatch_queue_invoke + 202
10  libdispatch.dylib              0x00007fff98488bef _dispatch_root_queue_drain + 463
11  libdispatch.dylib              0x00007fff98488a1c _dispatch_worker_thread3 + 91
12  libsystem_pthread.dylib        0x00007fff98dc7a9d _pthread_wqthread + 729
13  libsystem_pthread.dylib        0x00007fff98dc53dd start_wqthread + 13
 
Thread 12:: QScanThread
0   libsystem_kernel.dylib         0x00007fff952e451a semaphore_wait_trap + 10
1   libdispatch.dylib              0x00007fff9848e7f6 _dispatch_semaphore_wait_slow + 213
2   com.apple.framework.CoreWLAN   0x00007fff992c8755 -[CWInterface(Private) scanForNetworksWithChannels:ssidList:legacyScanSSID:includeHiddenNetworks:mergedScanResults:maxAge:maxMissCount:maxWakeCount:maxAutoJoinCount:waitForWiFi:waitForBluetooth:priority:error:] + 638
3   com.apple.framework.CoreWLAN   0x00007fff992c2f62 -[CWInterface scanForNetworksWithSSID:error:] + 191
4   com.apple.framework.CoreWLAN   0x00007fff992d4420 -[CWInterface(PrivateDeprecated) scanForNetworksWithParameters:error:] + 24
5   libqcorewlanbearer.dylib       0x00000001103a7872 0x11039d000 + 43122
6   QtCore                         0x0000000100c7b8ba 0x100c58000 + 145594
7   libsystem_pthread.dylib        0x00007fff98dc805a _pthread_body + 131
8   libsystem_pthread.dylib        0x00007fff98dc7fd7 _pthread_start + 176
9   libsystem_pthread.dylib        0x00007fff98dc53ed thread_start + 13
 
Thread 13 Crashed:: Dispatch queue: com.apple.root.default-qos
0   libsystem_kernel.dylib         0x00007fff952e9286 __pthread_kill + 10
1   libsystem_c.dylib              0x00007fff8b4dc9b3 abort + 129
2   libc++abi.dylib                0x00007fff93a30a21 abort_message + 257
3   libc++abi.dylib                0x00007fff93a589d1 default_terminate_handler() + 267
4   libobjc.A.dylib                0x00007fff8eb947d6 _objc_terminate() + 103
5   libc++abi.dylib                0x00007fff93a560a1 std::__terminate(void (*)()) + 8
6   libc++abi.dylib                0x00007fff93a56113 std::terminate() + 51
7   libobjc.A.dylib                0x00007fff8eb945ff objc_terminate + 9
8   libdispatch.dylib              0x00007fff98485e87 _dispatch_client_callout + 28
9   libdispatch.dylib              0x00007fff98488dc7 _dispatch_root_queue_drain + 935
10  libdispatch.dylib              0x00007fff98488a1c _dispatch_worker_thread3 + 91
11  libsystem_pthread.dylib        0x00007fff98dc7a9d _pthread_wqthread + 729
12  libsystem_pthread.dylib        0x00007fff98dc53dd start_wqthread + 13
 
Thread 13 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x000000010ff77868  rdx: 0x0000000000000000
  rdi: 0x0000000000014b8b  rsi: 0x0000000000000006  rbp: 0x000000010ff77890  rsp: 0x000000010ff77868
   r8: 0x0000000000000000   r9: 0x00007fff8b506d60  r10: 0x000000000c000000  r11: 0x0000000000000206
  r12: 0x000000010ff779f0  r13: 0x00007fff7c3d5b80  r14: 0x000000010ff78000  r15: 0x000000010ff778d0
  rip: 0x00007fff952e9286  rfl: 0x0000000000000206  cr2: 0x0000000152981068
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133
 
 
Binary Images:
       0x100000000 -        0x10058cfff +com.yourcompany.Spriter (???) <0CC86BB6-70E5-346D-8F4A-5858C03B0926> /Applications/Spriter.app/Contents/MacOS/Spriter
       0x10066f000 -        0x1006c4fff +libMagick++-6.Q16.5.dylib (6) <86F58637-BB95-314A-A390-90A4CAA495E2> /Applications/Spriter.app/Contents/Frameworks/libMagick++-6.Q16.5.dylib
       0x100753000 -        0x100944fef +libMagickCore-6.Q16.2.dylib (3) <8F2F1DE6-4A0C-3C58-949B-283C70ADF816> /Applications/Spriter.app/Contents/Frameworks/libMagickCore-6.Q16.2.dylib
       0x1009d0000 -        0x100ae3ff7 +libMagickWand-6.Q16.2.dylib (3) <F5B268D2-DD2C-371E-A2DA-2D84C34A61D7> /Applications/Spriter.app/Contents/Frameworks/libMagickWand-6.Q16.2.dylib
       0x100afd000 -        0x100b2dfff +libjpeg.8.dylib (13) <2419EF2B-0EC1-3647-B4BB-FCFCB49B3189> /Applications/Spriter.app/Contents/Frameworks/libjpeg.8.dylib
       0x100b32000 -        0x100b38fff +libltdl.7.dylib (11) <59C1C252-EC9C-3E94-BB7A-A321C851E879> /Applications/Spriter.app/Contents/Frameworks/libltdl.7.dylib
       0x100b3c000 -        0x100b68fe7 +libpng16.16.dylib (29) <D78F5A5F-FF38-3624-B7C3-1772B6ED4F65> /Applications/Spriter.app/Contents/Frameworks/libpng16.16.dylib
       0x100b6f000 -        0x100b77ff7 +libsteam_api.dylib (1) <7DF3C6A8-7200-38AA-A6A6-33B4D7F595F2> /Applications/Spriter.app/Contents/MacOS/libsteam_api.dylib
       0x100b83000 -        0x100bfcff7 +QtHelp (4.8.5) <509D2C55-52CE-3ED6-B9B7-446079AD5394> /Applications/Spriter.app/Contents/Frameworks/QtHelp.framework/Versions/4/QtHelp
       0x100c15000 -        0x100c4afe7 +QtSql (4.8.5) <07DEEB9B-2C30-3FA8-BAF0-82A4EE169356> /Applications/Spriter.app/Contents/Frameworks/QtSql.framework/Versions/4/QtSql
       0x100c58000 -        0x100f05fe7 +QtCore (4.8.5) <F896A90D-F329-3367-B254-39545924306F> /Applications/Spriter.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
       0x100f53000 -        0x10190cfff +QtGui (4.8.5) <73892356-89EC-35E7-8A0E-DD3F77A38B29> /Applications/Spriter.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
       0x101a72000 -        0x101ba7fef +QtNetwork (4.8.5) <DBBEC3D6-AE18-3015-A8E0-8A0AF2396EB4> /Applications/Spriter.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
       0x101bd1000 -        0x102faefe7 +QtWebKit (4.9.4) <601AD516-8EA7-3739-94FB-6BA23348502A> /Applications/Spriter.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWebKit
       0x10334a000 -        0x10338dfe7 +phonon (4.4) <0B787947-38F9-37B3-A0F4-B30ADDE276C9> /Applications/Spriter.app/Contents/Frameworks/phonon.framework/Versions/4/phonon
       0x1033a2000 -        0x1033c4fff +QtMultimedia (4.8.5) <4AF7B269-3533-3C7F-928C-9756995A71E1> /Applications/Spriter.app/Contents/Frameworks/QtMultimedia.framework/Versions/4/QtMultimedia
       0x1033cf000 -        0x1035a1fe7 +QtScript (4.8.5) <CA364A86-C2E5-3AE4-A5CB-35DEE973C849> /Applications/Spriter.app/Contents/Frameworks/QtScript.framework/Versions/4/QtScript
       0x1035f5000 -        0x1036cbfe7 +QtOpenGL (4.8.5) <F391ED0D-95CF-3567-BDE3-084356EB942B> /Applications/Spriter.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL
       0x1036ee000 -        0x1036f2fff  com.apple.agl (3.3.0 - AGL-3.3.0) <4E8F579B-A2E2-3A27-96D7-02A9465A78D8> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
       0x1036f9000 -        0x103705fff +libXext.6.dylib (11) <9F3BCD56-2533-3CF9-A66E-1C1D1222B5D6> /Applications/Spriter.app/Contents/Frameworks/libXext.6.dylib
       0x10370c000 -        0x103751fff +libXt.6.dylib (7) <ADD723CF-1632-38AA-8E24-F4FA687231A7> /Applications/Spriter.app/Contents/Frameworks/libXt.6.dylib
       0x103767000 -        0x10376cfff +libSM.6.dylib (7.1) <DFBF7F32-C179-340A-8BDD-E139ABCC8E0A> /Applications/Spriter.app/Contents/Frameworks/libSM.6.dylib
       0x103771000 -        0x103781fff +libICE.6.dylib (10) <9B855072-486C-3B5A-8189-0617F2FD119B> /Applications/Spriter.app/Contents/Frameworks/libICE.6.dylib
       0x10378b000 -        0x103898fff +libX11.6.dylib (10) <FCAE2E25-89BD-3856-BD8E-E9806B321215> /Applications/Spriter.app/Contents/Frameworks/libX11.6.dylib
       0x1038b5000 -        0x1038c6fff +libxcb.1.dylib (3) <4CC4315D-5FE8-377A-A097-68B58F333D32> /Applications/Spriter.app/Contents/Frameworks/libxcb.1.dylib
       0x1038d2000 -        0x1038d3fff +libXau.6.dylib (7) <6639F5C9-BF73-3BA4-A792-D0377E4CA5D4> /Applications/Spriter.app/Contents/Frameworks/libXau.6.dylib
       0x1038d7000 -        0x1038daff7 +libXdmcp.6.dylib (7) <776C9C4D-9528-37A0-AF28-C9F20A215A19> /Applications/Spriter.app/Contents/Frameworks/libXdmcp.6.dylib
       0x1038df000 -        0x1039dffff +libQtCLucene.4.dylib (4.8.5) <7A89D070-BD49-3A0A-9F01-036B14D0D971> /Applications/Spriter.app/Contents/Frameworks/libQtCLucene.4.dylib
       0x103ed7000 -        0x103edafff  libCGXCoreImage.A.dylib (788.3.1) <0E246E3C-6C2D-3F10-AE00-52A714200B04> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
       0x103ee3000 -        0x103ee3ffe +cl_kernels (???) <03032131-29C9-4AF7-8C11-8DBE3329E1C7> cl_kernels
       0x103ee7000 -        0x103ee7fef +cl_kernels (???) <F57A4BB7-892A-44A7-915E-1F0AF68271CE> cl_kernels
       0x103ef2000 -        0x103ef2fe7 +cl_kernels (???) <BE3D6087-AB31-4CCF-AEA5-42FAB66D825F> cl_kernels
       0x103f9b000 -        0x103fb6ff3  com.apple.security.csparser (3.0 - 57031.40.7) <585BA3BD-7052-384A-849C-C8315F8281CF> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x103fca000 -        0x103fd1ff7  libCGCMS.A.dylib (788.3.1) <9F4AB0FE-9579-3DF3-8E40-B1CAC7DBD00D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
       0x107900000 -        0x1079acfff  ColorSyncDeprecated.dylib (442) <3518239D-60D5-39AF-A68C-E7B12564103C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
       0x1079f3000 -        0x107a1bfff  libRIP.A.dylib (788.3.1) <9CBE41B3-FB60-3A17-8D86-8F50ED75094C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
       0x107f3a000 -        0x107f3dffb  libCGXType.A.dylib (788.3.1) <68058722-5E9F-36D5-A87C-78C9EBB0625A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
       0x107fe4000 -        0x107febfff  com.apple.CacheDelete (1.0 - 1) <B1800E38-6208-3E66-8D48-7A7A2F085EB0> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
       0x1082ed000 -        0x1082edffe +cl_kernels (???) <03032131-29C9-4AF7-8C11-8DBE3329E1C7> cl_kernels
       0x10dc81000 -        0x10dc87fff +libqgif.dylib (0) <C9DEF0FB-CB77-3F88-9CDF-C7CFBD5AC4B3> /Applications/Spriter.app/Contents/PlugIns/imageformats/libqgif.dylib
       0x10dc8b000 -        0x10dc91ff7 +libqico.dylib (0) <81F1E9F2-509E-3ACE-AA60-D20B3871BA08> /Applications/Spriter.app/Contents/PlugIns/imageformats/libqico.dylib
       0x10dc95000 -        0x10dccefff +libqjpeg.dylib (0) <51706E4A-87B1-34F3-A1F2-BB8317C48483> /Applications/Spriter.app/Contents/PlugIns/imageformats/libqjpeg.dylib
       0x10dcd3000 -        0x10dd24fef +libqmng.dylib (0) <43F5F434-68EF-3029-B86B-73443AFE236F> /Applications/Spriter.app/Contents/PlugIns/imageformats/libqmng.dylib
       0x10dd2d000 -        0x10dd31fff +libqtga.dylib (0) <D4912129-540F-3028-96BB-98EAD7F2C671> /Applications/Spriter.app/Contents/PlugIns/imageformats/libqtga.dylib
       0x10dd35000 -        0x10dd8afef +libqtiff.dylib (0) <DDDC2CF3-C295-3ADC-A3A4-E1C9864AE0ED> /Applications/Spriter.app/Contents/PlugIns/imageformats/libqtiff.dylib
       0x10fa62000 -        0x10fa62ff5 +cl_kernels (???) <C201A1C5-28C2-4A26-83DE-57B841F4D327> cl_kernels
       0x10faf5000 -        0x10faf5fef +cl_kernels (???) <F57A4BB7-892A-44A7-915E-1F0AF68271CE> cl_kernels
       0x11039d000 -        0x1103b4fff +libqcorewlanbearer.dylib (0) <93377BC4-164D-30A2-B6C6-2D3A4BE2D875> /Applications/Spriter.app/Contents/PlugIns/bearer/libqcorewlanbearer.dylib
       0x1103bb000 -        0x1103c6fef +libqgenericbearer.dylib (0) <E24764ED-249B-3BDB-98A4-0B8951A254C3> /Applications/Spriter.app/Contents/PlugIns/bearer/libqgenericbearer.dylib
       0x1507e4000 -        0x150882fff +libqsqlite.dylib (0) <4966E38C-B401-3023-A7C3-3A21499F1A46> /Applications/Spriter.app/Contents/PlugIns/sqldrivers/libqsqlite.dylib
       0x15088c000 -        0x150a3bfff  GLEngine (11.1.3) <12E0E6A1-F619-3999-8ABE-738B1F510483> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x150a77000 -        0x150a84fff  libGPUSupport.dylib (11.1.3) <859534B5-6F0F-3CFC-8118-D1272F75FA82> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
       0x150a8b000 -        0x150ab5fff  GLRendererFloat (11.1.3) <7DB58FE4-B5ED-315A-B7AC-87E82E6C3AC5> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x150da3000 -        0x150dd9ff7  libssl.0.9.8.dylib (52.40.1) <0121FFA1-8332-39FF-9542-3E80BBC323D7> /usr/lib/libssl.0.9.8.dylib
       0x151800000 -        0x151b6efff  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (10.0.35 - 10.0.0) <FBE6704E-3D98-34A9-BC1A-0DCC01E9ADBB> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver
       0x153df0000 -        0x153ed6fef  unorm8_bgra.dylib (2.4.5) <5F488C7E-2FB2-3C66-9764-28CF16B03E7A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
       0x154682000 -        0x154762ff7  unorm8_rgba.dylib (2.4.5) <C8D942DC-1B84-3FD1-A14F-2B9C6B178506> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
    0x7fff6b430000 -     0x7fff6b466887  dyld (353.2.3) <B1B370A5-479F-3533-8AD7-97B687D4F989> /usr/lib/dyld
    0x7fff8a33d000 -     0x7fff8a356ff3  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
    0x7fff8a357000 -     0x7fff8a35cfff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8a361000 -     0x7fff8a36eff7  com.apple.SpeechRecognitionCore (2.1.2 - 2.1.2) <551322E2-C1E4-3378-A218-F362985E3E3C> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff8a36f000 -     0x7fff8a459ff7  com.apple.QuickLookUIFramework (5.0 - 675.43) <011DEB49-0FB3-3E44-9D99-D89ADD59A3CC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff8a467000 -     0x7fff8a469fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff8a46a000 -     0x7fff8a46efff  libspindump.dylib (182.4) <929670EB-4963-3496-AD24-8B50E388803C> /usr/lib/libspindump.dylib
    0x7fff8a755000 -     0x7fff8a7a4ff7  libstdc++.6.dylib (104.1) <803F6AC8-87DC-3E24-9E80-729B551F6FFF> /usr/lib/libstdc++.6.dylib
    0x7fff8a7ac000 -     0x7fff8aa16ff7  com.apple.imageKit (2.6.1 - 850) <612201FE-768E-386B-82E3-764038B40120> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff8aa7b000 -     0x7fff8aad5ff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff8aad6000 -     0x7fff8aaf0ff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8aaf1000 -     0x7fff8ab00fd3  com.apple.AppleFSCompression (68.30.1 - 1.0) <FC7A4084-8DBF-31DD-A2A4-97F719AA4F23> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff8ab01000 -     0x7fff8ab10fff  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
    0x7fff8ab11000 -     0x7fff8ab1aff3  com.apple.CommonAuth (4.0 - 2.0) <9A484EE6-0003-3AB1-AE4F-AA543BBBF53F> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8ab1b000 -     0x7fff8ab20fff  libsystem_stats.dylib (163.30.2) <D0E96837-3CF6-323D-B711-6DF6F660E530> /usr/lib/system/libsystem_stats.dylib
    0x7fff8ab21000 -     0x7fff8ab31ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
    0x7fff8ab32000 -     0x7fff8ab3afe7  libcldcpuengine.dylib (2.4.5) <6CC680F9-0D13-333B-B151-F0D9C631A1E5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff8ae57000 -     0x7fff8ae8effb  com.apple.LDAPFramework (2.4.28 - 194.5) <CAFB9695-000F-34EA-8DF5-09996929C26A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8af96000 -     0x7fff8af9bff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
    0x7fff8b039000 -     0x7fff8b03affb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
    0x7fff8b087000 -     0x7fff8b306ffb  com.apple.RawCamera.bundle (6.06 - 819) <EDA3D142-24EC-3661-87EB-B35F8E858A9D> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8b32c000 -     0x7fff8b330fff  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
    0x7fff8b331000 -     0x7fff8b337ff7  com.apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff8b338000 -     0x7fff8b340fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff8b3b4000 -     0x7fff8b3bafff  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
    0x7fff8b3fc000 -     0x7fff8b442ff7  libFontRegistry.dylib (134.1) <CE41D8C2-BEED-345C-BC4F-3775CC06C672> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8b45d000 -     0x7fff8b45dfff  com.apple.CoreServices (62 - 62) <C69DA8A7-B536-34BF-A93F-1C170E2C6D58> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8b45e000 -     0x7fff8b47eff7  com.apple.MultitouchSupport.framework (264.6 - 264.6) <1539F1F6-6334-37F3-9C52-02EFFBF4835D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8b47f000 -     0x7fff8b50bfe7  libsystem_c.dylib (1044.40.1) <F0635E0F-FE4B-34DB-ACF9-A58C1E9070E9> /usr/lib/system/libsystem_c.dylib
    0x7fff8b50c000 -     0x7fff8b51afff  com.apple.AddressBook.ContactsFoundation (9.0 - 1579) <34ED9046-0157-399F-9742-2FC2D098E368> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff8b51b000 -     0x7fff8b62aff3  com.apple.desktopservices (1.9.3 - 1.9.3) <FEE11342-5BC4-37A7-8169-DA48BE17B9C9> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8b657000 -     0x7fff8b65fff3  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
    0x7fff8b660000 -     0x7fff8b688fff  libxpc.dylib (559.40.1) <5C829202-962E-3744-8B50-00D38CC88E84> /usr/lib/system/libxpc.dylib
    0x7fff8b689000 -     0x7fff8b68fff7  libsystem_networkextension.dylib (167.40.3) <BA58B30B-8377-3B0A-8AE3-4F84021D9D4E> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff8b690000 -     0x7fff8b7d4ff7  com.apple.QTKit (7.7.3 - 2890.7) <267DFB98-4959-3EDE-B76B-8B2F12F41A17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8b7d5000 -     0x7fff8b824ff7  libcurl.4.dylib (83.40.2) <AE97ED1E-A58F-3EF0-8E88-DDC6AD409BCE> /usr/lib/libcurl.4.dylib
    0x7fff8b825000 -     0x7fff8b917ff3  libxml2.2.dylib (26.1) <3FBA890F-2850-3A45-87EA-DB6892BDEB60> /usr/lib/libxml2.2.dylib
    0x7fff8b918000 -     0x7fff8b959fff  libGLU.dylib (11.1.3) <5586DAD6-FE03-3E6F-913C-82D4EF702A90> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8bae0000 -     0x7fff8c009ff7  com.apple.QuartzComposer (5.1 - 332.1) <64399385-0768-3590-B4EF-1BD0F8A35CB3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff8cf95000 -     0x7fff8d02bff7  com.apple.cloudkit.CloudKit (283.67.4 - 283.67.4) <EA6E4B2C-A3AA-3636-B9C3-F61D3EFFB82B> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff8d02c000 -     0x7fff8d169fff  com.apple.ImageIO.framework (3.3.0 - 1241) <BCBBC66A-5028-3BA5-8087-C9E7BBC3A65B> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8d16a000 -     0x7fff8d1dcfff  com.apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8d1dd000 -     0x7fff8d1dffff  libRadiance.dylib (1241) <480E8A72-F5F9-31A4-BF63-28BAF3BB1F8E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8d222000 -     0x7fff8d290ff3  com.apple.Heimdal (4.0 - 2.0) <8D1667CF-D454-3E07-A58E-E15591B5A95E> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8d291000 -     0x7fff8d2eefff  com.apple.QuickLookFramework (5.0 - 675.43) <506D60B4-B188-3D0A-9187-0404A60A9B06> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff8d2ef000 -     0x7fff8d5f4ff3  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
    0x7fff8d611000 -     0x7fff8d680fff  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
    0x7fff8d681000 -     0x7fff8d757ff3  com.apple.DiskImagesFramework (10.10.5 - 398) <0E870F31-9A37-3EDA-BF03-EA45B5909E01> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff8d926000 -     0x7fff8d945fff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff8d946000 -     0x7fff8d95dff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff8d95e000 -     0x7fff8d963ff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff8d964000 -     0x7fff8d994fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
    0x7fff8d995000 -     0x7fff8d996ff7  libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
    0x7fff8d99c000 -     0x7fff8d9f0fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x7fff8da08000 -     0x7fff8da23fff  com.apple.AppleVPAFramework (1.4.5 - 1.4.5) <A6421B0B-6D4D-3E64-AC61-DDB04ED7CFF0> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff8da24000 -     0x7fff8da71ff3  com.apple.CoreMediaIO (601.0 - 4760) <8065D2DE-782B-3B17-9F71-698FA269F409> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8dadd000 -     0x7fff8dae2ffb  libheimdal-asn1.dylib (398.40.1) <7D2BE3DE-60F7-3A6E-A92E-DA0EF9D3417E> /usr/lib/libheimdal-asn1.dylib
    0x7fff8dae6000 -     0x7fff8db09ff7  com.apple.framework.familycontrols (4.1 - 410) <E491AFDB-2E12-37D0-B093-6E93091019C4> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8db17000 -     0x7fff8db98ff7  com.apple.CoreUtils (1.1 - 110.1) <3808CBC5-1DF1-3821-8AAE-57C30D4F514B> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff8db99000 -     0x7fff8dcfafff  com.apple.avfoundation (2.0 - 889.210) <E1F0F203-6EA6-3CFA-BC6C-F372F273D6C5> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff8dcfb000 -     0x7fff8dd05ff7  com.apple.NetAuth (5.2 - 5.2) <2BBD749A-8E18-35B8-8E48-A90347C1CCA7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8dd06000 -     0x7fff8dd41fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8dd43000 -     0x7fff8ddeafff  com.apple.PDFKit (3.1 - 3.1) <D410CE57-6227-31D8-9F39-92583E552EA8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff8de03000 -     0x7fff8de1cff7  com.apple.CFOpenDirectory (10.10 - 187) <F1805A0F-D5CC-35A8-9349-042D58D128B0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8de1d000 -     0x7fff8de23fff  libsystem_trace.dylib (72.20.1) <840F5301-B55A-3078-90B9-FEFFD6CD741A> /usr/lib/system/libsystem_trace.dylib
    0x7fff8de24000 -     0x7fff8de54ff3  com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff8de55000 -     0x7fff8de62ff3  com.apple.ProtocolBuffer (1 - 228.0.1) <3429EB06-9F0E-355F-B9AB-F72879177398> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff8e0c2000 -     0x7fff8e0fafff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8e31b000 -     0x7fff8e34afff  com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff8e356000 -     0x7fff8e63dffb  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
    0x7fff8e66c000 -     0x7fff8eb81ffb  com.apple.JavaScriptCore (10600 - 10600.8.7) <480CDC12-5A1C-321C-B32F-673F0B3BA8F9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8eb82000 -     0x7fff8ed7c46f  libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
    0x7fff8ed7d000 -     0x7fff8ed88fff  libGL.dylib (11.1.3) <37A901AC-6282-3275-ABA4-7B2C2BE70B53> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8edfe000 -     0x7fff8ee02fff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
    0x7fff8ee12000 -     0x7fff8ee4dfff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8ee4e000 -     0x7fff8ee56fff  libsystem_dnssd.dylib (576.50.2) <9EC5AF92-D0D2-3BDE-92B6-D3730D3865C8> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8ee66000 -     0x7fff8eeb7fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <8E6AE326-9F3E-3182-BD9E-FDF561211E2E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8ef1e000 -     0x7fff8ef4eff3  com.apple.GSS (4.0 - 2.0) <97F2A028-44CF-3188-B863-F4EEB39CBDBD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8ef4f000 -     0x7fff8f3a2fc7  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
    0x7fff8f3f1000 -     0x7fff8f5a1ff3  com.apple.QuartzCore (1.10 - 361.19) <F815B60E-75E3-3263-BE93-27A49882CF58> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8f5ad000 -     0x7fff8f5c0ff7  com.apple.CoreBluetooth (1.0 - 1) <8D7BA9BA-EB36-307A-9119-0B3D9732C953> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff8f5c1000 -     0x7fff8f5c2fff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
    0x7fff8f5c3000 -     0x7fff8f5c5ff7  com.apple.securityhi (9.0 - 55006) <2B9C0BCB-7D82-39C2-A99F-7B9E1522CDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8f5c6000 -     0x7fff8f5d4ff7  com.apple.opengl (11.1.3 - 11.1.3) <C4D3AA58-3EA4-30C0-8E63-7657B5898E83> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8f5da000 -     0x7fff8f62dffb  libAVFAudio.dylib (118.6) <2441D4C1-D8FB-3DA9-9DD7-914E03413882> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff8f62e000 -     0x7fff8f644ff7  com.apple.CoreMediaAuthoring (2.2 - 951) <C3E7D4C1-400D-34FA-9FE1-8C68C03CE969> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff8f645000 -     0x7fff8f645fff  libOpenScriptingUtil.dylib (162.2) <D6A2216D-ADB2-3F24-AD30-F6D00829F545> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8f730000 -     0x7fff8f776ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
    0x7fff8f777000 -     0x7fff8f8bafff  libsqlite3.dylib (168.2) <BCB1F77E-2484-3EC4-A1D5-1AE90A407A23> /usr/lib/libsqlite3.dylib
    0x7fff8f8bb000 -     0x7fff8f907fff  com.apple.corelocation (1486.17 - 1615.24) <8825B3E2-E053-3E01-AE31-793443962D06> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff8f908000 -     0x7fff8f90bfff  com.apple.xpc.ServiceManagement (1.0 - 1) <A95A15CD-3B21-3513-AFF8-1D7DE3DBFA12> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8f90c000 -     0x7fff8f90cfff  com.apple.Accelerate (1.10 - Accelerate 1.10) <F1B96A61-7E4B-31BD-A35B-BA7EF1F16EF4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8f9e1000 -     0x7fff8f9e4fff  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
    0x7fff8f9e5000 -     0x7fff8f9eaff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x7fff8f9eb000 -     0x7fff8f9ebfff  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
    0x7fff8f9ec000 -     0x7fff8fa12fff  com.apple.ChunkingLibrary (2.1 - 163.6) <29D4CB95-42EF-34C6-8182-BDB6F7BB1E79> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8fa13000 -     0x7fff8fa40fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8fa41000 -     0x7fff8fa6cffb  libarchive.2.dylib (30.1.1) <21997595-5D70-3915-B17D-60741DD3EFC1> /usr/lib/libarchive.2.dylib
    0x7fff8fa9d000 -     0x7fff8fb81fff  libcrypto.0.9.8.dylib (52.40.1) <D123FC57-E2EB-3E08-A51B-6C317EA83EB5> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8fb82000 -     0x7fff8fb8affb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
    0x7fff8fbb6000 -     0x7fff8fbb8fff  com.apple.EFILogin (2.0 - 2) <3BA837D8-94F5-3240-9CF7-E40DC2808446> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff8fbb9000 -     0x7fff8ffc6ff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8ffc7000 -     0x7fff8ffecff7  libJPEG.dylib (1241) <A6635296-BCC9-35E5-A5AF-351B039B5087> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8ffed000 -     0x7fff8ffedff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
    0x7fff90131000 -     0x7fff90158fff  com.apple.shortcut (2.14 - 2.14) <0E9228EC-E688-3E83-9516-5211FFEA923E> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff901fe000 -     0x7fff90201ff7  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <BCC15965-7869-34F4-9019-9D0A41DD6AFF> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff90202000 -     0x7fff9022dff7  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
    0x7fff9022e000 -     0x7fff90240ff7  libsasl2.2.dylib (194.1) <35371406-75EF-304A-A073-956C40373555> /usr/lib/libsasl2.2.dylib
    0x7fff90241000 -     0x7fff90671fff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff906cb000 -     0x7fff90719ff7  com.apple.ImageCaptureCore (6.3 - 6.3) <75B5043C-9EF0-3CD2-875D-12813F0A73D3> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff9071a000 -     0x7fff90a4dff7  libmecabra.dylib (666.7) <0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2> /usr/lib/libmecabra.dylib
    0x7fff90a4e000 -     0x7fff90d1dff3  com.apple.CoreImage (10.3.4) <C1AE8252-A95D-3BF4-83B8-BE85E979F2CB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff90d2e000 -     0x7fff90d7bff7  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
    0x7fff90d7c000 -     0x7fff90d7efff  libquarantine.dylib (76.20.1) <7AF90041-2768-378A-925A-D83161863642> /usr/lib/system/libquarantine.dylib
    0x7fff90d87000 -     0x7fff90d88fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff90de6000 -     0x7fff90deffff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff90df0000 -     0x7fff90df2fff  libsystem_sandbox.dylib (358.20.5) <3F5E973F-C702-31AC-97BC-05F5C195683C> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff90df3000 -     0x7fff90dfeff7  libcsfde.dylib (471.30.1) <A62AE3D8-E2A6-314A-BF45-804003BE0AC9> /usr/lib/libcsfde.dylib
    0x7fff90dff000 -     0x7fff91044ff7  com.apple.AddressBook.framework (9.0 - 1579) <A31956C5-AA13-35E6-B553-6BDF33F35103> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff91045000 -     0x7fff91063ff7  com.apple.addressbook.vCard (9.0 - 1579) <C4CDDC8B-AE35-39B8-820A-763E9C5D1794> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff91064000 -     0x7fff910b3ff7  com.apple.opencl (2.4.2 - 2.4.2) <EB365E68-9965-3596-A40A-D1E372F3A9B3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff910b4000 -     0x7fff910c0ff7  com.apple.OpenDirectory (10.10 - 187) <22FF4721-03D8-381B-AA83-2B07D690C777> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff910c1000 -     0x7fff91c42ff7  com.apple.AppKit (6.9 - 1348.17) <E485D56D-3E72-34B7-99BB-BFDEE2D07BF5> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff91c43000 -     0x7fff91cafff3  com.apple.MMCS (1.3 - 327.5) <FC998246-ED60-334D-9E94-453F35EF9C78> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fff91cb3000 -     0x7fff91cd0ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
    0x7fff91cd1000 -     0x7fff91cd2fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff91cd3000 -     0x7fff91d1fff7  libcups.2.dylib (408.2) <E8AD18F9-61E4-3791-B840-504468C25556> /usr/lib/libcups.2.dylib
    0x7fff91d20000 -     0x7fff91f9fff7  com.apple.CoreData (111 - 526.3) <5A27E0D8-5E5A-335B-B3F6-2601C7B976FA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff91fa0000 -     0x7fff92029ff7  com.apple.CoreSymbolication (3.1 - 57020.2) <FDAF88F6-7D11-37BC-B758-4B835FA657BA> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff922ee000 -     0x7fff92564ff7  com.apple.security (7.0 - 57031.40.7) <1CE2E007-883E-3FFF-B9A5-DFA73252F0AD> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff92565000 -     0x7fff9259efff  com.apple.AirPlaySupport (2.0 - 215.18) <A7730005-A538-30E8-815B-727957D74C89> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySupport
    0x7fff925e9000 -     0x7fff9260eff7  libPng.dylib (1241) <E4244E6E-60F4-3478-BD18-1DD52E42EFD9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff9260f000 -     0x7fff9261cff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
    0x7fff92818000 -     0x7fff92850fff  libsystem_network.dylib (412.20.3) <6105C134-6722-3C0A-A4CE-5E1261E2E1CC> /usr/lib/system/libsystem_network.dylib
    0x7fff931b1000 -     0x7fff931b1fff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff931eb000 -     0x7fff93214ffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
    0x7fff93215000 -     0x7fff93218ff7  com.apple.Mangrove (1.0 - 1) <6326024D-5C8D-3F59-9468-ACA1E01BC70C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff93219000 -     0x7fff9322bff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff9322c000 -     0x7fff9322cfff  com.apple.Carbon (154 - 157) <9BF51672-1684-3FDE-A561-FC59A2864EF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff9322d000 -     0x7fff93259fff  libsandbox.1.dylib (358.20.5) <533B9C4A-6C92-3658-95B9-D30BC135796B> /usr/lib/libsandbox.1.dylib
    0x7fff9325a000 -     0x7fff93265fff  com.apple.CommerceCore (1.0 - 376.29) <1058502F-8C78-36E1-914A-6403A2231FBA> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff93266000 -     0x7fff932c1ff7  libTIFF.dylib (1241) <4FADAE48-44A5-351D-A33F-211A9544E5A9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff932c2000 -     0x7fff932c4fff  com.apple.SecCodeWrapper (4.0 - 238.20.2) <C6C126F0-6BF4-3E29-A9B7-7BAD8D17EE4F> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff932c5000 -     0x7fff932dfff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
    0x7fff932e0000 -     0x7fff932f6ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff932f7000 -     0x7fff932faff7  libdyld.dylib (353.2.3) <CFBBE540-D503-3AFC-B5D6-644F1E69949B> /usr/lib/system/libdyld.dylib
    0x7fff932fb000 -     0x7fff9341fff7  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
    0x7fff93420000 -     0x7fff93422ff3  com.apple.SafariServices.framework (10601 - 10601.2.7.2) <12A6DD3B-E0CD-3568-98B6-29F07E1FAD71> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff93423000 -     0x7fff9344ffff  com.apple.framework.SystemAdministration (1.0 - 1.0) <9F77597C-BAB8-3D86-B6CC-96D54D89E6AE> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff93450000 -     0x7fff93781fff  com.apple.Foundation (6.9 - 1154) <49EE64E1-9F53-35D1-A481-2EFE2789B254> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff93792000 -     0x7fff9379aff7  com.apple.icloud.FindMyDevice (1.0 - 1) <9CE67F85-2BA8-3093-97BA-07BF5C04A5D6> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff9379b000 -     0x7fff937acff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
    0x7fff938cb000 -     0x7fff938cdff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff938fc000 -     0x7fff938fdfff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff9395d000 -     0x7fff9398cff7  com.apple.CoreServicesInternal (221.7.2 - 221.7.2) <B93D4775-149C-3698-B38C-9C50673D455C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff939f9000 -     0x7fff939fbfff  libsystem_configuration.dylib (699.40.2) <56F94DCE-DBDE-3615-8F07-DE6270D9F8BE> /usr/lib/system/libsystem_configuration.dylib
    0x7fff939fc000 -     0x7fff93a2dfff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
    0x7fff93a30000 -     0x7fff93a5bfff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
    0x7fff93ae6000 -     0x7fff93b84fff  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
    0x7fff93b85000 -     0x7fff93c19fff  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
    0x7fff93c1a000 -     0x7fff93c3afff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff93c45000 -     0x7fff93c4cfff  com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
    0x7fff93c4d000 -     0x7fff93cc1ffb  com.apple.securityfoundation (6.0 - 55126) <8E74913F-67E8-3792-826D-B83896897CAD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff93cc2000 -     0x7fff93cc3ff3  libSystem.B.dylib (1213) <1866C519-C5F3-3D09-8C17-A8F703664521> /usr/lib/libSystem.B.dylib
    0x7fff93cc4000 -     0x7fff93ccdfff  libGFXShared.dylib (11.1.3) <5DBAB1CF-990E-3BC3-AB4A-311761EAD627> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff93cd0000 -     0x7fff93d21ff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <17C35538-7C2B-3735-A1B3-E8487EED0668> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff93d22000 -     0x7fff93d6dff7  com.apple.CloudDocs (1.0 - 321.10) <A8221290-A2A5-3767-BB26-CC57AC18D4DC> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff93d6e000 -     0x7fff93e87ffb  com.apple.CoreText (454.11 - 454.11) <7E5228C8-8657-3B6C-B3A4-98B79A3041EA> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff93e88000 -     0x7fff93e8ffff  com.apple.NetFS (6.0 - 4.0) <C263C8F8-F284-3101-AC82-A97A81716063> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff93ea5000 -     0x7fff93ea5ff7  liblaunch.dylib (559.40.1) <4F81CA3A-D2CE-3030-A89D-42F3DAD7BA8F> /usr/lib/system/liblaunch.dylib
    0x7fff93ea6000 -     0x7fff93ecaff7  com.apple.Sharing (328.17 - 328.17) <AD5E243A-B79F-3D7B-800B-A2C99A1CFEF1> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff93ecb000 -     0x7fff93eccff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
    0x7fff93ecd000 -     0x7fff93fffff7  com.apple.MediaControlSender (2.0 - 215.18) <88726256-A71E-33A8-A56C-ABA208951C92> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
    0x7fff94000000 -     0x7fff94002ff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
    0x7fff94003000 -     0x7fff9416affb  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff941c6000 -     0x7fff941cafff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x7fff941cb000 -     0x7fff941e7ff7  libsystem_malloc.dylib (53.30.1) <DDA8928B-CC0D-3255-BD8A-3FEA0982B890> /usr/lib/system/libsystem_malloc.dylib
    0x7fff941e8000 -     0x7fff941fdff7  com.apple.AppContainer (4.0 - 238.20.2) <2AA2EF49-9F38-31F6-8B08-8CC7C26F57F3> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff941fe000 -     0x7fff94238ffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff94239000 -     0x7fff94729fff  com.apple.MediaToolbox (1.0 - 1562.238) <BF6A868E-2F7D-371F-B14D-89C23EE4EF2B> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff9472a000 -     0x7fff94731ff7  com.apple.phonenumbers (1.1.1 - 105) <AE39B6FE-05AB-3181-BB2A-4D50A8B392F2> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff94738000 -     0x7fff9475cff7  com.apple.quartzfilters (1.10.0 - 1.10.0) <1AE50F4A-0098-34E7-B24D-DF7CB94073CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff9475d000 -     0x7fff9476eff3  libsystem_coretls.dylib (35.40.1) <155DA0A9-2046-332E-BFA3-D7974A51F731> /usr/lib/system/libsystem_coretls.dylib
    0x7fff9476f000 -     0x7fff94fd2ffb  com.apple.CoreGraphics (1.600.0 - 788.3.1) <83BEB51F-05BF-336E-8D11-977D6B5BF24D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff94fd3000 -     0x7fff9508eff7  com.apple.DiscRecording (9.0 - 9000.4.2) <4655B4B8-523D-3AE6-92A0-8486A2258B3B> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff9508f000 -     0x7fff9508ffff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <E5335492-7EFE-31EA-BE72-4A9CEE68D58E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff95090000 -     0x7fff950abff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
    0x7fff950ac000 -     0x7fff950beff7  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
    0x7fff950bf000 -     0x7fff951b1ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
    0x7fff951b2000 -     0x7fff95275ff7  libvMisc.dylib (516) <21497A28-8DCB-3EB8-BDAC-93C93382B0AA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff952d3000 -     0x7fff952f0fff  libsystem_kernel.dylib (2782.50.1) <1EE815DA-FF1B-3A53-AE9B-C98BD8177A9D> /usr/lib/system/libsystem_kernel.dylib
    0x7fff9534e000 -     0x7fff95363ffb  libCGInterfaces.dylib (294.1) <1A6AADE6-09EC-3054-85F9-E6A3607EBA70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff95364000 -     0x7fff9536cfff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
    0x7fff953e5000 -     0x7fff953f0fff  com.apple.AppSandbox (4.0 - 238.20.2) <BEFAB7F2-B189-391B-9B2D-FFF3EE2B77B6> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff953f1000 -     0x7fff95493fff  com.apple.Bluetooth (4.3.6 - 4.3.6f3) <E5DC1699-2727-329C-A843-C80CE9A6CD7B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff95494000 -     0x7fff954b0ff7  com.apple.pluginkit.framework (1.0 - 1) <D1A7F6E5-091B-30E7-852B-E866BF38A5AB> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff954b1000 -     0x7fff954b5ff7  libGIF.dylib (1241) <8A3CB11A-5CB9-3008-A0E1-F8B56125F484> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff954b6000 -     0x7fff954b8fff  libCVMSPluginSupport.dylib (11.1.3) <AD85A441-5B47-3A23-ACBA-3C37AA45DF3C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff954b9000 -     0x7fff955adff7  libFontParser.dylib (134.10) <6CF434A2-91CA-3477-BDE2-124508EDA05D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff955ae000 -     0x7fff955b1fff  com.apple.IOSurface (97.4 - 97.4) <AE11CFBC-4D46-30F3-BEEC-4C8131079391> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff955b6000 -     0x7fff955d0ff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff955d5000 -     0x7fff955d6ff7  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
    0x7fff955d7000 -     0x7fff955deff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
    0x7fff955f8000 -     0x7fff95635ff3  com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff95730000 -     0x7fff958befff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff958bf000 -     0x7fff95c96fe7  com.apple.CoreAUC (211.1.0 - 211.1.0) <12645629-E065-388E-A6B5-094A240578CE> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff96c5b000 -     0x7fff96c83fff  libsystem_info.dylib (459.40.1) <2E16C4B3-A327-3957-9C41-143911979A1E> /usr/lib/system/libsystem_info.dylib
    0x7fff96e34000 -     0x7fff96e38fff  com.apple.LoginUICore (3.2 - 3.2) <417954C5-1675-31A8-9631-6B56E9AA3E93> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff96e39000 -     0x7fff96f50fe7  libvDSP.dylib (516) <DFEDB210-49D1-3803-88A2-C61DB6A45C3D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff96f51000 -     0x7fff96fdffff  com.apple.CorePDF (4.0 - 4) <19F4CB03-189E-3271-8F7A-A7D0DB3ACE49> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff96fe0000 -     0x7fff97378ff7  com.apple.CoreFoundation (6.9 - 1153.18) <5C0892B8-9691-341F-9279-CA3A74D59AA0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff97379000 -     0x7fff9737aff7  com.apple.AddressBook.ContactsData (9.0 - 1579) <FF9C31DD-7839-35FB-AE66-21AEF63583EF> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData
    0x7fff9737b000 -     0x7fff97560ff7  libicucore.A.dylib (531.50) <CAA7ACE0-4012-3A13-864D-2B56B4B072FD> /usr/lib/libicucore.A.dylib
    0x7fff97f41000 -     0x7fff97fbffff  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
    0x7fff97fc0000 -     0x7fff98038ff7  com.apple.SystemConfiguration (1.14.4 - 1.14) <3DFFD7F7-BD23-3F4C-A209-C4A0D99F6573> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff98039000 -     0x7fff9806aff7  com.apple.ProtectedCloudStorage (1.0 - 1) <9D76F2E0-C28A-3DBC-A91F-E87888D46BF0> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff9806b000 -     0x7fff98077fff  com.apple.HelpData (2.1.4 - 90) <02C6B7E6-1CC4-30E8-AD04-2794BECCF99C> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff98078000 -     0x7fff98081ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
    0x7fff98082000 -     0x7fff98211fff  libGLProgrammability.dylib (11.1.3) <838E4103-2F63-3BCD-8CD2-041162437777> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff98212000 -     0x7fff98296fff  com.apple.PerformanceAnalysis (1.0 - 1) <4E934EE0-5CC6-3D54-8FA2-5B8AE669D775> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff98297000 -     0x7fff982a8fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
    0x7fff982a9000 -     0x7fff982c5fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff982d9000 -     0x7fff98370fff  com.apple.CoreMedia (1.0 - 1562.238) <B24BDB25-1203-380D-95B7-0A3FEB25521E> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff98371000 -     0x7fff98431ff7  com.apple.backup.framework (1.6.5 - 1.6.5) <86396038-33EA-3046-9F70-093A3D6407D4> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff98484000 -     0x7fff984aeff7  libdispatch.dylib (442.50.1) <A61E703C-784A-3698-B513-75DD12AAD6DC> /usr/lib/system/libdispatch.dylib
    0x7fff984af000 -     0x7fff984efff7  libGLImage.dylib (11.1.3) <731612E5-92A7-3283-8B41-590441AC8318> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff984f0000 -     0x7fff984f0fff  com.apple.quartzframework (1.5 - 1.5) <26C982A3-2FC3-3F50-B5F4-3C545C3BAC10> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff984f1000 -     0x7fff984f3fff  com.apple.loginsupport (1.0 - 1) <DAAD7013-A19D-3858-BFF7-DE1DAF664401> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff9850d000 -     0x7fff98515ff7  com.apple.AppleSRP (5.0 - 1) <68F0C577-ED96-34F2-B701-CE3023367D4D> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff986ae000 -     0x7fff987a1ff7  libJP2.dylib (1241) <E3D08E10-9E4E-3C19-B107-233A567B20D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff987a2000 -     0x7fff987aefff  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
    0x7fff987af000 -     0x7fff988d7ff7  com.apple.coreui (2.1 - 308.6) <9E0E9C6A-68F5-34C1-A17C-96226D401D4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff988d8000 -     0x7fff98937fff  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
    0x7fff98941000 -     0x7fff9894efff  libxar.1.dylib (255) <7CD69BB5-97BA-3858-8A8B-2F33F129E6E7> /usr/lib/libxar.1.dylib
    0x7fff9894f000 -     0x7fff9895eff7  com.apple.ToneLibrary (1.0 - 1) <179C7D61-CB88-3CE3-9F06-4D60D13D616C> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fff9895f000 -     0x7fff9896afff  libcommonCrypto.dylib (60061.30.1) <E789748D-F9A7-3CFF-B317-90DF348B1E95> /usr/lib/system/libcommonCrypto.dylib
    0x7fff9896b000 -     0x7fff98986ff7  com.apple.aps.framework (4.0 - 4.0) <EAC8C347-55F4-3769-995E-B140C95553F6> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff9898f000 -     0x7fff9898fff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x7fff98990000 -     0x7fff98ac0fff  com.apple.UIFoundation (1.0 - 1) <466BDFA8-0B9F-3AB0-989D-F9779422926A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff98ac1000 -     0x7fff98dc3ffb  com.apple.GeoServices (1.0 - 1077.0.18) <2BBF8B44-DD46-3432-8C84-6D6AA004C233> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff98dc4000 -     0x7fff98dcdfff  libsystem_pthread.dylib (105.40.1) <ACE90967-ECD0-3251-AEEB-461E3C6414F7> /usr/lib/system/libsystem_pthread.dylib
    0x7fff98e04000 -     0x7fff98e6bff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff98f2b000 -     0x7fff98fa4fe7  libcorecrypto.dylib (233.30.1) <5779FFA0-4D9A-3AD4-B7F2-618227621DC8> /usr/lib/system/libcorecrypto.dylib
    0x7fff98fbf000 -     0x7fff99019fff  com.apple.Suggestions (4.0 - 165) <34A8FB72-F663-3085-B4D0-6982B0BDCF21> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x7fff9903d000 -     0x7fff990ceff7  libCoreStorage.dylib (471.30.1) <9D95399F-1AC5-325F-8337-6E13AD99E44B> /usr/lib/libCoreStorage.dylib
    0x7fff990cf000 -     0x7fff99136ffb  com.apple.datadetectorscore (6.0 - 396.1.2) <D04A8016-B2AD-33A2-8A8E-5793968A8370> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff99137000 -     0x7fff99137fff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff99145000 -     0x7fff991e4e27  com.apple.AppleJPEG (1.0 - 1) <6627DDD9-A8FE-3968-B23A-B6A29AA3919A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff991e5000 -     0x7fff991f0ff7  libkxld.dylib (2782.50.1) <F346A631-20E3-3BA3-891F-FA95189CD7A9> /usr/lib/system/libkxld.dylib
    0x7fff991f1000 -     0x7fff99206fff  com.apple.ToneKit (1.0 - 1) <25D0FF56-B802-359D-9CA1-D530F4890D87> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fff99207000 -     0x7fff99239ff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff9923a000 -     0x7fff9925bfff  com.apple.framework.Apple80211 (10.3 - 1030.71.6) <C0A17391-5C8B-34B1-BD46-8D644AB57DE0> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff992a3000 -     0x7fff9930ffff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <03697149-1CDD-32FF-B564-1C1EF5E9E5C3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff99310000 -     0x7fff993a5ff7  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
    0x7fff993a6000 -     0x7fff993b1ff7  com.apple.CrashReporterSupport (10.10 - 631) <C44259AC-0A1C-3EC5-99AC-48CB520A709D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff994d1000 -     0x7fff994d5fff  libCoreVMClient.dylib (79.1) <201EF6DF-5074-3CB7-A361-398CF957A264> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff994d6000 -     0x7fff99841fff  com.apple.VideoToolbox (1.0 - 1562.238) <510956DF-E324-3974-A83B-C0C74A6F812C> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff99842000 -     0x7fff99875fff  com.apple.MediaKit (16 - 757.2) <2912E5C2-085F-3FE2-8531-23B6E894B0F0> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff99879000 -     0x7fff998eaffb  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
    0x7fff99970000 -     0x7fff99b80ff7  com.apple.CFNetwork (720.5.7 - 720.5.7) <A47D7DD2-5903-39D0-8D27-5A7E2D119D84> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff99b81000 -     0x7fff99b85fff  com.apple.TCC (1.0 - 1) <CCA42EE2-3400-3444-9486-BC454E60D944> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff99b86000 -     0x7fff99ba0ff7  libextension.dylib (55.2) <3BB019CA-199A-36AC-AA22-14B562138545> /usr/lib/libextension.dylib
    0x7fff99ba7000 -     0x7fff99bb2ff7  com.apple.DirectoryService.Framework (10.10 - 187) <F5B30ACE-57D9-31EA-82F9-98F175B277D1> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff99bf3000 -     0x7fff99c3dfff  com.apple.HIServices (1.22 - 523) <E2F3C5FF-8C50-3E4F-BE63-77A700466663> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff99c6e000 -     0x7fff99f99ff7  com.apple.FinderKit (1.3.5 - 1.3.5) <20969B46-A58F-3387-BB21-6BEF1F3E5242> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
    0x7fff99fcc000 -     0x7fff99fd6fff  com.apple.IntlPreferences (2.0 - 150.1) <79F95D7D-F64F-3A4E-8A42-AE5BF1577195> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
 
External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 3748
    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: 59947169
    thread_create: 0
    thread_set_state: 0
 
VM Region Summary:
ReadOnly portion of Libraries: Total=296.7M resident=210.8M(71%) swapped_out_or_unallocated=85.9M(29%)
Writable regions: Total=1.3G written=84.2M(6%) resident=124.9M(9%) swapped_out=34.5M(3%) unallocated=1.2G(91%)
 
REGION TYPE                        VIRTUAL
===========                        =======
Activity Tracing                     2048K
CG backing stores                    8084K
CG image                              576K
CG shared images                      368K
CoreAnimation                          12K
CoreGraphics                          124K
CoreImage                               8K
CoreServices                          688K
CoreUI image data                     308K
Foundation                              4K
IOKit                                19.6M
Image IO                                8K
JS JIT generated code               128.0M
JS JIT generated code (reserved)    896.0M        reserved VM address space (unallocated)
JS VM register file                  4160K
JS garbage collector                  144K
Kernel Alloc Once                       8K
MALLOC                              245.6M
MALLOC (admin)                         32K
Memory Tag 242                         12K
Memory Tag 251                         16K
OpenCL                                 48K
OpenGL GLSL                           256K
STACK GUARD                          56.1M
Stack                                14.2M
VM_ALLOCATE                          45.5M
VM_ALLOCATE (reserved)                  8K        reserved VM address space (unallocated)
WebKit Malloc                        3264K
__DATA                               26.8M
__GLSLBUILTINS                       2588K
__IMAGE                               528K
__LINKEDIT                           78.4M
__TEXT                              218.3M
__UNICODE                             552K
mapped file                         137.4M
shared memory                          68K
===========                        =======
TOTAL                                 1.8G
TOTAL, minus reserved VM space      993.2M
 
 
Model: MacBookPro8,1, BootROM MBP81.0047.B2A, 2 processors, Intel Core i5, 2.3 GHz, 16 GB, SMC 1.68f99
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.100.24)
Bluetooth: Version 4.3.6f3 16238, 3 services, 27 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: CT1000BX100SSD1, 1 TB
Serial ATA Device: MATSHITADVD-R   UJ-898
USB Device: Hub
USB Device: IR Receiver
USB Device: FaceTime HD Camera (Built-in)
USB Device: Hub
USB Device: Microsoft® Nano Transceiver v1.0
USB Device: BRCM2070 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus: MacBook Pro, Apple Inc., 22.1
Link to comment
Share on other sites

Hello , i been using Spriter and is a great tool, but i have a bug with the collision rectangle.

For some reason the collision box is created in the xml with negative height -> h="-88", i can see the collision in spriter with no problems, but this give me problems in the unity plugin SpriterDotNet (it doesn't show properly)
        <obj_info name="box_000" type="box" w="237" h="200" pivot_x="0" pivot_y="0"/>
        <obj_info name="box_001" type="box" w="196" h="-88" pivot_x="0" pivot_y="0"/>

I did nothing special in the project i just create this boxes after the first frame in the timeline and later in the time line added another box, and this second box, was saved with negative height

EDIT:The problem happens when you draw the box with the alt from the bottom side to the top

I don't know if this can happen also horizontally

Link to comment
Share on other sites

Hi exkyo87,

 

Could you please zip up your Spriter project (the folder with scml and all images) and email it to support@brashmonkey.com ? We'll see if we can figure out a way to make the rects positive in dimensions. Please also inform us in the email which animations and keyframes have the rects in question.

 

Thanks.
-Mike at BrashMonkey

Link to comment
Share on other sites

On 12/1/2015, 1:47:09, Ori Pessach said:

Hi,

 
Here's the information displayed by Mac OS X's crash dialog when Spriter crashed after I logged in while it was running. Looks like something in Spriter's paintEvent() isn't handling sleep/wakeup very well.
 
 

The next version of Spriter uses an updated framework.  It seems to solve alot of issues on the Mac. See if it handles it any better: http://brashmonkey.com/forum/index.php?/topic/4490-linux-mac-and-windows-users-please-test-spriter-r5/

On 12/6/2015, 12:51:57, blurymind said:

Hello edgar,

 

"SKIN" sprite objects can not be attached to bones. Is that going to be fixed in a future release?

They can be attached, but only before double clicking to finalize their initial position.  In a future release they will be vastly updated and turned into a full feature.  For now, it's been a proof of concept, and not a true, fully supported feature.

2 hours ago, exkyo87 said:

Hello , i been using Spriter and is a great tool, but i have a bug with the collision rectangle.

For some reason the collision box is created in the xml with negative height -> h="-88", i can see the collision in spriter with no problems, but this give me problems in the unity plugin SpriterDotNet (it doesn't show properly)
        <obj_info name="box_000" type="box" w="237" h="200" pivot_x="0" pivot_y="0"/>
        <obj_info name="box_001" type="box" w="196" h="-88" pivot_x="0" pivot_y="0"/>

I did nothing special in the project i just create this boxes after the first frame in the timeline and later in the time line added another box, and this second box, was saved with negative height

EDIT:The problem happens when you draw the box with the alt from the bottom side to the top

I don't know if this can happen also horizontally

Please send me the file at lucid@brashmonkey.com

Link to comment
Share on other sites

Ok on sub entity parenting to bones:

I managed to get it to work, my mistake was i think that I did not do the parenting on the frame one or that i parented it to a bone that already had a sprite assigned to it.

I am not entirely sure why it was glitching out on me.

A solid bug i can confirm though is that sub entities dissapear in construct2. Also  "delete from all frames" command doesnt work on them

Link to comment
Share on other sites

On 12/9/2015 at 7:11 PM, blurymind said:

Ok on sub entity parenting to bones:

I managed to get it to work, my mistake was i think that I did not do the parenting on the frame one or that i parented it to a bone that already had a sprite assigned to it.

I am not entirely sure why it was glitching out on me.

A solid bug i can confirm though is that sub entities dissapear in construct2. Also  "delete from all frames" command doesnt work on them

Thanks for the bug report

3 hours ago, Billy Quith said:

Bug: Mac version missing an icon.

The Mac version of Spriter Pro 4.1 is missing an icon, please add one. It is a pain if you are also developing and app and keep opening the wrong one.

 

Screen Shot 2015-12-10 at 10.56.33.png

Is that the Steam version of Spriter?

3 hours ago, Billy Quith said:

Bug: Generate TexturePacker spritesheet fails to find TexturePacker app

The Mac version of Spriter Pro 4.1 looks for the Windows executable of Texture Packer, i.e. "TexturePacker.exe". Please fix ASAP.

 

Screen Shot 2015-12-10 at 11.01.55.png

I will fix the text, but it's looking for the Mac version of TexturePacker on the Mac, even though it says .exe in the Window text.

Link to comment
Share on other sites

  • lucid unpinned this topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...