https://bugs.winehq.org/show_bug.cgi?id=39012
--- Comment #7 from Ken Thomases ken@codeweavers.com --- (In reply to deka95500 from comment #5)
Created attachment 51982 [details] Backtrace for Wine 1.7.48
From the log:
Wine cannot find the FreeType font library. To enable Wine to use TrueType fonts please install a version of FreeType greater than or equal to 2.0.5. http://www.freetype.org
You need to fix this. You can install XQuartz and do:
export DYLD_FALLBACK_LIBRARY_PATH=/opt/X11/lib:/usr/lib
before running Wine. Or you can use MacPorts or Homebrew or something to install FreeType and change the above command to set DYLD_FALLBACK_LIBRARY_PATH to reference the appropriate directory.