[Bug 39012] Game "Yesterday" crashes while being played (OS X Yosemite)

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 3 14:18:00 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=39012

--- Comment #7 from Ken Thomases <ken at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list