ERROR: Unknown option: mt17

Issue #67 closed
Gfy repo owner created an issue

A too high thread count gets used on a rar version that doesn't support it.

C:\Resident Evil Revelations 2 Episode 1 XBLA XBOX360-LiGHTFORCE>C:\Python27\python.exe C:\pyReScene\bin\srr "Resident.Evil.Revelations.2.Episode.1.XB
LA.XBOX360-LiGHTFORCE.srr" -z C:\Pyrescene\rar -t temp
NOTE: install NumPy to speed up the reconstruction of RARs
      with a Recovery Record.
SRR file created with pyReScene Auto 0.5.
Warning: File C:\Resident Evil Revelations 2 Episode 1 XBLA XBOX360-LiGHTFORCE\lfc-resevilrev2ep1.nfo already exists.
Do you wish to continue? (Y/N): Y
Recreating stored file: lfc-resevilrev2ep1.nfo
Warning: File C:\Resident Evil Revelations 2 Episode 1 XBLA XBOX360-LiGHTFORCE\lfc-resevilrev2ep1.sfv already exists.
Do you wish to continue? (Y/N): Y
Warning: File C:\Resident Evil Revelations 2 Episode 1 XBLA XBOX360-LiGHTFORCE\lfc-resevilrev2ep1.rar already exists.Recreating stored file: lfc-resev
ilrev2ep1.sfv

Do you wish to continue? (Y/N): Y
Re-creating RAR file: lfc-resevilrev2ep1.rar
Trying to rebuild compressed file 5841144C\000D0000\8F6A9A988D79858E6EC737387ADF81AFF25AF85A58.
Grabbing large enough data piece size for testing.
Trying 2014-06-10 5.10.
Trying 2013-12-01 5.01.
Trying 2013-09-02 5.00.
Trying 2012-06-09 4.20.
Trying 2006-08-05 3.60.

ERROR: Unknown option: mt17
None
Traceback (most recent call last):
  File "C:\pyReScene\rescene\srr.py", line 460, in main
    parser.exit(manage_srr(options, infolder, infiles, working_dir))
  File "C:\pyReScene\rescene\srr.py", line 246, in manage_srr
    options.rar_executable_dir, options.temp_dir)
  File "C:\pyReScene\rescene\main.py", line 1146, in reconstruct
    in_folder, hints, auto_locate_renamed)
  File "C:\pyReScene\rescene\main.py", line 1494, in get_rar_data_object
    in_folder, hints, auto_locate_renamed))
  File "C:\pyReScene\rescene\main.py", line 1762, in compressed_rar_file_factory
    nblock, followup_src, solid=False)
  File "C:\pyReScene\rescene\main.py", line 1887, in __init__
    first_block, blocks, thread_count)
  File "C:\pyReScene\rescene\main.py", line 2126, in search_matching_rar_executable
    if try_rar_executable(rar, args, old):
  File "C:\pyReScene\rescene\main.py", line 2058, in try_rar_executable
    packed_file_name=os.path.basename(piece)) as rs:
  File "C:\pyReScene\rescene\rarstream.py", line 76, in __init__
    if not middle and not _check(first_rar):
  File "C:\pyReScene\rescene\rarstream.py", line 44, in _check
    rar_reader = rar.RarReader(first_rar)
  File "C:\pyReScene\rescene\rar.py", line 1345, in __init__
    raise ArchiveNotFoundError(sys.exc_info()[1])
ArchiveNotFoundError: [Errno 2] No such file or directory: u'c:\\users\\t\\appdata\\local\\temp\\tmp8zllkk_pyReScene\\pyReScene_compressed.rar'
Unexpected Error: [Errno 2] No such file or directory: u'c:\\users\\t\\appdata\\local\\temp\\tmp8zllkk_pyReScene\\pyReScene_compressed.rar'
Something went wrong executing Rar.exe:
Command line option error

C:\Resident Evil Revelations 2 Episode 1 XBLA XBOX360-LiGHTFORCE>

<Ghostv12> [19:54:31] i7 hexacore 12 threads

Intel Core i7 3970X @ 3.50GHz

http://pastebin.com/VShznquM

http://pastebin.com/iRgA0zF2

Comments (6)

  1. hurda_

    I tried to rescene a bin/cue-release from early 2005, and during the second stage I get this error with revision 27359ffcb935 and Python 3.4:

    Testing with previous file
    Trying 2001-03-02 2.80.
    Trying 2000-05-11 2.70.
    Testing with previous file
    Testing with previous file
    Trying 1999-10-21 2.60.
    Testing with previous file
    Trying 1999-03-24 2.50.
    Testing with previous file
    Trying 1997-09-16 2.02.
    Testing with previous file
    Trying 1996-09-02 2.00.
    Testing with previous file
    Trying 2005-10-07 3.51.
    Traceback (most recent call last):
      File "c:\pyrescene\rescene\srr.py", line 500, in main
        parser.exit(manage_srr(options, infolder, infiles, working_dir))
      File "c:\pyrescene\rescene\srr.py", line 266, in manage_srr
        options.volume is None, options.volume)
      File "c:\pyrescene\rescene\main.py", line 1203, in reconstruct
        in_folder, hints, auto_locate_renamed)
      File "c:\pyrescene\rescene\main.py", line 1563, in get_rar_data_object
        in_folder, hints, auto_locate_renamed))
      File "c:\pyrescene\rescene\main.py", line 1847, in compressed_rar_file_factory
    
        nblock, followup_src, solid=False)
      File "c:\pyrescene\rescene\main.py", line 1972, in __init__
        first_block, blocks, thread_count)
      File "c:\pyrescene\rescene\main.py", line 2211, in search_matching_rar_executa
    ble
        while args.increase_thread_count(rar):
      File "c:\pyrescene\rescene\main.py", line 1715, in increase_thread_count
        mtcount = rarbin.max_thread_count()
      File "c:\pyrescene\rescene\main.py", line 1656, in max_thread_count
        if self.major <= 4 and self.minor < 20:
    TypeError: unorderable types: str() <= int()
    Unexpected Error: unorderable types: str() <= int()Trying 2006-08-05 3.60.
    

    8f1205710835 did not show this error.

  2. Log in to comment