"Wine cannot find the FreeType font library."

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Babkockdood
Newbie
Newbie
Posts: 2
Joined: Sun Jul 18, 2010 3:03 pm

"Wine cannot find the FreeType font library."

Post by Babkockdood »

Whenever I try running a Windows executable thru the terminal, Wine gives me the following.

Code: Select all

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.
I've tried devnulling the output but the message keeps appearing. The executable I need to use works like it's supposed to, but Wine opens X11 and gives me this message. Can someone please provide a link to this "FreeType" library?[/code]
User avatar
dimesio
Moderator
Moderator
Posts: 13371
Joined: Tue Mar 25, 2008 10:30 pm

Re: "Wine cannot find the FreeType font library."

Post by dimesio »

Babkockdood wrote:Whenever I try running a Windows executable thru the terminal, Wine gives me the following.

Code: Select all

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.
I've tried devnulling the output but the message keeps appearing. The executable I need to use works like it's supposed to, but Wine opens X11 and gives me this message. Can someone please provide a link to this "FreeType" library?[/code]
Your distro should have a package for it.
James McKenzie

"Wine cannot find the FreeType font library."

Post by James McKenzie »

dimesio wrote:
Babkockdood wrote:
Whenever I try running a Windows executable thru the terminal, Wine gives me the following.


Code:
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.



I've tried devnulling the output but the message keeps appearing. The executable I need to use works like it's supposed to, but Wine opens X11 and gives me this message. Can someone please provide a link to this "FreeType" library?[/code]
Your distro should have a package for it.

Install the 32 bit Fontconfig library.

One question though, are you using Linux or MacOSX?

James McKenzie
Locked