View Single Post
  #9  
Old 08-09-2016, 00:29
aswadd's Avatar
aswadd aswadd is offline
Registered User
 
Join Date: Aug 2016
Location: Egypt
Posts: 316
Thanks: 84
Thanked 162 Times in 98 Posts
aswadd is on a distinguished road
Another solution ; if you are using masked Data or Masks method & got srep error disk is full this because there is some space or something wrong in your arc.ini
so the solution is very simple Just don't use it & compress via normal methods
for EX :
this from maked data
arc a -ma9 -ds -lc2000 -ld2000 -di -i1 -ep1 -ed -r -w.\ Data\Fireburst.arc -msrlz "I:\1\Fireburst\*"
\\\\\\\\\\ arc.ini
srlz = srep+exe2+delta+lzma:a1:mfbt4:d256m:fb128:mc1000:l c8
result is corrupted archive & can't decompress it
==============================
from cmd
arc a -ma9 -ds -lc2000 -ld2000 -di -i1 -ep1 -ed -r -w.\ Data\Fireburst.arc -msrep+exe2+delta+lzma:a1:mfbt4:d256m:fb128:mc1000: lc8 "I:\1\Fireburst\*"

no errors during decompression
=====================================
it doesn't happen for all games Just few games that made this problem
so do it manually & it'll work without errors
Reply With Quote
The Following User Says Thank You to aswadd For This Useful Post:
SAM2712 (22-09-2016)