LinuxQuestions.org
Review your favorite Linux distribution.
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 03-19-2022, 07:30 PM   #1
arubin
Senior Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,352

Rep: Reputation: 75
Cannot get wine to work in 15.0


This is the output from winecfg

Quote:
alan@Lavankossot:~$ winecfg
preloader: Warning: failed to reserve range 00010000-00110000
wine: created the configuration directory '/home/alan/.wine'
preloader: Warning: failed to reserve range 00010000-00110000
002c:fixme:actctxarse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
0048:fixme:actctxarse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
preloader: Warning: failed to reserve range 00010000-00110000
0050:fixme:actctxarse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
wine: Unhandled page fault on execute access to 7E346D20 at address 7E346D20 (thread 0048), starting debugger...
0048:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 68 88" (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
002c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
002c:err:winediag:nodrv_CreateWindow The explorer process failed to start.
wine: Unhandled page fault on execute access to 7E21F990 at address 7E21F990 (thread 0050), starting debugger...
0050:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 76 88" (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
0040:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0040:err:winediag:nodrv_CreateWindow The explorer process failed to start.
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
0080:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0080:err:winediag:nodrv_CreateWindow The explorer process failed to start.
preloader: Warning: failed to reserve range 00010000-00110000
0088:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0088:err:winediag:nodrv_CreateWindow The explorer process failed to start.
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
wine: configuration in L"/home/alan/.wine" has been updated.
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
wine: Unhandled page fault on execute access to 7E343D20 at address 7E343D20 (thread 00e4), starting debugger...
00e4:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 224 88" (998)
Read the Wine Developers Guide on how to set up winedbg or another debugger
00e4:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 224 88" (1359)
Read the Wine Developers Guide on how to set up winedbg or another debugger
00dc:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
00dc:err:winediag:nodrv_CreateWindow The explorer process failed to start.
alan@Lavankossot:~$
I installed wine from the slackbuild and I have multilib installed. Any ideas? Thanks
 
Old 03-19-2022, 08:00 PM   #2
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,463
Blog Entries: 7

Rep: Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561
Cannot get wine to work in 15.0

Looks like there's confusion between 64/32 bits to me.

Did you follow the instructions to the letter?

If you just want to run wine, you can try conty.sh. It's as simple as download it and it runs. No multi-lib required:

https://github.com/Kron4ek/Conty

Works well under Slackware64.
 
Old 03-20-2022, 03:30 AM   #3
ozanbaba
Member
 
Registered: May 2003
Location: İzmir
Distribution: Slackware64 15.0 Multilib
Posts: 778

Rep: Reputation: 135Reputation: 135
Did you compile it yourself or did you download it off somewhere?
 
Old 03-20-2022, 04:24 AM   #4
arubin
Senior Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,352

Original Poster
Rep: Reputation: 75
I compiled wine using the slackbuild. Could this be an Nvidia problem?
 
Old 03-20-2022, 04:48 AM   #5
arubin
Senior Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,352

Original Poster
Rep: Reputation: 75
I re-installed the Nvidia driver and wine is now working.
 
Old 03-20-2022, 04:48 AM   #6
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,081

Rep: Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751
I've used AlienBob's wine packages for years and they have been rock solid. Maybe worth trying:
https://slackware.nl/people/alien/sb...0/x86_64/wine/

Two dependencies (also in AlienBob's repo):
Quote:
Tue Mar 1 21:52:01 UTC 2022
wine: updated to 7.3 (Slackware 15.0 and -current).
Depends on FAudio, vkd3d. For 64bit Slackware, also depends on multilib.
In addition to standard multilib, you need to convert the 32bit FAudio
and vkd3d packages to '-compat32' packages and install those.
 
  


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
Wine Wine Wine asumofparts Linux - Software 3 10-02-2010 02:29 PM
A wine question: Theming wine or changing wine's colour scheme PatrickMay16 General 8 12-17-2006 06:53 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
cannot get program to work using WINE dev1gig Linux - Software 0 08-09-2003 11:43 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 02:00 PM.

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