wine doesn't run anything

Questions about Wine on Linux
Locked
dancaer69
Level 1
Level 1
Posts: 5
Joined: Wed Aug 22, 2018 1:11 am

wine doesn't run anything

Post by dancaer69 »

Hello,
suddenly wine doesn't open anything. I tried to use new prefix and reinstall it(I'm using wine-staging 5.9 from winehq repository).
I always get an error about couldn't start services.exe. This is the output when try to run winecfg:

Code: Select all

002c:fixme:winediag:__wine_start_process Wine Staging 5.9 is a testing version containing experimental patches.
002c:fixme:winediag:__wine_start_process Please mention your exact version when filing bug reports on winehq.org.
003c:err:module:__wine_process_init failed to load L"C:\\windows\\system32\\services.exe", error c0000018
002c:err:wineboot:start_services_process Couldn't start services.exe: error 487
0044:err:module:__wine_process_init failed to load L"C:\\windows\\system32\\explorer.exe", error c0000018
002c:fixme:ver:GetCurrentPackageId (000000000031FA80 0000000000000000): stub
0034:fixme:winediag:__wine_start_process Wine Staging 5.9 is a testing version containing experimental patches.
0034:fixme:winediag:__wine_start_process Please mention your exact version when filing bug reports on winehq.org.
004c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
004c:err:winediag:nodrv_CreateWindow The explorer process failed to start.
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: wine doesn't run anything

Post by spoon0042 »

known bug: https://bugs.winehq.org/show_bug.cgi?id=49208

you can downgrade and wait for 5.10 to release or do the workaround noted on the bug: strip /opt/wine-staging/lib64/wine/kernelbase.dll
dancaer69
Level 1
Level 1
Posts: 5
Joined: Wed Aug 22, 2018 1:11 am

Re: wine doesn't run anything

Post by dancaer69 »

Thanks, that worked.
Locked