[Solved] Wine missing Freetype library

Hello all,
When starting up games in Lutris I’m receiving multiple errors, the one I’ve really worked to fix is this Freetype font missing error, I’ve used synaptic to download the files from freetype.org but nothing has changed, my terminal’s output is below, any help is appreciated, thank you. :slight_smile:
INFO 2018-08-02 16:23:53,502 [runner]:Runtime disabled by system configuration
user.reg:4: Mismatched architecture ‘#arch=win32’
user.reg is not a valid registry file
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 are probably missing a some 32 bit library probably you have the 64bit one installed.
$ sudo dpkg --add-architecture i386
$ sudo apt update
$ sudo apt install libfreetype6:i386

1 Like

You were right! It freezes up a little now but otherwise is great!