https://bugs.winehq.org/show_bug.cgi?id=55742
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |29d5ce6b7a40635e2c4904ece9b | |8381a8132f248 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #19 from Louis Lenders xerox.xerox2000x@gmail.com --- The uxtheme stubs for the three mentioned ordinals are now in git, so let's close this one.
I don't know how to solve the follow-up bug for "SystemDll Not found" so you might want to open a new bugreport for that(something like "Captvty cannot load comctl32")
In next wine-release wine-8.20 the following work-around should get you to at least start the application (but expect more problems: the GUI doesn't look really right and I couldn't download anything)
- Extract with cabextract from ~/.winetricks/win7sp1/windows6.1-kb976932-x64_74865ef2562006e51d7f9333b4a8d45b7a749dab.exe the file x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2/comctl32.dll
- Copy it to syswow64: cp -rf x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2/comctl32.dll ~/.wine/drive_c/windows/syswow64/comctl32.dll
- And remove manifest file rm -rf ~/.wine/drive_c/windows/winsxs/manifests/x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef.manifest
- Set native,builtin override for comctl32.dll for Captvty.exe
You also need winetricks gdiplus to avoid corrupted GUI
As I said, there seem to be various follow-up bugs :(. Maybe playing with winetricks might help?