刚刚开始使用 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
但是在我的系统上:
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
我对 POL 了解不多,但从我阅读的论坛来看,这可能是 Ubuntu 18.04 上的一个常见问题。我想知道是否有人知道如何解决这个问题?
答案1
尝试重新安装 libfreetype6
sudo apt purge libfreetype6:i386
sudo apt install libfreetype6:i386
来源: https://forums.lutris.net/t/solved-wine-missing-freetype-library/2772
答案2
打开 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 Distros 上的固件已被忽视了很长时间,以至于它们与较新版本的 wine 和 playonlinux 不兼容。组件不再与 wine 兼容,因此 wine 需要更新。如果您无法通过 apt 更新 wine,请尝试https://winehq.org。如果您无法从那里更新,您别无选择,只能切换到更现代的发行版才能使用 wine。Ubuntu 22.04(Jammy Jellyfish)似乎是与 wine 8.0 兼容的最老的 Ubuntu。
希望这有帮助,祝你好运。