Code: Select all
$ WINEDEBUG=+loaddll wine start setup_sid_meiers_alpha_centauri_2.0.2.23.exe
…
0110:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\uxtheme.dll" : builtin
0110:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0118:err:module:load_wow64_ntdll failed to load L"\\??\\C:\\windows\\syswow64\\ntdll.dll" error c0000135
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: Internal error.
Code: Select all
$ WINEDEBUG=+loaddll winetricks comdlg32ocx
…
Executing mv /home/db48x/.wine/dosdevices/c:/windows/temp/ComDlg32.ocx /home/db48x/.wine/dosdevices/c:/windows/syswow64/comdlg32.ocx
Executing wine regsvr32 comdlg32.ocx
0228:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\start.exe" at 0000000000400000: builtin
0228:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernelbase.dll" at 000000007B000000: builtin
…
024c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\imm32.dll" at 0000000071000000: builtin
024c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\winex11.drv" at 00007FCCA7650000: builtin
024c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\uxtheme.dll" at 0000000068500000: builtin
024c:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\uxtheme.dll" : builtin
regsvr32: Failed to load DLL 'comdlg32.ocx'
------------------------------------------------------
warning: Note: command wine regsvr32 comdlg32.ocx returned status 3. Aborting.