SFML community forums

General => SFML website => Topic started by: Etherealyn on July 04, 2014, 04:01:33 am

Title: An error while extracting Visual C++ 10 (2010) - 32 bits archive
Post by: Etherealyn on July 04, 2014, 04:01:33 am
It seems that this package: SFML-2.1-windows-vc10-32bits.zip (http://www.sfml-dev.org/download/sfml/2.1/SFML-2.1-windows-vc10-32bits.zip) from here (http://www.sfml-dev.org/download/sfml/2.1/) is corrupt.

Does anyone having such problem? Am I correct or this is something on my side?
Title: Re: An error while extracting Visual C++ 10 (2010) - 32 bits archive
Post by: binary1248 on July 04, 2014, 04:06:46 am
Works for me.

MD5 checksum: B2C52C85C3096100F254F07DC4E81E38

If you don't get the same checksum, either your method of downloading the archive is screwing up, or something happened to the data on the way through the internet. Just try downloading it again later and/or in another browser or even another computer.
Title: Re: An error while extracting Visual C++ 10 (2010) - 32 bits archive
Post by: Zanatsu on July 13, 2014, 11:22:52 pm
I am having the same problem. The package is corrupt and now I can not even download it again. When I try, I just get a "connection has reset" message. It only happens with that one download. All of the others start downloading when I click on them. I have tried a different browser and computer but it still will not re-download.
Title: Re: An error while extracting Visual C++ 10 (2010) - 32 bits archive
Post by: Jesper Juhl on July 13, 2014, 11:55:21 pm
Must be something on your end. It downloads fine for me in just a few seconds and the checksum matches binary1248's result :

[jj@arch ~]$ time wget http://www.sfml-dev.org/download/sfml/2.1/SFML-2.1-windows-vc10-32bits.zip
--2014-07-13 23:54:17--  http://www.sfml-dev.org/download/sfml/2.1/SFML-2.1-windows-vc10-32bits.zip
Resolving www.sfml-dev.org (www.sfml-dev.org)... 213.186.33.2
Connecting to www.sfml-dev.org (www.sfml-dev.org)|213.186.33.2|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10892026 (10M) [application/zip]
Saving to: ‘SFML-2.1-windows-vc10-32bits.zip’

100%[===========================================================>] 10.892.026  1,56MB/s   in 7,8s  

2014-07-13 23:54:25 (1,33 MB/s) - ‘SFML-2.1-windows-vc10-32bits.zip’ saved [10892026/10892026]


real    0m8.051s
user    0m0.043s
sys     0m1.680s
[jj@arch ~]$ md5sum SFML-2.1-windows-vc10-32bits.zip
b2c52c85c3096100f254f07dc4e81e38  SFML-2.1-windows-vc10-32bits.zip
[jj@arch ~]$
Title: Re: An error while extracting Visual C++ 10 (2010) - 32 bits archive
Post by: Zanatsu on July 14, 2014, 04:35:18 am
Well I was able to download it successfully and it had the right check sum but it dose not have the include or lib files. I am not sure what to do about that.
Title: Re: An error while extracting Visual C++ 10 (2010) - 32 bits archive
Post by: eXpl0it3r on July 14, 2014, 09:08:34 am
I really don't know what you're doing, but everything works fine and all the files are included.
Title: Re: An error while extracting Visual C++ 10 (2010) - 32 bits archive
Post by: Zanatsu on July 14, 2014, 05:19:51 pm
I don't know why it happened but I extracted the files a different way and they were their. Everything works now. :)