#1 2021-11-28 23:48:15

Unstruct
Member

Minor issues

Hi there! Quaddicted is awesome :)

I found some minor issues (there may be a few more, haven't investigated fully):

https://www.quaddicted.com/reviews/ttot.html   - Malformed checksum text part, "(.zipttot.zip" included.
https://www.quaddicted.com/reviews/bario3.html - Malformed checksum text part, "( bario3.zip" included.
https://www.quaddicted.com/reviews/ohzarm.html - MD5 mismatch. e407abc4c8ea5823d8e3c10812fa7471, page claims d6fdaff646ec02790f5d84b9ea158aa7
https://www.quaddicted.com/reviews/jhhub6.html - MD5 mismatch. 0a726330a2d39dff718991afbb731c7f, page claims ba7436c6e8e3c1fa3b5696939e9fb8e2
https://www.quaddicted.com/reviews/jhhub6.html - GOSTOWN7.BSP is in ZIP but not listed in the HTML.
https://www.quaddicted.com/reviews/lfsp1.html  - MD5 mismatch. c39bf856de8a7387febc4d069b686961, page claims 3ae2840d734989e5e8c5833253b81801
https://www.quaddicted.com/reviews/lfsp2.html  - MD5 mismatch. eb49c6bb4de5efa8f5f40a2cb70c5959, page claims c276a9b006793138420876d8386d8db8
https://www.quaddicted.com/reviews/lfsp3.html  - MD5 mismatch. 34ffe78697a33f6e5d445a6fe9634aab, page claims 665a8681d27978ed57fbc5cf451aed8a
https://www.quaddicted.com/reviews/lfspme.html - MD5 mismatch. 56b6229c27b859d3a063c9b872cfc8f1, page claims 62a9a461272a9b0416f27d7b65c9fc7c

MD5 was generated with:

certutil -hashfile <file> MD5

#2 2021-11-29 17:10:00

Spirit
Administrator

Re: Minor issues

Whoa thanks! I am not sure what the first two are supposed to mean but the others are serious. Could you check against other online sources like https://www.gamers.org/pub/idgames2/levels/ if they match the checksums and if so, what the differences are?

#3 2021-11-29 21:37:44

Unstruct
Member

Re: Minor issues

Spirit wrote:

I am not sure what the first two are supposed to mean

The HTML on the page is "<small> (.zipttot.zip (5340c8b89e0aca4860b0fbb3a2345288)</small>" instead of the normal "<small>(MD5)</small>" - maybe a mistake when entering the checksum long time ago or some parsing failure somewhere?

Spirit wrote:

Whoa thanks! I am not sure what the first two are supposed to mean but the others are serious. Could you check against other online sources like https://www.gamers.org/pub/idgames2/levels/ if they match the checksums and if so, what the differences are?

I checked https://www.gamers.org/pub/idgames2/lev … ohzarm.zip and it has the hash

e407abc4c8ea5823d8e3c10812fa7471

which is the same as the ZIP hosted on Quaddicted has, meaning the text/database value is probably wrong for some reason.

I've used the checksums from the review pages (not manually, I have written some C#/.NET code to fetch maps/metadata + verify integrity, will probably share it on Github when it is mature enough and has some documentation) to verify all the maps, to make sure my local mirror/archive is not corrupt.

The good news is that almost everything looks good checksum wise. There's a few more that looked wrong but I haven't had time to check if it's wrong on my side or not.

Thanks for your work with Quaddicted and the general Quake archiving efforts :)

#4 2023-10-19 15:35:12

ncMaothVez
Member

Re: Minor issues

Just a friendly nudge in case this was forgotten :) Discovered the same issue today that OP noticed with maps bario3 and ttot. The md5sum field in QI's database.xml also have the extra data in them. Doesn't seem to affect QI though. QI didn't complain when I installed ttot.

#5 2023-10-19 15:51:49

ncMaothVez
Member

Re: Minor issues

Found one more map with bad md5sum, siluette, has a random '(' before the md5sum.

#6 2023-10-19 16:24:10

Spirit
Administrator

Re: Minor issues

Totally was forgotten indeed.

Thanks! I fixed bario3, ohzarm, siluette and ttot.

Amazing that no one had noticed for 10 years before Unstruct's posts... http://web.archive.org/web/201203151830 … /ttot.html

For the other releases it would be great to do some digging and find them elsewhere for verification. Or dive into the web archive to see if there were other files served by Quaddicted at some point.

#7 2023-10-19 21:35:49

ncMaothVez
Member

Re: Minor issues

Awesome, thanks!

I suspect no one noticed (or bothered to report it) since QI doesn't complain about checksum mismatch. I guess QI doesn't verify checksums for downloads?

Board footer