LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 12-29-2023, 11:14 AM   #1
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,363

Rep: Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335
Wine-8.6 on current puking


I grabbed some 15.0 updates from the slackware site and installed them, but then X wouldn't start. Rather than play with it, I took it as a hint to update to ~Current. I did, along with the new Multilib.

But now wine won't start - this sort of thing
Code:
bash-5.2$ winemine
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
002c:err:virtual:try_map_free_area mmap() error Operation not permitted, range 0x10000-0x13000, unix_prot 0x3.
....
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
0034:err:virtual:try_map_free_area mmap() error Operation not permitted, range 0x10000-0xc6000, unix_prot 0x1.
....
0034:err:virtual:try_map_free_area mmap() error Operation not permitted, range 0x10000-0x21000, unix_prot 0x1.
....
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
0064:err:virtual:try_map_free_area mmap() error Operation not permitted, range 0x10000-0x13000, unix_prot 0x3.
....
0064:err:virtual:try_map_free_area mmap() error Operation not permitted, range 0x10000-0x21000, unix_prot 0x1.
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
0064:err:virtual:try_map_free_area mmap() error Operation not permitted, range 0x10000-0x21000, unix_prot 0x1.
0074:err:virtual:try_map_free_area mmap() error Operation not permitted, range 0x10000-0x12000, unix_prot 0x3.
....
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
003c:err:virtual:try_map_free_area mmap() error Operation not permitted, range 0x10000-0x42000, unix_prot 0x1.
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
0084:err:virtual:try_map_free_area mmap() error Operation not permitted, range 0x10000-0x21000, unix_prot 0x1.
....
003c:err:virtual:try_map_free_area mmap() error Operation not permitted, range 0x10000-0x33000, unix_prot 0x1.
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
00b4:err:virtual:try_map_free_area mmap() error Operation not permitted, range 0x10000-0x12000, unix_prot 0x3.
....
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
00dc:err:virtual:try_map_free_area mmap() error Operation not permitted, range 0x10000-0x12000, unix_prot 0x3.
....
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
0034:err:virtual:try_map_free_area mmap() error Operation not permitted, range 0x10000-0xa6000, unix_prot 0x7.
0034:err:virtual:try_map_free_area mmap() error Operation not permitted, range 0x10000-0xa6000, unix_prot 0x7.
0104:err:virtual:try_map_free_area mmap() error Operation not permitted, range 0x10000-0x13000, unix_prot 0x3.
....
preloader: Warning: failed to reserve range 00010000-00110000
010c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
010c:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
All those memory errors are par for the course, I thought. Winemine pulls the errors above. Winecfg works. Winefile adds a few lines about missing drives, which are actually missing.

wine-8.0 gives the same errors The box is an old laptop with Ivy Bridge IGP & 6G of ram. It's ok, as long as you don't get ambitious.
 
Old 12-29-2023, 03:09 PM   #2
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,568

Rep: Reputation: 905Reputation: 905Reputation: 905Reputation: 905Reputation: 905Reputation: 905Reputation: 905Reputation: 905
Code:
010c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
Do you have the correct drivers installed? Do you have 32-bit support for them?
 
Old 12-29-2023, 11:42 PM   #3
dchmelik
Senior Member
 
Registered: Nov 2008
Location: USA
Distribution: Slackware, FreeBSD, Illumos, NetBSD, DragonflyBSD, Plan9, Inferno, OpenBSD, FreeDOS, HURD
Posts: 1,068

Rep: Reputation: 147Reputation: 147
Well, WINE 8.6 if I recall correctly is a current/development/testing version, and did you try the latest WINE 8.0.2? It works fine for me on Slackware 15.1-current but I don't use WINE on Slackware 15 stable (both 64-bit).
 
Old 12-30-2023, 07:10 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,363

Original Poster
Rep: Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335
Quote:
Originally Posted by garpu View Post
Code:
010c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
Do you have the correct drivers installed? Do you have 32-bit support for them?
You may be on to something. 'wine64 winemine' works. So winemine must call some 64bit binary

OTOH, I'm using Alien Bob'e 32/64 wine and his full multilib setup, so I'd expect the basics to work. They always have before. If some wine version was throwing errors, it wouldn't be left on the repository.

I've previously used the 8.0 version of wine(which also pukes) on this box with slackware-15.0 and it works on 32bit. So my problem must be an effect of moving from 15.0 to current, not the new wine version.

EDIT: As for 32bit drivers, I don't think they're needed. X remains 64bit. /usr/lib64/xorg/modules exists; /usr/lib/xorg/modules does not - even on working installs.

Last edited by business_kid; 12-30-2023 at 08:45 AM. Reason: Add afterthoughts. Amazing what a bit of food does!
 
Old 12-31-2023, 06:01 PM   #5
biker_rat
Member
 
Registered: Feb 2010
Posts: 370

Rep: Reputation: 220Reputation: 220Reputation: 220
are you using alenbob current multilib or did you forget switch from 15? have you run slackpkg install multilib recently to pull in new multilib packages? have you installed compat packages( slackpkg install compat from alienbob non-multilib repo?) if all yes, get a later newer wine-staging from ponce sbopkg current?
 
Old 01-01-2024, 07:02 AM   #6
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,363

Original Poster
Rep: Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335
Well, kudos to @garpu & @biker_rat - I was missing stuff. Carelessness at this end

I had fetched the current Multilib using lftp in the appropriate slackware64-compat32/ directory and running
Code:
mirror */*.txz
which should have been fine. But the download stopped half way through the 'l-compat32' files, and left out the other half of the libraries as well as the n, x, & xap files.

Things worked better after I put them in.....
 
Old 01-01-2024, 10:16 AM   #7
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,568

Rep: Reputation: 905Reputation: 905Reputation: 905Reputation: 905Reputation: 905Reputation: 905Reputation: 905Reputation: 905
Quote:
Originally Posted by business_kid View Post
Well, kudos to @garpu & @biker_rat - I was missing stuff. Carelessness at this end
It's super-easy to do, if you don't check for new multilib packages every now and then.
 
  


Reply



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
[SOLVED] Ultimaker-Cura Appimages puking on Slackware-15.0 business_kid Slackware 35 06-15-2023 11:24 AM
Vista VM puking. Where? AntiVirus related? business_kid General 1 01-19-2020 09:19 AM
Link targets - problems with Wine (Though not Wine specific - Wine site doesn't help) Kevjml Linux - Newbie 1 01-13-2006 07:53 AM
r8169 puking oogle Linux - Hardware 4 11-24-2004 05:57 PM
Wine, Wine, Wine!! Wolf Linux - Software 1 01-20-2003 12:25 PM

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

All times are GMT -5. The time now is 03:37 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