https://bugs.winehq.org/show_bug.cgi?id=16876
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Various Microsoft |Multiple Microsoft |component/prerequisite |component/prerequisite |installers hang due to bug |installers hang in basic UI |in property sheet control |mode due to incorrect |(WIC, PowerShell, XPSEPSC) |PropertySheet 'Finish' | |return value for modal | |sheets (WIC, PowerShell, | |XPSEPSC) URL|http://download.microsoft.c |https://web.archive.org/web |om/download/f/f/1/ff178bb1- |/20110608194929/http://down |da91-48ed-89e5-478a99387d4f |load.microsoft.com/download |/wic_x86_enu.exe |/f/f/1/ff178bb1-da91-48ed-8 | |9e5-478a99387d4f/wic_x86_en | |u.exe
--- Comment #17 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, obviously still present.
Adding stable link via Internet Archive:
https://web.archive.org/web/20110608194929/http://download.microsoft.com/dow...
--- snip --- $ rm -rf ~/.wine
$ export WINEARCH=win32 && winecfg /v winxp
$ find ~/.wine/drive_c/windows/system32/ ( -iname windowsc*.dll -o -iname *photo*.dll ) -print -exec rm {} ;
/home/focht/.wine/drive_c/windows/system32/windowscodecs.dll /home/focht/.wine/drive_c/windows/system32/windowscodecsext.dll /home/focht/.wine/drive_c/windows/system32/photometadatahandler.dll /home/focht/.wine/drive_c/windows/system32/wmphoto.dll
$ taskset -c 0 wine ./wic_x86_enu.exe <hangs> --- snip ---
@Nikolay
It might be worth to make another attempt to send the patch to wine-devel (if there ever was one). I would be grateful if the 12th anniversary of this bug can be avoided.
$ wine --version wine-5.9
Regards