PHOBOS RARs can't be reconstructed

Issue #23 resolved
Gfy repo owner created an issue

Some chat snippets:

<mib_6z6nc> Lost.Horizon.1973.1080p.BluRay.x264-PHOBOS.srr doesn't match the size of 1080p actual size is about 10.98 GB srr is 4,294,967,29 <Skalman> it has 77 150 mb files, seems correct, but file inside says 4 GB <Gfy> they didn't use winrar to create those rars <Gfy> 4294967295 is the max int size (ffffffff) <Gfy> pyReScene tells the same thing: +UNP_SIZE: 4294967295 bytes <Gfy> what shows WinRAR? <jack_> if you open the .rar file in winrar <jack_> you'll see the packed size is "?"

<Gfy> same issue for their other releases: http://www.srrdb.com/browse/imdb:0070337/1

<pennypack> Can someone fix/update the srr for Edward.Scissorhands.1990.PROPER.1080p.BluRay.x264-PHOBOS ? Because it says it's expecting the file size to be 4,294,967,295 which is way off.

http://www.srrdb.com/release/details/Edward.Scissorhands.1990.PROPER.1080p.BluRay.x264-PHOBOS

Comments (6)

  1. vadmium

    It looks like the unpacked size field is set to 0xFFFFFFFF, and there is no LARGE_FILE flag set. I vaguely remember that Rar sets the size field like this when it does not know how big the file is going to be (maybe if you add a file from standard input on the command line or something, though I couldn’t trigger it). The program could still calculate the size by adding up all the packed file sizes from each volume. Since the file is not compressed the total packed size is probably equal to the unpacked size.

  2. Log in to comment