Wine Error

Questions about Wine on Linux
Locked
ikshvaku
Newbie
Newbie
Posts: 1
Joined: Thu Jul 22, 2021 5:48 pm

Wine Error

Post by ikshvaku »

Hello I am getting the following error when I run winecfg. I have 6.12 installed, and I am using Manjaro. Any ideas? Thank you.

Code: Select all

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
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Wine Error

Post by jkfloris »

Do you have the same problem if you use a clean wine prefix?

Code: Select all

WINEPREFIX=~/wine-test wine winecfg
If this does work, then a program has broken your default wineprefix.
Locked