View Issue Details

Category
SSPBT:本体(SSP)
SeverityminorReproducibilityalways 
Status closed 
Summary0000167: some nar can't install now
Descriptionthe nars build with this bat file can't install
TagsNo tags attached.
Attach Tags
Attached Files
nar做成.bat (173 bytes)   
@echo off
echo nar�����........
for %%x in (%*) do "E:\7-Zip\7z.exe" a -tzip "%%~dpx%%~nxx.nar" -mx=9 -mmt -mm=LZMA -md=1536m -mfb=273 -mtc=off -r "%%~dpx%%~nxx"
pause
nar做成.bat (173 bytes)   

Activities

ponapalt

2021-06-04 11:07

administrator   ~0000369

LZMA compression method has compatibility problem with -tzip option.
Please remove below switches:
-mm=LZMA -md=1536m -mfb=273 -mtc=off

for %%x in (%*) do "E:\7-Zip\7z.exe" a -tzip "%%~dpx%%~nxx.nar" -mx=9 -mmt -r "%%~dpx%%~nxx"

ponapalt

2021-08-30 04:58

administrator   ~0000612

SSP 2.5.20 or later can handle LZMA compression, so this NAR might be installable.

Issue History

Date Modified Username Field Change
2021-06-04 10:34 guest New Issue
2021-06-04 10:34 guest File Added: nar做成.bat
2021-06-04 11:07 ponapalt Assigned To => ponapalt
2021-06-04 11:07 ponapalt Status new => closed
2021-06-04 11:07 ponapalt Resolution open => no change required
2021-06-04 11:07 ponapalt Note Added: 0000369
2021-08-30 04:58 ponapalt Note Added: 0000612