Error Microsoft.Windows.Common-Controls" (6.0.0.0)

Questions about Wine on Linux
Locked
rhayonne
Newbie
Newbie
Posts: 3
Joined: Fri May 14, 2021 6:55 pm

Error Microsoft.Windows.Common-Controls" (6.0.0.0)

Post by rhayonne »

Good Morning.
I'm trying to run an EXE program that is an installer on Wine (6.7)
And it doesn't work at all, I've tried it in many ways and it always gives the same error.
What should I do?

Error:

Code: Select all

04c8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
04c8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
04d0:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
04d0:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
04d8:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
04d8:err:seh:call_stack_handlers invalid frame 000000000011FDAC (0000000000022000-0000000000120000)
04d8:err:seh:NtRaiseException Exception frame is not in stack limits => unable to dispatch exception.
SO: Fedora
Gnome 40
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Error Microsoft.Windows.Common-Controls" (6.0.0.0)

Post by jkfloris »

Fixme reports are usually harmless.
Nevertheless, if you think that it is due to "Microsoft.Windows.Common-Controls", you can try the following winetricks:

Code: Select all

winetricks -q comctl32ocx comdlg32ocx
Maybe we can help you better if you give the name of the program.
rhayonne
Newbie
Newbie
Posts: 3
Joined: Fri May 14, 2021 6:55 pm

Re: Error Microsoft.Windows.Common-Controls" (6.0.0.0)

Post by rhayonne »

Im Back, so.
Thanks for you help!
I have another problem, i tried unistall wine to reinstall but now, i cant re-install.
Image

Tkz
Attachments
Capture d’écran de 2021-05-18 17-33-12.png
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Error Microsoft.Windows.Common-Controls" (6.0.0.0)

Post by jkfloris »

A new Wine version has been released. Your system is trying to download the older version.
Please update your package lists and try again.

Code: Select all

dnf check-update
rhayonne
Newbie
Newbie
Posts: 3
Joined: Fri May 14, 2021 6:55 pm

Re: Error Microsoft.Windows.Common-Controls" (6.0.0.0)

Post by rhayonne »

Tks, I did the installation. Now i'll try run the Program.
Locked