Jump to content

finscn

Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by finscn

  1. Thanks.

    Yes , I do it as you say.

    I HOLD shift, then left click and hold/drag to move a child bone.

    And it till doesn't work.

    And I found another bug : right click and HOLD a bone/image, the quick-bar will be displayed, but when I release the right mouse key, it will be hidden immediately.

    the 3rd : when I zoom in/out the edit-area by mouse-scrolling , it's too fast . scroll little, zoom much .

    I use Mac OS X 10.9.

    =======================

    Update: About IK .

    I found why :

    post-17044-14159834218519_thumb.png

    When there is the icon (in red circle) , it works well. If no it , doesn't work.

  2. Hi @ RunnerPack , Thank you

    My english is very pool , So I can't say many words :'(

    I updated it just now .

    I add some settings , now , you can set FPS , animation's frame count , speed scale .

    It's free and no any limit. You can use and modify it in any where any time.

    But , now it's just a prototype . When It is good enough , I think I will create a project in Github.

    Thank you :)

  3. About scon's format :

    In scon file ,

    no "parent" property means the node doesn't have the parent node.

    no "pivot_x" / "pivot_y" property means the pivot_x/pivot_y is the default value.

    no "time" property means the time is 0.

    no "x"/"y" property means the x/y is 0.

    no "angle" property means the angle is 0.

    no "scale_x"/ "scale_y" property means the scale_x/scale_y is 1.

    no "looping" means the looping is true.

    ( the same state , but the different result )

    the parent and pivot_x/pivot_y is ok, but time, x/y, angle and scale_x/scale_y is not good, I think.

    I suggest if a value is existing , always create the property in the scon , whatever the value is.

  4. This is also about "coordinate system"

    I found that , in Spriter editor , the edit area use screen coordinate system.

    see screenshot : the y is 15.

    but in scon file the y is -15.

    Why ? Is it a bug ?

    I hope they are the same.

    =============

    I found that the edit area use screen coordinate system ; the scon file use the standard rectangular coordinate.

    post-17044-14159834209549_thumb.png

  5. Spriter uses screen coordinate system :

        -y

         |

         |

    -x ----- 0 ----- +x

         |

         |

        +y

    It's OK.

    But the angle is use counter-clockwise rule ( when counter-clockwise , angle from small to big)

    the coordinate system and angle system are contradictory.

    I think it's so bad.

  6. There is a little suggestion.

    I hope Spriter could remember the window size & layout.

    The default size of Spriter's window is bigger then my mac screen. I have to resize it to smaller and hide some views.

    But when I restart the Spriter or open a new Project , it will be back to the default status.

    Thank you very much.

  7. When I remove all key frames from timeline , then add a new object(image) to the edit-area , the Spriter will crash.

    the info :

    Process: Spriter [11800]

    Path: /Applications/Spriter.app/Contents/MacOS/Spriter

    Identifier: com.yourcompany.Spriter

    Version: ???

    Code Type: X86-64 (Native)

    Parent Process: launchd [267]

    Responsible: Spriter [11800]

    User ID: 501

    Date/Time: 2014-04-27 03:41:01.284 +0800

    OS Version: Mac OS X 10.9.2 (13C1021)

    Report Version: 11

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

    Exception Type: EXC_BAD_ACCESS (SIGSEGV)

    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010

    VM Regions Near 0x10:

    -->

    __TEXT 0000000100000000-000000010037f000 [ 3580K] r-x/rwx SM=COW /Applications/Spriter.app/Contents/MacOS/Spriter

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

    0 com.yourcompany.Spriter 0x00000001000c52b0 MainlineKey::operator=(MainlineKey const&) + 48

    1 com.yourcompany.Spriter 0x00000001000d9cb4 AppendMainlineKeyCommand::AppendMainlineKeyCommand(Animation*, int) + 148

    2 com.yourcompany.Spriter 0x00000001000fc6a3 SpriterCanvasScene::dropEvent(QGraphicsSceneDragDropEvent*) + 1891

    3 QtGui 0x0000000100dfdb4d QGraphicsScene::event(QEvent*) + 563

    4 QtGui 0x000000010087dc58 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 304

    5 QtGui 0x000000010087ded6 QApplication::notify(QObject*, QEvent*) + 600

    6 QtCore 0x000000010061b272 QCoreApplication::notifyInternal(QObject*, QEvent*) + 104

    7 QtGui 0x0000000100e22638 QGraphicsView::dropEvent(QDropEvent*) + 122

    8 QtGui 0x00000001008ccad8 QWidget::event(QEvent*) + 1782

    9 QtGui 0x0000000100c217a2 QFrame::event(QEvent*) + 40

    10 QtGui 0x0000000100ca0894 QAbstractScrollArea::viewportEvent(QEvent*) + 126

    11 QtGui 0x0000000100e22732 QGraphicsView::viewportEvent(QEvent*) + 50

    12 QtGui 0x0000000100ca2c7d 0x1007fe000 + 4869245

    13 QtCore 0x0000000100618d61 QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) + 149

    14 QtGui 0x000000010087dc48 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 288

    15 QtGui 0x000000010087f19c QApplication::notify(QObject*, QEvent*) + 5406

    16 QtCore 0x000000010061b272 QCoreApplication::notifyInternal(QObject*, QEvent*) + 104

    17 QtGui 0x000000010082b39c 0x1007fe000 + 185244

    18 com.apple.AppKit 0x00007fff88e04995 NSCoreDragReceiveMessageProc + 289

    19 com.apple.HIServices 0x00007fff86af6fdc DoMultipartDropMessage + 325

    20 com.apple.HIServices 0x00007fff86af6ced DoDropMessage + 41

    21 com.apple.HIServices 0x00007fff86af6c97 SendDropMessage + 41

    22 com.apple.HIServices 0x00007fff86af32b6 DragInApplication + 512

    23 com.apple.HIServices 0x00007fff86af230f CoreDragStartDragging + 519

    24 com.apple.AppKit 0x00007fff88e00a74 -[NSCoreDragManager _dragUntilMouseUp:accepted:] + 862

    25 com.apple.AppKit 0x00007fff88fb83a4 -[NSCoreDragManager dragImage:fromWindow:at:offset:event:pasteboard:source:slideBack:] + 1355

    26 com.apple.AppKit 0x00007fff8929e85b -[NSWindow(NSDrag) dragImage:at:offset:event:pasteboard:source:slideBack:] + 133

    27 QtGui 0x0000000100829ffc 0x1007fe000 + 180220

    28 QtGui 0x0000000100891a12 QDrag::start(QFlags) + 94

    29 com.yourcompany.Spriter 0x0000000100053f91 FileView::mouseMoveEvent(QMouseEvent*) + 1425

    30 QtGui 0x00000001008cc508 QWidget::event(QEvent*) + 294

    31 QtGui 0x0000000100c217a2 QFrame::event(QEvent*) + 40

    32 QtGui 0x0000000100ca0894 QAbstractScrollArea::viewportEvent(QEvent*) + 126

    33 QtGui 0x0000000100d29467 QAbstractItemView::viewportEvent(QEvent*) + 663

    34 QtGui 0x0000000100d65ff5 QTreeView::viewportEvent(QEvent*) + 229

    35 QtGui 0x0000000100ca2c7d 0x1007fe000 + 4869245

    36 QtCore 0x0000000100618d61 QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) + 149

    37 QtGui 0x000000010087dc48 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 288

    38 QtGui 0x000000010087e6a8 QApplication::notify(QObject*, QEvent*) + 2602

    39 QtCore 0x000000010061b272 QCoreApplication::notifyInternal(QObject*, QEvent*) + 104

    40 QtGui 0x000000010088635e QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool) + 432

    41 QtGui 0x0000000100834f11 0x1007fe000 + 225041

    42 com.apple.AppKit 0x00007fff88cf8db1 -[NSWindow sendEvent:] + 3721

    43 QtGui 0x000000010082c712 0x1007fe000 + 190226

    44 com.apple.AppKit 0x00007fff88c996e4 -[NSApplication sendEvent:] + 2021

    45 QtGui 0x000000010082ffa2 0x1007fe000 + 204706

    46 com.apple.AppKit 0x00007fff88ae9b89 -[NSApplication run] + 646

    47 QtGui 0x0000000100839210 0x1007fe000 + 242192

    48 QtCore 0x0000000100618698 QEventLoop::exec(QFlags) + 394

    49 QtCore 0x000000010061b9c3 QCoreApplication::exec() + 175

    50 com.yourcompany.Spriter 0x0000000100006e44 main + 692

    51 com.yourcompany.Spriter 0x0000000100006b6a _start + 248

    52 com.yourcompany.Spriter 0x0000000100006a71 start + 33

    Thread 1:: Dispatch queue: com.apple.libdispatch-manager

    0 libsystem_kernel.dylib 0x00007fff8aab6662 kevent64 + 10

    1 libdispatch.dylib 0x00007fff8750f43d _dispatch_mgr_invoke + 239

    2 libdispatch.dylib 0x00007fff8750f152 _dispatch_mgr_thread + 52

    Thread 2:

    0 libsystem_kernel.dylib 0x00007fff8aab5716 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff88a36c3b _pthread_cond_wait + 727

    2 QtWebKit 0x000000010200cf47 0x10147c000 + 12128071

    3 QtWebKit 0x000000010200cfeb 0x10147c000 + 12128235

    4 libsystem_pthread.dylib 0x00007fff88a34899 _pthread_body + 138

    5 libsystem_pthread.dylib 0x00007fff88a3472a _pthread_start + 137

    6 libsystem_pthread.dylib 0x00007fff88a38fc9 thread_start + 13

    Thread 3:: QThread

    0 libsystem_kernel.dylib 0x00007fff8aab59aa __select + 10

    1 QtCore 0x0000000100644c16 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 374

    2 QtCore 0x0000000100649104 QEventDispatcherUNIXPrivate::doSelect(QFlags, timeval*) + 832

    3 QtCore 0x00000001006494e0 QEventDispatcherUNIX::processEvents(QFlags) + 228

    4 QtCore 0x0000000100618698 QEventLoop::exec(QFlags) + 394

    5 QtCore 0x0000000100523b66 QThread::exec() + 216

    6 QtCore 0x00000001005268ba 0x100503000 + 145594

    7 libsystem_pthread.dylib 0x00007fff88a34899 _pthread_body + 138

    8 libsystem_pthread.dylib 0x00007fff88a3472a _pthread_start + 137

    9 libsystem_pthread.dylib 0x00007fff88a38fc9 thread_start + 13

    Thread 4:

    0 libsystem_kernel.dylib 0x00007fff8aab1a1a mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x00007fff8aab0d18 mach_msg + 64

    2 com.apple.CoreFoundation 0x00007fff8311ffc5 __CFRunLoopServiceMachPort + 181

    3 com.apple.CoreFoundation 0x00007fff8311f5e9 __CFRunLoopRun + 1161

    4 com.apple.CoreFoundation 0x00007fff8311ef25 CFRunLoopRunSpecific + 309

    5 com.apple.AppKit 0x00007fff88c9616e _NSEventThread + 144

    6 libsystem_pthread.dylib 0x00007fff88a34899 _pthread_body + 138

    7 libsystem_pthread.dylib 0x00007fff88a3472a _pthread_start + 137

    8 libsystem_pthread.dylib 0x00007fff88a38fc9 thread_start + 13

    Thread 5:

    0 libsystem_kernel.dylib 0x00007fff8aab5a3a __semwait_signal + 10

    1 libsystem_c.dylib 0x00007fff8dfc8dc0 nanosleep + 200

    2 libsystem_c.dylib 0x00007fff8dfc8c1f sleep + 42

    3 QtScript 0x0000000102d73030 0x102c7a000 + 1019952

    4 QtScript 0x0000000102d730bb 0x102c7a000 + 1020091

    5 libsystem_pthread.dylib 0x00007fff88a34899 _pthread_body + 138

    6 libsystem_pthread.dylib 0x00007fff88a3472a _pthread_start + 137

    7 libsystem_pthread.dylib 0x00007fff88a38fc9 thread_start + 13

    Thread 6:: QFileInfoGatherer

    0 libsystem_kernel.dylib 0x00007fff8aab5716 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff88a36c3b _pthread_cond_wait + 727

    2 QtCore 0x00000001005275ec 0x100503000 + 148972

    3 QtCore 0x00000001005272f5 QWaitCondition::wait(QMutex*, unsigned long) + 117

    4 QtGui 0x0000000100d06267 0x1007fe000 + 5276263

    5 QtCore 0x00000001005268ba 0x100503000 + 145594

    6 libsystem_pthread.dylib 0x00007fff88a34899 _pthread_body + 138

    7 libsystem_pthread.dylib 0x00007fff88a3472a _pthread_start + 137

    8 libsystem_pthread.dylib 0x00007fff88a38fc9 thread_start + 13

    Thread 7:: QKqueueFileSystemWatcherEngine

    0 libsystem_kernel.dylib 0x00007fff8aab664a kevent + 10

    1 QtCore 0x00000001005feeed 0x100503000 + 1031917

    2 QtCore 0x00000001005268ba 0x100503000 + 145594

    3 libsystem_pthread.dylib 0x00007fff88a34899 _pthread_body + 138

    4 libsystem_pthread.dylib 0x00007fff88a3472a _pthread_start + 137

    5 libsystem_pthread.dylib 0x00007fff88a38fc9 thread_start + 13

    Thread 8:

    0 libsystem_kernel.dylib 0x00007fff8aab5e6a __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff88a35f08 _pthread_wqthread + 330

    2 libsystem_pthread.dylib 0x00007fff88a38fb9 start_wqthread + 13

    Thread 9:

    0 libsystem_kernel.dylib 0x00007fff8aab5e6a __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff88a35f08 _pthread_wqthread + 330

    2 libsystem_pthread.dylib 0x00007fff88a38fb9 start_wqthread + 13

    Thread 0 crashed with X86 Thread State (64-bit):

    rax: 0x0000000000000000 rbx: 0x00006080000ce070 rcx: 0x0000608002047da0 rdx: 0x0000000000000003

    rdi: 0x0000608002047db0 rsi: 0x0000608002047dc8 rbp: 0x00007fff5fbfb530 rsp: 0x00007fff5fbfb4f0

    r8: 0x000060800002f330 r9: 0x0000000000000000 r10: 0x0000000000fc4c63 r11: 0xffffffffffffffe8

    r12: 0x000000000000004f r13: 0x00007fff5fbffc08 r14: 0x00006080000ce098 r15: 0x0000000000000000

    rip: 0x00000001000c52b0 rfl: 0x0000000000010206 cr2: 0x0000000000000010

    Logical CPU: 2

    Error Code: 0x00000004

    Trap Number: 14

    Binary Images:

    0x100000000 - 0x10037eff7 +com.yourcompany.Spriter (???) <2B458B37-F9EA-3136-A179-5AD557C6DA2F> /Applications/Spriter.app/Contents/MacOS/Spriter

    0x10042e000 - 0x1004a7ff7 +QtHelp (4.8.5) <509D2C55-52CE-3ED6-B9B7-446079AD5394> /Applications/Spriter.app/Contents/Frameworks/QtHelp.framework/Versions/4/QtHelp

    0x1004c0000 - 0x1004f5fe7 +QtSql (4.8.5) <07DEEB9B-2C30-3FA8-BAF0-82A4EE169356> /Applications/Spriter.app/Contents/Frameworks/QtSql.framework/Versions/4/QtSql

    0x100503000 - 0x1007b0fe7 +QtCore (4.8.5) /Applications/Spriter.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore

    0x1007fe000 - 0x1011b7fff +QtGui (4.8.5) <73892356-89EC-35E7-8A0E-DD3F77A38B29> /Applications/Spriter.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui

    0x10131d000 - 0x101452fef +QtNetwork (4.8.5) /Applications/Spriter.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork

    0x10147c000 - 0x102859fe7 +QtWebKit (4.9.4) <601AD516-8EA7-3739-94FB-6BA23348502A> /Applications/Spriter.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWebKit

    0x102bf5000 - 0x102c38fe7 +phonon (4.4) <0B787947-38F9-37B3-A0F4-B30ADDE276C9> /Applications/Spriter.app/Contents/Frameworks/phonon.framework/Versions/4/phonon

    0x102c4d000 - 0x102c6ffff +QtMultimedia (4.8.5) <4AF7B269-3533-3C7F-928C-9756995A71E1> /Applications/Spriter.app/Contents/Frameworks/QtMultimedia.framework/Versions/4/QtMultimedia

    0x102c7a000 - 0x102e4cfe7 +QtScript (4.8.5) /Applications/Spriter.app/Contents/Frameworks/QtScript.framework/Versions/4/QtScript

    0x102ea0000 - 0x102f76fe7 +QtOpenGL (4.8.5) /Applications/Spriter.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL

    0x102f99000 - 0x102f9dfff com.apple.agl (3.2.3 - AGL-3.2.3) <1B85306F-D2BF-3FE3-9915-165237B491EB> /System/Library/Frameworks/AGL.framework/Versions/A/AGL

    0x102fa4000 - 0x1030a4fff +libQtCLucene.4.dylib (4.8.5) <7A89D070-BD49-3A0A-9F01-036B14D0D971> /Applications/Spriter.app/Contents/Frameworks/libQtCLucene.4.dylib

    0x103118000 - 0x103127fff libSimplifiedChineseConverter.dylib (61) /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib

    0x1035cb000 - 0x1035e6ff9 com.apple.security.csparser (3.0 - 55471.14.1) <484D5DDB-DE66-3909-B482-C6EDAAD4ADA4> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser

    0x103783000 - 0x10378bff3 libCGCMS.A.dylib (599.21.1) <84C6C6F3-AD75-3120-A86F-8AE1005A0ECE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib

    0x103793000 - 0x1037bbffb libRIP.A.dylib (599.21.1) <994C1D46-A532-3361-8C20-11778DC12040> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib

    0x1037cb000 - 0x1037ceffa libCGXType.A.dylib (599.21.1) <0F364FEE-105D-329D-B823-082AA45E6AFD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib

    0x106ed3000 - 0x106ed9ff7 libCGXCoreImage.A.dylib (599.21.1) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib

    0x106ef0000 - 0x106ef0feb +cl_kernels (???) <097091C7-ED26-41C5-AD3E-5CA79CDF2BC0> cl_kernels

    0x106ef4000 - 0x106ef4fff +cl_kernels (???) <304794DF-124F-4E7A-8017-F28E9F68700D> cl_kernels

    0x106ef6000 - 0x106f99ff7 ColorSyncDeprecated.dylib (426) <1EBD0729-A174-3EA5-B226-DE63C2E89D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib

    0x107bbf000 - 0x107bc5fff +libqgif.dylib (0) /Applications/Spriter.app/Contents/PlugIns/imageformats/libqgif.dylib

    0x107bc9000 - 0x107bcfff7 +libqico.dylib (0) <81F1E9F2-509E-3ACE-AA60-D20B3871BA08> /Applications/Spriter.app/Contents/PlugIns/imageformats/libqico.dylib

    0x107bd3000 - 0x107c0cfff +libqjpeg.dylib (0) <51706E4A-87B1-34F3-A1F2-BB8317C48483> /Applications/Spriter.app/Contents/PlugIns/imageformats/libqjpeg.dylib

    0x107c11000 - 0x107c62fef +libqmng.dylib (0) <43F5F434-68EF-3029-B86B-73443AFE236F> /Applications/Spriter.app/Contents/PlugIns/imageformats/libqmng.dylib

    0x107c6b000 - 0x107c6ffff +libqtga.dylib (0) /Applications/Spriter.app/Contents/PlugIns/imageformats/libqtga.dylib

    0x10a820000 - 0x10a875fef +libqtiff.dylib (0) /Applications/Spriter.app/Contents/PlugIns/imageformats/libqtiff.dylib

    0x10b516000 - 0x10b52dfff +libqcorewlanbearer.dylib (0) <93377BC4-164D-30A2-B6C6-2D3A4BE2D875> /Applications/Spriter.app/Contents/PlugIns/bearer/libqcorewlanbearer.dylib

    0x10b534000 - 0x10b53ffef +libqgenericbearer.dylib (0) /Applications/Spriter.app/Contents/PlugIns/bearer/libqgenericbearer.dylib

    0x10b954000 - 0x10b9f2fff +libqsqlite.dylib (0) <4966E38C-B401-3023-A7C3-3A21499F1A46> /Applications/Spriter.app/Contents/PlugIns/sqldrivers/libqsqlite.dylib

    0x10bb00000 - 0x10bb0bfff libGPUSupport.dylib (9.6) <039FC0EF-1B2C-3465-907B-A1856DCF5ADF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib

    0x11157a000 - 0x111660fef unorm8_bgra.dylib (2.3.58) <6E7397EF-CC78-3C15-8B21-05E7FB47F645> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib

    0x123400000000 - 0x12340034dff7 com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.24.11 - 8.2.4) <32F185FB-3FC5-312C-80DD-AC47FE71C8D2> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver

    0x7fff66eb1000 - 0x7fff66ee4817 dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld

    0x7fff82505000 - 0x7fff82520ff7 libPng.dylib (1042.2) <103F76EB-0FB7-320E-822F-53483CCB7299> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

    0x7fff82521000 - 0x7fff82522ff7 libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib

    0x7fff82523000 - 0x7fff8252cff7 libcldcpuengine.dylib (2.3.58) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib

    0x7fff8252d000 - 0x7fff82590ff7 com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration

    0x7fff82591000 - 0x7fff826c1ff7 com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A_/DesktopServicesPriv

    0x7fff82778000 - 0x7fff827a7fff com.apple.DebugSymbols (106 - 106) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols

    0x7fff827c0000 - 0x7fff82a19ff9 com.apple.security (7.0 - 55471.14.1) /System/Library/Frameworks/Security.framework/Versions/A/Security

    0x7fff82a25000 - 0x7fff82a27ff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib

    0x7fff82b52000 - 0x7fff82b91fff libGLU.dylib (9.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

    0x7fff82b92000 - 0x7fff82ba4ff7 com.apple.MultitouchSupport.framework (245.13 - 245.13) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport

    0x7fff82ba5000 - 0x7fff82c25fff com.apple.CoreSymbolication (3.0 - 141) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication

    0x7fff82c26000 - 0x7fff82cb1fff libCoreStorage.dylib (380) /usr/lib/libCoreStorage.dylib

    0x7fff82d22000 - 0x7fff82d29ff3 libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib

    0x7fff82d2a000 - 0x7fff82d4fff7 com.apple.ChunkingLibrary (2.0 - 155.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary

    0x7fff82d5b000 - 0x7fff82d5eff7 com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore

    0x7fff82d5f000 - 0x7fff82dceff1 com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS

    0x7fff82dcf000 - 0x7fff82dd6ff8 liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib

    0x7fff82dd7000 - 0x7fff82dd8ff7 com.apple.print.framework.Print (9.0 - 260) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print

    0x7fff83067000 - 0x7fff83068fff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent

    0x7fff83069000 - 0x7fff8306cfff libCoreVMClient.dylib (58.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib

    0x7fff830af000 - 0x7fff83294fff com.apple.CoreFoundation (6.9 - 855.16) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    0x7fff83295000 - 0x7fff833b7ff1 com.apple.avfoundation (2.0 - 651.12) <5261E6EA-7476-32B2-A12A-D42598A9B2EA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation

    0x7fff833b8000 - 0x7fff833c3fff libkxld.dylib (2422.92.1) /usr/lib/system/libkxld.dylib

    0x7fff838cb000 - 0x7fff838ccffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib

    0x7fff838cd000 - 0x7fff838d3ff7 com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService

    0x7fff838f9000 - 0x7fff839bdff7 com.apple.backup.framework (1.5.2 - 1.5.2) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup

    0x7fff839be000 - 0x7fff839efff7 libtidy.A.dylib (15.12) /usr/lib/libtidy.A.dylib

    0x7fff839f0000 - 0x7fff83aa0ff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib

    0x7fff83b86000 - 0x7fff83b8afff com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels

    0x7fff83b8b000 - 0x7fff83bafff7 libJPEG.dylib (1042.2) <0AFE20D1-F24D-3548-A562-DB8FA7995655> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

    0x7fff83bb0000 - 0x7fff83bc1ff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib

    0x7fff83bd9000 - 0x7fff83c00ffb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib

    0x7fff83c03000 - 0x7fff83c1cff7 com.apple.Ubiquity (1.3 - 289) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity

    0x7fff83c1d000 - 0x7fff83c1dff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib

    0x7fff83c1e000 - 0x7fff84051ffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore

    0x7fff84eec000 - 0x7fff84ef6ff7 com.apple.CrashReporterSupport (10.9 - 538) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport

    0x7fff84f0a000 - 0x7fff8505dff7 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox

    0x7fff8505f000 - 0x7fff851a0fff com.apple.QTKit (7.7.3 - 2826.17) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit

    0x7fff851ba000 - 0x7fff851d1ff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory

    0x7fff851ef000 - 0x7fff85240ff3 com.apple.audio.CoreAudio (4.2.0 - 4.2.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    0x7fff85241000 - 0x7fff85511ffc com.apple.CoreImage (9.2.7) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage

    0x7fff85873000 - 0x7fff858c6fff com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface

    0x7fff85913000 - 0x7fff85cf4ffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib

    0x7fff85cf5000 - 0x7fff85cffff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement

    0x7fff85d00000 - 0x7fff85d47fff libFontRegistry.dylib (127) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib

    0x7fff85d89000 - 0x7fff85dcafff com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis

    0x7fff86081000 - 0x7fff864cffff com.apple.VideoToolbox (1.0 - 1273.49) <27177077-9107-3E06-ADAD-92B80E80CDCD> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox

    0x7fff864d0000 - 0x7fff8650bfff com.apple.bom (14.0 - 193.1) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom

    0x7fff865b6000 - 0x7fff865fbfff libcurl.4.dylib (78.92.2) <548E2D61-103F-3737-9C7C-0C26246CD4C8> /usr/lib/libcurl.4.dylib

    0x7fff865fc000 - 0x7fff86657ffb com.apple.AE (665.5 - 665.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE

    0x7fff86785000 - 0x7fff86869fff com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

    0x7fff8686a000 - 0x7fff868d1ff7 com.apple.CoreUtils (2.0 - 200.34.4) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils

    0x7fff8690d000 - 0x7fff8690ffff libCVMSPluginSupport.dylib (9.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib

    0x7fff86980000 - 0x7fff86ae6fff libGLProgrammability.dylib (9.6) <8807FAD2-11E2-3293-89D8-397B87334138> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib

    0x7fff86ae7000 - 0x7fff86b2cffe com.apple.HIServices (1.22 - 467.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices

    0x7fff86b54000 - 0x7fff86c3efff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib

    0x7fff86c3f000 - 0x7fff86c70fff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit

    0x7fff86c71000 - 0x7fff86c82ff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib

    0x7fff87172000 - 0x7fff873baff7 com.apple.CoreData (107 - 481.01) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

    0x7fff873bb000 - 0x7fff87447ff7 com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink

    0x7fff8745b000 - 0x7fff87468fff com.apple.Sharing (132.2 - 132.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing

    0x7fff87469000 - 0x7fff874ceffb com.apple.Heimdal (4.0 - 2.0) <1560A2CC-2C0C-3F7B-868C-BD5ADB241F5A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal

    0x7fff8750c000 - 0x7fff87526fff libdispatch.dylib (339.90.1) /usr/lib/system/libdispatch.dylib

    0x7fff875b0000 - 0x7fff875f2ff7 libauto.dylib (185.5) /usr/lib/libauto.dylib

    0x7fff875fd000 - 0x7fff875fefff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib

    0x7fff875ff000 - 0x7fff8762bfff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal

    0x7fff876ab000 - 0x7fff876b3ffc libGFXShared.dylib (9.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib

    0x7fff876bd000 - 0x7fff8774dfff com.apple.Metadata (10.7.0 - 800.23) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata

    0x7fff877ad000 - 0x7fff877c8ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib

    0x7fff87879000 - 0x7fff8788bfff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture

    0x7fff8788c000 - 0x7fff8789afff com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

    0x7fff87c87000 - 0x7fff87c93ff3 com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression

    0x7fff87c94000 - 0x7fff87fcafff com.apple.MediaToolbox (1.0 - 1273.49) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox

    0x7fff87fcb000 - 0x7fff88139ff7 libBLAS.dylib (1094.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib

    0x7fff8813a000 - 0x7fff8813afff com.apple.Cocoa (6.8 - 20) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

    0x7fff8813b000 - 0x7fff88143ff7 com.apple.AppleSRP (5.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP

    0x7fff88a08000 - 0x7fff88a32ff7 libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib

    0x7fff88a33000 - 0x7fff88a3aff7 libsystem_pthread.dylib (53.1.4) /usr/lib/system/libsystem_pthread.dylib

    0x7fff88ad2000 - 0x7fff89648fff com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x7fff89780000 - 0x7fff897ceff9 libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib

    0x7fff897cf000 - 0x7fff897ecff7 com.apple.framework.Apple80211 (9.3.1 - 931.58) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211

    0x7fff897ed000 - 0x7fff89812ff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    0x7fff89867000 - 0x7fff8986afff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC

    0x7fff8986b000 - 0x7fff89923ff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording

    0x7fff89924000 - 0x7fff8993afff com.apple.CoreMediaAuthoring (2.2 - 947) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring

    0x7fff89945000 - 0x7fff89975fff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices

    0x7fff89976000 - 0x7fff89c60fff com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore

    0x7fff89c61000 - 0x7fff89d2cfff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib

    0x7fff8a119000 - 0x7fff8a11afff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib

    0x7fff8a11b000 - 0x7fff8a14ffff libssl.0.9.8.dylib (50) /usr/lib/libssl.0.9.8.dylib

    0x7fff8a150000 - 0x7fff8a1c3fff com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation

    0x7fff8a1c4000 - 0x7fff8a1cefff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib

    0x7fff8a1cf000 - 0x7fff8a2a0ff1 com.apple.DiskImagesFramework (10.9 - 371.1) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages

    0x7fff8a2ab000 - 0x7fff8a2bbffb libsasl2.2.dylib (170) /usr/lib/libsasl2.2.dylib

    0x7fff8a4b8000 - 0x7fff8a510ff7 com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication

    0x7fff8a511000 - 0x7fff8a511fff com.apple.Carbon (154 - 157) <4E260C09-78F4-305B-B408-13321CAF6213> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon

    0x7fff8a512000 - 0x7fff8a536fff libxpc.dylib (300.90.2) /usr/lib/system/libxpc.dylib

    0x7fff8a537000 - 0x7fff8a539fff libRadiance.dylib (1042.2) <63C92F09-F862-3303-9EF6-55A80B48F2CF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib

    0x7fff8a80c000 - 0x7fff8a80eff3 libsystem_configuration.dylib (596.13) /usr/lib/system/libsystem_configuration.dylib

    0x7fff8a80f000 - 0x7fff8a810ff7 libsystem_blocks.dylib (63) /usr/lib/system/libsystem_blocks.dylib

    0x7fff8a811000 - 0x7fff8a83aff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib

    0x7fff8a83b000 - 0x7fff8a83fff7 libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib

    0x7fff8a840000 - 0x7fff8a843ff7 libdyld.dylib (239.4) /usr/lib/system/libdyld.dylib

    0x7fff8a846000 - 0x7fff8a848fff com.apple.SecCodeWrapper (3.0 - 1) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper

    0x7fff8a8d1000 - 0x7fff8a900ff7 com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD

    0x7fff8a901000 - 0x7fff8a94ffff com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

    0x7fff8a950000 - 0x7fff8a99dfff com.apple.AppleVAFramework (5.0.27 - 5.0.27) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA

    0x7fff8a9b1000 - 0x7fff8a9b8fff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS

    0x7fff8a9b9000 - 0x7fff8a9e0ff7 libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib

    0x7fff8a9e1000 - 0x7fff8aa47fff com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi

    0x7fff8aa94000 - 0x7fff8aa9fff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth

    0x7fff8aaa0000 - 0x7fff8aabcff7 libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib

    0x7fff8ab23000 - 0x7fff8acd0f27 libobjc.A.dylib (551.1) /usr/lib/libobjc.A.dylib

    0x7fff8acd1000 - 0x7fff8adbffff libJP2.dylib (1042.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

    0x7fff8adc0000 - 0x7fff8adeaff7 libsandbox.1.dylib (278.11) <9E5654BF-DCD3-3B15-9C63-209B2B2D2803> /usr/lib/libsandbox.1.dylib

    0x7fff8adeb000 - 0x7fff8ae03ff7 com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage

    0x7fff8aea0000 - 0x7fff8b131fff com.apple.RawCamera.bundle (5.04 - 736) <0C8A3629-BEAC-34A7-A3A3-B9AF4B3AB4B4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera

    0x7fff8b1b2000 - 0x7fff8b1bfff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib

    0x7fff8b1d1000 - 0x7fff8b1d5fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib

    0x7fff8b1d6000 - 0x7fff8b1fffff GLRendererFloat (9.6) <16871296-2EB9-3FF6-AB00-3E2E55A45A63> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat

    0x7fff8b200000 - 0x7fff8b277fff com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices

    0x7fff8b278000 - 0x7fff8b293ff7 libsystem_malloc.dylib (23.10.1) /usr/lib/system/libsystem_malloc.dylib

    0x7fff8b294000 - 0x7fff8b2ddfff com.apple.CoreMedia (1.0 - 1273.49) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia

    0x7fff8b353000 - 0x7fff8b353ffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib

    0x7fff8b354000 - 0x7fff8b364fff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib

    0x7fff8b365000 - 0x7fff8b36cfff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib

    0x7fff8b36d000 - 0x7fff8b4faff7 GLEngine (9.6) <51D58F76-B9B3-3B4F-B65A-F6D213C2EED7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine

    0x7fff8b558000 - 0x7fff8b560ff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition

    0x7fff8b561000 - 0x7fff8b57dfff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib

    0x7fff8b57e000 - 0x7fff8b5e2fff com.apple.datadetectorscore (5.0 - 354.3) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore

    0x7fff8b5e3000 - 0x7fff8b5e3fff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices

    0x7fff8b5e4000 - 0x7fff8b60cffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib

    0x7fff8b60d000 - 0x7fff8b626ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos

    0x7fff8b654000 - 0x7fff8b654ffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit

    0x7fff8b655000 - 0x7fff8b69cff7 libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib

    0x7fff8b69d000 - 0x7fff8b6abfff com.apple.CommerceCore (1.0 - 42) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore

    0x7fff8b6ac000 - 0x7fff8b81cff4 com.apple.CFNetwork (673.4 - 673.4) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork

    0x7fff8bdd9000 - 0x7fff8be43ff7 com.apple.framework.IOKit (2.0.1 - 907.90.2) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

    0x7fff8be44000 - 0x7fff8be4cfff libsystem_dnssd.dylib (522.90.2) /usr/lib/system/libsystem_dnssd.dylib

    0x7fff8be4d000 - 0x7fff8bed6fff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync

    0x7fff8c000000 - 0x7fff8c002fff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin

    0x7fff8c01a000 - 0x7fff8c023ffd com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth

    0x7fff8c024000 - 0x7fff8c02eff7 libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib

    0x7fff8c02f000 - 0x7fff8c033ff7 libGIF.dylib (1042.2) <0A9267FF-D93A-36DF-87B9-BA34C1166C0C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

    0x7fff8c034000 - 0x7fff8c163fef com.apple.MediaControlSender (2.0 - 200.34.4) /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender

    0x7fff8c164000 - 0x7fff8c199ffc com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP

    0x7fff8c26b000 - 0x7fff8c273fff libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib

    0x7fff8c2cc000 - 0x7fff8c2ccfff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib

    0x7fff8c2cd000 - 0x7fff8c326fff libTIFF.dylib (1042.2) <1C80C3FD-639C-3781-8A30-265410DD444F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

    0x7fff8c327000 - 0x7fff8c4c3ff3 com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

    0x7fff8c4c4000 - 0x7fff8c4c5ff7 libSystem.B.dylib (1197.1.1) /usr/lib/libSystem.B.dylib

    0x7fff8c4c6000 - 0x7fff8c4caff7 libcache.dylib (62) /usr/lib/system/libcache.dylib

    0x7fff8c514000 - 0x7fff8c515ff7 libodfde.dylib (20) /usr/lib/libodfde.dylib

    0x7fff8c516000 - 0x7fff8c519fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help

    0x7fff8c51a000 - 0x7fff8c51ffff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib

    0x7fff8c72d000 - 0x7fff8c72fffb libutil.dylib (34) /usr/lib/libutil.dylib

    0x7fff8c800000 - 0x7fff8d11f68f com.apple.CoreGraphics (1.600.0 - 599.21.1) <23BCDB0F-4E60-31BA-859C-820351D50111> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

    0x7fff8d120000 - 0x7fff8d121ff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib

    0x7fff8d13e000 - 0x7fff8d155ffa libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib

    0x7fff8d156000 - 0x7fff8d247ff9 libiconv.2.dylib (41) /usr/lib/libiconv.2.dylib

    0x7fff8d2b7000 - 0x7fff8d2c3ff7 com.apple.HelpData (2.1.4 - 90) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData

    0x7fff8d556000 - 0x7fff8d563ff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib

    0x7fff8d59c000 - 0x7fff8d5a5fff com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis

    0x7fff8d5a6000 - 0x7fff8d5d2ff7 com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration

    0x7fff8d5df000 - 0x7fff8d5e4fff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

    0x7fff8d5e5000 - 0x7fff8d5eaff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib

    0x7fff8d756000 - 0x7fff8d90eff3 libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib

    0x7fff8d90f000 - 0x7fff8d9d8fff com.apple.LaunchServices (572.26 - 572.26) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices

    0x7fff8d9d9000 - 0x7fff8d9dbff7 com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI

    0x7fff8d9dc000 - 0x7fff8df4cfff com.apple.CoreAUC (6.22.08 - 6.22.08) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC

    0x7fff8df4d000 - 0x7fff8dfd6ff7 libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib

    0x7fff8dfd7000 - 0x7fff8dfdaffc com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

    0x7fff8dfdb000 - 0x7fff8dffdfff com.apple.framework.familycontrols (4.1 - 410) <4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls

    0x7fff8e02b000 - 0x7fff8e11afff libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib

    0x7fff8e11b000 - 0x7fff8e121fff com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification

    0x7fff8e122000 - 0x7fff8e12eff7 com.apple.OpenDirectory (10.9 - 173.90.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory

    0x7fff8e12f000 - 0x7fff8e181fff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib

    0x7fff8e182000 - 0x7fff8e244ff5 com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText

    0x7fff8e245000 - 0x7fff8e245fff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

    0x7fff8e248000 - 0x7fff8e32fff7 libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib

    0x7fff8e330000 - 0x7fff8e33aff7 com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox

    0x7fff8e33b000 - 0x7fff8e353ff7 com.apple.openscripting (1.4 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting

    0x7fff8e354000 - 0x7fff8e354fff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

    0x7fff8e355000 - 0x7fff8e3b4fff com.apple.framework.CoreWLAN (4.3.2 - 432.47) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN

    0x7fff8e3b5000 - 0x7fff8e3e4ff9 com.apple.GSS (4.0 - 2.0) <1B71A3E1-E31D-32CC-A733-ED155CC4A6A2> /System/Library/Frameworks/GSS.framework/Versions/A/GSS

    0x7fff8e3e5000 - 0x7fff8e4c4fff libcrypto.0.9.8.dylib (50) /usr/lib/libcrypto.0.9.8.dylib

    0x7fff8e4f4000 - 0x7fff8e7c8fc7 com.apple.vImage (7.0 - 7.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage

    0x7fff8e7eb000 - 0x7fff8ea95ff5 com.apple.HIToolbox (2.1 - 697.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox

    0x7fff8ea99000 - 0x7fff8eae5ffe com.apple.CoreMediaIO (407.0 - 4561) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO

    0x7fff8eae9000 - 0x7fff8eaedff7 libheimdal-asn1.dylib (323.92.1) /usr/lib/libheimdal-asn1.dylib

    0x7fff8eaf8000 - 0x7fff8eb03fff libGL.dylib (9.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

    0x7fff8eb04000 - 0x7fff8eb71fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit

    0x7fff8eb72000 - 0x7fff8eba1fd2 libsystem_m.dylib (3047.16) /usr/lib/system/libsystem_m.dylib

    0x7fff8eba9000 - 0x7fff8eea7fff com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0x7fff8eea8000 - 0x7fff8eed1fff com.apple.DictionaryServices (1.2 - 208) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices

    0x7fff8ef17000 - 0x7fff8ef20ff3 libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib

    0x7fff8ef21000 - 0x7fff8ef48ff7 com.apple.shortcut (2.6 - 2.6) /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut

    0x7fff8ef4c000 - 0x7fff8ef4efff com.apple.desktopservices (1.8 - 1.8) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv

    0x7fff8ef4f000 - 0x7fff8ef55ff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib

    0x7fff8f739000 - 0x7fff8f772ff7 com.apple.QD (3.50 - 298) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD

    0x7fff8f773000 - 0x7fff8f77eff7 com.apple.DirectoryService.Framework (10.9 - 173.90.1) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService

    0x7fff8f77f000 - 0x7fff8f7ccff2 com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore

    0x7fff8f7cf000 - 0x7fff8f7d1fff com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove

    0x7fff8f7d8000 - 0x7fff8f7ebff7 com.apple.AppContainer (3.0 - 1) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer

    0x7fff8fa79000 - 0x7fff8fa88ff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis

    0x7fff8faa8000 - 0x7fff8faadff7 com.apple.MediaAccessibility (1.0 - 43) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility

    0x7fff8faae000 - 0x7fff8fbb4fff com.apple.ImageIO.framework (3.3.0 - 1042) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

    0x7fff8fbb5000 - 0x7fff8fbedff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices

    0x7fff8fc6c000 - 0x7fff8fc79ff4 com.apple.Librarian (1.2 - 1) /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian

    0x7fff8fc7a000 - 0x7fff8fcc8fff libcorecrypto.dylib (161.1) /usr/lib/system/libcorecrypto.dylib

    0x7fff901ee000 - 0x7fff9022cff7 libGLImage.dylib (9.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib

    External Modification Summary:

    Calls made by other processes targeting this process:

    task_for_pid: 1

    thread_create: 0

    thread_set_state: 0

    Calls made by this process:

    task_for_pid: 0

    thread_create: 0

    thread_set_state: 0

    Calls made by all processes on this machine:

    task_for_pid: 7851

    thread_create: 0

    thread_set_state: 0

    VM Region Summary:

    ReadOnly portion of Libraries: Total=238.2M resident=119.8M(50%) swapped_out_or_unallocated=118.4M(50%)

    Writable regions: Total=3.2G written=76.9M(2%) resident=100.6M(3%) swapped_out=4K(0%) unallocated=3.1G(97%)

    REGION TYPE VIRTUAL

    =========== =======

    CG backing stores 5432K

    CG image 124K

    CG raster data 24K

    CG shared images 204K

    CoreGraphics 4K

    CoreImage 4K

    Foundation 4K

    IOKit 7260K

    JS JIT generated code 256.0M

    JS JIT generated code (reserved) 2.8G reserved VM address space (unallocated)

    JS VM register file (reserved) 4160K reserved VM address space (unallocated)

    JS garbage collector 16K

    Kernel Alloc Once 8K

    MALLOC 167.4M

    MALLOC (admin) 32K

    Memory Tag 242 12K

    Memory Tag 251 8K

    OpenCL 16K

    OpenGL GLSL 1664K

    STACK GUARD 56.0M

    Stack 12.1M

    VM_ALLOCATE 18.0M

    VM_ALLOCATE (reserved) 2048K reserved VM address space (unallocated)

    WebKit Malloc 14.3M

    __DATA 25.0M

    __IMAGE 528K

    __LINKEDIT 71.4M

    __TEXT 166.8M

    __UNICODE 544K

    mapped file 140.9M

    shared memory 68K

  8. Spriter can remember the window size

    The default size of Spriter's window is bigger then my mac screen. I have to resize it to smaller.

    But when I restart the Spriter or open a new Project , it will be back to the default status.

×
×
  • Create New...