PrecompInside

CLS PrecompInside 0.3.1

Нет прав для скачивания

IGROman

Новичок
nik1967, спасибо работает :)
а откуда у тебя эти
packjpg_dll.dll
precomp.exe
zlib1.dll
?
просто в исдоне совсем др. по размеру...
в прекомп инсайд тоже...
 

vint56

Ветеран
Проверенный
IGROman, я делал так вот
Код:
[External compressor:precomp]
header = 0
mem = 10
packcmd   = precomp -slow {options} -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

[External compressor:srep]
;options  = l%d (minimal match length, default=512)
header = 0
packcmd   = srep {options} -a1 -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

Вот батник
Код:
arc.exe a -ep1 -dses --dirs -s; -lc- -di -i2 -r -mprecomp+srep:m3f:a1:l256+lzma:a1:mfbt4:d200m:fb32:mc64:lc3 data.arc packeddata\*
pause
И все это дело я смог распаковать на ISDone0.6cSE
PrecompInside v0.2.1 там же есть создается файл data.arc ISDone0.6f не хочит распаковывать это архив
вот скрины ощибок http://upwap.ru/1838617 после нажатия ок http://upwap.ru/1838619

исправил в ISDone0.6f заменил precomp которым делал архив 0.4 и все заработало
 

ProFrager

Знаток
Проверенный
IGROman, п.5 неверный. Требуется оригинальная версия precomp.exe (а не от isdone), а так же packjpg_dll.dll должна быть из комплекта PrecompInside (что означает читай шапку).
 

zero 414

Мимокрокодил
В чем может быть проблема?

Использовал PrecompInside 0.2.1.
Также выскакивала надпись: завершена работа программы precomp. Искать решение проблемы в интернете.
 

ProFrager

Знаток
Проверенный
zero 414, добавь в arc.ini к строке упаковки прекомпом параметр -t-j
 

IGROman

Новичок
zero 414,
arc.ini
Код:
[External compressor:srep]
;options  = l%d (minimal match length, default=512)
header = 0
packcmd   = srep {options} -a1 -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:precomp]
header = 0
packcmd   = precomp -intense -c- -t-j {options} -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
 

zero 414

Мимокрокодил
ProFrager,
Спасибо.

IGROman,
А зачем мне эти параметры, у меня же версия прекомпа 0.4
 

akkush

Новичок
Hi all !

I think i need some information, because the russian language is not my specialty.
Well, password protected archives created with SREP, SREP+LZMA, etc works fine,but with PrecompInside, it simply hangs and it does nothing. (Time still counting...)
Is it my fault (mistyped something?) or PrecompInside doesn't like encryption ?
 

Snoopak96

Старожил
akkush,
Use precomp v 0.38-0.41 in 0.42 there is an errors, PrecompInside+lzma+password should work fine.
 

akkush

Новичок
Hmmm. 0.42 is buggy? Ok, i'll give it a shot. Thank you very much !

Edit:
packcmd = precomp041 -c- -t-j -slow *
precomp041+srep+lzma+password :

An error occured while unpacking : Unknown compression mehtod !
Unarc.dll returned an error code: -2
ERROR:Unsupported compression method precomp041
(Setup/Uninstall has stopped working->CLOSE)

@ building the EXE, only V0.41 was left in the 'include folder' ! (.arc created with the same file)

Edit : Without SREP, everything still the same. :(
Edit : V0.38, ditto. (for me.)

Trying without digits..... (V0.4x worked fine with digits,of course without P/W)
 
Последнее редактирование:

Snoopak96

Старожил
akkush,
Of course unarc.dll not understand the method, as it is necessary to arc.ini specify so:

[External compressor:precomp]
header = 0
packcmd = precomp -c- -slow -t-j -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -r -o$$arcdatafile$$.tmp $$arcpackedfile$$.tmp
no digits!

Добавлено через 11 минут
building the EXE, only V0.41 was left in the 'include folder' ! (.arc created with the same file)
better use the original version http://schnaader.info/precomp.php
 
Последнее редактирование:

akkush

Новичок
Well. It looks like PrecompInside doesn't support encryption :
arc.exe a -ep1 -dsgercpn --dirs -aeaes -p -hpSeraphic262144 -s; -lc- -di -i2 -r -m*
My arc.ini is the same as yours. (No digits)
There was a precomp.exe (041) in PATH ,named precomp.exe. Removed. Still cannot unpack.
I tried to unpack with the bundled unarc.dll and the latest ,PW supported version. No succes. I'm i soooo n00b ?? :/
Can you unpack a Precomp-lzma+pw file ?

In my last attempt,everyting were from the bundle.

As i said ,SREP+LZMA+PW works fine !
PRECOMP+....+PW... NO! (0.38-0.42)
Somebody can confirm this ?

I'm on it.
 
Последнее редактирование:

akkush

Новичок
No success ,still hang and the time counter goes on. (I can see the internal filename)
BTW my .ISS is messy a bit. :)
Starting with new one,but now i need ~30mins pause. I'll be back soon. :)

Edit:
For now, i give it up because going crazy now. :) Maybe next time.
Thank you Snoopak96!
 
Последнее редактирование:

ProFrager

Знаток
Проверенный
No success ,still hang and the time counter goes on. (I can see the internal filename)
This problem occurs at many people using PrecompInside, аnd the solution has already been sounded. You need the original version precomp.exe (downloaded from official site), but not one that comes with isdone. From the archive PrecompInside need only packjpg_dll.dll and CLS-precomp.dll.
 
Последнее редактирование:

AeroGiz

Мимокрокодил
Здравствуйте. У меня такая проблема: С помощью объединенных SrepInside и PrecompInside спокойно пакую файлы строкой типа
arc.exe a -ep1 -dses --dirs -s; -lc- -di -i2 -r -mprecomp+srep:m3f:a1:l512+rep:512mb:a99+exe+delta+lzma:177mb:normal:bt4:273:lc8 data.bin Data\*
pause
Однако при попытке ввода в обычный FreeArc строки типа
a -ep1 -dses --dirs -s; -lc- -di -i2 -r -mprecomp+srep:m3f:a1:l512+rep:512mb:a99+exe+delta+lzma:177mb:normal:bt4:273:lc8
процесс упаковки просто стоит, ничего не происходит вообще. Пытался заменять дллки и экзешники из SrepInside и PrecompInside в папку bin FreeArc'а, однако эффект нулевой. Как быть?
 
Сверху