The demo works fine, so I purchased the game. It downloaded correctly, but when I try to open the game, the progress bar starts to move (gets about 1/10 of the way across) then the screen disappears and I get the standard mac "factorio quit unexpectedly." When I try to reopen, it does the same thing.
I love the demo, want to play the game!
Thank you
Crash during loading, 0.7.5, mac osx 10.6.8
-
- Manual Inserter
- Posts: 3
- Joined: Tue Nov 05, 2013 5:11 pm
- Contact:
Re: Crash during loading, 0.7.5, mac osx 10.6.8
Hello, the bug is probably caused by not enough graphical memory, for some reason, the indication of this doesn't work on osx.
To fix this, you need to manually edit the config file and add this line:
into the [graphics] section.
The config ini is (most probably) located here:
~/Library/Application/Support/factorio/config/config.ini
The option uses less resolution for lots of the bigger sprites, some of the graphics will be more blurry, but you should be able to play.
To fix this, you need to manually edit the config file and add this line:
Code: Select all
low-graphics=true
The config ini is (most probably) located here:
~/Library/Application/Support/factorio/config/config.ini
The option uses less resolution for lots of the bigger sprites, some of the graphics will be more blurry, but you should be able to play.
-
- Manual Inserter
- Posts: 3
- Joined: Tue Nov 05, 2013 5:11 pm
- Contact:
Re: Crash during loading, 0.7.5, mac osx 10.6.8
Worked perfectly, thank you!
Re: Crash during loading, 0.7.5, mac osx 10.6.8
I can't get this to work
I just downloaded the game but I cannot find the folders you are talking about
I first looked in the package but there is no ini file (the folder ifactorio/config/ is empty) and in my ~/Library folder there is no application. there is application support but no folder for factorial
when I search in spotlight for config.ini I can only find one for another location
can someone please help me?
I just downloaded the game but I cannot find the folders you are talking about
I first looked in the package but there is no ini file (the folder ifactorio/config/ is empty) and in my ~/Library folder there is no application. there is application support but no folder for factorial
when I search in spotlight for config.ini I can only find one for another location
can someone please help me?
Re: Crash during loading, 0.7.5, mac osx 10.6.8
If the file isn't there you may have installed it with another user?
Start the mac terminal. (go to launch pad and search for terminal)
type:
If you don't have root-rights remove "sudo" and try it as current user.
The output should look somelike so:
In this case "ssilk" is my username and homedir. If your are logged in as this user, everything should work like so:
Note that the backslash+space before "Support" is important. The easiest way is to type the first 2 letters and then press TAB, which should autocomplete the dirname correctly.
If not, change the user first:
Start the mac terminal. (go to launch pad and search for terminal)
type:
Code: Select all
$ sudo find / -d -name factorio
The output should look somelike so:
Code: Select all
./Applications/factorio.app/Contents/MacOS/factorio
./Users/ssilk/Library/Application Support/factorio
Code: Select all
$ cd
$ cd Library/Application\ Support/factorio/config/
$ open -a TextEdit config.ini
If not, change the user first:
Code: Select all
$ su - YOUROTHERUSERNAME
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Re: Crash during loading, 0.7.5, mac osx 10.6.8
Unfortunatly this did not work
It seems like I don't have the ini file. I just installed the game yesterday
Code: Select all
Oliviers-MacBook-Pro:~ oliviermulder$ cd
Oliviers-MacBook-Pro:~ oliviermulder$ cd library/Application\ support/factorio/conig/
-bash: cd: library/Application support/factorio/conig/: No such file or directory
Oliviers-MacBook-Pro:~ oliviermulder$ cd Library
Oliviers-MacBook-Pro:Library oliviermulder$ cd Application\ Support/factorio/
Oliviers-MacBook-Pro:factorio oliviermulder$ cd config
Oliviers-MacBook-Pro:config oliviermulder$ open -a TextEdit config.ini
The file /Users/oliviermulder/Library/Application Support/factorio/config/config.ini does not exist.
Oliviers-MacBook-Pro:config oliviermulder$
Re: Crash during loading, 0.7.5, mac osx 10.6.8
The ini is created on the first run (successful exit) of the game and since you can't run the game, the ini is not created as well.
Now I got it. It worked for the Catfather12, because he had the config already created by the demo version which he could run because it needs less video memory
Try creating the config.ini manually on the mentioned location and insert just these lines there:
All the other values should be created from defaults when the game starts.
Now I got it. It worked for the Catfather12, because he had the config already created by the demo version which he could run because it needs less video memory
Try creating the config.ini manually on the mentioned location and insert just these lines there:
Code: Select all
[graphics]
low-graphics=true
Re: Crash during loading, 0.8.2, mac osx 10.8.1
Hi all
I tried the option of that Kovarex tried but I could not get it to work . But I have also installed windows on this mac so I played the game the last couple of weeks using bootcamp. (And the game is great)
Today I tried again with the new version but unfortunately I get again a error message.
Does anybody know how I can solve this?
I tried the option of that Kovarex tried but I could not get it to work . But I have also installed windows on this mac so I played the game the last couple of weeks using bootcamp. (And the game is great)
Today I tried again with the new version but unfortunately I get again a error message.
Code: Select all
Process: factorio [913]
Path: /Applications/factorio.app/Contents/MacOS/factorio
Identifier: com.factorio.factorio
Version: 0.9.8 x86_64 (2012071800)
Code Type: X86-64 (Native)
Parent Process: launchd [330]
Responsible: factorio [913]
User ID: 501
Date/Time: 2013-12-21 10:06:21.801 -0500
OS Version: Mac OS X 10.9.1 (13B42)
Report Version: 11
Anonymous UUID: 79AD5F60-0D19-3339-EED9-94013D2EEAF8
Crashed Thread: 4
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
Assertion failed: (bitmap->flags & (ALLEGRO_MEMORY_BITMAP | ALLEGRO_OPENGL)), function _al_clear_bitmap_by_locking, file src/memdraw.c, line 57.
Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff90a81a1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff90a80d18 mach_msg + 64
2 com.apple.CoreFoundation 0x00007fff8b1d1315 __CFRunLoopServiceMachPort + 181
3 com.apple.CoreFoundation 0x00007fff8b1d0939 __CFRunLoopRun + 1161
4 com.apple.CoreFoundation 0x00007fff8b1d0275 CFRunLoopRunSpecific + 309
5 com.apple.HIToolbox 0x00007fff864b2f0d RunCurrentEventLoopInMode + 226
6 com.apple.HIToolbox 0x00007fff864b2cb7 ReceiveNextEventCommon + 479
7 com.apple.HIToolbox 0x00007fff864b2abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
8 com.apple.AppKit 0x00007fff88f1328e _DPSNextEvent + 1434
9 com.apple.AppKit 0x00007fff88f128db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
10 com.apple.AppKit 0x00007fff88f069cc -[NSApplication run] + 553
11 com.factorio.factorio 0x00000001005bf73b _al_osx_run_main + 1595
12 com.factorio.factorio 0x00000001005b6140 main + 16
13 com.factorio.factorio 0x0000000100037588 start + 52
Thread 1:
0 libsystem_kernel.dylib 0x00007fff90a85e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8f3a4f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff8f3a7fb9 start_wqthread + 13
Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff90a86662 kevent64 + 10
1 libdispatch.dylib 0x00007fff888be43d _dispatch_mgr_invoke + 239
2 libdispatch.dylib 0x00007fff888be152 _dispatch_mgr_thread + 52
Thread 3:
0 libsystem_kernel.dylib 0x00007fff90a85e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8f3a4f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff8f3a7fb9 start_wqthread + 13
Thread 4 Crashed:
0 libsystem_kernel.dylib 0x00007fff90a85866 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff8f3a435c pthread_kill + 92
2 libsystem_c.dylib 0x00007fff8881dbba abort + 125
3 libsystem_c.dylib 0x00007fff887e7a5f __assert_rtn + 321
4 com.factorio.factorio 0x000000010056688e _al_clear_bitmap_by_locking + 910
5 com.factorio.factorio 0x000000010057ffa2 ogl_clear + 82
6 com.factorio.factorio 0x000000010055c6b2 al_clear_to_color + 82
7 com.factorio.factorio 0x0000000100194ecf Atlas::createBitmap() + 63
8 com.factorio.factorio 0x0000000100196407 AtlasSystem::planSpriteOrganization() + 903
9 com.factorio.factorio 0x000000010018d7a1 GlobalContext::GlobalContext(boost::filesystem::path const&, Game*, Scenario*) + 3953
10 com.factorio.factorio 0x0000000100276f5f run(char*, bool) + 111
11 com.factorio.factorio 0x00000001002787c7 _al_mangled_main + 4551
12 com.factorio.factorio 0x00000001005bfa07 +[AllegroAppDelegate app_main:] + 23
13 com.apple.Foundation 0x00007fff89ba670b __NSThread__main__ + 1318
14 libsystem_pthread.dylib 0x00007fff8f3a3899 _pthread_body + 138
15 libsystem_pthread.dylib 0x00007fff8f3a372a _pthread_start + 137
16 libsystem_pthread.dylib 0x00007fff8f3a7fc9 thread_start + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fff90a81a1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff90a80d18 mach_msg + 64
2 com.apple.CoreFoundation 0x00007fff8b1d1315 __CFRunLoopServiceMachPort + 181
3 com.apple.CoreFoundation 0x00007fff8b1d0939 __CFRunLoopRun + 1161
4 com.apple.CoreFoundation 0x00007fff8b1d0275 CFRunLoopRunSpecific + 309
5 com.apple.AppKit 0x00007fff890b31ce _NSEventThread + 144
6 libsystem_pthread.dylib 0x00007fff8f3a3899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff8f3a372a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff8f3a7fc9 thread_start + 13
Thread 6:
0 libsystem_kernel.dylib 0x00007fff90a81a1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff90a80d18 mach_msg + 64
2 com.apple.CoreFoundation 0x00007fff8b1d1315 __CFRunLoopServiceMachPort + 181
3 com.apple.CoreFoundation 0x00007fff8b1d0939 __CFRunLoopRun + 1161
4 com.apple.CoreFoundation 0x00007fff8b1d0275 CFRunLoopRunSpecific + 309
5 com.factorio.factorio 0x00000001005bc071 stream_proc + 465
6 com.factorio.factorio 0x0000000100585c39 detached_thread_func_trampoline + 25
7 com.factorio.factorio 0x000000010058541e thread_proc_trampoline + 14
8 libsystem_pthread.dylib 0x00007fff8f3a3899 _pthread_body + 138
9 libsystem_pthread.dylib 0x00007fff8f3a372a _pthread_start + 137
10 libsystem_pthread.dylib 0x00007fff8f3a7fc9 thread_start + 13
Thread 7:
0 libsystem_kernel.dylib 0x00007fff90a85a3a __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8883ce60 nanosleep + 200
2 com.factorio.factorio 0x0000000100585405 al_rest + 69
3 com.factorio.factorio 0x0000000100586f63 timer_thread_proc + 99
4 com.factorio.factorio 0x000000010058541e thread_proc_trampoline + 14
5 libsystem_pthread.dylib 0x00007fff8f3a3899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff8f3a372a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff8f3a7fc9 thread_start + 13
Thread 8:: AQConverterThread
0 libsystem_kernel.dylib 0x00007fff90a85716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8f3a5c3b _pthread_cond_wait + 727
2 com.apple.audio.toolbox.AudioToolbox 0x00007fff8d4c9808 CAGuard::Wait() + 52
3 com.apple.audio.toolbox.AudioToolbox 0x00007fff8d4ea44d AQConverterManager::AQConverterThread::Run() + 489
4 com.apple.audio.toolbox.AudioToolbox 0x00007fff8d4ea25a AQConverterManager::AQConverterThread::ConverterThreadEntry(void*) + 22
5 com.apple.audio.toolbox.AudioToolbox 0x00007fff8d4c9e5d CAPThread::Entry(CAPThread*) + 109
6 libsystem_pthread.dylib 0x00007fff8f3a3899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff8f3a372a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff8f3a7fc9 thread_start + 13
Thread 9:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x00007fff90a81a1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff90a80d18 mach_msg + 64
2 com.apple.audio.CoreAudio 0x00007fff8ae20918 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
3 com.apple.audio.CoreAudio 0x00007fff8ae208a6 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4 com.apple.audio.CoreAudio 0x00007fff8ae1f02e HALC_ProxyIOContext::IOWorkLoop() + 950
5 com.apple.audio.CoreAudio 0x00007fff8ae1ebcd HALC_ProxyIOContext::IOThreadEntry(void*) + 97
6 com.apple.audio.CoreAudio 0x00007fff8ae1ea8d HALB_IOThread::Entry(void*) + 75
7 libsystem_pthread.dylib 0x00007fff8f3a3899 _pthread_body + 138
8 libsystem_pthread.dylib 0x00007fff8f3a372a _pthread_start + 137
9 libsystem_pthread.dylib 0x00007fff8f3a7fc9 thread_start + 13
Thread 10:
Thread 4 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000106bd8000 rcx: 0x0000000106bd7138 rdx: 0x0000000000000000
rdi: 0x000000000000821b rsi: 0x0000000000000006 rbp: 0x0000000106bd7160 rsp: 0x0000000106bd7138
r8: 0x00000000ffffe000 r9: 0x0000000000000039 r10: 0x0000000008000000 r11: 0x0000000000000206
r12: 0x00000001007326c8 r13: 0x0000000100732703 r14: 0x0000000000000006 r15: 0x00000001007326b8
rip: 0x00007fff90a85866 rfl: 0x0000000000000206 cr2: 0x0000000103f0a000
Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133
Binary Images:
0x100000000 - 0x100929fe7 +com.factorio.factorio (0.9.8 x86_64 - 2012071800) <C59E104A-C001-4F75-B96C-04B1B2CF8F98> /Applications/factorio.app/Contents/MacOS/factorio
0x100f0e000 - 0x100f32fff com.apple.audio.OpenAL (1.7 - 1.7) <5D2366B5-111B-3BDD-AFB3-5770075659F4> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0x100f44000 - 0x100fc1fef +libstdc++.6.dylib (7.9) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /Applications/factorio.app/Contents/lib/libstdc++.6.dylib
0x10431a000 - 0x104325fff libGPUSupport.dylib (9.0.83) <AF15BF74-F9B3-35B9-8728-3B3A2EB6E432> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
0x10488d000 - 0x104891ffd com.apple.audio.AppleHDAHALPlugIn (2.5.3 - 2.5.3fc1) <844CFCFD-F813-36F1-A5BF-FB9D7BD7040D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x1048dd000 - 0x1048ddff9 +cl_kernels (???) <59176E98-2042-4E1A-9D62-81F67B8998C2> cl_kernels
0x1048e2000 - 0x1048e3ff4 +cl_kernels (???) <46699D43-B450-4D95-AFE7-F6CABCD90CFE> cl_kernels
0x107800000 - 0x107f4aff7 libclh.dylib (4.0.3 - 4.0.3) <BC457879-2A9F-3A1E-909F-1500E8D4C207> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dylib
0x107fee000 - 0x1080d4fef unorm8_bgra.dylib (2.3.58) <9FF943D1-4EF7-36CA-852D-B61C2E554713> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x109625000 - 0x1097f6fff com.apple.audio.units.Components (1.9 - 1.9) <80991B19-4B07-3DBF-A4B3-597DA1AA65B2> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x123440000000 - 0x123440867ff7 com.apple.GeForceTeslaGLDriver (8.18.28 - 8.1.8) <A17676FF-2A81-319B-A6ED-85C6854C5C35> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTeslaGLDriver
0x7fff686d5000 - 0x7fff68708817 dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
0x7fff863c2000 - 0x7fff86431ff1 com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff86432000 - 0x7fff8643aff7 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
0x7fff8643b000 - 0x7fff86456ff7 libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib
0x7fff86457000 - 0x7fff86483ff7 com.apple.framework.SystemAdministration (1.0 - 1.0) <36C562FF-5D91-318C-A19C-6B4453FB78B9> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff86484000 - 0x7fff8672effd com.apple.HIToolbox (2.1 - 696) <1CFFF37B-C392-3088-B0A4-C08C55B2AF8F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff86aa2000 - 0x7fff86aa5ffc com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff86aa6000 - 0x7fff86af4fff com.apple.opencl (2.3.57 - 2.3.57) <FC03A80D-543A-3448-83FF-D399C3A240D9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff86af5000 - 0x7fff86b1cff7 libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
0x7fff86b1d000 - 0x7fff86b23ff7 libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
0x7fff86b24000 - 0x7fff86c15ff9 libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
0x7fff86c16000 - 0x7fff86c5bff7 libcurl.4.dylib (78) <A722B4F0-1F6C-3E16-9CB1-4C6ADC15221E> /usr/lib/libcurl.4.dylib
0x7fff86d34000 - 0x7fff86da1fff com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff86dac000 - 0x7fff86e7dff1 com.apple.DiskImagesFramework (10.9 - 371.1) <D456ED08-4C1D-341F-BAB8-85E34A7275C5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff86e7e000 - 0x7fff86f09fff libCoreStorage.dylib (380) <AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372> /usr/lib/libCoreStorage.dylib
0x7fff86f0a000 - 0x7fff86f10fff com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
0x7fff86f1a000 - 0x7fff86f26ff3 com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff87097000 - 0x7fff870bfffb libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
0x7fff874c0000 - 0x7fff874c3ff7 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
0x7fff874c4000 - 0x7fff874c6ffb libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
0x7fff874e1000 - 0x7fff874eafff com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff874eb000 - 0x7fff876a3ff3 libicucore.A.dylib (511.27) <003B6C21-CBD1-3486-9A1D-030ADF5FA061> /usr/lib/libicucore.A.dylib
0x7fff876ae000 - 0x7fff87779fff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8777a000 - 0x7fff87859fff libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
0x7fff87895000 - 0x7fff878c5fff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff878cc000 - 0x7fff87a68ff7 com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff88369000 - 0x7fff88369fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8836a000 - 0x7fff883a2ff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff883a3000 - 0x7fff883beff7 libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff88648000 - 0x7fff8864ffff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff88651000 - 0x7fff8865aff7 libcldcpuengine.dylib (2.3.58) <A2E1ED7B-FC7E-31F6-830A-FF917689766B> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff8865b000 - 0x7fff886a9fff libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
0x7fff886aa000 - 0x7fff886d1ffb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
0x7fff886d2000 - 0x7fff886f7ff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff886f8000 - 0x7fff88784ff7 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
0x7fff887c1000 - 0x7fff8884aff7 libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
0x7fff88891000 - 0x7fff888bafff com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff888bb000 - 0x7fff888d5fff libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
0x7fff88901000 - 0x7fff88930ff5 com.apple.GSS (4.0 - 2.0) <ED98D992-CC14-39F3-9ABC-8D7F986487CC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff88931000 - 0x7fff88935ff7 libGIF.dylib (1038) <C29B4323-1B9E-36B9-96C2-7CEDBAA124F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff88968000 - 0x7fff88972fff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
0x7fff88973000 - 0x7fff88ae3ff6 com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff88ae4000 - 0x7fff88b22ff7 libGLImage.dylib (9.0.83) <C08048A7-03CC-3E40-BCDC-7791D87AC8E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff88b23000 - 0x7fff88b54fff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff88bb9000 - 0x7fff88c11ff7 com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff88c12000 - 0x7fff88cdbfff com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff88cdc000 - 0x7fff88cdcfff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff88eef000 - 0x7fff89a63ff7 com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff89a64000 - 0x7fff89a6dfff com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff89b3f000 - 0x7fff89e3efff com.apple.Foundation (6.9 - 1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff89ea0000 - 0x7fff89eadff4 com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff89ed5000 - 0x7fff89ed7fff com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff89edd000 - 0x7fff8a043fff libGLProgrammability.dylib (9.0.83) <9C97E814-F674-30F8-8C2D-C45FC1E7D934> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff8a044000 - 0x7fff8a133fff libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8a135000 - 0x7fff8a140ff7 com.apple.DirectoryService.Framework (10.9 - 173.1.1) <F8566D1F-450F-3571-911F-75C68E45919F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff8a150000 - 0x7fff8a172fff com.apple.framework.familycontrols (4.1 - 410) <4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8a173000 - 0x7fff8a19ffff com.apple.CoreServicesInternal (184.8 - 184.8) <707E05AE-DDA8-36FD-B0FF-7F15A061B46A> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8a1a0000 - 0x7fff8a1e5ff6 com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8a24f000 - 0x7fff8a250ff7 libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8a251000 - 0x7fff8a2b5ff3 com.apple.datadetectorscore (5.0 - 354.0) <9ACF24B8-3268-3134-A5BC-D72C9371A195> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8a316000 - 0x7fff8a35dfff libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8a35e000 - 0x7fff8a44cfff libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8a4a1000 - 0x7fff8a514ffb com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8a52d000 - 0x7fff8a53aff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
0x7fff8a5e7000 - 0x7fff8a634ff2 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
0x7fff8a635000 - 0x7fff8a636ff7 libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
0x7fff8a64d000 - 0x7fff8a91bff4 com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff8a91c000 - 0x7fff8a945ff7 libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
0x7fff8a946000 - 0x7fff8a957ff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
0x7fff8a958000 - 0x7fff8a9e7fff com.apple.Metadata (10.7.0 - 800.12.2) <A9F5D471-8732-3F95-A4A2-33864B92A181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8a9e8000 - 0x7fff8a9ebfff libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8a9ec000 - 0x7fff8aa63fff 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
0x7fff8aabc000 - 0x7fff8aacbff8 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
0x7fff8aacc000 - 0x7fff8aadafff com.apple.opengl (9.0.83 - 9.0.83) <AF467644-7B1D-327A-AC47-CECFCAF61990> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8aadd000 - 0x7fff8aaddffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
0x7fff8aade000 - 0x7fff8aadfff7 libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
0x7fff8abc3000 - 0x7fff8ac7bff7 com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff8ac7c000 - 0x7fff8ac81ff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
0x7fff8ac8d000 - 0x7fff8acc7ff3 com.apple.bom (12.0 - 192) <989690DB-B9CC-3DB5-89AE-B5D33EDC474E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff8adf8000 - 0x7fff8ae49ff3 com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8ae4a000 - 0x7fff8ae6fff7 com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8ae70000 - 0x7fff8ae77fff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
0x7fff8b0b7000 - 0x7fff8b0ecffc com.apple.LDAPFramework (2.4.28 - 194.5) <7E31A674-C6AB-33BE-BD5E-F5E3C6E22894> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff8b0ed000 - 0x7fff8b0eefff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
0x7fff8b0ef000 - 0x7fff8b0fffff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
0x7fff8b160000 - 0x7fff8b345ff7 com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8b3a4000 - 0x7fff8b678fc7 com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8b76c000 - 0x7fff8b82eff1 com.apple.CoreText (352.0 - 367.15) <E5C70FC8-C861-39B8-A491-595E5B55CFC8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8b82f000 - 0x7fff8b88affb com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8b88b000 - 0x7fff8b896fff libGL.dylib (9.0.83) <984A960A-C159-3AE5-8B40-E2B451F6C712> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8be36000 - 0x7fff8c0c4fff com.apple.RawCamera.bundle (5.02 - 725) <4DE37ECB-24CD-38B1-B5AF-1EE911E19B80> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8c0f3000 - 0x7fff8c117ff7 libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8c118000 - 0x7fff8c21dfff com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8c21e000 - 0x7fff8cb3a05f com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8cd19000 - 0x7fff8cd1bff3 libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib
0x7fff8cd1c000 - 0x7fff8cd29fff com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff8cd2a000 - 0x7fff8cd2bff7 libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
0x7fff8cdfe000 - 0x7fff8ce0aff7 com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8d227000 - 0x7fff8d22aff7 libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib
0x7fff8d260000 - 0x7fff8d2e0fff com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8d2e1000 - 0x7fff8d46eff7 GLEngine (9.0.83) <26CCE609-D645-3945-A678-517ED5B65785> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff8d46f000 - 0x7fff8d5c2ff7 com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <A0B7B007-9BD8-30E2-B644-47856DA29FEE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8d5c3000 - 0x7fff8d616fff com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff8d617000 - 0x7fff8d628ff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
0x7fff8d632000 - 0x7fff8d632fff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8d69c000 - 0x7fff8d6ddfff com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8d6de000 - 0x7fff8d6dffff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
0x7fff8d799000 - 0x7fff8d7c2fff GLRendererFloat (9.0.83) <1F1160A8-5047-3CEE-AC1E-D29520D0B367> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff8d7d2000 - 0x7fff8d7d6fff libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib
0x7fff8d7d7000 - 0x7fff8d830fff libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8d831000 - 0x7fff8d849ff7 com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8e256000 - 0x7fff8e298ff7 libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
0x7fff8e2c9000 - 0x7fff8e2e0fff com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8e573000 - 0x7fff8e5a2fff com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8e5bb000 - 0x7fff8e5befff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff8e5c8000 - 0x7fff8e607fff libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8e608000 - 0x7fff8e738ff7 com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8e777000 - 0x7fff8e785fff com.apple.CommerceCore (1.0 - 42) <ACC2CE3A-913A-39E0-8344-B76F8F694EF5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff8e78b000 - 0x7fff8e938f27 libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
0x7fff8e939000 - 0x7fff8ed1affe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8ed23000 - 0x7fff8ed30ff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
0x7fff8ed4a000 - 0x7fff8ed4bffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
0x7fff8ed4c000 - 0x7fff8ed55ff3 libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
0x7fff8ed90000 - 0x7fff8edd7ff7 libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
0x7fff8f0ae000 - 0x7fff8f398fff com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) <B00BEB34-A9F5-381F-99FD-11E405768A9A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff8f39d000 - 0x7fff8f3a1ff7 libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
0x7fff8f3a2000 - 0x7fff8f3a9ff7 libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
0x7fff8f3aa000 - 0x7fff8f3c5ff7 libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
0x7fff8fcf1000 - 0x7fff8fcf6fff com.apple.DiskArbitration (2.6 - 2.6) <F8A47F61-83D1-3F92-B7A8-A169E0D187C0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8fd29000 - 0x7fff8fd2cffa libCGXType.A.dylib (599.7) <2FC9C2BC-B5C5-3C27-93F9-51C6C4512E9D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8fd2d000 - 0x7fff8fd32fff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
0x7fff900f8000 - 0x7fff900f8fff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff900f9000 - 0x7fff90112ff7 com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff90113000 - 0x7fff901c3ff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff901c4000 - 0x7fff901ecffb libRIP.A.dylib (599.7) <6F528EE3-99F8-3871-BD60-1306495C27D5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff901ed000 - 0x7fff901f5ffc libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff901f6000 - 0x7fff901f6ff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
0x7fff901f7000 - 0x7fff9025aff7 com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff90679000 - 0x7fff90680ff3 libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
0x7fff907fd000 - 0x7fff90805ff3 libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff908de000 - 0x7fff9090dfd2 libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
0x7fff9096f000 - 0x7fff90988ff7 com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff90a08000 - 0x7fff90a6cff9 com.apple.Heimdal (4.0 - 2.0) <E7D20A4D-4674-37E1-A949-635FFF7C439A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff90a70000 - 0x7fff90a8cff7 libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
0x7fff90c5b000 - 0x7fff90c65ff7 libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib
0x7fff90ce7000 - 0x7fff90cebff7 libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib
0x7fff90cec000 - 0x7fff90f34fff com.apple.CoreData (107 - 481) <E5AFBA07-F73E-3B3F-9099-F51224EE8EAD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff916af000 - 0x7fff916b9ff7 com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff916ba000 - 0x7fff916bcfff libRadiance.dylib (1038) <55F99274-5074-3C73-BAC5-AF234E71CF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff916cb000 - 0x7fff917affff com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff917b0000 - 0x7fff9191eff7 libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff91e44000 - 0x7fff91e44fff com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff91eba000 - 0x7fff91ec5ff7 com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff9203f000 - 0x7fff92040fff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff92278000 - 0x7fff92278ffd com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff9228b000 - 0x7fff92295ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff92296000 - 0x7fff92380fff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
0x7fff92381000 - 0x7fff92393ff7 com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff92394000 - 0x7fff9247bff7 libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
0x7fff9247c000 - 0x7fff9247eff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
0x7fff9247f000 - 0x7fff9248fffb libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
0x7fff92490000 - 0x7fff92498fff libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
0x7fff92557000 - 0x7fff92573fff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
0x7fff92619000 - 0x7fff92652ff7 com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff92653000 - 0x7fff9265aff7 liblaunch.dylib (842.1.4) <FCBF0A02-0B06-3F97-9248-5062A9DEB32C> /usr/lib/system/liblaunch.dylib
0x7fff9265b000 - 0x7fff9265cff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff9265d000 - 0x7fff928b5ff1 com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff9292d000 - 0x7fff929f0ff7 com.apple.backup.framework (1.5.1 - 1.5.1) <FC4E949B-B41A-3F21-8AF8-AEDB13146FEA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff929f1000 - 0x7fff92a25fff libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
0x7fff93874000 - 0x7fff938fdfff com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff93952000 - 0x7fff93954fff libCVMSPluginSupport.dylib (9.0.83) <E2AED858-6EEB-36C6-8C06-C3CF649A3CD5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff93ac2000 - 0x7fff93acdfff libkxld.dylib (2422.1.72) <C88EF3E6-B31F-3E12-BE9B-562D912BA733> /usr/lib/system/libkxld.dylib
0x7fff93b13000 - 0x7fff93b17fff libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
0x7fff93b18000 - 0x7fff93b6afff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
0x7fff93b6b000 - 0x7fff93bd5ff7 com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff93bd6000 - 0x7fff94009ffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff9400a000 - 0x7fff9402efff libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.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: 1723
thread_create: 1
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=198.2M resident=117.5M(59%) swapped_out_or_unallocated=80.7M(41%)
Writable regions: Total=666.6M written=21.0M(3%) resident=105.0M(16%) swapped_out=0K(0%) unallocated=561.6M(84%)
REGION TYPE VIRTUAL
=========== =======
CG backing stores 2772K
CG image 36K
CG raster data 24K
CG shared images 180K
CoreImage 8K
Dispatch continuations 4096K
IOKit 316.2M
IOKit (reserved) 4K reserved VM address space (unallocated)
Image IO 64K
Kernel Alloc Once 8K
MALLOC 57.6M
MALLOC (admin) 32K
MALLOC_LARGE (reserved) 256.2M reserved VM address space (unallocated)
Memory Tag 242 12K
Memory Tag 251 8K
OpenCL 20K
STACK GUARD 56.0M
Stack 12.1M
Stack (reserved) 520K reserved VM address space (unallocated)
VM_ALLOCATE 16.5M
VM_ALLOCATE (reserved) 40K reserved VM address space (unallocated)
__DATA 40.1M
__IMAGE 528K
__LINKEDIT 72.5M
__TEXT 125.8M
__UNICODE 544K
mapped file 49.4M
shared memory 4K
=========== =======
TOTAL 1.0G
TOTAL, minus reserved VM space 754.3M
Model: MacBookPro7,1, BootROM MBP71.0039.B0E, 2 processors, Intel Core 2 Duo, 2.66 GHz, 8 GB, SMC 1.62f7
Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x029E, 0x434D33583447534431303636202020202020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x029E, 0x434D33583447534431303636202020202020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.22)
Bluetooth: Version 4.2.0f6 12982, 3 services, 15 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: WDC WD10TPVT-00HT5T0, 1 TB
Serial ATA Device: SAMSUNG SSD 830 Series, 256,06 GB
USB Device: Internal Memory Card Reader
USB Device: Built-in iSight
USB Device: BRCM2046 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
USB Device: IR Receiver
USB Device: USB Receiver
Thunderbolt Bus: