https://bugs.winehq.org/show_bug.cgi?id=16876
--- Comment #19 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, obviously still present.
Updated test procedure using 64-bit WINEPREFIXes. With Wine's experimental Wow64 mode one can't create 32-bit prefixes anymore by design.
Snapshot of 64-bit installer via archive.org:
https://web.archive.org/web/2020080320522/https://download.microsoft.com/dow...
$ sha1sum wic_x64_enu.exe 4bdbf76a7bc96453306c893b4a7b2b8ae6127f67 wic_x64_enu.exe
$ du -sh wic_x64_enu.exe 1.9M wic_x64_enu.exe
--- snip --- $ rm -rf ~/.wine
# Windows XP has no 'MachineType=64' $ winecfg /v win2003
# takes care of wiping dlls in both, system32 and syswow64 $ find .wine/drive_c/windows/ ( -iname windowsc*.dll -o -iname photo*.dll ) -exec rm {} ;
/home/rmi1974/.wine/drive_c/windows/system32/WindowsCodecs.dll /home/rmi1974/.wine/drive_c/windows/system32/WindowsCodecsExt.dll /home/rmi1974/.wine/drive_c/windows/system32/WMPhoto.dll /home/rmi1974/.wine/drive_c/windows/system32/photometadatahandler.dll /home/rmi1974/.wine/drive_c/windows/syswow64/WindowsCodecs.dll /home/rmi1974/.wine/drive_c/windows/syswow64/WindowsCodecsExt.dll /home/rmi1974/.wine/drive_c/windows/syswow64/WMPhoto.dll /home/rmi1974/.wine/drive_c/windows/syswow64/photometadatahandler.dll
$ taskset -c 0 wine ./wic_x64_enu.exe <hangs> --- snip ---
$ wine --version wine-10.1-125-g4de56399442
(experimental Wow64 build)
Regards