[Solved] Wine cannot find the FreeType font?

I’m trying to play the game “The 4th coming”. When I use the installation script on the game page, everything works fine the first time I start the game, but after the installation process, if I close the game and try to restart it, fonts are missing.

here is the output that I get from logs

wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe"
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
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
Wine cannot find the FreeType font library.  To enable Wine to

How can the game work correctly the first time, but not the second time I run it?

You need to install this library

sudo apt-get install libfreetype6:i386
2 Likes