Alice Community

Alice Community (http://www.alice.org/community/index.php)
-   The Lounge (http://www.alice.org/community/forumdisplay.php?f=4)
-   -   "Is my alice download corrupt?" (http://www.alice.org/community/showthread.php?t=5269)

zonedabone 10-20-2010 08:34 PM

"Is my alice download corrupt?"
 
Maybe! We've all had corrupt downloads, and it would be much better to know about them before we eat ourselves over an error. I'm running md5 checksums on all of the downloads. I will post them here as I get them.

2.2 (9-1-2010) - 3c9ddd937b046b459982993576f11761
2.0 (04-05-2005) - 4434193a7ce42716ed36439d988d153c

I'll see if I can make a simple little exe file for checking alice file checksums, but until then, there are plenty of software packages available.

x2495iiii 10-20-2010 08:49 PM

Cool. I appreciate the effort, zone.

Probably going to sticky this when it's done.

zonedabone 10-20-2010 08:51 PM

[QUOTE=x2495iiii;27127]Cool. I appreciate the effort, zone.

Probably going to sticky this when it's done.[/QUOTE]

I can [I]indlude[/I] with the tutorial troubleshooting thing.

debussybunny563 10-20-2010 08:59 PM

[SIZE="2"][QUOTE=zonedabone;17823]Thanks! I'll try expanding it to indlude more stuff.[/QUOTE]

[QUOTE=x2495iiii;17832]Yeah I love indluding things. In fact, I can't get enough indlulsion. It's like inclusion, but so much better, you know?[/QUOTE]

hehe[/SIZE]

zonedabone 11-07-2010 06:15 PM

Checker!
 
1 Attachment(s)
Ok! Here's a simple checker for you alice downloads! Just run the exe. It will ask you to open your alice zip, and then it will hash it and tell you the results. If it doesn't match anything, you may have a corrupt file. Note that this is only for the newest 2.2 and the newest 2.0. I don't know the hashes for the others, at least at the moment. If you don't feel confortable running my zips, you can open up a python interpreter and run:
[CODE]>>>import hashlib
>>>file = open(FILENAME,'r')
>>>data = hashlib.md5(file.read()).hexdigest()
>>>file.close()
>>>print data
DATA WILL APPEAR HERE[/CODE]

arty-fishL 11-08-2010 12:38 PM

[CENTER]Import hashlib

[U][B]correction[/B][/U]

import hashlib
[/CENTER]

zonedabone 11-08-2010 04:20 PM

[QUOTE=arty-fishL;28169][CENTER]Import hashlib

[U][B]correction[/B][/U]

import hashlib
[/CENTER][/QUOTE]

Thanks. Have you tried it?

arty-fishL 11-08-2010 06:10 PM

I dont have my zip file and it would take ages to download, I jsut have the unzipped folders, sorry, looks cool though

Funnybone 03-15-2015 06:50 PM

I downloaded a pack by someone (arty-fishel, I think?) and it was never corrupt.

Maybe something in the PC is causing any recent files to go corrupt. Virus, Trojan, Malware...

...but it also depends on the operating system.

Windows:

Malicious files, or an application causes a file to go corrupt. (Make sure it wasn't system32 as the victim)

Macintosh:

As far as I know, if the PC the Macintosh is on is old, then you (might) have to download files twice.

Linux:

Download files once and they'll work.

My only problem: when I downloaded Alice 2.4 on Ubuntu, it didn't have a .exe, so it was instructing me to make a binary and I had NO CLUE how to do that.

If you have Wine Windows Program Loader, download Alice for Windows, then run it with Wine.

RavenOfCode 03-17-2015 04:50 PM

Funnybone, just wondering it seems you got a new computer (and you got ubuntu) may i ask what you got? :)


All times are GMT -5. The time now is 11:28 PM.

Copyright ©2024, Carnegie Mellon University
Alice 2.x © 1999-2012, Alice 3.x © 2008-2012, Carnegie Mellon University. All rights reserved.