PlayOnLinux 未检测到 FreeType 字体 - ubuntu 18.04

cal*_*bob 9 wine fonts playonlinux 18.04

刚开始使用 PlayOnLinux - 尝试安装很少的应用程序,每次我得到某种变化时:

10/11/18 12:16:38 - [POL_Wine] Message: Running wine-1.6.2 /home/callmebob/Downloads/setup_fallout2_2.1.0.18.exe POL_GoG_install (Working directory : /home/callmebob/.PlayOnLinux/tmp)
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
fixme:process:SetProcessDEPPolicy (1): stub
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
fixme:process:SetProcessDEPPolicy (1): stub
fixme:win:DisableProcessWindowsGhosting : stub
fixme:msg:ChangeWindowMessageFilter c057 00000001
fixme:msg:ChangeWindowMessageFilter c057 00000001
fixme:msg:ChangeWindowMessageFilter c057 00000001
Run Code Online (Sandbox Code Playgroud)

但是在我的系统上:

callmebob@callmebob-XPS:~$ sudo dpkg -l | grep freetype
ii  libfreetype6:amd64                         2.8.1-2ubuntu2
ii  libfreetype6:i386                          2.8.1-2ubuntu2
ii  libfreetype6-dev:amd64                     2.8.1-2ubuntu2
Run Code Online (Sandbox Code Playgroud)

我对 POL 了解不多,但从我阅读他们的论坛来看,在我看来这可能是 Ubuntu 18.04 上的常见问题。我想知道是否有人知道如何解决这个问题?

rub*_*o77 0

尝试重新安装 libfreetype6

sudo apt purge libfreetype6:i386
sudo apt install libfreetype6:i386
Run Code Online (Sandbox Code Playgroud)

来源: https ://forums.lutris.net/t/solved-wine-missing-freetype-library/2772


小智 0

打开 PlayonLinux。

单击您的程序。

右侧现在是一个菜单,单击“配置”。

打开配置窗口后,转到“安装组件”选项卡。

滚动直到看到“Microsoft Core Fonts”

安装那个。

这可能有帮助。

您的部分问题可能是您使用的是 wine-1.6.2。PeppermintOS 11 使用 wine-3.0,最近我不得不切换到 Debian 12,因为 wine-3.0 完全停止使用我的程序。原因是 wine-8.0 是最新的,而 3.0 真的很旧。1.6.2 可能无法运行您想要运行的任何内容,因为 Ubuntu 和 Duvian 发行版上的固件长期以来一直被忽视,以至于它们与较新版本的 wine 和 playonlinux 不兼容。这些组件不再与 wine 兼容,因此 wine 需要更新。如果您无法通过 apt 更新 wine,请尝试https://winehq.org。如果您无法从那里更新,您别无选择,只能将发行版切换到更现代的发行版才能使用 wine。Ubuntu 22.04(Jammy Jellyfish) 似乎是与 wine 8.0 兼容的最古老的 Ubuntu。

希望这可以帮助。祝你好运。