https://bugs.winehq.org/show_bug.cgi?id=36742
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |0914f626af73b6fb10826178d67 | |36a873113fc84
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, this was fixed some time ago by commits:
* https://source.winehq.org/git/wine.git/commitdiff/399fd55f5c4e7668b286f92cf4... * https://source.winehq.org/git/wine.git/commitdiff/0914f626af73b6fb10826178d6...
Thanks Vincent
--- snip --- $ rm -rf ~/.wine $ export WINEARCH=win32
$ winetricks -q dotnet20
# work around bug #6194 $ mkdir -p ~/.wine/drive_c/windows/system32/catroot/{F750E6C3-38EE-11D1-85E5-00C04FC295EE}
$ wget https://github.com/Winetricks/winetricks/raw/master/files/winetest.cat -O ~/.wine/drive_c/windows/system32/catroot/{F750E6C3-38EE-11D1-85E5-00C04FC295EE}/oem0.cat
# work around bug #35041 $ taskset -c 0 wine ./WindowsXP-KB932716-v2-x86-ENU.exe # work around bug #16876 ^C
# work around bug #36646 $ wine msiexec -i Wudt.msi
$ wine ./Windows7-USB-DVD-Download-Tool.exe --- snip ---
Original download(s) seem to be broken but I have a copy in my git-annex for reproduce.
--- snip --- $ git annex get * get Windows7-USB-DVD-tool.exe (from backup...) SHA1E-s2721168--ed1108a525066d1f850023cb5bfa05fc4ed21983.exe 2,721,168 100% 116.54MB/s 0:00:00 (xfr#1, to-chk=0/1) (checksum...) ok get WindowsXP-KB932716-v2-x86-ENU.exe (from backup...) SHA1E-s774184--9f8f8369716f6100ea04b6549aaf8e2a22fb0042.exe 774,184 100% 117.84MB/s 0:00:00 (xfr#1, to-chk=0/1) (checksum...) ok get Wudt.msi (from backup...) SHA1E-s2878976--463b4798752072a0af6dbcd7b98f6d6b1b813b14.msi 2,878,976 100% 108.57MB/s 0:00:00 (xfr#1, to-chk=0/1) (checksum...) ok (recording state in git...) --- snip ---
$ wine --version wine-3.13
Regards