fixme:font:freetype_SelectFont Untranslated charset 255

Questions about Wine on Linux
Locked
asdf51020
Newbie
Newbie
Posts: 1
Joined: Thu Apr 09, 2015 2:19 pm

fixme:font:freetype_SelectFont Untranslated charset 255

Post by asdf51020 »

Hello,

I am running Ubuntu 14.04 64 and wine 5.1.2600.
I am trying to get a program called ANZIO32.exe to run (like a greenscreen from 30 years ago).
I got it to run, use the correct files, and connect to the server, but I get a message:
fixme:font:freetype_SelectFont Untranslated charset 255

I also get a popup from AnzioWin that says "Warning: font is suspect". It generates tons of errors which stops the program from loading.

from a .def file I believe it is using font Courier New.

Any ideas?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: fixme:font:freetype_SelectFont Untranslated charset 255

Post by dimesio »

asdf51020 wrote: wine 5.1.2600.
There is no such version, nor does that number bear any resemblance to Wine's actual versioning scheme.

Open a terminal and type

Code: Select all

wine --version
If the version number returned isn't 1.7.40, upgrade.
Locked