https://bugs.winehq.org/show_bug.cgi?id=55742
--- Comment #5 from gerard.labadie@sysgroup.fr --- Hi
I copied uxtheme.dll from a Windows partition
cp -v /media/gg/CLE32/uxtheme.dll .wine_captvty_V3/drive_c/windows/system32
, added comctl32
winetricks comctl32
setup uxtheme.dll
$ WINEARCH=win32 WINEPREFIX=~/.wine_captvty_V3/ wine reg add HKCU\Software\Wine\DllOverrides /v uxtheme /d native,builtin /f reg : L'opération s'est terminée avec succès
but Captvty V3 still fails to launch
$ ls .captvty_V3/ backtrace.txt bin Captvty.exe Captvty.exe.config Captvty.settings $ WINEARCH=win32 WINEPREFIX=~/.wine_captvty_V3/ wine ~/.captvty_V3/Captvty.exe 066c:err:module:fixup_imports_ilonly mscoree.dll not found, IL-only binary L"Captvty.exe" cannot be loaded 066c:err:module:LdrInitializeThunk Importing dlls for L"Z:\home\gg\.captvty_V3\Captvty.exe" failed, status c0000135 gg@db12:~$