Microsoft.Windows.Common-Controls ???

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ToddAndMargo
Level 3
Level 3
Posts: 52
Joined: Tue Feb 28, 2012 12:32 am

Microsoft.Windows.Common-Controls ???

Post by ToddAndMargo »

Hi All,

Wine Staging 4.10.1

How do I fix "Could not find dependent assembly 'Microsoft.Windows.Common-Controls'"?

Many thanks,
-T

Code: Select all

$ wine KnoxManageRemoteSupportClient-2.3.196.exe
0053:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0053:fixme:ole:CoInitializeSecurity (0x33f38c,-1,(nil),(nil),6,2,(nil),8192,(nil)) - stub!
0053:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0055:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Microsoft.Windows.Common-Controls ???

Post by DarkShadow44 »

FIXMEs are usually harmless, what's your actual problem?
ToddAndMargo
Level 3
Level 3
Posts: 52
Joined: Tue Feb 28, 2012 12:32 am

Re: Microsoft.Windows.Common-Controls ???

Post by ToddAndMargo »

DarkShadow44 wrote:FIXMEs are usually harmless, what's your actual problem?
The installer starts, decompresses file, and then vanishes.

/home/todd/.wine/drive_c/Program Files/SAMSUNG SDS/KM Remote Support Viewer/

is not created

Now it is giving a lot more complaining when I try to run it

Code: Select all

 wine KnoxManageRemoteSupportClient-2.3.196.exe
000b:fixme:winediag:start_process Wine Staging 4.10 is a testing version containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
0012:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
001d:fixme:nls:GetThreadPreferredUILanguages 00000034, 0xadf288, 0xadf2f8 0xadf290
001d:fixme:nls:get_dummy_preferred_ui_language (0x34 0xadf288 0xadf2f8 0xadf290) returning a dummy value (current locale)
0039:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0039:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0009:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0009:fixme:ole:CoInitializeSecurity (0x33f38c,-1,(nil),(nil),6,2,(nil),8192,(nil)) - stub!
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
001e:fixme:wininet:InternetCheckConnectionW (L"https://cws.connectedpdf.com" 1 0)
001e:fixme:advapi:ImpersonateLoggedOnUser (0x110)
0042:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Microsoft.Windows.Common-Controls ???

Post by DarkShadow44 »

Is there a free installer?
ToddAndMargo
Level 3
Level 3
Posts: 52
Joined: Tue Feb 28, 2012 12:32 am

Re: Microsoft.Windows.Common-Controls ???

Post by ToddAndMargo »

DarkShadow44 wrote:Is there a free installer?
I am asking for permission from the owners to send it to the bugzilla. I have not heard back from them yet.

Also, this was to upgrade a prior install. The prior version worked. Under Windows 7, the installer will do an un-install of the prior version, then quit. You have to run the installer a second time to get re-installed. Is there a way to tell Wine to uninstall he prior version?
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Microsoft.Windows.Common-Controls ???

Post by DarkShadow44 »

When the automatic uninstall is not working, that's already a bug. But there's "wine uninstaller".
ToddAndMargo
Level 3
Level 3
Posts: 52
Joined: Tue Feb 28, 2012 12:32 am

Re: Microsoft.Windows.Common-Controls ???

Post by ToddAndMargo »

DarkShadow44 wrote:When the automatic uninstall is not working, that's already a bug. But there's "wine uninstaller".
Would you point me to the directions?
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Microsoft.Windows.Common-Controls ???

Post by DarkShadow44 »

What directions? You literally just paste "wine uninstaller" into the terminal.
ToddAndMargo
Level 3
Level 3
Posts: 52
Joined: Tue Feb 28, 2012 12:32 am

Re: Microsoft.Windows.Common-Controls ???

Post by ToddAndMargo »

Oh that was easy! I was thinking of something way, way more complicated! Thank you!

And it fresh installed afterwards perfectly. Thank you again!

If get permission from the vendor, I will post the reinstall bug to the bugzilla.

Does the uninstaller work on .msi installs yet? (I found a note to that effect.)
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Microsoft.Windows.Common-Controls ???

Post by DarkShadow44 »

The uninstaller should work on msi, yes.
ToddAndMargo
Level 3
Level 3
Posts: 52
Joined: Tue Feb 28, 2012 12:32 am

Re: Microsoft.Windows.Common-Controls ???

Post by ToddAndMargo »

Thank you!! I prefer MSI installers, as there is less junkware bundled with it.
ToddAndMargo
Level 3
Level 3
Posts: 52
Joined: Tue Feb 28, 2012 12:32 am

Re: Microsoft.Windows.Common-Controls ???

Post by ToddAndMargo »

I just posted this:
Issues with KnoxManageRemoteSupportClient.exe
https://bugs.winehq.org/show_bug.cgi?id=47465
RAILITYSA
Newbie
Newbie
Posts: 2
Joined: Thu Aug 01, 2019 1:54 pm

Re: Microsoft.Windows.Common-Controls ???

Post by RAILITYSA »

ToddAndMargo wrote:Hi All,

Wine Staging 4.10.1

How do I fix "Could not find dependent assembly 'Microsoft.Windows.Common-Controls'"?

Many thanks,
-T

Code: Select all

$ wine KnoxManageRemoteSupportClient-2.3.196.exe
0053:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0053:fixme:ole:CoInitializeSecurity (0x33f38c,-1,(nil),(nil),6,2,(nil),8192,(nil)) - stub!
0053:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0055:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
FIXMEs are usually harmless, what's your actual problem?
ToddAndMargo
Level 3
Level 3
Posts: 52
Joined: Tue Feb 28, 2012 12:32 am

Re: Microsoft.Windows.Common-Controls ???

Post by ToddAndMargo »

Hi Railitysa,

The actual problem was reported to the bugzilla:

Issues with KnoxManageRemoteSupportClient.exe
https://bugs.winehq.org/show_bug.cgi?id=47465

Haven't heard back from them yet.

-T
Locked