Software Libre
90 subscribers
404 photos
22 videos
49 files
801 links
Discutir exclusivamente acerca de Software Libre, averiguen el tipo de licensia del software antes de compartirlo.
Download Telegram
#PlayOnLinux #Wine(s) Antiguo(s) #Error :

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

Usare estas variables
$Arquitectura : debe ser x86 o amd64 (depende de la version que tenga el problema)
$Version : debes especificar la version de wine

Es muy simple solo vayan a
"~/.PlayOnLinux/wine/linux-$Arquitectura/$Version/lib"

Por ejemplo para el Wine 1.2 de 32 Bits :
"~/.PlayOnLinux/wine/linux-x86/1.2/lib"


Usa estos comandos :
mkdir ../baklib
mv libz* ../baklib/

Y con esto se resuelve, el error de versiones antiguas de wine con #TrueType #FreeType « 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
»

#Consejo :
Si en al ejecutar programas nativos para windows mediante Wine o similares vez en la terminal que dice
preloader: Warning: failed to reserve range 00010000-00110000.

Usa este comando para solventar ese error :
su -c 'sysctl -w vm.mmap_min_addr="4096" ; ldconfig' root

Puedes buscar como hacer permanente este ultimo en tu Liñux :D