Mantis Bug Tracker

View Revisions: Issue #7389 All Revisions ] Back to Issue ]
Summary 0007389: freetype missing on OS X; causes crashes when entering fullscreen and/or starting DF
Revision 2015-10-18 10:56 by lethosor
Description (Removed partial duplicate of 0005260)
Apple stopped distributing X11 with OS X 10.8+, so players with newer versions of OS X have freetype6.dylib missing from their system, and the game crashes with:
dyld: Library not loaded: /usr/X11R6/lib/libfreetype.6.dylib
  Referenced from: /Users/hlavaczech/Downloads/df_osx/libs/SDL_ttf.framework/Versions/A/SDL_ttf
  Reason: image not found

Revision 2015-07-06 11:25 by lethosor
Description (Removed partial duplicate of 0005260)
Apple stopped distributing X11 with OS X 10.8+, so players with newer versions of OS X have freetype6.dylib missing from their system, and the game crashes with:
dyld: Library not loaded: /usr/X11R6/lib/libfreetype.6.dylib
  Referenced from: /Users/hlavaczech/Downloads/df_osx/libs/SDL_ttf.framework/Versions/A/SDL_ttf
  Reason: image not found

This can be easily solved by bundling freetype6 in DF/libs or including a updated SDL_ttf library which includes freetype (see below).
Revision 2015-07-06 11:23 by lethosor
Description (Manager's note: this part is 0005260.) 1. SDL 1.2.13 bundled with DF causes fullscreen mode to crash the game every time. As the maintainer of the Macnewbie pack I'm distributing the game with SDL 1.2.15, fullscreen mode works, haven't found any problem with it on the past months, I recommend upgrading.

2. The other problem is that Apple stopped distributing X11 with Osx 10.8 and 10.9, so unless players are instructed to install XQuartz, freetype6.dylib is missing from their system, and the game crashes with:
dyld: Library not loaded: /usr/X11R6/lib/libfreetype.6.dylib
  Referenced from: /Users/hlavaczech/Downloads/df_osx/libs/SDL_ttf.framework/Versions/A/SDL_ttf
  Reason: image not found

This can be easily solved by <s>bundling freetype6 in DF/libs</s>.
Revision 2014-12-06 07:11 by lethosor
Description (Manager's note: this part is 0005260.) 1. SDL 1.2.13 bundled with DF causes fullscreen mode to crash the game every time. As the maintainer of the Macnewbie pack I'm distributing the game with SDL 1.2.15, fullscreen mode works, haven't found any problem with it on the past months, I recommend upgrading.

2. The other problem is that Apple stopped distributing X11 with Osx 10.8 and 10.9, so unless players are instructed to install XQuartz, freetype6.dylib is missing from their system, and the game crashes with:
dyld: Library not loaded: /usr/X11R6/lib/libfreetype.6.dylib
  Referenced from: /Users/hlavaczech/Downloads/df_osx/libs/SDL_ttf.framework/Versions/A/SDL_ttf
  Reason: image not found

This can be easily solved by bundling freetype6 in DF/libs.
Revision 2014-12-06 07:09 by lethosor
Description (Manager's note: this part is 0005260.) 1. SDL 1.2.13 bundled with DF causes fullscreen mode to crash the game every time. As the maintainer of the Macnewbie pack I'm distributing the game with SDL 1.2.15, fullscreen mode works, haven't found any problem with it on the past months, I recommend upgrading.

2. The other problem is that Apple stopped distributing X11 with Osx 10.8 and 10.9, so unless players are instructed to install XQuartz, freetype6.dylib is missing from their system, and the game crashes with a less then helpful error message:
"/Dwarf Fortress/df" dyld: could not load inserted library './hack/libdfhack.dylib' because no suitable image found. Did find: ./hack/libdfhack.dylib: mach-o, but wrong architecture"
This can be easily solved by bundling freetype6 in DF/libs.
Revision 2014-08-26 14:08 by lethosor
Description (Manager's note: this part is 0005260.) 1. SDL 1.2.13 bundled with DF causes fullscreen mode to crash the game every time. As the maintainer of the Macnewbie pack I'm distributing the game with SDL 1.2.15, fullscreen mode works, haven't found any problem with it on the past months, I recommend upgrading.

2. The other problem is that Apple stopped distributing X11 with Osx 10.8 and 10.9, so unless players are instructed to install XQuartz, freetype6.dylib is missing from their system, and the game crashes with a less then helpful error message:
"/Dwarf Fortress/df" dyld: could not load inserted library './hack/libdfhack.dylib' because no suitable image found. Did find: ./hack/libdfhack.dylib: mach-o, but wrong architecture"
This can be easily solved by bundling freetype6 in /lib.
Revision 2014-08-26 13:55 by lethosor
Description 1. SDL 1.2.13 bundled with DF causes fullscreen mode to crash the game every time. As the maintainer of the Macnewbie pack I'm distributing the game with SDL 1.2.15, fullscreen mode works, haven't found any problem with it on the past months, I recommend upgrading.

2. The other problem is that Apple stopped distributing X11 with Osx 10.8 and 10.9, so unless players are instructed to install XQuartz, freetype6.dylib is missing from their system, and the game crashes with a less then helpful error message:
"/Dwarf Fortress/df" dyld: could not load inserted library './hack/libdfhack.dylib' because no suitable image found. Did find: ./hack/libdfhack.dylib: mach-o, but wrong architecture"
This can be easily solved by bundling freetype6 in /lib.


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker