Long reconstruction command

Issue #85 new
Gfy repo owner created an issue
#!

Compressing ALL files.
Command length: 525
Traceback (most recent call last):
File "C:\pyrescene\rescene\srr.py", line 508, in main
parser.exit(manage_srr(options, infolder, infiles, working_dir))
File "C:\pyrescene\rescene\srr.py", line 269, in manage_srr
options.volume is None, options.volume)
File "C:\pyrescene\rescene\main.py", line 1221, in reconstruct
in_folder, hints, auto_locate_renamed)
File "C:\pyrescene\rescene\main.py", line 1588, in get_rar_data_object
in_folder, hints, auto_locate_renamed))
File "C:\pyrescene\rescene\main.py", line 1880, in compressed_rar_file_factory
(in_folder, hints, auto_locate_renamed))
File "C:\pyrescene\rescene\main.py", line 2468, in __init__
self.compress_files()
File "C:\pyrescene\rescene\main.py", line 2477, in compress_files
compress = subprocess.Popen(self.good_rar.full())
File "C:\lib\subprocess.py", line 710, in __init__
errread, errwrite)
File "C:\lib\subprocess.py", line 958, in _execute_child
startupinfo)
WindowsError: [Error 206] The filename or extension is too long
Unexpected Error: [Error 206] The filename or extension is too long
C:\Call.of.Duty.Black.Ops.II.GERMAN.PS3-UNLiMiTED>

Comments (4)

  1. Gfy reporter

    Shorter path used:

    http://pastebin.com/qbkFcnaM

    #!
    
    s II]\PS3_DISC.SFB C:\Cod\BLES01719-[Call of Duty Black Ops II]\PS3_UPDATE\PS3UPDAT.PUP C:\Cod\BLES01719-[Call of Duty Black Ops II]\PS3_UPDATE\PS3UPD
    AT.PUP
    Compressing ALL files.
    Command length: 525
    Traceback (most recent call last):
      File "C:\pyrescene\rescene\srr.py", line 508, in main
        parser.exit(manage_srr(options, infolder, infiles, working_dir))
      File "C:\pyrescene\rescene\srr.py", line 269, in manage_srr
        options.volume is None, options.volume)
      File "C:\pyrescene\rescene\main.py", line 1221, in reconstruct
        in_folder, hints, auto_locate_renamed)
      File "C:\pyrescene\rescene\main.py", line 1588, in get_rar_data_object
        in_folder, hints, auto_locate_renamed))
      File "C:\pyrescene\rescene\main.py", line 1880, in compressed_rar_file_factory
        (in_folder, hints, auto_locate_renamed))
      File "C:\pyrescene\rescene\main.py", line 2468, in __init__
        self.compress_files()
      File "C:\pyrescene\rescene\main.py", line 2477, in compress_files
        compress = subprocess.Popen(self.good_rar.full())
      File "C:\lib\subprocess.py", line 710, in __init__
        errread, errwrite)
      File "C:\lib\subprocess.py", line 958, in _execute_child
        startupinfo)
    WindowsError: [Error 87] The parameter is incorrect
    Unexpected Error: [Error 87] The parameter is incorrect
    C:\Cod>
    
  2. Tim M

    same issue

    File(s) : Thief_JPN_PS3-HR

    Compressing ALL files. Command length: 2110 Traceback (most recent call last): File "C:\pyrescene\rescene\srr.py", line 514, in main parser.exit(manage_srr(options, infolder, infiles, working_dir)) File "C:\pyrescene\rescene\srr.py", line 267, in manage_srr options.volume is None, options.volume) File "C:\pyrescene\rescene\main.py", line 1223, in reconstruct in_folder, hints, auto_locate_renamed) File "C:\pyrescene\rescene\main.py", line 1603, in get_rar_data_object auto_locate_renamed)) File "C:\pyrescene\rescene\main.py", line 1896, in compressed_rar_file_factory (in_folder, hints, auto_locate_renamed)) File "C:\pyrescene\rescene\main.py", line 2483, in init self.compress_files() File "C:\pyrescene\rescene\main.py", line 2492, in compress_files compress = subprocess.Popen(self.good_rar.full()) File "C:\lib\subprocess.py", line 710, in init errread, errwrite) File "C:\lib\subprocess.py", line 958, in _execute_child startupinfo) WindowsError: [Error 206] The filename or extension is too long Unexpected Error: [Error 206] The filename or extension is too long C:\t>

  3. Log in to comment