https://bugs.winehq.org/show_bug.cgi?id=45847 Anastasius Focht <focht(a)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(a)gmx.net> --- Hello folks, revisiting, this was fixed by commit https://source.winehq.org/git/wine.git/commitdiff/e07efbd9197a4628024dce9338... ("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/Wa... 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.