Quote:
Originally Posted by sutikno
Failed to create Data1.bin
Please help me
Thank You
|
Edit Resources\Config0.inf
Code:
[External compressor:srep]
header = 0
default = -m3f
;packcmd = _CLS\SuperREP -a0/0 -s150000000000 {options} - - <stdin> <stdout>
packcmd = _CLS\SuperREP -a0/0 -s150000000000 {options} <stdin> - Output
;packcmd = _CLS\SuperREP {options} Input - <stdout>
;packcmd = _CLS\SuperREP {options} Input Output
unpackcmd = _CLS\FAZip -i0 decompress:srep <stdin> <stdout>
datafile = Input
packedfile = Output
Change to
[External compressor:srep]
header = 0
default = -m3f
;packcmd = _CLS\SuperREP -a0/0 -s150000000000 {options} - - <stdin> <stdout>
;packcmd = _CLS\SuperREP -a0/0 -s150000000000 {options} <stdin> - Output
;packcmd = _CLS\SuperREP {options} Input - <stdout>
packcmd = _CLS\SuperREP {options} Input Output
unpackcmd = _CLS\FAZip -i0 decompress:srep <stdin> <stdout>
datafile = Input
packedfile = Output