Advertisement
Gfy

srr.exe bugs

Gfy
Oct 21st, 2011
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.89 KB | None | 0 0
  1. #1
  2. Will fix the problem with these kind of releases:
  3. http://www.srrdb.com/details.php?release=Psych.S06E02.HDTV.XviD-P0W4
  4.  
  5.  
  6.                     else if (block.RawType >= (byte)RarBlockType.RarMin && block.RawType <= (byte)RarBlockType.RarMax || block.RawType == 0x00)
  7.                     {
  8.                         // -> P0W4 cleared RAR archive end block: almost all zeros except for the header length field
  9.                         // copy any other rar blocks to the destination unmodified
  10.                         rarfs.Write(block.RawData, 0, block.RawData.Length);
  11.                     }
  12.  
  13. #2
  14. srr.exe winrar2.80.rar
  15. Unexpected Error:
  16. System.IO.InvalidDataException: You must start with the first volume from a RAR set
  17.    at ReScene.Program.CreateReconstructionFile(List`1 inFiles, DirectoryInfo inFolder, List`1 storeFiles, String srrName, Boolean savePaths)
  18.    at ReScene.Program.Main(String[] args)
  19.  
  20. #3
  21. Unicode support
  22. creation works but rebuild not? or is it only the stored files?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement