Skip to content
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

Failure to install quartz #2126

Open
NateTheGreat001 opened this issue Sep 22, 2023 · 6 comments
Open

Failure to install quartz #2126

NateTheGreat001 opened this issue Sep 22, 2023 · 6 comments

Comments

@NateTheGreat001
Copy link

When I try to install quartz I get this error:


SHA256 mismatch!

URL: http://download.windowsupdate.com/msdownload/update/software/svpk/2011/02/windows6.1-kb976932-x86_c3516bc5c9e69fee6d9ac4f981f5b95977a8a2fa.exe
Downloaded: 729f4065ae3bb6aea7a32df856f858d5b4606d1789bd025461bd5abcc8b97fc2
Expected: e5449839955a22fc4dd596291aff1433b998f9797e1c784232226aba1f8abd97

This is often the result of an updated package such as vcrun2019.
If you are willing to accept the risk, you can bypass this check.
Alternatively, you may use the --force option to ignore this check entirely.

Continue anyway?


If I choose to continue I immediately get this:


Note: command cabextract -q -d /home/nate/.wine/dosdevices/c:/windows/temp -L -F x86_microsoft-windows-directshow-core_31bf3856ad364e35_6.1.7601.17514_none_a877a1cc4c284497/quartz.dll /home/nate/.cache/winetricks/win7sp1/windows6.1-KB976932-X86.exe returned status 1. Aborting.


Thank you in advance

@ArnaudValette
Copy link

I encounter the same problem when trying to install arial font with winetricks :

$ winetricks

I do encounter the SHA256 mismatch problem, and the --force option leads eventually to this :
$ winetricks --force

Executing cabextract -q -d /home/[edited]/.wine/dosdevices/c:/windows/temp /home/[edited]/.cache/winetricks/corefonts/arial32.exe
/home/[edited]/.cache/winetricks/corefonts/arial32.exe: no valid cabinets found

Which then makes the operation abort with status 1.

BUT when I perform

$ winetricks arial

None of this happens and it seems to be working.

@illegalcoding
Copy link

I encounter the same problem when trying to install arial font with winetricks :

$ winetricks

I do encounter the SHA256 mismatch problem, and the --force option leads eventually to this : $ winetricks --force

Executing cabextract -q -d /home/[edited]/.wine/dosdevices/c:/windows/temp /home/[edited]/.cache/winetricks/corefonts/arial32.exe
/home/[edited]/.cache/winetricks/corefonts/arial32.exe: no valid cabinets found

Which then makes the operation abort with status 1.

BUT when I perform

$ winetricks arial

None of this happens and it seems to be working.

That might be due to #2118

@NateTheGreat001
Copy link
Author

Is there any workaround?

@ArnaudValette
Copy link

Are you running "winetricks" and then using the gui to download quartz or are you using "winetricks quartz" ?
Try both and tell us if there's any difference.

@NateTheGreat001
Copy link
Author

It actually works to do winetricks quartz. Thank you mate

@ArnaudValette
Copy link

ArnaudValette commented Oct 10, 2023

That's good news, you're welcome !
I don't know how this stuff is implemented, but I find it weird that the winetricks GUI doesn't simply call the same scripts that you form by doing "winetricks someComponent".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants