Quote:
Originally Posted by dogyutz
i got an error during repacking...
look at this----->>> 
|
Decrease the number of cpu threads, edit the row 11 in Re-compress.bat:
from
Code:
7z a -sfx7z.sfx -m0=LZMA2:d=26 MLB2K11_arc "%CD%\cab_temp\*"
to
Code:
7z a -sfx7z.sfx -mmt2 -m0=LZMA2:d=26 MLB2K11_arc "%CD%\cab_temp\*"
Code:
-mmt2= 2 threads per cpu
-mmt1= 1 thread per cpu