When I attempt to launch Puzzle Agent, the application immediately crashes.
I have looked at my console log and I am seeing the following:
Code:
10/27/10 1:08:24 PM Mac_Game[7239] NSOpenGLView pixelFormat RendererID = 0102260c
10/27/10 1:08:24 PM [0x0-0x410410].com.telltalegames.Grickle101[7239] <CFData 0x397e8e0 [0xa09dfec0]>{length
10/27/10 1:08:24 PM [0x0-0x410410].com.telltalegames.Grickle101[7239] = 6, capacity = 6, bytes = 0x00254bc9b7dc}
10/27/10 1:08:24 PM [0x0-0x410410].com.telltalegames.Grickle101[7239] <CFData 0x397e780
10/27/10 1:08:24 PM [0x0-0x410410].com.telltalegames.Grickle101[7239] [0xa09dfec0]>{length = 6, capacity = 6, bytes = 0x00254bc9b7dc}
10/27/10 1:08:25 PM [0x0-0x410410].com.telltalegames.Grickle101[7239] <CFData 0x3833c90 [0xa09
10/27/10 1:08:25 PM [0x0-0x410410].com.telltalegames.Grickle101[7239] dfec0]>{length = 6, capacity = 6, bytes = 0x
10/27/10 1:08:25 PM [0x0-0x410410].com.telltalegames.Grickle101[7239] 00254bc9b7dc}
10/27/10 1:08:25 PM [0x0-0x410410].com.telltalegames.Grickle101[7239] PING telltalegames.com (74.52.103.162): 56 data bytes
10/27/10 1:08:25 PM [0x0-0x410410].com.telltalegames.Grickle101[7239] 64 bytes from 74.52.103.162: icmp_seq=0 ttl=54 time=75.296 ms
10/27/10 1:08:25 PM [0x0-0x410410].com.telltalegames.Grickle101[7239] --- telltalegames.com ping statistics ---
10/27/10 1:08:25 PM [0x0-0x410410].com.telltalegames.Grickle101[7239] 1 packets transmitted, 1 packets received, 0.0% packet loss
10/27/10 1:08:25 PM [0x0-0x410410].com.telltalegames.Grickle101[7239] round-trip min/avg/max/stddev = 75.296/75.296/75.296/0.000 ms
10/27/10 1:08:29 PM com.apple.launchd.peruser.501[140] ([0x0-0x410410].com.telltalegames.Grickle101[7239]) Job appears to have crashed: Bus error
10/27/10 1:08:29 PM ReportCrash[7228] Saved crash report for Mac_Game[7239] version 1.0.0.25 (1.0.0.25) to /Users/tysonedwards/Library/Logs/DiagnosticReports/Mac_Game_2010-10-27-130829_Hydra.crash
The contents of the crash report is:
Code:
Process: Mac_Game [7222]
Path: /Applications/Puzzle Agent.app/Contents/MacOS/Mac_Game
Identifier: com.telltalegames.Grickle101
Version: 1.0.0.25 (1.0.0.25)
Code Type: X86 (Native)
Parent Process: launchd [140]
Date/Time: 2010-10-27 13:07:37.865 -0600
OS Version: Mac OS X 10.6.5 (10H555)
Report Version: 6
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000003c
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 libfmodex.dylib 0x0063a2ad FMOD::SystemI::createChannelGroupInternal(char const*, FMOD::ChannelGroupI**, bool, bool) + 769
1 libfmodex.dylib 0x0063a32e FMOD::SystemI::createChannelGroupInternal(char const*, FMOD::ChannelGroupI**, bool, bool) + 898
2 libfmodex.dylib 0x00636d31 FMOD::System::createChannelGroup(char const*, FMOD::ChannelGroup**) + 53
3 com.telltalegames.Grickle101 0x00142752 SoundSystem::Initialize() + 390
4 com.telltalegames.Grickle101 0x001c9416 GameEngine::Initialize(char const*) + 1258
5 com.telltalegames.Grickle101 0x001c9639 GameEngine_Start + 36
6 com.telltalegames.Grickle101 0x000a254e -[MyOpenGLView prepareOpenGL] + 164
7 com.apple.AppKit 0x95f8bcb2 -[NSOpenGLContext setView:] + 1536
8 com.apple.AppKit 0x95f8b68e -[NSOpenGLView lockFocusIfCanDraw] + 198
9 com.apple.AppKit 0x95f6fdb2 -[NSView lockFocus] + 42
10 com.apple.AppKit 0x95f7429f -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1047
11 com.apple.AppKit 0x95f747fd -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2421
12 com.apple.AppKit 0x95f747fd -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2421
13 com.apple.AppKit 0x95f729e7 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 711
14 com.apple.AppKit 0x95f7255b -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 265
15 com.apple.AppKit 0x95f6eea2 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3309
16 com.apple.AppKit 0x95ecfa57 -[NSView displayIfNeeded] + 818
17 com.apple.AppKit 0x95e98d40 -[NSWindow displayIfNeeded] + 204
18 com.apple.AppKit 0x95e977db -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1085
19 com.apple.AppKit 0x95e9733d -[NSWindow orderWindow:relativeTo:] + 105
20 com.apple.AppKit 0x960118ed -[NSWindow orderFront:] + 50
21 com.apple.AppKit 0x95e60334 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1846
22 com.apple.AppKit 0x95e5e1f4 loadNib + 257
23 com.apple.AppKit 0x95e5d5ed +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 228
24 com.apple.AppKit 0x95e5d4fe +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 158
25 com.apple.AppKit 0x95e5d449 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 383
26 com.apple.AppKit 0x95e5a24d NSApplicationMain + 434
27 com.telltalegames.Grickle101 0x0002efd2 start + 54
Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x9562c982 kevent + 10
1 libSystem.B.dylib 0x9562d09c _dispatch_mgr_invoke + 215
2 libSystem.B.dylib 0x9562c559 _dispatch_queue_invoke + 163
3 libSystem.B.dylib 0x9562c2fe _dispatch_worker_thread2 + 240
4 libSystem.B.dylib 0x9562bd81 _pthread_wqthread + 390
5 libSystem.B.dylib 0x9562bbc6 start_wqthread + 30
Thread 2:
0 libSystem.B.dylib 0x956cc7c6 sem_wait$UNIX2003 + 10
1 com.telltalegames.Grickle101 0x002f75a7 JobManager_Async::_WorkThread(void*) + 51
2 com.telltalegames.Grickle101 0x00039bd5 Thread::_ThreadEntry(void*) + 41
3 libSystem.B.dylib 0x9563385d _pthread_start + 345
4 libSystem.B.dylib 0x956336e2 thread_start + 34
Thread 3:
0 libSystem.B.dylib 0x956cc7c6 sem_wait$UNIX2003 + 10
1 com.telltalegames.Grickle101 0x002f75a7 JobManager_Async::_WorkThread(void*) + 51
2 com.telltalegames.Grickle101 0x00039bd5 Thread::_ThreadEntry(void*) + 41
3 libSystem.B.dylib 0x9563385d _pthread_start + 345
4 libSystem.B.dylib 0x956336e2 thread_start + 34
Thread 4:
0 libSystem.B.dylib 0x9560615a semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x95633ce5 _pthread_cond_wait + 1066
2 libSystem.B.dylib 0x9567c67c pthread_cond_timedwait + 47
3 QtCore 0x00757924 QWaitCondition::wait(QMutex*, unsigned long) + 244
4 QtCore 0x007b7a03 QThreadPoolThread::run() + 531
5 QtCore 0x007bb2ab QThreadPrivate::start(void*) + 187
6 libSystem.B.dylib 0x9563385d _pthread_start + 345
7 libSystem.B.dylib 0x956336e2 thread_start + 34
Thread 5: com.apple.CFSocket.private
0 libSystem.B.dylib 0x956250c6 select$DARWIN_EXTSN + 10
1 com.apple.CoreFoundation 0x97046c83 __CFSocketManager + 1091
2 libSystem.B.dylib 0x9563385d _pthread_start + 345
3 libSystem.B.dylib 0x956336e2 thread_start + 34
Thread 6:
0 libSystem.B.dylib 0x9562ba12 __workq_kernreturn + 10
1 libSystem.B.dylib 0x9562bfa8 _pthread_wqthread + 941
2 libSystem.B.dylib 0x9562bbc6 start_wqthread + 30
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000000 ebx: 0x00639fbd ecx: 0x00000000 edx: 0x20730c78
edi: 0x00000025 esi: 0x2073b0a8 ebp: 0xbfffe8e8 esp: 0xbfffe800
ss: 0x0000001f efl: 0x00010246 eip: 0x0063a2ad cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x0000003c
Binary Images:
0x1000 - 0x324ff7 +com.telltalegames.Grickle101 1.0.0.25 (1.0.0.25) <8F20630E-738E-6DFC-8525-538AB63DC206> /Applications/Puzzle Agent.app/Contents/MacOS/Mac_Game
0x5b8000 - 0x67afe7 +libfmodex.dylib ??? (???) <281EE017-A1F4-7C45-7AAE-039699541151> /Applications/Puzzle Agent.app/Contents/Frameworks/libfmodex.dylib
0x74e000 - 0x95fffb +QtCore 4.6.2 (compatibility 4.6.0) <DE3C7093-2FC1-5BC4-4754-616BE07F0113> /Applications/Puzzle Agent.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
0xa01000 - 0x12ebff7 +QtGui 4.6.2 (compatibility 4.6.0) <E9F25A6E-EF71-5B83-2500-B7544A462E5C> /Applications/Puzzle Agent.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
0x15c3000 - 0x25fbfef +QtWebKit 4.6.2 (compatibility 4.6.0) <9EEA2D76-4808-46F9-1558-B4968DB019A4> /Applications/Puzzle Agent.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWebKit
0x2e00000 - 0x2e33ff3 +phonon 4.3.1 (compatibility 4.3.0) <B484ED3B-AC33-0CF5-1804-9B91EEE5E253> /Applications/Puzzle Agent.app/Contents/Frameworks/phonon.framework/Versions/4/phonon
0x2e54000 - 0x2ebffe7 +QtDBus 4.6.2 (compatibility 4.6.0) <733DB56F-5F34-990C-B1A3-E8349764E6BC> /Applications/Puzzle Agent.app/Contents/Frameworks/QtDBus.framework/Versions/4/QtDBus
0x2eec000 - 0x2f39ff7 +QtXml 4.6.2 (compatibility 4.6.0) <257A075C-78AF-20B3-05A8-68C6280423A6> /Applications/Puzzle Agent.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
0x2f5a000 - 0x3417ffb +QtXmlPatterns 4.6.2 (compatibility 4.6.0) <86991C46-2598-1369-A367-16D86465C489> /Applications/Puzzle Agent.app/Contents/Frameworks/QtXmlPatterns.framework/Versions/4/QtXmlPatterns
0x3637000 - 0x3726ff7 +QtNetwork 4.6.2 (compatibility 4.6.0) <1349BAD9-16AC-451A-431D-5DE120C6045A> /Applications/Puzzle Agent.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
0x3e32000 - 0x3faafe7 GLEngine ??? (???) <3A88746D-25A1-B579-60D5-DBC0CFA1A502> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x170d2000 - 0x170f6fe7 GLRendererFloat ??? (???) <ED380830-EFB0-9A2D-BB9E-D6416BF8D175> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x17200000 - 0x17605fe7 libclh.dylib 3.1.1 C (3.1.1) <C9CD4164-B68C-ED8B-C100-8F8539204AE9> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x19009000 - 0x19017fe7 libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <376847B2-745B-01F9-A3BD-B2017437EE30> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x1affa000 - 0x1b00cff7 libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <48B1C776-4CAD-12D2-D32E-594BE2906F83> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x1b05b000 - 0x1b05fff3 com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <1F393D2C-59F3-7E2C-3DA7-9B87B4278FB5> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
0x1b246000 - 0x1b24cffb com.apple.audio.AppleHDAHALPlugIn 1.9.9 (1.9.9f12) <DE764BBE-00DD-4665-91C4-740BDD332754> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x70000000 - 0x700cbff3 com.apple.audio.units.Components 1.6.3 (1.6.3) <5DA35A22-1B05-6BD3-985A-26A7A2CD6289> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x8f0c8000 - 0x8f811ff7 com.apple.GeForceGLDriver 1.6.24 (6.2.4) <6ED1E743-6155-BFB2-AFD6-1FDE88B28446> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
0x90003000 - 0x90419ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x904f7000 - 0x904fafe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
0x904fb000 - 0x90607ff7 libGLProgrammability.dylib ??? (???) <68C537F4-C52D-269B-AD25-D60C7AFC03AD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x90608000 - 0x9092cfef com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9092d000 - 0x909dbff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x909ec000 - 0x90a2dff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <16DAE1A5-937A-1CA2-D98F-2AF958B62993> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x90a72000 - 0x90abbfe7 libTIFF.dylib ??? (???) <AC1FC806-F7F4-174B-375F-FE5D6008666C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x90aed000 - 0x90bcaff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x90bcb000 - 0x90c75fe7 com.apple.CFNetwork 454.11.5 (454.11.5) <D8963574-285A-3BD6-6B25-07D39C6F67A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x90c76000 - 0x90f96ff3 com.apple.CoreServices.CarbonCore 861.21 (861.21) <E1A534BA-23C9-6475-C86E-1AC2C9A91C4E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90f97000 - 0x90fbdffb com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x91019000 - 0x910d2fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
0x9133f000 - 0x9134dfe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
0x91357000 - 0x913e9fe7 com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x915ff000 - 0x91631fe3 libTrueTypeScaler.dylib ??? (???) <6E9D1A50-330E-F1F4-F93D-9ECC8A61B21A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x91632000 - 0x9166bff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <AE2B4FBF-3633-A755-64B7-128B2EC638C9> /usr/lib/libcups.2.dylib
0x918d8000 - 0x91929ff7 com.apple.HIServices 1.8.1 (???) <51BDD848-32A5-2425-BE07-BD037A89630A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9192a000 - 0x91a2bfe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
0x91b13000 - 0x91b15ff7 com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x91b16000 - 0x91b1aff7 libGFXShared.dylib ??? (???) <91B5AD2F-55AF-E0FF-CC0F-004BE705BBD7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x91b48000 - 0x91b53ff7 libGL.dylib ??? (???) <48405993-0AE9-292B-6705-C3525528682A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x91cbb000 - 0x91cbbff7 com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x91d5c000 - 0x91f37ff3 libType1Scaler.dylib ??? (???) <A7AB841A-3F40-E0B8-ADDD-44014C7287C9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x91f51000 - 0x91fe9fe7 edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x92033000 - 0x92076ff7 libGLU.dylib ??? (???) <F8A568EE-5BF0-CC41-32FA-0A7DE69590F9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92077000 - 0x920bbff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x921e9000 - 0x92204ff7 libPng.dylib ??? (???) <E14178E0-B92D-94EA-DACB-04F346D7534C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x92205000 - 0x92209ff7 IOSurface ??? (???) <468D5AA0-1BF4-FCC5-927A-CF222710C5EA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9220a000 - 0x92214ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92215000 - 0x92257ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <29E5ABCF-6D8A-0CE0-B480-C7D240FF8575> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x92258000 - 0x92259ff7 com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x92363000 - 0x92363ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x92364000 - 0x9236bff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x9262c000 - 0x92637ff7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <CB2510BD-A5B3-9D90-5917-C73F6ECAC913> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x92643000 - 0x92a78ff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x92a79000 - 0x92a7dff7 libGIF.dylib ??? (???) <DA5758A4-71B0-DD6E-7402-B7FB15387569> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x92b07000 - 0x92b07ff7 com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x92b08000 - 0x92b0aff7 libRadiance.dylib ??? (???) <10048B4A-2AE8-A4E2-21B8-C6E7A8C5B76F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x92b0b000 - 0x92b4eff7 com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x92b4f000 - 0x92c05ff7 libFontParser.dylib ??? (???) <33F62EE1-E457-C6FD-369E-E86745B94A4B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x92c06000 - 0x92c09ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <B624AACE-991B-0FFA-2482-E69970576CE1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x92cb4000 - 0x92cc8fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
0x93da0000 - 0x93da0ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x947ed000 - 0x9491bfe7 com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9491c000 - 0x9491cff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x9491d000 - 0x9497efe7 com.apple.CoreText 3.5.0 (???) <BB50C045-25F5-65B8-B1DB-8CDAEF45EB46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9497f000 - 0x9497fff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x94990000 - 0x94a0afff com.apple.audio.CoreAudio 3.2.6 (3.2.6) <8EAAC5E8-8A95-3D50-0E02-4517E0AE0935> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x94b95000 - 0x94c44fef com.apple.ColorSync 4.6.0 (4.6.0) <66ABAE86-B0EC-D641-913D-08ACA965F9FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x94c84000 - 0x94c87ff7 libCoreVMClient.dylib ??? (???) <B2C82263-4B0E-F7AB-94A4-86B41ED3F75E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x94c92000 - 0x94e14fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <35DB7644-0780-D2AB-F6A9-45F28D2D434A> /usr/lib/libicucore.A.dylib
0x950d3000 - 0x950ebff7 com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x950ec000 - 0x951bdff3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <AFD6DAC8-12EF-B2A0-5322-E902D5B48B0A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x954b8000 - 0x95555fe3 com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x95599000 - 0x955bdff7 libJPEG.dylib ??? (???) <46AF3A0F-2B8D-87B9-62D4-0905678A64DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x955de000 - 0x955e7ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x955eb000 - 0x955ebff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
0x95605000 - 0x957acff7 libSystem.B.dylib 125.2.1 (compatibility 1.0.0) <69A7D0BC-32AC-47BB-3C7E-25C15AA94157> /usr/lib/libSystem.B.dylib
0x957ad000 - 0x957c2fff com.apple.ImageCapture 6.0.1 (6.0.1) <E7ED2AC1-834C-A44E-531E-EC05F0496DBF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x95a01000 - 0x95d6cff7 com.apple.QuartzCore 1.6.3 (227.33) <CF3A6C30-6BD2-3CAA-7242-F8C467D9CDDD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x95ded000 - 0x95e57fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x95e58000 - 0x96738ff7 com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x96823000 - 0x96826ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x96c0e000 - 0x96c72ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x96f6d000 - 0x96f79ff7 libkxld.dylib ??? (???) <990A0E4A-6FA4-182E-3A20-C59302443527> /usr/lib/system/libkxld.dylib
0x96f7a000 - 0x96f7aff7 com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x96f7b000 - 0x96fc1ff7 libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
0x96fc2000 - 0x96fc9ff3 com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x96fca000 - 0x97145fe7 com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x97180000 - 0x9718eff7 com.apple.opengl 1.6.11 (1.6.11) <6A7A66FC-14C7-3ABB-0931-DBC0C03B1012> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9718f000 - 0x971b1fef com.apple.DirectoryService.Framework 3.6 (621.9) <F2EEE9D7-D4FB-14F3-E647-ABD32754F557> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x971b2000 - 0x971bfff7 com.apple.NetFS 3.2.1 (3.2.1) <A6443845-5815-2429-7649-C51A4B5E7DF9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x971c0000 - 0x9725bff7 com.apple.ApplicationServices.ATS 4.4 (???) <ECB16606-4DF8-4AFB-C91D-F7947C26040F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x972a7000 - 0x972daff7 com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x972db000 - 0x9734aff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <706684C7-AFA0-B036-274A-D02F8961DED5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x973c0000 - 0x973c6fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x973ff000 - 0x97430ff7 libGLImage.dylib ??? (???) <66DD37BF-B32F-791A-517F-77DBFA69E6FC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9748a000 - 0x976fdfe7 com.apple.Foundation 6.6.4 (751.42) <ACC0BAEB-C590-7052-3AB2-86C207C3D6D4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x976fe000 - 0x97780ffb SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x97781000 - 0x97795ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x97796000 - 0x97860fef com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x978bd000 - 0x978beff7 com.apple.audio.units.AudioUnit 1.6.5 (1.6.5) <BE4C2495-B758-AD22-DCC0-56A6791E948E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x97ab7000 - 0x97be6fe3 com.apple.audio.toolbox.AudioToolbox 1.6.5 (1.6.5) <0A0F68E5-4806-DB51-764B-D97554B801AD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x97be7000 - 0x983d6557 com.apple.CoreGraphics 1.545.0 (???) <1AB39678-00D5-FB88-3B41-93D78348E0DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x983d7000 - 0x983f3fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x985e7000 - 0x985f7ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
0x985f8000 - 0x98655ff7 com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x98656000 - 0x986a6ff7 com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x986e0000 - 0x9872dfeb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x9872e000 - 0x98832fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib
0x98833000 - 0x98838ff7 com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x98839000 - 0x9884aff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x98850000 - 0x988fdfe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
0x98933000 - 0x98953fe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
0x98954000 - 0x98975fe7 com.apple.opencl 12.3 (12.3) <DEA600BF-4F54-66B5-DB2F-DC57FD518543> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x98976000 - 0x989f6feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x989f7000 - 0x98ad2feb com.apple.DesktopServices 1.5.9 (1.5.9) <CED00AC1-924B-0E45-7D5E-1CEA8929F5BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x98b20000 - 0x98d83fef com.apple.security 6.0 (36910) <1949216A-7583-B73A-6112-4D55CA5852E3> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x98d84000 - 0x98e78ff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib
0x98e85000 - 0x98eadff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
0x9956f000 - 0x99581ff7 com.apple.MultitouchSupport.framework 207.10 (207.10) <911C4D30-6541-B7BC-3A0D-35468CEC4F4B> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x995c0000 - 0x995cafe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x995cb000 - 0x99606feb libFontRegistry.dylib ??? (???) <4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9961a000 - 0x99657ff7 com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x99658000 - 0x99677ff7 com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x996c0000 - 0x99768ffb com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9981a000 - 0x999d3feb com.apple.ImageIO.framework 3.0.4 (3.0.4) <C145139E-24C4-5A3D-B17C-809D528354B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x999df000 - 0x99a23fe7 com.apple.Metadata 10.6.3 (507.12) <8632684D-ED4C-4CE1-4C53-015DFF10D873> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0xba900000 - 0xba916ff7 libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <DACE9C4D-D122-6DB3-36CB-9118864A5BB4> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xbab00000 - 0xbab21fe7 libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <62B05246-4914-FC96-81AA-5054CB9B68B3> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <69A7D0BC-32AC-47BB-3C7E-25C15AA94157> /usr/lib/libSystem.B.dylib