-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
[Bug]: Dependency vcredist*.exe looks corrupted #3288
Comments
The same thing happened with vcredist2019. However, the checksum is correct when I download the file manually. Only vcredist2022_x64 is wrong. Maybe something actually broke during the download. Maybe a try catch is helpful so that the installation is aborted and the user is notified.
wget -O vcredist2019_x86.exe https://aka.ms/vs/16/release/VC_redist.x86.exe
wget -O vcredist2019_x64.exe https://aka.ms/vs/16/release/VC_redist.x64.exe
wget -O vcredist2022_x86.exe https://aka.ms/vs/17/release/VC_redist.x86.exe
wget -O vcredist2022_x64.exe https://aka.ms/vs/17/release/VC_redist.x64.exe
echo "744b8a391e7e914c6604a533b50a6db8 vcredist2019_x86.exe Git"
echo "744b8a391e7e914c6604a533b50a6db8 vcredist2019_x86.exe md5sum"
md5sum vcredist2019_x86.exe
echo "e091e9e5ede4161b45b880ccd6e140b0 vcredist2019_x64.exe Git"
echo "e091e9e5ede4161b45b880ccd6e140b0 vcredist2019_x64.exe md5sum"
md5sum vcredist2019_x64.exe
echo "9882a328c8414274555845fa6b542d1e vcredist2022_x86.exe Git"
echo "9882a328c8414274555845fa6b542d1e vcredist2022_x86.exe md5sum"
md5sum vcredist2022_x86.exe
echo "101b0b9f74cdc6cdbd2570bfe92e302c vcredist2022_x64.exe Git"
echo "a8a68bcc74b5022467f12587baf1ef93 vcredist2022_x64.exe md5sum"
md5sum vcredist2022_x64.exe Installation log:
|
Hey, I am facing this exact same issue and I have verified that my downloaded checksum always remains the same, implying that the checksum employed within bottles is either incorrect or out of date Not sure what can be done to override this |
fixed by bottlesdevs/dependencies#219 |
Describe the bug
Install a wine dependency (vcredist2022) in a existing bottle.
Maybe crashed because a import not finished or stopped because different checksum.
To Reproduce
Installing Dependency "vcredist2022". But i can't see logs again?!
Package
Flatpak from Flathub
Distribution
Ubuntu 22.04
Debugging Information
Troubleshooting Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: