HI2U and RELOADED RAR files

Issue #107 resolved
Gfy repo owner created an issue

The last RAR file block of the set contains the correct size.

See also https://bitbucket.org/Gfy/php-rescene/issues/4/file-size-archived-iso-too-large

$$ srr.py -q srr.srr
File OK: hi-busi16.iso.
All files OK!

$$ srr.py -y srr.srr

rescene.main.InvalidFileSize: Data file is not the correct size: /GAMES/PC/Bus.Simulator.16-HI2U/hi-busi16.iso.
Found: 1646198784 bytes.
Expected: 18446744073709551615 bytes.

Unexpected Error: Data file is not the correct size: /GAMES/PC/Bus.Simulator.16-HI2U/hi-busi16.iso.
Found: 1646198784 bytes.
Expected: 18446744073709551615 bytes.
SRR file created with pyReScene Auto 0.6.
Re-creating stored file: hi2u.nfo
Re-creating stored file: hi-busi16.sfv
Re-creating RAR file: hi-busi16.rar

Comments (7)

  1. Gfy reporter

    Related, but not exactly the same:

    They both say it's just shy of 4GB, but the files are actually quite tiny.

    I believe this is a known issue. A non standard utility was used to make the rars, and the headers are missing the actual file size, except for the last file: it interprets this as -1, and unsigned, that's 4g. IIRC I.e, open it up in winrar (or rar) and size is shown as ??

    Not confirmed if it's the exact same problem. Must be different in some way because the sizes don't match.

  2. Log in to comment