win32ss / supermium

Chromium fork for Windows XP/2003 and up
https://win32subsystem.live/supermium/
BSD 3-Clause "New" or "Revised" License
1.85k stars 61 forks source link

Downloading This files never finishes. #415

Open vertaa opened 3 months ago

vertaa commented 3 months ago

I tried downloading this file for three days with Supermium for Windows XP. The download never finishes, it errors out, and it will not allow you to Resume the download. So you have to keep starting over.

http://218.94.103.156:8090/download/developer/vs/vs2008proedition90daytrialenux1435622.iso

I tried using Palemoon to download this file and it worked the first time.

docrR commented 3 months ago

Is a log generated?

win32ss commented 3 months ago

I tried downloading this file. It "failed" at the end, but the result was written as "Unconfirmed XXXXX.crdownload" in the download directory. It appears to not be corrupt as 7zip opened it (CRC64: E1B2BCA108FBC503).

Now I need to see why the browser marked a seemingly successful download as a failed one.

win32ss commented 3 months ago

I downloaded the file again, but with the switch #insecure-download-warnings set to Disabled in the browser as the download is by HTTP.

There were no issues then. And yes, the checksum is the same as the "failed" download so I'll chalk it to being a failure induced by a supposedly "insecure" source as previously indicated by the browser.

vertaa commented 3 months ago

How can I set the "#insecure-download-warnings" to disabled? Where can I find the log?

Should I test this version or wait for the upcoming release?

Can I suggest testing for insecure source before the download starts and allowing the file to be overridden for download. instead of "Unconfirmed XXXXX.crdownload", perhaps thisfilename.Insecure.extensionname., example test.Insecure.zip

win32ss commented 3 months ago

It can be set in chrome://flags.

In this case, "insecure" means HTTP. Although falsely failing a download because it was subjected to a warning is unacceptable and that will have to be corrected.

"Unconfirmed XXXXX.crdownload" is the filename used for any download in progress. If it is successful then it is renamed to the target filename.

JoachimHenze commented 2 months ago

@vertaa can you retest your ticket please with "Supermium 122.0.6261.152 (R4)" ? The website has changed and now queries for user credentials (on all browsers) and I don't have the credentials. I do assume that this is your server.

vertaa commented 2 months ago

where is the download link for "Supermium 122.0.6261.152 (R4)" ?

jonm58 commented 2 months ago

where is the download link for "Supermium 122.0.6261.152 (R4)" ?

https://github.com/win32ss/supermium/releases/tag/v122-r4

vertaa commented 2 months ago

I do not have access to the link anymore, does anonymous login work?

win32ss commented 2 months ago

Based on my previous tests, this could affect any large file served over HTTP as opposed to HTTPS and with download warnings enabled.