[macOS/OS X] Neoascetic's nightly builds and others

User avatar
Minetestforfun
Member
 
Posts: 936
Joined: Tue Aug 05, 2014 14:09
GitHub: Darcidride
IRC: Darcidride + MinetestForFun
In-game: Darcidride + MinetestForFun

Re: Morn76's Minetest OS X Mavericks builds

by Minetestforfun » Mon Aug 25, 2014 11:21

thank you for your work !
 

Morn76
Member
 
Posts: 640
Joined: Sun Feb 16, 2014 19:45
GitHub: mdoege

Re: Morn76's Minetest OS X Mavericks builds

by Morn76 » Tue Aug 26, 2014 09:16

You're welcome, shaheerziya and Minetestforfun. :-)
 

Morn76
Member
 
Posts: 640
Joined: Sun Feb 16, 2014 19:45
GitHub: mdoege

Re: Morn76's Minetest OS X Mavericks builds

by Morn76 » Wed Sep 03, 2014 19:20

Updated to 20140903.8948907
 

OmniStudent
Member
 
Posts: 261
Joined: Sat Nov 03, 2012 06:40

Re: Morn76's Minetest OS X Mavericks builds

by OmniStudent » Mon Sep 22, 2014 06:13

Still following this thread. Thanks Morn!
I'll be back!
 

Morn76
Member
 
Posts: 640
Joined: Sun Feb 16, 2014 19:45
GitHub: mdoege

Re: Morn76's Minetest OS X Mavericks builds

by Morn76 » Mon Sep 22, 2014 09:27

OmniStudent wrote:Still following this thread. Thanks Morn!
I'll be back!

Thanks, OmniStudent! I also wanted to post a new binary yesterday, but for some mysterious reason the dynamic linker no longer finds libfreetype which is right there in /usr/local/lib/. So I could only compile without Freetype and gettext. The OS X bugs and odditiies never really stop, do they? :-)
 

OmniStudent
Member
 
Posts: 261
Joined: Sat Nov 03, 2012 06:40

Re: Morn76's Minetest OS X Mavericks builds

by OmniStudent » Mon Sep 22, 2014 11:44

Well at least someone (mostly you) have documented lots of the snags.
I'm hoping for an influx of new OSX people now that Minecraft has been sold to Microsoft. Maybe more users would lead to OSX friendliness in the trunk.
 

Morn76
Member
 
Posts: 640
Joined: Sun Feb 16, 2014 19:45
GitHub: mdoege

Re: Morn76's Minetest OS X Mavericks builds

by Morn76 » Mon Sep 22, 2014 20:12

I think something is wrong with my machine. Strangely enough the dynamic linker has no problem finding the other libraries in /usr/local/lib/ such as libvorbis and libhiredis.

I've tried "sudo update_dyld_shared_cache" and rebooted, but the cache files in /private/var/db/dyld have the same timestamp as before, so I think that achieved nothing at all.
 

Morn76
Member
 
Posts: 640
Joined: Sun Feb 16, 2014 19:45
GitHub: mdoege

Re: Morn76's Minetest OS X Mavericks builds

by Morn76 » Thu Sep 25, 2014 18:15

OmniStudent, can you build a MT binary successfully using mtmake-osx on a fully updated OS X Mavericks system (i.e. Homebrew packages also updated)? It would be nice to get some confirmation whether the linking problem I am having with libfreetype only affects my machine or is a general OS X issue.
 

Morn76
Member
 
Posts: 640
Joined: Sun Feb 16, 2014 19:45
GitHub: mdoege

Re: Morn76's Minetest OS X Mavericks builds

by Morn76 » Tue Oct 21, 2014 22:23

Here's a build for OS X Yosemite:

https://github.com/mdoege/minetest/rele ... 3-yosemite

In newer MT versions there is a linking problem on OS X apparently related to https://github.com/minetest/minetest/co ... 2d75727379 (Sep 21, 2014):
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Undefined symbols for architecture x86_64:
  "Settings::setU64(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long)", referenced from:
      EmergeManager::saveParamsToSettings(Settings*) in emerge.cpp.o
      ServerEnvironment::saveMeta() in environment.cpp.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Therefore I am using an older git commit for minetest and minetest_game right now, i.e. the same versions as the final Mavericks build (Sep 03, 2014).

P.S. I've updated the file on GitHub ("…-v2.zip"); the first ZIP was missing some libraries.

P.P.S. The latest file on GitHub ("…-v3.zip") now includes FreeType support too.
 

theoluk
Member
 
Posts: 21
Joined: Sun May 11, 2014 18:24

Re: [OS X] Morn76's Mavericks/Yosemite builds

by theoluk » Sat Nov 15, 2014 02:06

How do you install subgames? In the Library/Application Support/Minetest folder there are only folders for mods and worlds, none for games, what do I do?
 

User avatar
stormchaser3000
Member
 
Posts: 407
Joined: Sun Oct 06, 2013 21:02

Re: [OS X] Morn76's Mavericks/Yosemite builds

by stormchaser3000 » Sat Nov 15, 2014 04:04

theoluk wrote:How do you install subgames? In the Library/Application Support/Minetest folder there are only folders for mods and worlds, none for games, what do I do?


well open the minetest.app file (the minetest program executable package) and then look through the folders until you see the folder games. and then install your subgames there. to open your minetest .app package right click the package and then click the button that says something like open package or show package contentt
 

Morn76
Member
 
Posts: 640
Joined: Sun Feb 16, 2014 19:45
GitHub: mdoege

Re: [OS X] Morn76's Mavericks/Yosemite builds

by Morn76 » Sat Nov 15, 2014 11:21

theoluk wrote:How do you install subgames? In the Library/Application Support/Minetest folder there are only folders for mods and worlds, none for games, what do I do?

Just create the folder and put your games in there.
 

OmniStudent
Member
 
Posts: 261
Joined: Sat Nov 03, 2012 06:40

Re: [OS X] Morn76's Mavericks/Yosemite builds

by OmniStudent » Wed Nov 19, 2014 16:09

Hello!
Just checking in.
Hoping to have time for some minetest hacking during the christmas break!
 

Morn76
Member
 
Posts: 640
Joined: Sun Feb 16, 2014 19:45
GitHub: mdoege

Re: [OS X] Morn76's Mavericks/Yosemite builds

by Morn76 » Wed Nov 19, 2014 17:03

Hi OmniStudent!

Great to hear you're back! Unfortunately, the linking problems on OS X have not been resolved yet. If I compile MT with FreeType (even older versions of MT that worked correctly this summer), the linker cannot find libfreetype during linking. And if I compile without FT, I get the "symbol(s) not found" error above.

I've compiled MT with clang/LLVM on Arch Linux and everything linked fine. So it's probably not a clang issue on OS X either. But otherwise I have not been able to narrow down this problem at all… :-(
 

OmniStudent
Member
 
Posts: 261
Joined: Sat Nov 03, 2012 06:40

Re: [OS X] Morn76's Mavericks/Yosemite builds

by OmniStudent » Sun Nov 23, 2014 09:18

Hi Morn!

I should definately try compiling it on an older mac then, to see if that's the issue, BUT:

two of my scientific papers has recently gotten accepted :)
which means I have to spend all my time on small revisions :(
 

Morn76
Member
 
Posts: 640
Joined: Sun Feb 16, 2014 19:45
GitHub: mdoege

Re: [OS X] Morn76's Mavericks/Yosemite builds

by Morn76 » Sun Nov 23, 2014 15:18

Meanwhile, Neoascetic seems to have found an explanation for the linker bug: https://github.com/minetest/minetest/issues/1687 Apparently Irrlicht uses some crazy type (long long) the OS X linker doesn't like…
 

User avatar
stormchaser3000
Member
 
Posts: 407
Joined: Sun Oct 06, 2013 21:02

Re: [OS X] Morn76's Mavericks/Yosemite builds

by stormchaser3000 » Sun Nov 23, 2014 18:29

Morn76 wrote:Meanwhile, Neoascetic seems to have found an explanation for the linker bug: https://github.com/minetest/minetest/issues/1687 Apparently Irrlicht uses some crazy type (long long) the OS X linker doesn't like…


possible solution: try irrlicht 1.7.x
 

Morn76
Member
 
Posts: 640
Joined: Sun Feb 16, 2014 19:45
GitHub: mdoege

Re: [OS X] Morn76's Mavericks/Yosemite builds

by Morn76 » Sun Nov 23, 2014 19:49

Simply replacing u64 with uint64_t as per Michaelangel007's GH comment actually works fine. (With u32 MT compiles and links, but the map seed value gets garbled.)

The bigger question is why MT is using Irrlicht's slightly wacky typedefs for its configuration values in the first place. :-)
 

Morn76
Member
 
Posts: 640
Joined: Sun Feb 16, 2014 19:45
GitHub: mdoege

Re: [OS X] Morn76's Mavericks/Yosemite builds

by Morn76 » Sun Nov 23, 2014 20:23

The Yosemite build has been updated to 20141123.0dcc4b2. Thanks for the helpful comments, Neoascetic and Michaelangel007!
 

User avatar
Megaf
Member
 
Posts: 93
Joined: Fri Nov 01, 2013 18:00
GitHub: megaf
IRC: Megaf
In-game: Megaf

Re: [OS X] Morn76's Mavericks/Yosemite builds

by Megaf » Mon Dec 01, 2014 20:40

Morn76 wrote:The Yosemite build has been updated to 20141123.0dcc4b2. Thanks for the helpful comments, Neoascetic and Michaelangel007!


Hi, neither of your yosemite builds work on my yosemite... I have a mid 2010 Macbook Pro running OS X 10.10.1 (14B25).
CPU is 2.4 GHz Intel Core 2 Duo.
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Process:               minetest [26464]
Path:                  /Volumes/VOLUME//Users/*/Downloads/minetest.app/Contents/MacOS/../Resources/bin/minetest
Identifier:            celeron55.minetest
Version:               20141123.0dcc4b2 (20141123.0dcc4b2)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           minetest [26464]
User ID:               501

Date/Time:             2014-12-01 20:39:20.409 +0000
OS Version:            Mac OS X 10.10.1 (14B25)
Report Version:        11
Anonymous UUID:        2777123E-2DF1-16E6-DD24-DD816DD9AB1F

Sleep/Wake UUID:       67384837-3DCC-4B90-B880-F450A66483EF

Time Awake Since Boot: 75000 seconds
Time Since Wake:       6700 seconds

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

Exception Type:        EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes:       0x0000000000000001, 0x0000000000000000

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libfreetype.6.dylib              0x0000000101371cc9 TT_New_Context + 197
1   libfreetype.6.dylib              0x00000001013706f2 tt_driver_init + 14
2   libfreetype.6.dylib              0x0000000101366886 FT_Add_Module + 687
3   libfreetype.6.dylib              0x0000000101361c5d FT_Init_FreeType + 90
4   minetest                         0x0000000100cf859b irr::gui::CGUITTFont::createTTFont(irr::gui::IGUIEnvironment*, irr::core::string<char, irr::core::irrAllocator<char> > const&, unsigned int, bool, bool, unsigned int, unsigned int) + 53
5   minetest                         0x000000010094a089 ClientLauncher::run(GameParams&, Settings const&) + 4943
6   minetest                         0x000000010094482b main + 15184
7   libdyld.dylib                    0x00007fff905435c9 start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib           0x00007fff9872622e kevent64 + 10
1   libdispatch.dylib                0x00007fff8e1bfa6a _dispatch_mgr_thread + 52

Thread 2:
0   libsystem_kernel.dylib           0x00007fff98725946 __workq_kernreturn + 10
1   libsystem_pthread.dylib          0x00007fff958674a1 start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib           0x00007fff98725946 __workq_kernreturn + 10
1   libsystem_pthread.dylib          0x00007fff958674a1 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib           0x00007fff98725946 __workq_kernreturn + 10
1   libsystem_pthread.dylib          0x00007fff958674a1 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib           0x00007fff98725946 __workq_kernreturn + 10
1   libsystem_pthread.dylib          0x00007fff958674a1 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00007fd25b0d6a00  rbx: 0x00007fd25a5ae2d0  rcx: 0x0000000000000010  rdx: 0xfffffffffffffff0
  rdi: 0x00007fd25b0d6dd0  rsi: 0x0000000000000000  rbp: 0x00007fff5f40c700  rsp: 0x00007fff5f40c6e0
   r8: 0x0000000000000000   r9: 0x00007fff5f40c6a4  r10: 0x00000000504fe7b1  r11: 0x0000000094a29cc3
  r12: 0x00007fd25a5ae140  r13: 0x00007fd25a5ae030  r14: 0x00007fd25b060c00  r15: 0x00007fd25a5ae030
  rip: 0x0000000101371cc9  rfl: 0x0000000000010246  cr2: 0x0000000101369ba2
 
Logical CPU:     1
Error Code:      0x00000000
Trap Number:     6


Binary Images:
         0x4025000 -          0x47c7ff7  libclh.dylib (4.0.3 - 4.0.3) <EE427831-0340-376C-95E5-CBA07D723D67> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dylib
         0x486c000 -          0x4879fff  libGPUSupport.dylib (11.0.7) <2DCF62FB-CC3A-35F9-A3A0-3D7251EA347F> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
       0x1007f1000 -        0x100e0bfff +minetest (0) <DFC4BCDE-A1D5-353B-8DE6-974A8E53EC0F> /Users/USER/Downloads/minetest.app/Contents/Resources/bin/minetest
       0x101063000 -        0x101067fff  com.apple.agl (3.3.0 - AGL-3.3.0) <3B0D06B0-99F1-3D5F-8977-340FC462B511> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
       0x101071000 -        0x10109dff7 +libjpeg.8.dylib (0) <ED8F5F52-AADA-37F6-B58D-5D001D6B0580> /Users/USER/Downloads/minetest.app/Contents/libs/libjpeg.8.dylib
       0x1010a6000 -        0x1010c9ff7 +libpng16.16.dylib (0) <3CF6583E-D6CC-3A2A-A3A5-644ED03D66A8> /Users/USER/Downloads/minetest.app/Contents/libs/libpng16.16.dylib
       0x1010d3000 -        0x1010d7fff +libSM.6.dylib (7.1) <001EA78E-9FFB-3F00-B616-399DBFD86F81> /Users/USER/Downloads/minetest.app/Contents/libs/libSM.6.dylib
       0x1010df000 -        0x1010effff +libICE.6.dylib (10) <062D5174-8A9D-3462-8FB1-28E208478BD4> /Users/USER/Downloads/minetest.app/Contents/libs/libICE.6.dylib
       0x1010fc000 -        0x101205fff +libX11.6.dylib (10) <87781555-B810-3B19-95D6-C67EB8C7B4A6> /Users/USER/Downloads/minetest.app/Contents/libs/libX11.6.dylib
       0x101230000 -        0x10123bfff +libXext.6.dylib (11) <F99B45C5-2121-3A29-B101-297DC513942E> /Users/USER/Downloads/minetest.app/Contents/libs/libXext.6.dylib
       0x101243000 -        0x101269ff7  com.apple.audio.OpenAL (1.8 - 1.8) <B05578A8-FE08-310C-BF91-C1BDE10858CD> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
       0x10127f000 -        0x101284fff +libvorbisfile.3.dylib (0) <1D894804-76B6-39CC-8879-6F45304A42D4> /Users/USER/Downloads/minetest.app/Contents/libs/libvorbisfile.3.dylib
       0x10128b000 -        0x1012aefff +libvorbis.0.dylib (0) <970D2EB7-6627-359D-A477-044BFEDDF27E> /Users/USER/Downloads/minetest.app/Contents/libs/libvorbis.0.dylib
       0x1012b8000 -        0x1012bbff7 +libogg.0.dylib (0) <74717C07-2CEF-3828-8B7D-4245EEBDFB5C> /Users/USER/Downloads/minetest.app/Contents/libs/libogg.0.dylib
       0x1012c5000 -        0x101347fff +libluajit-5.1.2.dylib (2.0.3) <3001539E-BDDA-32FC-A65E-E2F7BDA722A1> /Users/USER/Downloads/minetest.app/Contents/libs/libluajit-5.1.2.dylib
       0x101351000 -        0x101353fff +libXxf86vm.1.dylib (2) <8CF85B19-D7E3-3DFF-8533-BB66E69D7C0D> /Users/USER/Downloads/minetest.app/Contents/libs/libXxf86vm.1.dylib
       0x10135f000 -        0x1013ccff7 +libfreetype.6.dylib (0) <BECDAC27-1C9E-3073-B39F-D7EF7A5DCAA5> /Users/USER/Downloads/minetest.app/Contents/libs/libfreetype.6.dylib
       0x1013e9000 -        0x101417fff +libleveldb.1.dylib (0) <DB92608F-F83F-3AE7-9F08-B3542D46CC94> /Users/USER/Downloads/minetest.app/Contents/libs/libleveldb.1.dylib
       0x101438000 -        0x10143dfff +libhiredis.0.10.dylib (0) <FC6D78A4-E9FC-32F9-9A56-4749F344859C> /Users/USER/Downloads/minetest.app/Contents/libs/libhiredis.0.10.dylib
       0x101445000 -        0x10145aff7 +libxcb.1.dylib (3) <4C73EEBD-08C6-3C93-9F2C-60CF7D63D6F1> /Users/USER/Downloads/minetest.app/Contents/libs/libxcb.1.dylib
       0x10146f000 -        0x101470fff +libXau.6.dylib (7) <58D3B6CB-9468-3826-9D52-8F0FCE8CCE3B> /Users/USER/Downloads/minetest.app/Contents/libs/libXau.6.dylib
       0x101479000 -        0x10147cfff +libXdmcp.6.dylib (7) <6DD4CCAD-9891-3039-A7DA-3EA54D85FDF6> /Users/USER/Downloads/minetest.app/Contents/libs/libXdmcp.6.dylib
       0x101486000 -        0x101489fff +libsnappy.1.dylib (0) <88F6C5B8-D8F6-3F23-9889-9D3141D03487> /Users/USER/Downloads/minetest.app/Contents/libs/libsnappy.1.dylib
    0x123440000000 -     0x12344088ffff  com.apple.GeForceTeslaGLDriver (10.0.19 - 10.0.0) <7BB3C5E4-9A1F-37B3-8ABC-450350086642> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTeslaGLDriver
    0x7fff666fa000 -     0x7fff66730837  dyld (353.2.1) <0DAF08EF-C41D-3FFF-A5C2-6B6FA98B3B76> /usr/lib/dyld
    0x7fff88e83000 -     0x7fff88f77ff7  libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff88f78000 -     0x7fff89016fff  com.apple.Metadata (10.7.0 - 916.1) <CD389631-0F23-3A29-B43A-E3FFB5BC9438> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8903e000 -     0x7fff8904aff7  com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8904b000 -     0x7fff89068ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
    0x7fff89110000 -     0x7fff89110fff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff89111000 -     0x7fff8938bfff  com.apple.CoreData (110 - 526) <AEEDAF00-D38F-3A15-B3C9-73732940CC55> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8a388000 -     0x7fff8a40afff  com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8a40d000 -     0x7fff8a444ffb  com.apple.LDAPFramework (2.4.28 - 194.5) <4CFE8010-CE3F-35EC-90BA-529B74321029> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8a476000 -     0x7fff8a47afff  com.apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8a47b000 -     0x7fff8a4efff3  com.apple.securityfoundation (6.0 - 55126) <E7FB7A4E-CB0B-37BA-ADD5-373B2A20A783> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8a4f0000 -     0x7fff8a55effb  com.apple.Heimdal (4.0 - 2.0) <B852ACA1-4C64-3E2A-A9D3-6D4C80AD9429> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8a642000 -     0x7fff8a644ff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
    0x7fff8a668000 -     0x7fff8a7a5fff  com.apple.ImageIO.framework (3.3.0 - 1038) <611BDFBA-4BAA-36A8-B7E0-3830F3375E53> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8a824000 -     0x7fff8a836fff  libsasl2.2.dylib (193) <E523DD05-544B-3430-8AA9-672408A5AF8B> /usr/lib/libsasl2.2.dylib
    0x7fff8a837000 -     0x7fff8a929ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
    0x7fff8a92a000 -     0x7fff8a944ff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8a94a000 -     0x7fff8a957fff  com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff8aaee000 -     0x7fff8abe1ff7  libJP2.dylib (1231) <58849E48-9CD2-38A1-9D48-FCE630F473EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8ac45000 -     0x7fff8ac48fff  com.apple.IOSurface (97 - 97) <D4B4D2B2-7B16-3174-9EA6-55E0A10B452D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8aca6000 -     0x7fff8ad0dff7  com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8ad0e000 -     0x7fff8b0a4fff  com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8b0b0000 -     0x7fff8b0b2fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff8b269000 -     0x7fff8b271fe7  libcldcpuengine.dylib (2.4.5) <DF810F9A-1755-3283-82C3-D8192BCD8016> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff8b272000 -     0x7fff8b2a4ff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff8b448000 -     0x7fff8b450ff7  com.apple.icloud.FindMyDevice (1.0 - 1) <D198E170-3610-3727-BC87-73AD249CA097> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff8b451000 -     0x7fff8b479fff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
    0x7fff8b5fa000 -     0x7fff8b600ff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff8b60c000 -     0x7fff8b6abdf7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff8b705000 -     0x7fff8b726fff  com.apple.framework.Apple80211 (10.0.1 - 1001.57.4) <E449B57F-1AC3-3DF1-8A13-4390FB3A05A4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff8b727000 -     0x7fff8b793fff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <ACBAAB0A-BCC7-37CF-AAFB-2DA1733F2682> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8b7c9000 -     0x7fff8b83dfff  com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8b83e000 -     0x7fff8b9eeff7  com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8b9ef000 -     0x7fff8ba67ff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8ba74000 -     0x7fff8ba78ff7  com.apple.TCC (1.0 - 1) <AFC32F8F-BCD5-313C-B66E-5AB8591EC066> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8ba79000 -     0x7fff8bb05fff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
    0x7fff8bb06000 -     0x7fff8bb08ff7  libsystem_sandbox.dylib (358.1.1) <DB9962EF-8898-31CC-9B87-E01F8CE74C9D> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8bc70000 -     0x7fff8bc8ffff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff8befb000 -     0x7fff8befcfff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
    0x7fff8befd000 -     0x7fff8bf26ffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
    0x7fff8bf92000 -     0x7fff8c3e5fc7  com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8c3e6000 -     0x7fff8c3fdff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff8c498000 -     0x7fff8c4a3ff7  com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8c4a4000 -     0x7fff8c4dffff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8c4e0000 -     0x7fff8c4ebff7  libkxld.dylib (2782.1.97) <305263D3-8EA0-3673-B919-A4EB57557C6D> /usr/lib/system/libkxld.dylib
    0x7fff8c4ec000 -     0x7fff8c505ff7  com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8c506000 -     0x7fff8c636fff  com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff8c637000 -     0x7fff8c63fffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
    0x7fff8c640000 -     0x7fff8c65bff7  com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff8c65c000 -     0x7fff8c689fff  com.apple.Accounts (113 - 113) <3145FCC2-D297-3DD1-B74B-9E7DBB0EE33C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff8c68a000 -     0x7fff8c691fff  libCGCMS.A.dylib (772) <E64DC779-A6CF-3B1F-8E57-C09C0B10670F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x7fff8c692000 -     0x7fff8c961ff3  com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8c968000 -     0x7fff8c979ff7  libsystem_coretls.dylib (35.1.2) <EBBF7EF6-80D8-3F8F-825C-B412BD6D22C0> /usr/lib/system/libsystem_coretls.dylib
    0x7fff8c992000 -     0x7fff8c9abfff  com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff8c9ac000 -     0x7fff8c9b3fff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8c9b9000 -     0x7fff8c9beff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
    0x7fff8c9bf000 -     0x7fff8c9c9ff7  com.apple.CrashReporterSupport (10.10 - 629) <EC97EA5E-3190-3717-A4A9-2F35A447E7A6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8ca73000 -     0x7fff8ca85ff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff8d0c0000 -     0x7fff8dc01fff  com.apple.AppKit (6.9 - 1343.16) <C98DB43F-4245-3E6E-A4EE-37DAEE33E174> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8dc06000 -     0x7fff8dc4cff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
    0x7fff8dd37000 -     0x7fff8dd83ff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
    0x7fff8dd84000 -     0x7fff8ddafff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
    0x7fff8e1bb000 -     0x7fff8e1e5ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
    0x7fff8e1e7000 -     0x7fff8e217ffb  com.apple.GSS (4.0 - 2.0) <D033E7F1-2D34-339F-A814-C67E009DE5A9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8e218000 -     0x7fff8e21fff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8e22c000 -     0x7fff8e275ff3  com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8e7b8000 -     0x7fff8e7d4fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8e843000 -     0x7fff8eb2affb  com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8eb30000 -     0x7fff8eb3aff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8eb3b000 -     0x7fff8eb44fff  libGFXShared.dylib (11.0.7) <EC449E3A-D9D2-3494-8B6C-DEB7B11EEDAB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8edc0000 -     0x7fff8edf3ff7  com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8ee6e000 -     0x7fff8efd9ff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8f030000 -     0x7fff8f041ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
    0x7fff8f042000 -     0x7fff8f042fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8f098000 -     0x7fff8f09cfff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x7fff8f09d000 -     0x7fff8f0a1fff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
    0x7fff8f92b000 -     0x7fff8fa3affb  com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8fab7000 -     0x7fff8fadcff7  libJPEG.dylib (1231) <35F13BD9-AA92-3510-B5BB-420DA15AE7F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8fadd000 -     0x7fff8faddfff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8fade000 -     0x7fff8fb2fff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8fba5000 -     0x7fff8fbb0fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8fc53000 -     0x7fff8fc55fff  com.apple.EFILogin (2.0 - 2) <F0269EE2-3686-3A8A-8B83-F86974E35E90> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff8fc7b000 -     0x7fff8fc7bfff  com.apple.Carbon (154 - 157) <6E3AEB9D-7643-36BE-A7E5-D08886649257> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8fc7c000 -     0x7fff8fccbff7  com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8fce6000 -     0x7fff8fd1effb  libsystem_network.dylib (411) <C0B2313D-47BE-38A9-BEE6-2634A4F5E14B> /usr/lib/system/libsystem_network.dylib
    0x7fff8fd2d000 -     0x7fff8fd2dfff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8fd2e000 -     0x7fff8ff31ff3  com.apple.CFNetwork (720.1.1 - 720.1.1) <A82E71B3-2CDB-3840-A476-F2304D896E03> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8ff32000 -     0x7fff8ff4eff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
    0x7fff8ff5f000 -     0x7fff8ff5fff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
    0x7fff8ff75000 -     0x7fff8ffcfff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff900d6000 -     0x7fff90409ff7  libmecabra.dylib (666.1) <CAFBC813-4894-3352-9B22-FFF116773A06> /usr/lib/libmecabra.dylib
    0x7fff9040a000 -     0x7fff9040afff  com.apple.Accelerate (1.10 - Accelerate 1.10) <227E2491-1DDB-336F-BF83-773CECEC66F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff9040b000 -     0x7fff9043bfff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
    0x7fff9043c000 -     0x7fff9043efff  libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
    0x7fff9043f000 -     0x7fff904d0ff7  libCoreStorage.dylib (471) <5CA37ED3-320C-3469-B4D2-6F045AFE03A1> /usr/lib/libCoreStorage.dylib
    0x7fff90520000 -     0x7fff9053aff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff9053b000 -     0x7fff9053efff  com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff9053f000 -     0x7fff9053ffff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <A48738CA-5B6F-3D14-97E9-2BFDFC3DCC06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff90540000 -     0x7fff90543ff7  libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
    0x7fff905d8000 -     0x7fff905d9ff7  com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff90634000 -     0x7fff90636fff  com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff90637000 -     0x7fff90684ff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff90685000 -     0x7fff906c5ff7  libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff906c6000 -     0x7fff907deffb  com.apple.CoreText (352.0 - 454.1) <AB07DF12-BB1F-3275-A8A3-45F14BF872BF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff907e1000 -     0x7fff907eefff  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff907ef000 -     0x7fff90827fff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff90828000 -     0x7fff90850ffb  libRIP.A.dylib (772) <9262437A-710A-397D-8E34-1CBFEA1FC5E1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff90a2f000 -     0x7fff90a52fff  com.apple.Sharing (328.3 - 328.3) <FDEE49AD-8804-3760-9C14-8D1D10BBEA37> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff90a53000 -     0x7fff90a6dff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
    0x7fff90a6e000 -     0x7fff90a73ffb  libheimdal-asn1.dylib (398.1.2) <F9463B34-AAF5-3488-AD0C-85937C81FC5E> /usr/lib/libheimdal-asn1.dylib
    0x7fff90a74000 -     0x7fff90af1fff  com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff90af2000 -     0x7fff90b61fff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff90b62000 -     0x7fff90b76ff7  com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff90bcd000 -     0x7fff90bf3ff7  com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff90c01000 -     0x7fff90c03fff  libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff90c04000 -     0x7fff90c3effb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff90c9b000 -     0x7fff90d5eff7  libvMisc.dylib (512) <A4E39464-52EA-34CB-9FFE-53E79B3C65F5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff90e9c000 -     0x7fff90e9dfff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff90e9e000 -     0x7fff90eeafff  com.apple.corelocation (1486.17 - 1615.21) <DB68CEB9-0D51-3CB9-86A4-B0400CE6C515> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff90ef4000 -     0x7fff90f6afe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
    0x7fff90f6b000 -     0x7fff90f73ffb  com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff91310000 -     0x7fff91310fff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff91329000 -     0x7fff9132cfff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff9133a000 -     0x7fff91451fe7  libvDSP.dylib (512) <52777555-F051-3BC2-A2D2-9645907E836D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff914ae000 -     0x7fff917b0fff  com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff917b8000 -     0x7fff917baffb  libCGXType.A.dylib (772) <7CB71BC6-D8EC-37BC-8243-41BAB086FAAA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff9185d000 -     0x7fff91c6aff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff91c97000 -     0x7fff91cfeff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff91d02000 -     0x7fff91d02ff7  liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
    0x7fff91d03000 -     0x7fff91d19ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff91d1a000 -     0x7fff91d23ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
    0x7fff91f50000 -     0x7fff92135267  libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
    0x7fff92136000 -     0x7fff92143ff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
    0x7fff92144000 -     0x7fff92185fff  libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff92186000 -     0x7fff921c6fff  com.apple.CloudDocs (1.0 - 280.1.2) <49E75BC1-6556-36B4-804A-E49BC41241CF> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff92216000 -     0x7fff922f9fff  libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff922fa000 -     0x7fff922fbff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
    0x7fff92596000 -     0x7fff926bdfff  com.apple.coreui (2.1 - 305) <BB430677-D1F7-38DD-8F05-70E54352B8B5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff926be000 -     0x7fff92719fff  libTIFF.dylib (1231) <ACC9ED11-EED8-3A23-B452-3F40FF7EF435> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff927d2000 -     0x7fff927ecff7  libextension.dylib (55.1) <ECBDCC15-FA19-3578-961C-B45FCC994BAF> /usr/lib/libextension.dylib
    0x7fff927ee000 -     0x7fff927f0fff  com.apple.OAuth (25 - 25) <EE765AF0-2BB6-3689-9EAA-689BF1F02A0D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff927f1000 -     0x7fff92882fff  com.apple.cloudkit.CloudKit (259.2.3 - 259.2.3) <6F955140-D522-32B3-B34B-BD94C5D94E7A> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff92883000 -     0x7fff92892fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff92952000 -     0x7fff929c3ff7  com.apple.framework.IOKit (2.0.2 - 1050.1.21) <ED3B0B22-AACC-303B-BFC8-20ECD1AF6BA2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff929c4000 -     0x7fff929c8ff7  libGIF.dylib (1231) <A349BA73-301E-3EDE-8A31-8ACE827C289E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff929c9000 -     0x7fff929e4ff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
    0x7fff92d0d000 -     0x7fff92da2ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff93550000 -     0x7fff9359efff  libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
    0x7fff9359f000 -     0x7fff935adff7  com.apple.opengl (11.0.7 - 11.0.7) <B5C4DF85-37BD-3984-98D1-90A5043DA984> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff935ae000 -     0x7fff935bbff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
    0x7fff93f0f000 -     0x7fff93f98fff  com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff93f99000 -     0x7fff94127fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff94128000 -     0x7fff9417cfff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x7fff941c8000 -     0x7fff941f3fff  com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff941f4000 -     0x7fff942afff7  com.apple.DiscRecording (9.0 - 9000.4.1) <F70E600E-9668-3DF2-A3A8-61813DF9E2EE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff942b0000 -     0x7fff94495ff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
    0x7fff94496000 -     0x7fff944befff  libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
    0x7fff944c4000 -     0x7fff944c9ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x7fff944ca000 -     0x7fff944eafff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff944eb000 -     0x7fff94516fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
    0x7fff94517000 -     0x7fff94518fff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
    0x7fff94519000 -     0x7fff9451afff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff945b2000 -     0x7fff945c2ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
    0x7fff94878000 -     0x7fff9499aff7  com.apple.LaunchServices (644.12 - 644.12) <D7710B20-0561-33BB-A3C8-463691D36E02> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff9499b000 -     0x7fff949adff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff949ae000 -     0x7fff95205ff3  com.apple.CoreGraphics (1.600.0 - 772) <6364CBE3-3635-3A53-B448-9D19EF9FEA96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff95464000 -     0x7fff95468fff  libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff95469000 -     0x7fff95483ff7  com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff95484000 -     0x7fff95576fff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
    0x7fff95579000 -     0x7fff95708fff  libGLProgrammability.dylib (11.0.7) <AF37E7F3-16C8-3747-9CC6-A442C0153DC6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff95709000 -     0x7fff95711fff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff95762000 -     0x7fff9578ffff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff9579f000 -     0x7fff9585efff  com.apple.backup.framework (1.6.1 - 1.6.1) <A7BBE57D-D5E7-39DD-812C-31190159F679> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff9585f000 -     0x7fff95865fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff95866000 -     0x7fff9586ffff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
    0x7fff95885000 -     0x7fff95890ff7  libcsfde.dylib (471) <797691FA-FC0A-3A95-B6E8-BDB75AEAEDFD> /usr/lib/libcsfde.dylib
    0x7fff95893000 -     0x7fff95cc3fff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff95d0f000 -     0x7fff95d18ff3  com.apple.CommonAuth (4.0 - 2.0) <F4C266BE-2E0E-36B4-9DE7-C6B4BF410FD7> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff95d19000 -     0x7fff95d78ff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff95d79000 -     0x7fff95d7efff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff95d82000 -     0x7fff95db0fff  com.apple.CoreServicesInternal (221.1 - 221.1) <51BAE6D2-84F3-392A-BFEC-A3B47B80A3D2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff962eb000 -     0x7fff9649afff  GLEngine (11.0.7) <3CB7447A-1A1D-3D55-A6A4-4814B49F6678> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff9649b000 -     0x7fff964c5fff  GLRendererFloat (11.0.7) <3B3B74F4-E63C-3241-8807-E2407C4020B2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff964c6000 -     0x7fff964c7fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff964c8000 -     0x7fff9650effb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff96514000 -     0x7fff9677cffb  com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff967bf000 -     0x7fff967c1ff7  com.apple.securityhi (9.0 - 55006) <B1E09986-7AF0-3BD1-BAA1-B5514DFB7CD1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff967c2000 -     0x7fff967c4ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff967ed000 -     0x7fff96b1bff7  com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff96b1c000 -     0x7fff96c5efff  libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
    0x7fff96c98000 -     0x7fff96d2cfff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff96d93000 -     0x7fff96d95fff  libRadiance.dylib (1231) <746E9989-E89C-3027-A418-5F99CE131C93> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff96d96000 -     0x7fff96da1fff  libGL.dylib (11.0.7) <C53344AD-8CE6-3111-AB94-BD4CA89ED84E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff96daa000 -     0x7fff97056fff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff970f2000 -     0x7fff97193ff7  com.apple.Bluetooth (4.3.1 - 4.3.1f2) <EDC78AEE-28E7-324C-9947-41A0814A8154> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff9720d000 -     0x7fff97220ff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff97243000 -     0x7fff97257ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff97258000 -     0x7fff97260ff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff9795e000 -     0x7fff9796ffff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
    0x7fff97970000 -     0x7fff97976fff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
    0x7fff97bb8000 -     0x7fff97bc0fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff98505000 -     0x7fff9852aff7  libPng.dylib (1231) <2D5AC0EE-4056-3F76-97E7-BBD415F072B5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff9852b000 -     0x7fff98566fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff98570000 -     0x7fff98570ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x7fff9870a000 -     0x7fff9870cff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
    0x7fff9870d000 -     0x7fff9870effb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
    0x7fff9870f000 -     0x7fff9872cfff  libsystem_kernel.dylib (2782.1.97) <A95DB2FF-8755-3559-85A4-46E5BFB4CA1C> /usr/lib/system/libsystem_kernel.dylib
    0x7fff9873b000 -     0x7fff98811ff3  com.apple.DiskImagesFramework (10.10 - 389.1) <7DE2208C-BD55-390A-8167-4F9F11750C4B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff98874000 -     0x7fff98878fff  libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.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: 26551
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=212.9M resident=126.6M(59%) swapped_out_or_unallocated=86.3M(41%)
Writable regions: Total=60.5M written=2680K(4%) resident=11.1M(18%) swapped_out=4K(0%) unallocated=49.4M(82%)
 
REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                  2576K
CG image                             28K
CG shared images                    176K
CoreAnimation                        12K
CoreUI image data                    76K
Dispatch continuations             4096K
IOKit                              4572K
IOKit (reserved)                      4K        reserved VM address space (unallocated)
Kernel Alloc Once                     8K
MALLOC                             37.7M
MALLOC (admin)                       32K
STACK GUARD                        56.0M
Stack                              10.1M
VM_ALLOCATE                        1180K
__DATA                             35.3M
__GLSLBUILTINS                     2588K
__IMAGE                             528K
__LINKEDIT                         73.1M
__TEXT                            139.8M
__UNICODE                           544K
mapped file                        58.6M
shared memory                         4K
===========                      =======
TOTAL                             426.6M
TOTAL, minus reserved VM space    426.6M
 

Model: MacBookPro7,1, BootROM MBP71.0039.B0E, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f7
Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x384A53463235363634485A2D314731443120
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x384A53463235363634485A2D314731443120
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.24)
Bluetooth: Version 4.3.1f2 15015, 3 services, 19 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: KINGSTON SV300S37A120G, 120.03 GB
Serial ATA Device: MATSHITADVD-R   UJ-898
USB Device: Built-in iSight
USB Device: Internal Memory Card Reader
USB Device: BRCM2046 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
USB Device: IR Receiver
Thunderbolt Bus:
 

Morn76
Member
 
Posts: 640
Joined: Sun Feb 16, 2014 19:45
GitHub: mdoege

Re: [OS X] Morn76's Mavericks/Yosemite builds

by Morn76 » Tue Dec 02, 2014 13:56

The crash seems to happen in libfreetype. I suppose I could upload two Yosemite builds, one with FreeType disabled. Maybe that would help?

The current git MT version seems to have a problem with old maps though, so I'm not releasing a new build until that bug is fixed.
 

Morn76
Member
 
Posts: 640
Joined: Sun Feb 16, 2014 19:45
GitHub: mdoege

Re: [OS X] Morn76's Mavericks/Yosemite builds

by Morn76 » Tue Dec 02, 2014 19:07

Megaf, I've uploaded a build of 0dcc4b2 without FreeType: https://github.com/mdoege/minetest/rele ... g/20141123

Please try this and report if it runs without crashing.
 

User avatar
Megaf
Member
 
Posts: 93
Joined: Fri Nov 01, 2013 18:00
GitHub: megaf
IRC: Megaf
In-game: Megaf

Re: [OS X] Morn76's Mavericks/Yosemite builds

by Megaf » Tue Dec 02, 2014 19:39

Morn76 wrote:Megaf, I've uploaded a build of 0dcc4b2 without FreeType: https://github.com/mdoege/minetest/rele ... g/20141123

Please try this and report if it runs without crashing.


It kinda works. But mouse is not fluid. Its like I have a 0.4 FPS with mouse when looking around.
I mean, it's like it gets stuck, then it moves then get stuck and so on.
 

RGA
New member
 
Posts: 8
Joined: Tue Dec 02, 2014 18:36
GitHub: RetroGamingArena
IRC: RGA

Re: Morn76's Minetest OS X Mavericks builds

by RGA » Tue Dec 02, 2014 19:50

OmniStudent wrote:Well at least someone (mostly you) have documented lots of the snags.
I'm hoping for an influx of new OSX people now that Minecraft has been sold to Microsoft. Maybe more users would lead to OSX friendliness in the trunk.


That is my case now, i'm planning to fork minetest for a project I have, and also join the core developing.

For now I'm juste trying to discover the code and launch minetest from Xcode, with some problems (i've not read the entire thread so maybe there was answers) :

- In file client.cpp :

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
/Users/CAILLABET/minetest/src/client.cpp:2795:15: Invalid operands to binary expression ('std::ostream' (aka 'basic_ostream<char>') and 'std::stringstream' (aka 'basic_stringstream<char>'))


on line :

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
infostream << sstr << std::endl;


I solved it with

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
infostream << sstr.str() << std::endl;



- for class Settings :

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Undefined symbols for architecture x86_64:
  "Settings::setU64(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long)", referenced from:


Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
I solved it by replacing u64 by uint64_t;




The last problem I have is during execution time in jsemaphore:

I have a SIGABRT exception on line 132:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
assert((errno == ETIMEDOUT) || (errno == EINTR));


value of errno is 2 that mean file not found, so I think it is "normal" as at the moment I have no ressources in my project.

(It is maybe already done by someone else but I will put a xcodeproject for minetest on my github (I'm on Yosemite, with xcode6-beta)
 

Morn76
Member
 
Posts: 640
Joined: Sun Feb 16, 2014 19:45
GitHub: mdoege

Re: [OS X] Morn76's Mavericks/Yosemite builds

by Morn76 » Tue Dec 02, 2014 21:48

Hi RGA!

Right now I'm using make, but I might revert my build script to xcodebuild in the future. Xcode just has a tendency to override cmake's settings with its own defaults, therefore make had some advantages for me. (I.e., making build settings more predictable and Linux-like.)

For the assertion bug with Xcode, look at this page: https://github.com/minetest/minetest/issues/1687 It has several possible patches.

@Megaf:
Megaf wrote:It kinda works. But mouse is not fluid. Its like I have a 0.4 FPS with mouse when looking around.
I mean, it's like it gets stuck, then it moves then get stuck and so on.

Maybe that's just chunk loading causing stutter. Use LevelDB for your maps; the stuttering mostly happens with SQLite maps in my experience (not just on Macs of course).

P.S. Your profile GitHub link doesn't work.
 

RGA
New member
 
Posts: 8
Joined: Tue Dec 02, 2014 18:36
GitHub: RetroGamingArena
IRC: RGA

Re: [OS X] Morn76's Mavericks/Yosemite builds

by RGA » Tue Dec 02, 2014 22:12

Morn76 wrote:For the assertion bug with Xcode, look at this page: https://github.com/minetest/minetest/issues/1687 It has several possible patches.


Thanks for the advice but finally it was a code called by the unit tests. So I added a preprocessor constant in xcode to skip them. Now I've added ressources files and I can launch minetest, but with a new problem as keyboard dont seem to work with me.

Morn76 wrote:P.S. Your profile GitHub link doesn't work.

[/quote]

Thank's again, It's corrected.
 

Morn76
Member
 
Posts: 640
Joined: Sun Feb 16, 2014 19:45
GitHub: mdoege

Re: [OS X] Morn76's Mavericks/Yosemite builds

by Morn76 » Wed Dec 03, 2014 00:02

RGA wrote: I can launch minetest, but with a new problem as keyboard dont seem to work with me.

You need to package MT as an app and start it with open or via the GUI. Running the minetest binary directly from a terminal => no keyboard.
 

User avatar
Megaf
Member
 
Posts: 93
Joined: Fri Nov 01, 2013 18:00
GitHub: megaf
IRC: Megaf
In-game: Megaf

Re: [OS X] Morn76's Mavericks/Yosemite builds

by Megaf » Wed Dec 03, 2014 19:04

Morn76 wrote:
Megaf wrote:It kinda works. But mouse is not fluid. Its like I have a 0.4 FPS with mouse when looking around.
I mean, it's like it gets stuck, then it moves then get stuck and so on.

Maybe that's just chunk loading causing stutter. Use LevelDB for your maps; the stuttering mostly happens with SQLite maps in my experience (not just on Macs of course).


Well, I have that playing online connected to a server. It works perfectly with the Mavericks builds.
Other thing that I noticed is that it shows OpenGL 2.1, it used to show OpenGL 4.something.

And my github profile works here. :S
 

Morn76
Member
 
Posts: 640
Joined: Sun Feb 16, 2014 19:45
GitHub: mdoege

Re: [OS X] Morn76's Mavericks/Yosemite builds

by Morn76 » Wed Dec 03, 2014 19:17

Megaf wrote:Well, I have that playing online connected to a server. It works perfectly with the Mavericks builds.
Other thing that I noticed is that it shows OpenGL 2.1, it used to show OpenGL 4.something.

Strange, but even with OpenGL 2 you shouldn't get stuttering. Maybe this is an Irrlicht issue, although I think the Mavericks and Yosemite builds use the same version of Irrlicht (1.8.1).

Megaf wrote:And my github profile works here. :S

I was talking about RGA's GitHub profile link.
 

RGA
New member
 
Posts: 8
Joined: Tue Dec 02, 2014 18:36
GitHub: RetroGamingArena
IRC: RGA

Re: [OS X] Morn76's Mavericks/Yosemite builds

by RGA » Wed Dec 03, 2014 20:29

Morn76 wrote:
RGA wrote: I can launch minetest, but with a new problem as keyboard dont seem to work with me.

You need to package MT as an app and start it with open or via the GUI. Running the minetest binary directly from a terminal => no keyboard.


Thanks I finally made it to work, I met now 2 new problems :

- in xcode I can't run the .app file :

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
The file "minetest" couldn't be opened because you don't have permission to view it.


But I can run it from finder. The second problem when I run my build, i have an error when I create a world :

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
ERROR : no worldname given or no game selected


I have not more investigated this problem (but I had the keyboard and I have given a name to the world) so I have no more to explain about it. I will watch the code when I can run my build.
 

PreviousNext

Return to Minetest Builds

Who is online

Users browsing this forum: No registered users and 4 guests

cron