I also get those warnings with wine-3.0 (downloaded through POL), and when I run the actual Windows program, the text is not visible. If I use 32-bit arch, the text is visible (but the program of course says it requires 64-bit).
I do have freetype installed for both 32 and 64-bit:
$ ls -l /usr/lib/*/libfreetype*
lrwxrwxrwx 1 root root 21 aug. 30 07:34 /usr/lib/i386-linux-gnu/libfreetype.so.6 -> libfreetype.so.6.14.0
-rw-r--r-- 1 root root 763480 aug. 30 07:34 /usr/lib/i386-linux-gnu/libfreetype.so.6.14.0
-rw-r--r-- 1 root root 1033028 aug. 30 07:34 /usr/lib/x86_64-linux-gnu/libfreetype.a
-rw-r--r-- 1 root root 906 aug. 30 07:34 /usr/lib/x86_64-linux-gnu/libfreetype.la
lrwxrwxrwx 1 root root 21 aug. 30 07:34 /usr/lib/x86_64-linux-gnu/libfreetype.so -> libfreetype.so.6.14.0
lrwxrwxrwx 1 root root 21 aug. 30 07:34 /usr/lib/x86_64-linux-gnu/libfreetype.so.6 -> libfreetype.so.6.14.0
-rw-r--r-- 1 root root 731608 aug. 30 07:34 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.14.0
I also had a problem creating the prefix at all.
I get this output and a hanging wineserver:
[POL_System_SetArch] Message: POL_ARCH set to amd64
[POL_Wine_SelectPrefix] Message: Selecting prefix: Foo
[POL_Wine_PrefixCreate] Message: Setting POL_WINEVERSION to 3.0 [POL_Wine_PrefixCreate] Message: Creating prefix (3.0)...
[POL_Wine_PrefixCreate] Message: Prefix already exists
[POL_SetupWindow_menu] Message: menu answer: Erase (virtual drive content will be lost)
[POL_Wine_PrefixCreate] Message: Erase Prefix
[POL_Wine_PrefixCreate] Message: Using wine 3.0
[POL_Wine_InstallVersion] Message: Installing wine version path: 3.0, amd64
[POL_Config_PrefixWrite] Message: Prefix config write: ARCH amd64
[POL_Config_PrefixWrite] Message: Prefix config write: VERSION 3.0
[POL_Wine] Message: Running wine-3.0 --version (Working directory : /home/me/.PlayOnLinux/shortcuts)
[POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonmac.com/fr/page-26-Winemenubuilder
.html
[POL_Wine] Message: Wine return: 0
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
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
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0014:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0014:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0014:err:ole:get_local_server_stream Failed: 80004002
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0012:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0012:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0012:err:ole:get_local_server_stream Failed: 80004002
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
I then had to
killall wineserver wineboot.exe rundll32.exe
I got a working wineprefix "manually" by doing
rm -rf "$HOME/.PlayOnLinux/wineprefix/Foo"
env "WINE=$HOME/.PlayOnLinux/wine/linux-amd64/3.0/bin/wine64" "WINEPREFIX=$HOME/.PlayOnLinux/wineprefix/Foo" winetricks colorprofile
printf "ARCH=amd64\nVERSION=3.0\n" >"$HOME/.PlayOnLinux/wineprefix/Foo/playonlinux.cfg"
and then letting playonlinux Overwrite when installing, but then as I said, there is no text in the actual windows program.
Edité par unhammer