LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-13-2024, 12:07 AM   #1
akts
LQ Newbie
 
Registered: Oct 2022
Location: /dev/null
Distribution: Slackware 15.0
Posts: 6

Rep: Reputation: 8
Wine wont start: Wine cannot find the FreeType font library


Hello,

After a fresh slackware 15 install, I installed multilib and then wine from alienbob's repo using slackpkg+.

Code:
slackpkg upgrade multilib
slackpkg install multilib
Running any .exe using wine is giving me the following error.

Code:
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
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
preloader: Warning: failed to reserve range 00010000-00110000
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
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
00d4:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
00d4:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
I've found a couple of threads here addressing this that suggested installing compat32 packages would fix this issue. But wouldn't running
Code:
slackpkg install multilib
do this anyway?

Thanks in advance.
 
Old 01-13-2024, 01:33 AM   #2
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,073

Rep: Reputation: 746Reputation: 746Reputation: 746Reputation: 746Reputation: 746Reputation: 746Reputation: 746
Maybe you're missing the freetype-compat32 package?

Might be worth having a look at Alienbob's wiki article https://docs.slackware.com/slackware:multilib (slightly outdated when it comes to the list over available compat32 packages) and see if you've missed something when setting up multilib.
 
Old 01-13-2024, 01:56 AM   #3
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,691

Rep: Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377
What's the output of this command?

Code:
ls /var/lib/pkgtools/packages/ | grep compat32
 
Old 01-13-2024, 03:41 AM   #4
akts
LQ Newbie
 
Registered: Oct 2022
Location: /dev/null
Distribution: Slackware 15.0
Posts: 6

Original Poster
Rep: Reputation: 8
Thank you both.

Quote:
What's the output of this command?
Code:
$ ls /var/lib/pkgtools/packages/ | grep compat32
freetype-compat32-2.11.1-x86_64-1compat32
zlib-compat32-1.2.13-x86_64-1_slack15.0compat32
zstd-compat32-1.5.5-x86_64-1_slack15.0compat32
Quote:
Maybe you're missing the freetype-compat32 package?
Installed it. But no luck!

Code:
 # slackpkg search freetype

Looking for freetype in package list. Please wait... DONE

The list below shows all packages with name matching "freetype".

[inst] multilib    : freetype-compat32-2.11.1-x86_64-1compat32
[inst] slackware64 : freetype-2.11.1-x86_64-1

You can search specific files using "slackpkg file-search file".
 
Old 01-13-2024, 04:29 AM   #5
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,073

Rep: Reputation: 746Reputation: 746Reputation: 746Reputation: 746Reputation: 746Reputation: 746Reputation: 746
if ls /var/lib/pkgtools/packages/ | grep compat32 only lists three installed compat32 packages, there might be some other vital 32bit package missing. A full install of AlienBob's multilib package would give a long list, see the content of his multilib repo here:
https://slackware.uk/people/alien/mu...0/PACKAGES.TXT
 
Old 01-13-2024, 06:28 AM   #6
akts
LQ Newbie
 
Registered: Oct 2022
Location: /dev/null
Distribution: Slackware 15.0
Posts: 6

Original Poster
Rep: Reputation: 8
That was it!
Thanks kgha and Daedra.

I was missing the compat32 packages.

Code:
slackpkg install compat32
Did a restart afterwards, and wine started working.
 
Old 04-08-2024, 04:48 AM   #7
Santi90
LQ Newbie
 
Registered: Apr 2024
Location: Argentina
Distribution: Slackware 15.0
Posts: 1

Rep: Reputation: 0
Hello. This post helped me for solve my problem. For other users I will tell, in my case, the problem was the libpng package. The error message was about freetype, but the problem was with libpng.

By trying to install and old windows game, downgrade the libpng package. The solution was remove all libpng packages, and install the slackaware64 15.0 official version again (libpng-1.6.37-x86_64-3.txz, from official web) and the compat32 version (libpng-compat32-1.6.37-x86_64-3compat32.txz, from alien) again.

Thanks you, guys.
 
  


Reply

Tags
multilib, slackware-15, wine



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
freetype-2.13.1 => /etc/profile.d/freetype.{csh,sh} burdi01 Slackware 1 06-27-2023 03:28 AM
CVSWineX claims that it cannot find FreeType fonts nagloc Linux - Games 2 07-13-2004 05:39 PM
Fedora, Steam ==> no font, Winex: Freetype and Xrender error burn0ut Linux - Software 0 05-05-2004 03:10 PM
Freetype-devel for freetype-2.1.4-1 (redhat 9) Goog Linux - Distributions 0 05-05-2003 06:55 PM
freetype font w/ smoothing wawanryn Linux - General 1 11-03-2002 07:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration