Winecfg 6.15 will not launch after latest update

After latest updates included wine (wine-6.15), can’t run winecfg on empty profile.

winecfg
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
wine: could not load kernel32.dll, status c0000135

Most likely you have to run first
winetricks d3dx10 d3dx9_36 vcrun2005 corefonts
Depending if you use or not some wineprefix … you have to point to it.

Much easier to deal with all this by using PlayOnLinux

winetricks package is not installed.

winetricks d3dx10 d3dx9_36 vcrun2005 corefonts
bash: winetricks: command not found

Shouldn’t it be a dependency?

winetricks depends on wine but wine does not depend on winetricks … You can install it tho:
pamac install winetricks

Still doesn’t work:

sudo pamac install winetricks ; echo ok ; winetricks d3dx10 d3dx9_36 vcrun2005 corefonts ; echo ok ; winecfg
Preparing...
Warning: winetricks-20210206-1 is up to date -- skipping
Nothing to do.
Transaction successfully finished.
ok
Executing mkdir -p /home/Tribble
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
------------------------------------------------------
WINEPREFIX INFO:
Drive C: total 16
drwxr-xr-x 4 Tribble Tribble 4096 Aug 20 11:17 .
drwxr-xr-x 4 Tribble Tribble 4096 Aug 20 11:21 ..
drwxr-xr-x 3 Tribble Tribble 4096 Aug 20 11:17 users
drwxr-xr-x 4 Tribble Tribble 4096 Aug 20 11:17 windows

Registry info:
/home/Tribble/.wine/system.reg:#arch=win64
/home/Tribble/.wine/user.reg:#arch=win64
------------------------------------------------------
------------------------------------------------------
warning: wine cmd.exe /c echo '%AppData%' returned empty string, error message "wine: could not load kernel32.dll, status c0000135" 
------------------------------------------------------
ok
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
wine: could not load kernel32.dll, status c0000135

I’m facing the same issue. Could you fix it?

2 Likes

winecfg is working with wine-6.16 so try it.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.