-
-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows update package gets messed up after download #2269
Comments
It would be good to see the whole output, starting from the That said, I can't reproduce this with current What does the actual file look like? That is, how big is it (should be around 538 MiB), and maybe try running |
thank you for the answer. about the versions i use, currently
|
So, back from work, i was able to reproduce my steps. i made a new wine prefix and ran winetricks to install windows dlls. here is the full terminal output: click me! (warning, long)
when i manually download the "windows6.1-kb976932-x64_74865ef2562006e51d7f9333b4a8d45b7a749dab.exe"
|
Hm, last time the x86 one was failing, but seemed to succeed this time? Though the actual downloading isn't showing up in the log at all, so maybe the files already exist in the cache? I'd look into the failed file to see if it's smaller than expected, as in if something went wrong during the download, though the script should stop if that happens. I did see one SSL handshake failure while downloading one of the files for one of the mentioned verbs, but 'aria2' retried and on the second try it succeeded. Using 'wget' there should be retries at least in some cases too, though. If using 'wget', could try installing 'aria2' which should be automatically preferred over 'wget' (this can also be overridden by using the As a general note, the GUI side of things isn't too actively maintained at this time, and may have bugs lurking about, so usually I recommend using the command-line instead (not that I think this issue is one of those lurkers). I'll keep testing things out, but so far no luck seeing the issue here. |
Hi all,
trying to install "iertutil" dll package, winetricks gets an exe from microsoft servers and fails because the sha256 hash does not match the expected hash. however, manually downloading from the same link reveals that the sha256 hash does match the expected hash. the code responsible for downloading the package must do something funky to the exe file.
relevant parts from the terminal output:
The text was updated successfully, but these errors were encountered: