How Should I Deal With this Alarm? Guys...

Questions about Wine on Linux
Locked
scissorszwy
Newbie
Newbie
Posts: 1
Joined: Thu Dec 24, 2020 10:25 pm

How Should I Deal With this Alarm? Guys...

Post by scissorszwy »

"sha256sum mismatch! Rename /home/rxhk/.cache/winetricks/win7sp1/windows6.1-KB976932-X86.exe and try again."

The Gdiplus dll,When I had been running wine with my app,I Clicked the option ,changed its state to right ,after that,the terminal had performing processing,so coming out the alarm, "sha256sum mismatch! Rename /home/rxhk/.cache/winetricks/win7sp1/windows6.1-KB976932-X86.exe and try again.",my question is what maked it happend, I listed some operations for my operation.

1.running it using user or root,I was using root,should I changed to user?
2.I setup it under the offical means
3.I setup mono and gekco,downloaded and installed

Is there some other method? thx and waiting?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: How Should I Deal With this Alarm? Guys...

Post by jkfloris »

Your version of winetricks is probably too old. You need a version after August 27.
You can update winetricks with:

Code: Select all

sudo winetricks --self-update
Remove or rename the file "/home/rxhk/.cache/winetricks/win7sp1/windows6.1-KB976932-X86.exe" and try again.
1.running it using user or root,I was using root,should I changed to user?
Don't run Wine as root
Locked