aliens

Author Topic: OSX port does not include libraries in bundle?!  (Read 54025 times)

Offline StarMox

  • Sergeant
  • **
  • Posts: 20
    • View Profile
Re: OSX port does not include libraries in bundle?!
« Reply #15 on: June 15, 2014, 05:16:04 pm »
Hello,

Mac build also not working for me.

Process:         OpenXcom [6963]
Path:            ...
Identifier:      SupSuper.OpenXcom
Version:         1.0 (???)
Code Type:       X86-64 (Native)
Parent Process:  launchd [270]
Responsible:     OpenXcom [6963]

Date/Time:       2014-06-15 16:09:30.821 +0200
OS Version:      Mac OS X 10.9.3 (13D65)
Report Version:  11

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   SupSuper.OpenXcom                0x00000001030bb6e4 _GLOBAL__I_a + 4
1   dyld                             0x00007fff6b3f3c2e ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 268
2   dyld                             0x00007fff6b3f3dba ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 40
3   dyld                             0x00007fff6b3f0a62 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 308
4   dyld                             0x00007fff6b3f08f6 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 54
5   dyld                             0x00007fff6b3e41da dyld::initializeMainExecutable() + 189
6   dyld                             0x00007fff6b3e7560 dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 2419
7   dyld                             0x00007fff6b3e327b dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*, unsigned long*) + 477
8   dyld                             0x00007fff6b3e305e _dyld_start + 54

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000001  rbx: 0x00000001030bb6e0  rcx: 0x00007fff5cdbbd20  rdx: 0x00007fff5cdbbca0
  rdi: 0x0000000000000002  rsi: 0x00007fff5cdbbc88  rbp: 0x00007fff5cdba270  rsp: 0x00007fff5cdba270
   r8: 0x00007fff6b416178   r9: 0x00007fff5cdba100  r10: 0x00007fff99e6bfa7  r11: 0x0000000000073ba1
  r12: 0x000000000000001e  r13: 0x00007fff6b4160b0  r14: 0x00007fff6b41ced0  r15: 0x0000000103188578
  rip: 0x00000001030bb6e4  rfl: 0x0000000000010246  cr2: 0x00000001030bb6e0
 
Logical CPU:     0
Error Code:      0x00000000
Trap Number:     6


hope it helps, and BTW guys, THX for the great work you're doing!!!

Offline Tony Soprano

  • Sergeant
  • **
  • Posts: 10
    • View Profile
Re: OSX port does not include libraries in bundle?!
« Reply #16 on: June 15, 2014, 05:22:01 pm »
Thank you very much for looking into this! I tried both, the homebrew solution and your build, but OpenXcom always crashes on startup with this error:

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

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

Application Specific Information:
/Applications/OpenXcom 1.0 geht nicht.app/Contents/MacOS/OpenXcom

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   SupSuper.OpenXcom                0x0000000105bc1cb4 _GLOBAL__I_a + 4
1   dyld                             0x00007fff6c94bc2e ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 268
2   dyld                             0x00007fff6c94bdba ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 40
3   dyld                             0x00007fff6c948a62 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 308
4   dyld                             0x00007fff6c9488f6 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 54
5   dyld                             0x00007fff6c93c1da dyld::initializeMainExecutable() + 189
6   dyld                             0x00007fff6c93f560 dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 2419
7   dyld                             0x00007fff6c93b27b dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*, unsigned long*) + 477
8   dyld                             0x00007fff6c93b05e _dyld_start + 54

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000001  rbx: 0x0000000105bc1cb0  rcx: 0x00007fff5a2b4d60  rdx: 0x00007fff5a2b4d00
  rdi: 0x0000000000000001  rsi: 0x00007fff5a2b4cf0  rbp: 0x00007fff5a2b32e0  rsp: 0x00007fff5a2b32e0
   r8: 0x00007fff6c96e178   r9: 0x00007fff5a2b3200  r10: 0x00007fff9209d940  r11: 0x0000000105ca1e21
  r12: 0x000000000000001e  r13: 0x00007fff6c96e0b0  r14: 0x00007fff6c974ed8  r15: 0x0000000105c8e578
  rip: 0x0000000105bc1cb4  rfl: 0x0000000000010246  cr2: 0x0000000105bc1cb0
 
Logical CPU:     0
Error Code:      0x00000000
Trap Number:     6

Offline SupSuper

  • Lazy Developer
  • Administrator
  • Commander
  • *****
  • Posts: 2159
    • View Profile
Re: OSX port does not include libraries in bundle?!
« Reply #17 on: June 15, 2014, 06:18:08 pm »
Do these builds work for you? https://bitbucket.org/grrussel/openxcomosx
They should have the same features as 1.0, only it's a brew-based executable instead of a self-contained app package.

Offline Tony Soprano

  • Sergeant
  • **
  • Posts: 10
    • View Profile
Re: OSX port does not include libraries in bundle?!
« Reply #18 on: June 15, 2014, 07:53:07 pm »
SupSuper, I was able to run the suggested build. However, when I quit the game, I got an error message and now I can't start it again. Terminal says: "yaml-cpp: error at line 0, column 0: bad file".

Offline thd

  • Sergeant
  • **
  • Posts: 12
    • View Profile
Re: OSX port does not include libraries in bundle?!
« Reply #19 on: June 15, 2014, 08:37:51 pm »
Same crashes here...

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   SupSuper.OpenXcom                0x0000000103c4d6e4 _GLOBAL__I_a + 4
1   dyld                             0x00007fff6a0b7c2e ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 268
2   dyld                             0x00007fff6a0b7dba ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 40
3   dyld                             0x00007fff6a0b4a62 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 308
4   dyld                             0x00007fff6a0b48f6 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 54
5   dyld                             0x00007fff6a0a81da dyld::initializeMainExecutable() + 189
6   dyld                             0x00007fff6a0ab560 dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 2419
7   dyld                             0x00007fff6a0a727b dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*, unsigned long*) + 477
8   dyld                             0x00007fff6a0a705e _dyld_start + 54

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000001  rbx: 0x0000000103c4d6e0  rcx: 0x00007fff5c229d80  rdx: 0x00007fff5c229d28
  rdi: 0x0000000000000001  rsi: 0x00007fff5c229d18  rbp: 0x00007fff5c228300  rsp: 0x00007fff5c228300
   r8: 0x00007fff6a0da178   r9: 0x00007fff5c228200  r10: 0x00007fff924d52e3  r11: 0x0000000103d2de21
  r12: 0x000000000000001e  r13: 0x00007fff6a0da0b0  r14: 0x00007fff6a0e0ee0  r15: 0x0000000103d1a578
  rip: 0x0000000103c4d6e4  rfl: 0x0000000000010246  cr2: 0x0000000103c4d6e0


Tried the brew approach too, but ran into errors with when I tried to brew install  sdl_image, sdl_gfx, and sdl_mixer...

Windows flavor works fine.
« Last Edit: June 15, 2014, 08:42:40 pm by thd »

Offline NuclearPotato

  • Squaddie
  • *
  • Posts: 6
    • View Profile
Re: OSX port does not include libraries in bundle?!
« Reply #20 on: June 15, 2014, 08:46:38 pm »
Exact same crashes here with the updated port.  Haven't tried to use the brew approach.  Running OSX 10.9.

Offline Tony Soprano

  • Sergeant
  • **
  • Posts: 10
    • View Profile
Re: OSX port does not include libraries in bundle?!
« Reply #21 on: June 15, 2014, 11:26:47 pm »
Ok, somehow my options.cfg were broken and I had to delete it. Everything works great now! There is just one little problem with sound settings. When I choose Version 1.0 sounds instead of 1.4 sounds, the game crashes. Don't know why, but I can live with that. :)

Offline cookme

  • Squaddie
  • *
  • Posts: 2
    • View Profile
Re: OSX port does not include libraries in bundle?!
« Reply #22 on: June 16, 2014, 04:28:57 am »
It is me again.
I am able to launch new updated bundle ONLY after I replaces openxcom.app/content/frameworks/libSDL-1.2.0.dylib with libSDL-1.2.0.dylib from my computer.
So I think that libSDL-1.2.0.dylib bundled with new version of bundle is hard coded to other frameworks/dylibs form computer in tas compilated on.
Maybe this advice can help anyone.


Same here. It worked when I replaced libSDL-1.2.0.dylib using one of the same version from another game's bundled framework. I have not tested it using an older version. I then tested with another libSDL-1.2.0.dylib that used @rpath and it also worked. Not sure if the link path is the core issue, but here it is:

Code: [Select]
> otool -L ...*snip*.../UFO\ Enemy\ Unknown/OpenXcom.app/Contents/Frameworks/libSDL-1.2.0.dylib

...*snip*.../UFO Enemy Unknown/OpenXcom.app/Contents/Frameworks/libSDL-1.2.0.dylib:
@loader_path/../Frameworks/libSDL-1.2.0.dylib (compatibility version 12.0.0, current version 12.4.0)
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa (compatibility version 1.0.0, current version 20.0.0)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0)
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox (compatibility version 1.0.0, current version 492.0.0)
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)
/usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.11.0)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1265.0.0)
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 59.0.0)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 1056.0.0)
/System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)


> otool -L ...*snip*.../DROD\ GatEB.app/Contents/Frameworks/libSDL-1.2.0.dylib

...*snip*.../DROD GatEB.app/Contents/Frameworks/libSDL-1.2.0.dylib:
/usr/local/lib/libSDL-1.2.0.dylib (compatibility version 12.0.0, current version 12.4.0)
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa (compatibility version 1.0.0, current version 17.0.0)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 41.0.0)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 153.0.0)
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 159.1.0)
/usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 53.0.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 635.19.0)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 833.24.0)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1138.32.0)


> otool -L ...*snip*.../FTL.app/Contents/Frameworks/libSDL-1.2.0.dylib

...*snip*.../FTL.app/Contents/Frameworks/libSDL-1.2.0.dylib:
@rpath/libSDL-1.2.0.dylib (compatibility version 12.0.0, current version 12.4.0)
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa (compatibility version 1.0.0, current version 17.0.0)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 41.0.0)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 153.0.0)
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1094.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 159.1.0)
/usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 53.0.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 635.21.0)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 833.25.0)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1138.47.0)


I have xCode 5.1.1 & command line tools installed.

-----------------------------

Edit: I just realized that I don't have a /usr/local/lib/libSDL-1.2.0.dylib... so for the 2nd test (DROD GatEB.app/Contents/Frameworks/libSDL-1.2.0.dylib) it was probably a fallback?

Also, forgot to mention, I am on 10.8.5.
« Last Edit: June 16, 2014, 04:49:02 am by cookme »

Offline luciderous

  • Colonel
  • ****
  • Posts: 108
  • There is no spoon...
    • View Profile
Re: OSX port does not include libraries in bundle?!
« Reply #23 on: June 16, 2014, 08:22:59 am »
Hey guys! Here goes an updated and (hopefully) fixed build - https://www.mediafire.com/download/2fa4290aj1pxy1u/OpenXcom-20140616-1.zip

Changes:
I've ditched buggy .dylibs for more 'canon' Frameworks - this should help to remedy SDL-crashes. Unfortunately, there are no prebuilt frameworks for SDL_gfx and YAML-cpp around, so these have to be statically linked still. If this setup works without further problems - I'll leave it like that. If not - I'll have to recompile those 2 frameworks manually, but that might take some time.

Have it a go and tell me if it works for you!  ;)
« Last Edit: June 16, 2014, 08:34:46 am by luciderous »

Offline thd

  • Sergeant
  • **
  • Posts: 12
    • View Profile
Re: OSX port does not include libraries in bundle?!
« Reply #24 on: June 16, 2014, 08:44:41 am »
Thanks - but it still seems to crash...

Code: [Select]
Process:         OpenXcom [803]
Path:            /Users/USER/Desktop/OpenXcom.app/Contents/MacOS/OpenXcom
Identifier:      SupSuper.OpenXcom
Version:         1.0 (git20140527)
Code Type:       X86-64 (Native)
Parent Process:  launchd [263]
Responsible:     OpenXcom [803]
User ID:         501

Date/Time:       2014-06-15 23:36:18.605 -0600
OS Version:      Mac OS X 10.9.2 (13C64)
Report Version:  11
Anonymous UUID:  C6F87492-BFC0-0F97-A2DC-D9D8E04EEC4B

Sleep/Wake UUID: 1B3942B1-82B0-49C6-8112-A16C5A22EAAE

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

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

Application Specific Information:
OpenXcom

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   SupSuper.OpenXcom              0x000000010be71d14 _GLOBAL__I_a + 4
1   dyld                          0x00007fff6d657c2e ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 268
2   dyld                          0x00007fff6d657dba ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 40
3   dyld                          0x00007fff6d654a62 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 308
4   dyld                          0x00007fff6d6548f6 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 54
5   dyld                          0x00007fff6d6481da dyld::initializeMainExecutable() + 189
6   dyld                          0x00007fff6d64b560 dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 2419
7   dyld                          0x00007fff6d64727b dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*, unsigned long*) + 477
8   dyld                          0x00007fff6d64705e _dyld_start + 54

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000001  rbx: 0x000000010be71d10  rcx: 0x00007fff54004d78  rdx: 0x00007fff54004d18
  rdi: 0x0000000000000002  rsi: 0x00007fff54004d00  rbp: 0x00007fff54003260  rsp: 0x00007fff54003260
   r8: 0x00007fff6d67a178   r9: 0x00007fff54003100  r10: 0x00007fff8e216850  r11: 0x000000010bf5f631
  r12: 0x000000000000001e  r13: 0x00007fff6d67a0b0  r14: 0x00007fff6d680ee0  r15: 0x000000010bf4b568
  rip: 0x000000010be71d14  rfl: 0x0000000000010246  cr2: 0x000000010be71d10
 
Logical CPU:     0
Error Code:      0x00000000
Trap Number:     6


Binary Images:
       0x10bbfb000 -        0x10bf49ff7 +SupSuper.OpenXcom (1.0 - git20140527) <73356B5E-21C5-36E8-9816-30060FCC4D35> /Users/USER/Desktop/OpenXcom.app/Contents/MacOS/OpenXcom
       0x11011f000 -        0x110176fff +SDL (1.2.14 - 1.2.14) <C726704D-C3D9-37D1-800E-9D92D9870EAE> /Users/USER/Desktop/OpenXcom.app/Contents/Frameworks/SDL.framework/Versions/A/SDL
       0x110190000 -        0x1101aaff7 +org.libsdl.SDL-mixer (1.2.12 - 1.2.12) <3F00C757-83F6-3FE7-9F3D-FBFCAF64B659> /Users/USER/Desktop/OpenXcom.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/SDL_mixer
       0x1101db000 -        0x1101e0ff7 +org.libsdl.SDL-image (1.2.12 - 1.2.12) <3555965E-D30C-3CCF-9080-C6D180FF6052> /Users/USER/Desktop/OpenXcom.app/Contents/Frameworks/SDL_image.framework/Versions/A/SDL_image
       0x1101e6000 -        0x110215fff +mikmod (3.1.10r2 - 3.1.12) <0C15B955-F059-41B5-FFB2-60A2C41D59A7> /Users/USER/Desktop/OpenXcom.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/Frameworks/mikmod.framework/Versions/A/mikmod
       0x110227000 -        0x110260fe7 +smpeg (0.0.1d1) <ECF95B79-C1ED-3D62-B138-1A88DFB72B1E> /Users/USER/Desktop/OpenXcom.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/Frameworks/smpeg.framework/Versions/A/smpeg
       0x11028b000 -        0x11028efff +org.xiph.ogg (1.1.4 - 1.1.4) <34F101AC-3447-3FB2-93BB-388D96163BBB> /Users/USER/Desktop/OpenXcom.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/Frameworks/Ogg.framework/Versions/A/Ogg
       0x110294000 -        0x11055cff7 +org.xiph.vorbis (1.2.3 - 1.2.3) <1C923733-F7FE-36DA-9042-20F068CCC8BC> /Users/USER/Desktop/OpenXcom.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/Frameworks/Vorbis.framework/Versions/A/Vorbis
       0x11059c000 -        0x1105defe7 +FLAC (1.2.1 - 1.2.1) <E0E4B970-A168-3848-BAB1-4CA390D06F33> /Users/USER/Desktop/OpenXcom.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/Frameworks/FLAC.framework/Versions/A/FLAC
       0x1105f1000 -        0x110624ff7 +webp (3) <910AF710-5485-3A13-8861-F361D8D68632> /Users/USER/Desktop/OpenXcom.app/Contents/Frameworks/SDL_image.framework/Versions/A/Frameworks/webp.framework/Versions/A/webp
    0x7fff6d646000 -     0x7fff6d679817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
    0x7fff8013d000 -     0x7fff8014eff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x7fff80289000 -     0x7fff8034dff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff806d0000 -     0x7fff80717fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8071f000 -     0x7fff807abff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff808ee000 -     0x7fff8093fff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff80940000 -     0x7fff80958ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff80959000 -     0x7fff80991ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff80c70000 -     0x7fff80c74fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x7fff80ec9000 -     0x7fff80ff9ff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff80ffc000 -     0x7fff81017ff7  libPng.dylib (1042) <36FF1DDA-9804-33C5-802E-3FCA9879F0E6>
......


Offline mmm333

  • Squaddie
  • *
  • Posts: 6
    • View Profile
Re: OSX port does not include libraries in bundle?!
« Reply #25 on: June 16, 2014, 08:50:23 am »
Definitely appreciate the quick work on trying to get these fixes out for us Mac users. I tried your newest version and got this error message.

Code: [Select]
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

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

Application Specific Information:
/Users/mchin617/Desktop/OpenXcom.app/Contents/MacOS/OpenXcom

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   SupSuper.OpenXcom              0x0000000102b54d14 _GLOBAL__I_a + 4
1   dyld                          0x00007fff6153bc2e ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 268
2   dyld                          0x00007fff6153bdba ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 40
3   dyld                          0x00007fff61538a62 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 308
4   dyld                          0x00007fff615388f6 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 54
5   dyld                          0x00007fff6152c1da dyld::initializeMainExecutable() + 189
6   dyld                          0x00007fff6152f560 dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 2419
7   dyld                          0x00007fff6152b27b dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*, unsigned long*) + 477
8   dyld                          0x00007fff6152b05e _dyld_start + 54

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000001  rbx: 0x0000000102b54d10  rcx: 0x00007fff5d321d70  rdx: 0x00007fff5d321d10
  rdi: 0x0000000000000001  rsi: 0x00007fff5d321d00  rbp: 0x00007fff5d320260  rsp: 0x00007fff5d320260
   r8: 0x00007fff6155e178   r9: 0x00007fff5d320100  r10: 0x00007fff90ff7543  r11: 0x0000000102c42631
  r12: 0x000000000000001e  r13: 0x00007fff6155e0b0  r14: 0x00007fff61564ed8  r15: 0x0000000102c2e568
  rip: 0x0000000102b54d14  rfl: 0x0000000000010246  cr2: 0x0000000102b54d10
 
Logical CPU:     0
Error Code:      0x00000000
Trap Number:     6

Offline cookme

  • Squaddie
  • *
  • Posts: 2
    • View Profile
Re: OSX port does not include libraries in bundle?!
« Reply #26 on: June 16, 2014, 08:54:39 am »
Hey guys! Here goes an updated and (hopefully) fixed build - https://www.mediafire.com/download/2fa4290aj1pxy1u/OpenXcom-20140616-1.zip

Changes:
I've ditched buggy .dylibs for more 'canon' Frameworks - this should help to remedy SDL-crashes. Unfortunately, there are no prebuilt frameworks for SDL_gfx and YAML-cpp around, so these have to be statically linked still. If this setup works without further problems - I'll leave it like that. If not - I'll have to recompile those 2 frameworks manually, but that might take some time.

Have it a go and tell me if it works for you!  ;)

works for me.

Offline mmm333

  • Squaddie
  • *
  • Posts: 6
    • View Profile
Re: OSX port does not include libraries in bundle?!
« Reply #27 on: June 16, 2014, 09:02:05 am »
Is there anything we can download and just paste into the frameworks folder to get it to work?

Offline luciderous

  • Colonel
  • ****
  • Posts: 108
  • There is no spoon...
    • View Profile
Re: OSX port does not include libraries in bundle?!
« Reply #28 on: June 16, 2014, 09:16:34 am »
Is there anything we can download and just paste into the frameworks folder to get it to work?
No, not in this case, unfortunately.  :(

Offline darklord42

  • Sergeant
  • **
  • Posts: 29
    • View Profile
Re: OSX port does not include libraries in bundle?!
« Reply #29 on: June 16, 2014, 03:55:29 pm »
Damn It's still crashing for me aswell. Here is my crash report
Part1 (stupid post limit)
Code: [Select]
Process:         OpenXcom [81018]
Path:            /Users/USER/Desktop/OpenXcom.app/Contents/MacOS/OpenXcom
Identifier:      OpenXcom
Version:         1.0 (git20140527)
Code Type:       X86-64 (Native)
Parent Process:  bash [81013]
Responsible:     Terminal [25170]
User ID:         501

Date/Time:       2014-06-16 08:51:17.154 -0400
OS Version:      Mac OS X 10.9.3 (13D65)
Report Version:  11
Anonymous UUID:  B5F105E8-A871-4B39-64DC-CA53CCBFDFF7

Sleep/Wake UUID: 89516FD8-B888-46D5-B2AF-944A15BDCB8B

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

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

Application Specific Information:
/Users/herecomethej/Desktop/OpenXcom.app/Contents/MacOS/OpenXcom

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   SupSuper.OpenXcom              0x0000000109ed5d14 _GLOBAL__I_a + 4
1   dyld                          0x00007fff6642ec2e ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 268
2   dyld                          0x00007fff6642edba ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 40
3   dyld                          0x00007fff6642ba62 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 308
4   dyld                          0x00007fff6642b8f6 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 54
5   dyld                          0x00007fff6641f1da dyld::initializeMainExecutable() + 189
6   dyld                          0x00007fff66422560 dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 2419
7   dyld                          0x00007fff6641e27b dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*, unsigned long*) + 477
8   dyld                          0x00007fff6641e05e _dyld_start + 54

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000001  rbx: 0x0000000109ed5d10  rcx: 0x00007fff55fa0b60  rdx: 0x00007fff55fa0ac0
  rdi: 0x0000000000000001  rsi: 0x00007fff55fa0ab0  rbp: 0x00007fff55f9f010  rsp: 0x00007fff55f9f010
   r8: 0x00007fff66451178   r9: 0x00007fff55f9ef00  r10: 0x00007fff95766862  r11: 0x0000000000075321
  r12: 0x000000000000001e  r13: 0x00007fff664510b0  r14: 0x00007fff66457ed8  r15: 0x0000000109faf568
  rip: 0x0000000109ed5d14  rfl: 0x0000000000010246  cr2: 0x0000000109ed5d10
 
Logical CPU:     0
Error Code:      0x00000000
Trap Number:     6


Binary Images:
       0x109c5f000 -        0x109fadff7 +SupSuper.OpenXcom (1.0 - git20140527) <73356B5E-21C5-36E8-9816-30060FCC4D35> /Users/USER/Desktop/OpenXcom.app/Contents/MacOS/OpenXcom
       0x10e184000 -        0x10e1dbfff +SDL (1.2.14 - 1.2.14) <C726704D-C3D9-37D1-800E-9D92D9870EAE> /Users/USER/Desktop/OpenXcom.app/Contents/Frameworks/SDL.framework/Versions/A/SDL
       0x10e1ee000 -        0x10e208ff7 +org.libsdl.SDL-mixer (1.2.12 - 1.2.12) <3F00C757-83F6-3FE7-9F3D-FBFCAF64B659> /Users/USER/Desktop/OpenXcom.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/SDL_mixer
       0x10e23a000 -        0x10e23fff7 +org.libsdl.SDL-image (1.2.12 - 1.2.12) <3555965E-D30C-3CCF-9080-C6D180FF6052> /Users/USER/Desktop/OpenXcom.app/Contents/Frameworks/SDL_image.framework/Versions/A/SDL_image
       0x10e245000 -        0x10e274fff +mikmod (3.1.10r2 - 3.1.12) <0C15B955-F059-41B5-FFB2-60A2C41D59A7> /Users/USER/Desktop/OpenXcom.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/Frameworks/mikmod.framework/Versions/A/mikmod
       0x10e286000 -        0x10e2bffe7 +smpeg (0.0.1d1) <ECF95B79-C1ED-3D62-B138-1A88DFB72B1E> /Users/USER/Desktop/OpenXcom.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/Frameworks/smpeg.framework/Versions/A/smpeg
       0x10e2ea000 -        0x10e2edfff +org.xiph.ogg (1.1.4 - 1.1.4) <34F101AC-3447-3FB2-93BB-388D96163BBB> /Users/USER/Desktop/OpenXcom.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/Frameworks/Ogg.framework/Versions/A/Ogg
       0x10e2f1000 -        0x10e5b9ff7 +org.xiph.vorbis (1.2.3 - 1.2.3) <1C923733-F7FE-36DA-9042-20F068CCC8BC> /Users/USER/Desktop/OpenXcom.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/Frameworks/Vorbis.framework/Versions/A/Vorbis
       0x10e5f9000 -        0x10e63bfe7 +FLAC (1.2.1 - 1.2.1) <E0E4B970-A168-3848-BAB1-4CA390D06F33> /Users/USER/Desktop/OpenXcom.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/Frameworks/FLAC.framework/Versions/A/FLAC
       0x10e650000 -        0x10e683ff7 +webp (3) <910AF710-5485-3A13-8861-F361D8D68632> /Users/USER/Desktop/OpenXcom.app/Contents/Frameworks/SDL_image.framework/Versions/A/Frameworks/webp.framework/Versions/A/webp
    0x7fff6641d000 -     0x7fff66450817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
    0x7fff877e3000 -     0x7fff877f4ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x7fff87b12000 -     0x7fff87b39ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x7fff87b3a000 -     0x7fff87b72ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff87b73000 -     0x7fff87c37ff7  com.apple.backup.framework (1.5.3 - 1.5.3) <088FEDED-BF5C-33F4-A51A-646C8149BDAA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff87cc3000 -     0x7fff87e70f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x7fff87e71000 -     0x7fff87ea0ff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff87ea1000 -     0x7fff88a17ff7  com.apple.AppKit (6.9 - 1265.20) <D2A7AF23-0FEA-3D7D-9CF5-B4E262224577> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff88a1b000 -     0x7fff88a88fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff88a89000 -     0x7fff88a8afff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x7fff88b91000 -     0x7fff88beafff  libTIFF.dylib (1043) <D7CAE68F-6087-3B40-9CB8-EC6DB47BF877> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff88beb000 -     0x7fff88cadff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff88cae000 -     0x7fff88cb3fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff891d8000 -     0x7fff891dbfff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff891dc000 -     0x7fff891e6ff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff89456000 -     0x7fff89462ff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff89463000 -     0x7fff89463fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff89857000 -     0x7fff898c6ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff898c7000 -     0x7fff898c7ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff898c8000 -     0x7fff898e0ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff898e1000 -     0x7fff898e5ff7  libGIF.dylib (1043) <AF0FE71A-27AB-31E0-8CEA-BC0BF2091FA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff898e6000 -     0x7fff898e6ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff898e7000 -     0x7fff898e7fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8a885000 -     0x7fff8a88dfff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8a8b1000 -     0x7fff8a8b8ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8a8b9000 -     0x7fff8a8bfff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    0x7fff8a8ed000 -     0x7fff8a950ffb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8aa17000 -     0x7fff8aa17fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8aa18000 -     0x7fff8aa66fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff8ac64000 -     0x7fff8af4efff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8af60000 -     0x7fff8af6dfff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff8af7b000 -     0x7fff8b160fff  com.apple.CoreFoundation (6.9 - 855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8b2c5000 -     0x7fff8b303ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8b313000 -     0x7fff8b31bff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8b31c000 -     0x7fff8b40dff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x7fff8b40e000 -     0x7fff8b41bff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x7fff8b446000 -     0x7fff8b448ff7  com.apple.securityhi (9.0 - 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8b583000 -     0x7fff8b586ff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
    0x7fff8b58e000 -     0x7fff8b593ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff8b710000 -     0x7fff8b72cfff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x7fff8b73a000 -     0x7fff8b73efff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x7fff8b78e000 -     0x7fff8b7e0fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x7fff8b834000 -     0x7fff8b91bff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x7fff8b952000 -     0x7fff8b956fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8b9d5000 -     0x7fff8b9e3fff  com.apple.opengl (9.6.1 - 9.6.1) <B22FA400-5824-36AF-9945-5FEC31995A0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8bab1000 -     0x7fff8bab4ffc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8c034000 -     0x7fff8c08cff7  com.apple.Symbolication (1.4 - 129.0.2) <B1F008C4-184D-36A2-922F-4A67A075D512> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8c08d000 -     0x7fff8c116ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
    0x7fff8c117000 -     0x7fff8c130ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8c627000 -     0x7fff8c631fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8c658000 -     0x7fff8c902ff5  com.apple.HIToolbox (2.1.1 - 698) <A388E773-AE7B-3FD1-8662-A98E6E24EA16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8c932000 -     0x7fff8c961fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x7fff8c9fa000 -     0x7fff8c9fcfff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8cac2000 -     0x7fff8cb01fff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8cb02000 -     0x7fff8cb02ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x7fff8cb03000 -     0x7fff8cb6ffff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8cbc2000 -     0x7fff8cbf1fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8cc51000 -     0x7fff8cc8cfff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8cc95000 -     0x7fff8ce4dffb  libicucore.A.dylib (511.32) <A7CE7DAD-D3AD-36A2-BE4F-25C5F21FADBB> /usr/lib/libicucore.A.dylib
    0x7fff8ce4e000 -     0x7fff8cfbcff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8d050000 -     0x7fff8d059fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8d05a000 -     0x7fff8d0a8ff9  libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib
    0x7fff8d0fb000 -     0x7fff8d0fdff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8d110000 -     0x7fff8d135ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8d3c8000 -     0x7fff8d3c9ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8d62d000 -     0x7fff8d647fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
    0x7fff8d648000 -     0x7fff8d653fff  libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8d654000 -     0x7fff8d65bfff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8ddb5000 -     0x7fff8ddf6fff  com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8de01000 -     0x7fff8de43ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x7fff8ded0000 -     0x7fff8df59fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8e167000 -     0x7fff8e1defff  com.apple.CoreServices.OSServices (600.4 - 600.4) <C63562F5-6DF5-3EE9-8897-FF61A44C8251> /System/Library/Frameworks