SHA1sum mismatch with vcrun2013

Questions about Wine on Linux
Locked
Lokesh987
Newbie
Newbie
Posts: 4
Joined: Sun Mar 01, 2015 2:58 pm

SHA1sum mismatch with vcrun2013

Post by Lokesh987 »

Hello,
I tried to install this MS Visual C++ stuff by

Code: Select all

winetricks vcrun2013
This will fail because about one year ago MS changed the file and this is the logic consequence. I found a patch for the Debian Distribution. I am on Arch Linux, the Wine version is 1.7.37-1 (winetricks is also the latest version), which was installed through the packagemanager of Arch.
What can I do? Can I use the Debian patch, but how? The wine wiki is a nightmare for non-IT-experts, so I have no clue what to do now. I am working on this for hours now.

Any advice?

Thanks
Lokesh
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: SHA1sum mismatch with vcrun2013

Post by dimesio »

Download the latest version of winetricks directly from http://winetricks.org. If you still get the mismatch, report the problem to them.

I have no idea what "Debian patch" you are talking about or why you would need one. Winetricks is just a script and can be edited directly if you want.
Lokesh987
Newbie
Newbie
Posts: 4
Joined: Sun Mar 01, 2015 2:58 pm

Re: SHA1sum mismatch with vcrun2013

Post by Lokesh987 »

dimesio wrote:Download the latest version of winetricks directly from http://winetricks.org. If you still get the mismatch, report the problem to them.
The latest version is already installed.
I have no idea what "Debian patch" you are talking about or why you would need one. Winetricks is just a script and can be edited directly if you want.
The patch is called winetricks.466.patch. It can be found e.g. https://code.google.com/p/winetricks/is ... 3fe2b8817d

I have no clue how to use it! :x
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: SHA1sum mismatch with vcrun2013

Post by dimesio »

Lokesh987 wrote: The latest version is already installed.
What does winetricks --version say? If it's not 20150206 - sha1sum: e740902b3f34e2cf6ec526475d8c3231af20b6b5, it's not the latest.
The patch is called winetricks.466.patch. It can be found e.g. https://code.google.com/p/winetricks/is ... 3fe2b8817d
Apparently you didn't notice that patch is dated 2011-06-25. It's certainly not going to solve any problems caused by changes made a year ago.
Lokesh987
Newbie
Newbie
Posts: 4
Joined: Sun Mar 01, 2015 2:58 pm

Re: SHA1sum mismatch with vcrun2013

Post by Lokesh987 »

dimesio wrote:What does winetricks --version say? If it's not 20150206 - sha1sum: e740902b3f34e2cf6ec526475d8c3231af20b6b5, it's not the latest.
The latest version of winetricks I found on http://winetricks.org/winetricks is WINETRICKS_VERSION=20141130.
On http://winetricks.googlecode.com/svn/tr ... winetricks I found WINETRICKS_VERSION=20141125. :shock:

Where can I get this 2015 version of winetricks? Searching the Internet with all different kind of keywords you provided did not give any results :?:

Thanks
Lokesh
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: SHA1sum mismatch with vcrun2013

Post by dimesio »

Lokesh987
Newbie
Newbie
Posts: 4
Joined: Sun Mar 01, 2015 2:58 pm

Re: SHA1sum mismatch with vcrun2013

Post by Lokesh987 »

That does the trick!

Thank you Dimesio.
Locked