[Bug 45847] Warframe installer update/download gets stuck due to corruption on large files in 'Bulk Download' mode (tries over and over again)

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jan 22 10:32:36 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=45847

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Fixed by SHA1|                            |e07efbd9197a4628024dce9338b
                   |                            |c3c947280662c
                URL|https://www.warframe.com/do |https://web.archive.org/web
                   |wnload                      |/20200122094852/http://cont
                   |                            |ent.warframe.com/dl/Warfram
                   |                            |e.msi
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #6 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

revisiting, this was fixed by commit
https://source.winehq.org/git/wine.git/commitdiff/e07efbd9197a4628024dce9338bc3c947280662c
("wininet: Support large downloads."), part of Wine 4.16 release.

Thanks Daniel.

Stable download link from Internet Archive:

https://web.archive.org/web/20200122094852/http://content.warframe.com/dl/Warframe.msi

For testing the error case automatically, run the installer via 'wine msiexec
-i Warframe.msi' and in another terminal:

--- snip ---
$ tail -f ~/.wine/drive_c/users/focht/Local\ Settings/Application\
Data/Warframe/Launcher.log | sed '/^Bad LZMA/ q' ; wineserver -k
--- snip ---

It pipes everything written to launcher log file into 'sed' and tells it to
quit when the error pattern is seen. The installer is terminated as well to
avoid resume.

$ sha1sum Warframe.msi 
9c957237c572e666dec89249a01c8313b79c892a  Warframe.msi

$ du -sh Warframe.msi 
38M    Warframe.msi

$ wine --version
wine-5.0

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list