Wine does not run on my Slackware 32bit clone. Why?

Questions about Wine on Linux
Locked
GLESTWID
Newbie
Newbie
Posts: 3
Joined: Sun Sep 06, 2020 7:25 am

Wine does not run on my Slackware 32bit clone. Why?

Post by GLESTWID »

Here's the screen's output:

Code: Select all

guest@porteus:/tmp/rs$ wine --version
wine-5.12
guest@porteus:/tmp/rs$ wine --config
0050:err:vulkan:get_vulkan_driver Wine was built without Vulkan support.
0074:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\wineusb": c0000142
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb" failed to start: 1114
0024:err:module:__wine_process_init L"C:\\windows\\system32\\--config.exe" not found

And no window of Wine came. What did I do wrong?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Wine does not run on my Slackware 32bit clone. Why?

Post by jkfloris »

Code: Select all

guest@porteus:/tmp/rs$ wine --config
--config is not a Wine option.
Did you try to run: wine winecfg ?
GLESTWID
Newbie
Newbie
Posts: 3
Joined: Sun Sep 06, 2020 7:25 am

Re: Wine does not run on my Slackware 32bit clone. Why?

Post by GLESTWID »

Yes, I have just tried wine winecfg, and it run flawlessly/
Locked