[macOS] Neoascetic's nightly builds and others

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

Re: Morn76's Minetest OS X Mavericks builds

by OmniStudent » Post

Not directly related, but it seems mods are not loaded. They register in the "mods" tab if I put them in Library/Application Support/minetest/mods, but in-game they don't react to commands and are not listed when typing /mods in chat.

P.S. But obviously some mods work since all the basic stuff is loaded.

Jordach
Member
Posts: 4534
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach
Location: Blender Scene

Re: Morn76's Minetest OS X Mavericks builds

by Jordach » Post

OmniStudent wrote:Not directly related, but it seems mods are not loaded. They register in the "mods" tab if I put them in Library/Application Support/minetest/mods, but in-game they don't react to commands and are not listed when typing /mods in chat.

P.S. But obviously some mods work since all the basic stuff is loaded.
Have you tried configuring a world to enable mods?

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

Re: Morn76's Minetest OS X Mavericks builds

by OmniStudent » Post

Jordach wrote: Have you tried configuring a world to enable mods?
No, I didn't know that was neccessary. How do you do that?

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

Re: Morn76's Minetest OS X Mavericks builds

by sfan5 » Post

OmniStudent wrote:
Jordach wrote: Have you tried configuring a world to enable mods?
No, I didn't know that was neccessary. How do you do that?
Select the world and click on the 'Configure' button, then enable the mods.
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

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

Re: Morn76's Minetest OS X Mavericks builds

by OmniStudent » Post

sfan5 wrote: Select the world and click on the 'Configure' button, then enable the mods.
Thankyou! That got it working. My tutorial:decowood still can't find the texture image, but that may be my own fault.

minetesty
New member
Posts: 3
Joined: Thu May 01, 2014 18:04
In-game: Gorgonzola

Re: Morn76's Minetest OS X Mavericks builds

by minetesty » Post

Morn76 wrote:Did you install Xcode and Xcode command lines tools too?
I installed those. I tried to compile again and I ran into an error. Looks like mods.patch needs to be updated. modstore.lua is now in 'builtin/mainmenu/modstore.lua'. I would have updated the git, but I haven't learned that yet.

I'm still stopping at 65% though after fixing mods.patch.

Am I supposed to get warning like this during build?:

Code: Select all

/!\ WARNING : Library libjpeg.8.dylib  has an incomplete name (location unknown)
Please specify now where this library can be found (or write 'quit' to abort):
I think I'll try running build_libs.sh. I work with kids who love Minecraft and I'd like to get them to mod the game.

Bhima.Ildestsam
New member
Posts: 4
Joined: Mon May 12, 2014 15:04

Re: Morn76's Minetest OS X Mavericks builds

by Bhima.Ildestsam » Post

Hi everyone!

I'm running into some minor issues which unfortunately prevent me from running Minetest. I tried the recompiled binary and it caused some sort of weirdness in my USB subsystem (I'm using an old Mac Pro with Mavericks). Minetest wouldn't recognize mouse clicks or most keystrokes (I'm using an DE.AT Mac keyboard) and after I finally managed to force the app to close, everything that connected with USB was in a strange state (iPad, Modem, Keyboard, Mouse, etc).

So then I tried the shell script, which ran into its own problems (as already described in this thread): mods.patch has the wrong location for the file modstore.lua. Then, libjpeg.8.dylib & libpng15.15.dylib couldn't be found... and even though I specified where these libraries are and build finishes without any more errors, the resulting app bundle crashes because "libpng15.15.dylib could be found". Here's the relevant snippet from the problem report the is generated when the app crashes on launch.

Code: Select all

Dyld Error Message:
  Library not loaded: @executable_path/../../libs/libpng15.15.dylib
  Referenced from: /Volumes/VOLUME//Volumes/*/minetest.app/Contents/MacOS/../Resources/bin/minetest
  Reason: image not found
Lastly, I'm no expert and I'm really thankful that Morn76 took the time to make this... but I wonder if it would not be better in the long run to simply fork the main github repo, make the changes in the code that those patches are making, and fixing the regular build system so that it works correctly on Macs. I notice that there aren't build instructions for Mac OS present in the readme.md (which is basically the front page on Github). I'm happy to help out, in any way I can, to get the Mac build process integrated into the main tree and accurate & detailed instructions relevant Mac OS in appropriate places in the documentation.

So? What has to take place to allow this to happen?

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

Re: Morn76's Minetest OS X Mavericks builds

by Morn76 » Post

I've updated the Lua filename in mods.patch and uploaded a new build (20140511) to GitHub, now that the HUD issues seem to be fixed.

As for the jpeg/png library troubles, look in /usr/local/Cellar and make sure the "jpeg" and "libpng" directories are there. And perhaps use build_libs.sh if you have different/older versions of these libraries, as obviously the libraries in the bundle must be the same that the MT executable gets linked against or it won't work.

That USB issue sounds a bit strange. No idea what to do about that. Possibly Irrlicht-related?

I agree that it would be nice to make the main MT repo Mac-compatible again. I definitely intend to submit a pull request, but first I wanted to test the existing patches and they need to be cleaned up a bit ("#ifdef __MACH__", etc.). There are also modstore-related crashes, but then again they seem to happen on some Linux distributions too so maybe these are not related to my patches. And nobody uses the modstore anyway. :-)

I'm not sure if the MT developers want instructions for building on Macs in their Readme, because then it might look like that platform is officially supported like Windows and Linux. None of the devs has a Mac AFAIK, so Mac compatibility can break easily anytime. But we'll see. ;-)
minetesty wrote: I work with kids who love Minecraft and I'd like to get them to mod the game.
Why aren't you using the binary if you have Mavericks? I hope you realize that MT modding takes place in Lua. No need to build your own MT binary for that.

Bhima.Ildestsam
New member
Posts: 4
Joined: Mon May 12, 2014 15:04

Re: Morn76's Minetest OS X Mavericks builds

by Bhima.Ildestsam » Post

The updated build script doesn't work for me. It fixed the mods.patch issue but the missing libraries issues remain. I've got those libs in /usr/local/Cellar. Confusingly, even though I point the build processes to where these libraries are, the final app bundle still crashes on launch due to that missing library.

The build_libs script does not work for me either:

Code: Select all

bash ./build_libs.sh
cp: ../minetest-git/bin/minetest: No such file or directory
* Collecting dependencieserror: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool: can't open file: minetest (No such file or directory)
Cannot find file minetest to read its dependencies
rm: minetest: No such file or directory
install_name_tool: can't open file: minetest.app/Contents/libs/libvorbisfile.3.dylib (No such file or directory)
*** The following command should not print anything.
*** If it does, please fix the offending library with install_name_tool!
./build_libs.sh: line 23: cd: minetest.app/Contents/libs: No such file or directory
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool: can't open file: *.dylib (No such file or directory)
I'm not sure why it appears to not find the minetest bundle, when it's in the same directory.

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

Re: Morn76's Minetest OS X Mavericks builds

by Morn76 » Post

You can only use build_libs.sh after you've successfully built the binary:
cp: ../minetest-git/bin/minetest: No such file or directory
You don't have a binary in the minetest-git/bin folder, so build_libs.sh fails.

minetesty
New member
Posts: 3
Joined: Thu May 01, 2014 18:04
In-game: Gorgonzola

Re: Morn76's Minetest OS X Mavericks builds

by minetesty » Post

Why aren't you using the binary if you have Mavericks? I hope you realize that MT modding takes place in Lua. No need to build your own MT binary for that.
I currently use the binary. It works, but the kids tend to delete other people's worlds. The first thing I would mod is to disable or remove the delete button. I have a backup script that can help, but it is a lot of extra work.

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

Re: Morn76's Minetest OS X Mavericks builds

by sfan5 » Post

minetesty wrote:
Why aren't you using the binary if you have Mavericks? I hope you realize that MT modding takes place in Lua. No need to build your own MT binary for that.
I currently use the binary. It works, but the kids tend to delete other people's worlds. The first thing I would mod is to disable or remove the delete button. I have a backup script that can help, but it is a lot of extra work.
The minetest menu is done entirely in lua, you can replace this line with return "" ...
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

Bhima.Ildestsam
New member
Posts: 4
Joined: Mon May 12, 2014 15:04

Re: Morn76's Minetest OS X Mavericks builds

by Bhima.Ildestsam » Post

Morn76 wrote:You can only use build_libs.sh after you've successfully built the binary
You don't have a binary in the minetest-git/bin folder, so build_libs.sh fails.
Ah! I had been only looking at the errors at the end and not the errors earlier in the process. Now that I've gone through and fixed all of those, it now builds correctly.

There are still some minor weirdness, like the mouse cursor not being where the 'click' is registered and what I think are minetest configuration options... but generally it's playable.

Cheers!

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

Re: Morn76's Minetest OS X Mavericks builds

by Morn76 » Post

minetesty wrote: It works, but the kids tend to delete other people's worlds. The first thing I would mod is to disable or remove the delete button. I have a backup script that can help, but it is a lot of extra work.
Why don't you give them separate user accounts? OS X has fast user switching after all. They can easily have "clean" copies of MT without other people's stuff inside.

Bhima.Ildestsam
New member
Posts: 4
Joined: Mon May 12, 2014 15:04

Re: Morn76's Minetest OS X Mavericks builds

by Bhima.Ildestsam » Post

Hey Morn, I have new a question? Where should I be putting mods? Inside the app bundle? In library/application support/mintest/?

Edit: Never mind, the mod enable window uses a listing text which is some colour I can't see well...

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

Re: Morn76's Minetest OS X Mavericks builds

by Morn76 » Post

Bhima.Ildestsam wrote:Hey Morn, I have new a question? Where should I be putting mods?
~/Library/Application Support/minetest/mods/

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

Re: Morn76's Minetest OS X Mavericks builds

by Morn76 » Post

The binary has been updated to 20140523-94dba66 built on OS X 10.9.3.

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

Re: Morn76's Minetest OS X Mavericks builds

by OmniStudent » Post

Morn76 wrote:The binary has been updated to 20140523-94dba66 built on OS X 10.9.3.
Thankyou! I was just sitting down for my third attempt at fixing that. Now I can continue my project to make a brain instead :)

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

Re: Morn76's Minetest OS X Mavericks builds

by philipbenr » Post

To make a brain...?
:)

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

Re: Morn76's Minetest OS X Mavericks builds

by OmniStudent » Post

philipbenr wrote:To make a brain...?
:)
Yup! You get some neurons, superglue and a household atomic force microscope and then, from the medulla and outwards, gently extend the dendrites to ...

No, trying to make a simple "AI" as an input option besides random and user controlled in minetest.

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

Re: Morn76's Minetest OS X Mavericks builds

by philipbenr » Post

That's what I thought... My dad and me are actually trying to make a simple brain that actually learns binary addition...

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

Re: Morn76's Minetest OS X Mavericks builds

by OmniStudent » Post

This isn't a problem with the code, but I figure I might get some help here anyway:

After reinstalling the operating system, I can no longer use the script to build minetest. It seems like some paths like LIBRAY_PATH has not been set. I've managed to set the library path manually using EXPORT for some libs but the problem pops up for almost every library required.

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

Re: Morn76's Minetest OS X Mavericks builds

by OmniStudent » Post

I made a complete erase and reinstall of OSX and still cannot run the script. Haven't figured out why yet, but its got something to do with the library paths.

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

Re: Morn76's Minetest OS X Mavericks builds

by OmniStudent » Post

Managed to compile when I removed freetype and leveldb from the cmake line.

ewbte
Member
Posts: 14
Joined: Sun Jun 08, 2014 11:02

Re: Morn76's Minetest OS X Mavericks builds

by ewbte » Post

Hello, game crashes at startup with a message: "minetest quits unexpectedly"
mbp retina late 2012

HALP :O

Code: Select all

Process:         minetest [617]
Path:            /Volumes/VOLUME//Applications/minetest.app/Contents/MacOS/../Resources/bin/minetest
Identifier:      celeron55.minetest
Version:         20140523.94dba66 (20140523.94dba66)
Code Type:       X86-64 (Native)
Parent Process:  launchd [125]
User ID:         501

Date/Time:       2014-06-08 15:02:35.321 +0400
OS Version:      Mac OS X 10.8.5 (12F45)
Report Version:  10

Interval Since Last Report:          8091980 sec
Crashes Since Last Report:           53
Per-App Interval Since Last Report:  4 sec
Per-App Crashes Since Last Report:   4
Anonymous UUID:                      95B26BD6-674E-2354-FEE1-1CF8E0ADBBDB

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

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Dyld Error Message:
  Symbol not found: ___sincos_stret
  Referenced from: /Volumes/VOLUME//Applications/minetest.app/Contents/MacOS/../Resources/bin/minetest
  Expected in: /usr/lib/libSystem.B.dylib

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   dyld                          	0x00007fff6d3e609d dyld_fatal_error + 1
1   dyld                          	0x00007fff6d3e9048 dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 139
2   libdyld.dylib                 	0x00007fff89cf88ee dyld_stub_binder_ + 13
3   ???                           	0x000000010ddbb008 0 + 4527468552
4   minetest                      	0x000000010da2c5fc irr::scene::ISceneNode::updateAbsolutePosition() + 476
5   minetest                      	0x000000010da2aa53 irr::scene::ISceneNode::ISceneNode(irr::scene::ISceneNode*, irr::scene::ISceneManager*, int, irr::core::vector3d<float> const&, irr::core::vector3d<float> const&, irr::core::vector3d<float> const&) + 531
6   minetest                      	0x000000010da21698 irr::scene::CSceneManager::CSceneManager(irr::video::IVideoDriver*, irr::io::IFileSystem*, irr::gui::ICursorControl*, irr::scene::IMeshCache*, irr::gui::IGUIEnvironment*) + 216
7   minetest                      	0x000000010da2a80e irr::scene::createSceneManager(irr::video::IVideoDriver*, irr::io::IFileSystem*, irr::gui::ICursorControl*, irr::gui::IGUIEnvironment*) + 62
8   minetest                      	0x000000010da49f42 irr::CIrrDeviceStub::createGUIAndScene() + 50
9   minetest                      	0x000000010dbb4c9e irr::CIrrDeviceMacOSX::CIrrDeviceMacOSX(irr::SIrrlichtCreationParameters const&) + 1278
10  minetest                      	0x000000010db5b351 createDeviceEx + 49
11  minetest                      	0x000000010d927eb4 main + 22839
12  libdyld.dylib                 	0x00007fff89cfa7e1 start + 1

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff91ae06d6 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff8ee18f1c _pthread_workq_return + 25
2   libsystem_c.dylib             	0x00007fff8ee18ce3 _pthread_wqthread + 412
3   libsystem_c.dylib             	0x00007fff8ee03191 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        	0x00007fff91ae0d16 kevent + 10
1   libdispatch.dylib             	0x00007fff8c04ddea _dispatch_mgr_invoke + 883
2   libdispatch.dylib             	0x00007fff8c04d9ee _dispatch_mgr_thread + 54

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff91ae06d6 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff8ee18f1c _pthread_workq_return + 25
2   libsystem_c.dylib             	0x00007fff8ee18ce3 _pthread_wqthread + 412
3   libsystem_c.dylib             	0x00007fff8ee03191 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff91ae06d6 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff8ee18f1c _pthread_workq_return + 25
2   libsystem_c.dylib             	0x00007fff8ee18ce3 _pthread_wqthread + 412
3   libsystem_c.dylib             	0x00007fff8ee03191 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00007fac68441ba0  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x00007fff6d455060  rsi: 0x0000000000000000  rbp: 0x00007fff52416f70  rsp: 0x00007fff52416f58
   r8: 0x00007fff6d401a14   r9: 0x000000000000000d  r10: 0x00007fff52416e2c  r11: 0x00007fff6d455060
  r12: 0x00007fff52417398  r13: 0x00007fff524173a8  r14: 0x00007fff6d455060  r15: 0x00007fac68441838
  rip: 0x00007fff6d3e609d  rfl: 0x0000000000000246  cr2: 0x00007fff6d411480
Logical CPU: 0

Binary Images:
         0xecaf000 -          0xecbbfff  libCSync.A.dylib (333.1.1) <1EE4C872-5236-3577-A458-691DA2B43370> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
         0xecca000 -          0xecf6ff7  libRIP.A.dylib (333.1.1) <606E69AD-20AD-3517-B304-AD03F68CF47D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
         0xed06000 -          0xed0bfff  com.apple.IOAccelerator (74.15 - 74.15) <D8C40179-4A29-3401-9B35-6E61EA278D41> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
         0xed13000 -          0xed1ffff  libGPUSupportMercury.dylib (8.10.1) <1DE2D7F9-C031-3BBF-BD5F-4E1208B6F296> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
         0xed2a000 -          0xed55fff  GLRendererFloat (8.10.1) <055EC8E7-2D7E-370C-96AD-DBEEDB106927> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
         0xed5e000 -          0xed67fe7  libcldcpuengine.dylib (2.2.16) <B6E3B14B-1EAC-3FDD-8AED-87231A033BED> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
         0xefae000 -          0xf16cfff  GLEngine (8.10.1) <1BD4D913-CE6C-3389-B4E1-FC7352E4C23F> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
         0xf1a3000 -          0xf313fff  libGLProgrammability.dylib (8.10.1) <3E488CEF-5751-3073-B8EE-0B4CA39CB6AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
         0xf34b000 -          0xf7d3ff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.16.77 - 8.1.6) <F13F5BCF-3E80-3B2A-8DE1-39DEF74DB8B0> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver
        0x10eb2000 -         0x10eb6fff  libCGXType.A.dylib (333.1.1) <3010D3F9-C3A9-3D2E-ACDD-9020FB17482E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
       0x10d7e5000 -        0x10ddbaff7 +minetest (0) <812EDF18-BC9B-359D-B498-FF62FFF14D86> /Applications/minetest.app/Contents/Resources/bin/minetest
       0x10dfed000 -        0x10dff2fff  com.apple.agl (3.2.1 - AGL-3.2.1) <57EC66DD-031A-3A8E-B067-72DB72B405E7> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
       0x10e000000 -        0x10e02cff7 +libjpeg.8.dylib (0) <ED8F5F52-AADA-37F6-B58D-5D001D6B0580> /Applications/minetest.app/Contents/libs/libjpeg.8.dylib
       0x10e038000 -        0x10e05bfff +libpng16.16.dylib (0) <25C51256-DD0D-389B-AE98-6F2F9DB1349C> /Applications/minetest.app/Contents/libs/libpng16.16.dylib
       0x10e06a000 -        0x10e06efff +libSM.6.dylib (7.1) <2569F0BC-2FD2-3E19-A985-8AA3E1A192E0> /Applications/minetest.app/Contents/libs/libSM.6.dylib
       0x10e079000 -        0x10e088fff +libICE.6.dylib (10) <A7151D96-EC8A-3288-B4B1-91A81278381B> /Applications/minetest.app/Contents/libs/libICE.6.dylib
       0x10e099000 -        0x10e19dff7 +libX11.6.dylib (10) <7A05088F-A9CE-32FE-8EA6-2CADF88D47AD> /Applications/minetest.app/Contents/libs/libX11.6.dylib
       0x10e1c5000 -        0x10e1d0ff7 +libXext.6.dylib (11) <0E727D24-F959-3264-BCB8-A3C701D7D121> /Applications/minetest.app/Contents/libs/libXext.6.dylib
       0x10e1d9000 -        0x10e204fff  com.apple.audio.OpenAL (1.6 - 1.6) <0FBA7491-B817-39EE-8898-FF88C9485B50> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
       0x10e21c000 -        0x10e221fff +libvorbisfile.3.dylib (0) <1D894804-76B6-39CC-8879-6F45304A42D4> /Applications/minetest.app/Contents/libs/libvorbisfile.3.dylib
       0x10e225000 -        0x10e248fff +libvorbis.0.dylib (0) <970D2EB7-6627-359D-A477-044BFEDDF27E> /Applications/minetest.app/Contents/libs/libvorbis.0.dylib
       0x10e250000 -        0x10e253ff7 +libogg.0.dylib (0) <062998E8-A18D-3B9C-B432-7A7585668C57> /Applications/minetest.app/Contents/libs/libogg.0.dylib
       0x10e25a000 -        0x10e2dbff7 +libluajit-5.1.2.dylib (2.0.3) <94BAD6AE-584D-3529-9C0F-E499B6FE7C3A> /Applications/minetest.app/Contents/libs/libluajit-5.1.2.dylib
       0x10e2e5000 -        0x10e2e7fff +libXxf86vm.1.dylib (2) <F0E58614-9731-35BC-9621-A9988146A233> /Applications/minetest.app/Contents/libs/libXxf86vm.1.dylib
       0x10e2ec000 -        0x10e359ff7 +libfreetype.6.dylib (0) <81DC85EE-0920-351D-8B87-AB1F4EA9DE46> /Applications/minetest.app/Contents/libs/libfreetype.6.dylib
       0x10e376000 -        0x10e3a4ff7 +libleveldb.1.15.dylib (0) <18FD4468-1934-334D-8036-45789C822CB8> /Applications/minetest.app/Contents/libs/libleveldb.1.15.dylib
       0x10e3c9000 -        0x10e3cefff +libhiredis.0.10.dylib (0) <FC6D78A4-E9FC-32F9-9A56-4749F344859C> /Applications/minetest.app/Contents/libs/libhiredis.0.10.dylib
       0x10e3d2000 -        0x10ed62807  com.apple.CoreGraphics (1.600.0 - 333.1.1) <E3316BA5-1A34-39B1-8FA7-97727488869B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
       0x10ee6c000 -        0x10ee80fff +libxcb.1.dylib (3) <65314302-2C54-30DB-B383-F9988795490D> /Applications/minetest.app/Contents/libs/libxcb.1.dylib
       0x10ee94000 -        0x10ee95fff +libXau.6.dylib (7) <E73524F8-73B3-39D6-AE05-96968BF19DD7> /Applications/minetest.app/Contents/libs/libXau.6.dylib
       0x10ee9b000 -        0x10ee9eff7 +libXdmcp.6.dylib (7) <3C8AF3CB-7971-3AE4-AB65-0B5FE3AD9744> /Applications/minetest.app/Contents/libs/libXdmcp.6.dylib
       0x10eea5000 -        0x10eea8fff +libsnappy.1.dylib (0) <88F6C5B8-D8F6-3F23-9889-9D3141D03487> /Applications/minetest.app/Contents/libs/libsnappy.1.dylib
    0x7fff6d3e5000 -     0x7fff6d41994f  dyld (210.2.3) <8958FE97-5830-3928-BC38-23136E7D3783> /usr/lib/dyld
    0x7fff88404000 -     0x7fff8840bfff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
    0x7fff88417000 -     0x7fff8842dfff  com.apple.MultitouchSupport.framework (237.4 - 237.4) <0F7FEE29-161B-3D8E-BE91-308CBD354461> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8842e000 -     0x7fff8844efff  libPng.dylib (852) <CCBFA9A9-33C0-3189-AFE0-A77E831EEBA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff884aa000 -     0x7fff884b5ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff884b6000 -     0x7fff884b6fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff884b7000 -     0x7fff884e1ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff884e2000 -     0x7fff885dfff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
    0x7fff8870a000 -     0x7fff8885cfff  com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <DC5F3D1B-036A-37DE-BC24-7636DC95EA1C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff888d7000 -     0x7fff888e5fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff888e9000 -     0x7fff88906ff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff88c93000 -     0x7fff88d39ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <E91B0882-E75C-30E9-8DCD-7A0EEE4405CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff88d3a000 -     0x7fff88d8fff7  libTIFF.dylib (852) <0CA1662F-EB05-34DE-B9BA-0A03EC59B846> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff88d90000 -     0x7fff88dcaff7  com.apple.GSS (3.0 - 2.0) <423BDFCC-9187-3F3E-ABB0-D280003EB15E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff88e3b000 -     0x7fff88e69ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
    0x7fff88f12000 -     0x7fff88f1aff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff89108000 -     0x7fff89119ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
    0x7fff89224000 -     0x7fff89224fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff89225000 -     0x7fff89225fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff89226000 -     0x7fff8923dfff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8923e000 -     0x7fff89249fff  com.apple.CommonAuth (3.0 - 2.0) <1CA95702-DDC7-3ADB-891E-7F037ABDDA14> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff892ad000 -     0x7fff892fcff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff893fa000 -     0x7fff89442fff  libcurl.4.dylib (69.2.71) <F52E1881-A425-3AE9-8386-A434F10AE0A2> /usr/lib/libcurl.4.dylib
    0x7fff8969f000 -     0x7fff896a3fff  libCoreVMClient.dylib (32.5) <DB009CD4-BB0E-3331-BBB4-A118781D193F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff896a4000 -     0x7fff896a5fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
    0x7fff89820000 -     0x7fff8988eff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) <A90038ED-48F2-3CC9-A042-53A3D7985844> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8988f000 -     0x7fff898d2ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff89b6f000 -     0x7fff89b75fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff89b76000 -     0x7fff89b7cff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    0x7fff89b7d000 -     0x7fff89b7efff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff89bdc000 -     0x7fff89cf5fff  com.apple.ImageIO.framework (3.2.2 - 852) <1D023BCE-1FA2-3743-B449-7489BC0C5C43> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff89cf8000 -     0x7fff89cfbff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    0x7fff89cfc000 -     0x7fff89cfcfff  com.apple.Accelerate (1.8 - Accelerate 1.8) <878A6E7E-CB34-380F-8212-47FBF12C7C96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff89cfd000 -     0x7fff89d3cff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff89d6b000 -     0x7fff8a162fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8a18d000 -     0x7fff8a197fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8a198000 -     0x7fff8a1b7ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
    0x7fff8a1b8000 -     0x7fff8a4e8fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8a4e9000 -     0x7fff8a4ebff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8a4ec000 -     0x7fff8a5e1fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
    0x7fff8a758000 -     0x7fff8a80aff7  com.apple.LaunchServices (539.11 - 539.11) <A86F44E5-F285-3029-A5D1-00CD3C231A08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8a865000 -     0x7fff8a92aff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8a9ab000 -     0x7fff8a9e4ff7  libssl.0.9.8.dylib (47.2) <46DF85DC-18FB-3108-91F6-52AE3EBF2347> /usr/lib/libssl.0.9.8.dylib
    0x7fff8aa1d000 -     0x7fff8aa21fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
    0x7fff8aa22000 -     0x7fff8ab24fff  libJP2.dylib (852) <01E502E9-7FD3-3A5D-8EA4-2DC8C56E0497> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8ab3f000 -     0x7fff8ab41fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8ab42000 -     0x7fff8ab73ff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff8abc4000 -     0x7fff8abd2ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
    0x7fff8abd3000 -     0x7fff8ac17fff  libcups.2.dylib (327.7) <9F35B58A-F47E-348A-8E09-E235FA4B9270> /usr/lib/libcups.2.dylib
    0x7fff8ac18000 -     0x7fff8ac55fef  libGLImage.dylib (8.10.1) <91E31B9B-4141-36D5-ABDC-20F1D6D1D0CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8ac57000 -     0x7fff8ac5cfff  com.apple.OpenDirectory (10.8 - 151.10) <51E52779-4F5A-36B5-9297-67138547DCA9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8ac65000 -     0x7fff8ad00fff  com.apple.CoreSymbolication (3.0 - 117) <7D43ED93-BD81-338C-8076-6A932A1D19E8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8ad01000 -     0x7fff8ad69ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
    0x7fff8ad6a000 -     0x7fff8ad6cfff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
    0x7fff8ad6d000 -     0x7fff8b011ff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8bfe1000 -     0x7fff8bfe5ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8bfe6000 -     0x7fff8c040ff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8c041000 -     0x7fff8c048fff  libGFXShared.dylib (8.10.1) <B4AB9480-2CDB-34F8-8D6F-F5A2CFC221B0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8c049000 -     0x7fff8c05eff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    0x7fff8c08c000 -     0x7fff8c08cfff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    0x7fff8c815000 -     0x7fff8c815fff  com.apple.vecLib (3.8 - vecLib 3.8) <6CBBFDC4-415C-3910-9558-B67176447789> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8c816000 -     0x7fff8c835ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8c836000 -     0x7fff8ca6bff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8ca6c000 -     0x7fff8ca8dff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
    0x7fff8cadb000 -     0x7fff8cae3fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
    0x7fff8cae4000 -     0x7fff8caf1fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
    0x7fff8caf6000 -     0x7fff8cb1bff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
    0x7fff8cb1c000 -     0x7fff8cb1cfff  com.apple.Carbon (154 - 155) <CC5AA589-242E-3BE1-B776-7D4FFD93D0C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8cb65000 -     0x7fff8cb8cfff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8ceb8000 -     0x7fff8dae5fff  com.apple.AppKit (6.8 - 1187.40) <F12CF463-6F88-32ED-9EBA-0FA2AD3CF576> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8dae6000 -     0x7fff8db67fff  com.apple.Metadata (10.7.0 - 707.12) <69E3EEF7-8B7B-3652-8320-B8E885370E56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8dba5000 -     0x7fff8dc0dfff  libvDSP.dylib (380.10) <3CA154A3-1BE5-3CF4-BE48-F0A719A963BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8dc49000 -     0x7fff8dc4efff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
    0x7fff8dc4f000 -     0x7fff8dc5cff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8dc5d000 -     0x7fff8dcddff7  com.apple.ApplicationServices.ATS (341.2 - 341.2) <0EF1BB57-71AA-304D-A455-55CBE0A4983A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8dcf9000 -     0x7fff8dd1bff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8dd1c000 -     0x7fff8dd1ffff  libRadiance.dylib (852) <139962CD-21E2-3D31-9F47-D5F2D6C2C2BC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8dd20000 -     0x7fff8dd22fff  libCVMSPluginSupport.dylib (8.10.1) <F0239392-E0CB-37D7-BFE2-D6F5D42F9196> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8e68d000 -     0x7fff8e6ecfff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff8e6ed000 -     0x7fff8e73eff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <581BF463-C15A-363B-999A-E830222FA925> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8e73f000 -     0x7fff8e76afff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
    0x7fff8e9e1000 -     0x7fff8e9f8fff  libGL.dylib (8.10.1) <F8BABA3C-7810-3A65-83FC-61945AA50E90> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8ea56000 -     0x7fff8ea5aff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8ea5b000 -     0x7fff8ea6dff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
    0x7fff8ea6e000 -     0x7fff8ea74fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
    0x7fff8ebf0000 -     0x7fff8ec53fff  com.apple.audio.CoreAudio (4.1.2 - 4.1.2) <FEAB83AB-1DE5-3813-BA48-7A7F2374CCF0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8ee02000 -     0x7fff8eeceff7  libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib
    0x7fff8eecf000 -     0x7fff8ef05fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
    0x7fff8ef06000 -     0x7fff8ef19ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
    0x7fff8ef43000 -     0x7fff8efd0ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8efd1000 -     0x7fff8efd2ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
    0x7fff8efd6000 -     0x7fff8f171fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8f172000 -     0x7fff8f173ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
    0x7fff8f174000 -     0x7fff8f178fff  libGIF.dylib (852) <326C48F1-C892-3AF9-94BC-32768EFF6731> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8f4e5000 -     0x7fff8f520fff  com.apple.LDAPFramework (2.4.28 - 194.5) <7E4F2C08-0010-34AE-BC46-149B7EE8A0F5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8f521000 -     0x7fff8f623fff  libcrypto.0.9.8.dylib (47.2) <CF3BAB7E-4972-39FD-AF92-28ACAFF0873E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8f63c000 -     0x7fff8f63eff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
    0x7fff8fe48000 -     0x7fff8fe49ff7  libSystem.B.dylib (169.3) <0B1822D7-C557-3ED8-8DA8-E6F4CE99BC6C> /usr/lib/libSystem.B.dylib
    0x7fff8fe57000 -     0x7fff8fe8dfff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8fecd000 -     0x7fff8ff6bff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8ffd8000 -     0x7fff8ffe6fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
    0x7fff9001c000 -     0x7fff90027fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
    0x7fff9002a000 -     0x7fff9004cff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
    0x7fff9005c000 -     0x7fff9020afff  com.apple.QuartzCore (1.8 - 304.4) <84F0B40E-DF91-36F2-9F2E-3922234206A3> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff9020b000 -     0x7fff90278ff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff902c9000 -     0x7fff902eafff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff902ef000 -     0x7fff90464fff  com.apple.CFNetwork (596.6.2 - 596.6.2) <03663F71-3E01-3958-9BBC-D7015189A4AC> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff904d5000 -     0x7fff904e9fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff904ea000 -     0x7fff906eafff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
    0x7fff906eb000 -     0x7fff906effff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff906f0000 -     0x7fff907adff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff9097d000 -     0x7fff909c9ff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
    0x7fff909ca000 -     0x7fff90a19ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
    0x7fff90aba000 -     0x7fff90abafff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <F565B686-24E2-39F2-ACC3-C5E4084476BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff90abb000 -     0x7fff90b17ff7  com.apple.Symbolication (1.3 - 93) <FBF08E0D-2BBB-38FD-9881-873FC24F00DE> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff90b35000 -     0x7fff90b42fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff90b43000 -     0x7fff90e5aff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff90e5b000 -     0x7fff90e70fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff90e71000 -     0x7fff90f6efff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
    0x7fff90f6f000 -     0x7fff90f82ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff90f9e000 -     0x7fff90f9effd  com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <6D314680-7409-3BC7-A807-36341411AF9A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff90f9f000 -     0x7fff913bcfff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff913bd000 -     0x7fff91413fff  com.apple.HIServices (1.20 - 417) <BCD36950-013F-35C2-918E-05A93A47BE8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff91414000 -     0x7fff9145eff7  libGLU.dylib (8.10.1) <6699DEA6-9EEB-3B84-A57F-B25AE44EC584> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff91a8a000 -     0x7fff91a8cfff  com.apple.securityhi (4.0 - 55002) <A91F8981-ECB6-3B65-A7BA-8DCBD9CCE3D5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff91a8d000 -     0x7fff91acdff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff91ace000 -     0x7fff91ae9ff7  libsystem_kernel.dylib (2050.48.12) <4B7993C3-F62D-3AC1-AF92-414A0D6EED5E> /usr/lib/system/libsystem_kernel.dylib
    0x7fff91b02000 -     0x7fff91b2afff  libJPEG.dylib (852) <4E159C31-1B41-3EFF-89EC-3F7BC9053F2C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff91f68000 -     0x7fff91f96fff  com.apple.CoreServicesInternal (154.4 - 154.4) <EE77C328-BCC7-3EBD-B3BC-E0E48537D4FF> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff91f97000 -     0x7fff92019ff7  com.apple.Heimdal (3.0 - 2.0) <ACF0C667-5ACC-382A-A998-61E85386C814> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff921c6000 -     0x7fff921cbfff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
    0x7fff921cc000 -     0x7fff922a6fff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff922aa000 -     0x7fff922adfff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff922f5000 -     0x7fff922f5fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff922f6000 -     0x7fff925c7fff  com.apple.security (7.0 - 55179.16.1) <49A6A8FD-124D-30E0-94C3-C73F8C9469E6> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff925c8000 -     0x7fff927b2ff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff93144000 -     0x7fff9314bfff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff9314c000 -     0x7fff9318fff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff93190000 -     0x7fff931b7ff7  com.apple.PerformanceAnalysis (1.16 - 16) <96A89CD5-16E9-37CA-8740-22B5DB5A4679> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff931f1000 -     0x7fff93248ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff93314000 -     0x7fff9332bfff  com.apple.CFOpenDirectory (10.8 - 151.10) <F7AD9844-559A-366E-8192-BB4FCF9EE7A3> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff9333e000 -     0x7fff93410ff7  com.apple.CoreText (260.0 - 275.17) <AB493289-E188-3CCA-8658-1E5039715F82> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff93411000 -     0x7fff93597fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff93598000 -     0x7fff935a4fff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff93636000 -     0x7fff9369ffff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
    0x7fff936a0000 -     0x7fff93791ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <5C56181F-1E9F-336A-B7BB-620565A8BD6E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff93bb3000 -     0x7fff93c0dfff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff93c0e000 -     0x7fff93d2efff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff93d2f000 -     0x7fff93d30ff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff93d31000 -     0x7fff93dcbfff  libvMisc.dylib (380.10) <A7F12764-A94C-36EB-88E0-F826F5AF55B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff93dcc000 -     0x7fff93ddbfff  com.apple.opengl (1.8.10 - 1.8.10) <AD49CF56-B7C1-3598-8610-58532FC41345> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff93ddc000 -     0x7fff93debff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
    0x7fff9435d000 -     0x7fff94469fff  libFontParser.dylib (84.7) <C3D1121B-B066-34C3-9D31-ADDF387C0B20> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff9446a000 -     0x7fff94478ff7  libkxld.dylib (2050.48.12) <B8F7ED1F-CF84-3777-9183-0A1C513DF81F> /usr/lib/system/libkxld.dylib
    0x7fff944af000 -     0x7fff944b8fff  com.apple.CommerceCore (1.0 - 26.3) <870C7810-0D27-3AC5-95A0-3224BB4890C0> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff94715000 -     0x7fff94794ff7  com.apple.securityfoundation (6.0 - 55115.4) <9291CE2A-37D9-39DF-956E-7B2650A9F3B0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff94795000 -     0x7fff94868ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <8CC25B07-D5C8-3BE0-A3AD-700252C2717A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff94974000 -     0x7fff94a8c92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
    0x7fff94a8d000 -     0x7fff94a8efff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
    0x7fff94a8f000 -     0x7fff94deefff  com.apple.Foundation (6.8 - 945.19) <C98E55BA-553B-314B-B056-849FFB20C220> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 2
    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: 585
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=168.5M resident=109.8M(65%) swapped_out_or_unallocated=58.7M(35%)
Writable regions: Total=81.3M written=2724K(3%) resident=10.9M(13%) swapped_out=0K(0%) unallocated=70.4M(87%)
 
REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                  7800K
CG image                              4K
CG raster data                       48K
CG shared images                    160K
CoreServices                       1604K
IOKit                              7876K
MALLOC                             58.9M
MALLOC guard page                    48K
STACK GUARD                        56.0M
Stack                              10.0M
VM_ALLOCATE                          76K
__DATA                             11.6M
__IMAGE                             528K
__LINKEDIT                         57.1M
__TEXT                            111.5M
__UNICODE                           544K
mapped file                        51.2M
shared memory                       308K
===========                      =======
TOTAL                             374.8M

Model: MacBookPro10,2, BootROM MBP102.0106.B03, 2 processors, Intel Core i5, 2.5 GHz, 8 GB, SMC 2.6f59
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 768 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x10F), Broadcom BCM43xx 1.0 (5.106.98.100.17)
Bluetooth: Version 4.1.7f2 12718, 3 service, 13 devices, 3 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM128E, 121.33 GB
USB Device: Touro Mobile Pro, 0x4971, 0x1012, 0x15300000 / 2
USB Device: USB Laser Mouse, 0x046d  (Logitech Inc.), 0xc062, 0x14100000 / 1
USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8510, 0x1a110000 / 3
USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
USB Device: hub_device, 0x0424  (SMSC), 0x2512, 0x1d180000 / 3
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x025a, 0x1d182000 / 5
USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x828c, 0x1d181300 / 8

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests