FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   CLS-PrecompMT (Multi tasking) (https://fileforums.com/showthread.php?t=97961)

ZakirAhmad 27-02-2017 22:58

please any one reply...

vint56 27-02-2017 23:06

1 Attachment(s)
ZakirAhmad

ZakirAhmad 27-02-2017 23:34

@vint56...
thanks bro,it worked... while compressing with precomp045 i am getting error arc.exe has stopped working on a 2gb file... while precomp044 works good... what am i doing wrong...

vint56 27-02-2017 23:55

ZakirAhmad I do not know what kind of bug you but try to add it precomp -intense -cn -t-j
arc.ini
packcmd = precomp -intense -cn -t-j -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp

ZakirAhmad 28-02-2017 01:24

Thanks... the modified script u uploaded for me has uninstall problemm... please correct... thanks alot...

-XCX- 28-02-2017 01:30

Quote:

Originally Posted by ZakirAhmad (Post 456455)
Thanks... the modified script u uploaded for me has uninstall problemm... please correct... thanks alot...

add these files to your script
Source: Resources\Dark.png; DestDir: {app}\Uninstall; Attribs: hidden system;
Source: Resources\Light.png; DestDir: {app}\Uninstall; Attribs: hidden system;
Source: Graphics\Images\Setup1.jpg; DestDir: {app}\Uninstall; Attribs: hidden system;
Source: Resources\botva2.dll; DestDir: {app}\Uninstall; Attribs: hidden system;

ZakirAhmad 28-02-2017 02:45

@-XCX

Before adding support for cls-precompmt.dll, everything was working great...

-XCX- 28-02-2017 03:16

Dude Give Me Your Script I will solve your problem

ZakirAhmad 28-02-2017 03:55

@-XCX- here it is...
 
here it is

http://fileforums.com/attachment.php?attachmentid=17450&d=1488265586

-XCX- 28-02-2017 05:26

Just Remove This Line
SaveStringToFile(ExpandConstant('{tmp}\cls-precompmt.ini'), '[CLS]'+#13#10+'Threads=75%'+#13#10+'Brute=0'+#13#10+'Te mp='+ExpandConstant('{tmp}'), True);
And It Will Work

-XCX- 28-02-2017 05:29

if you get uninstallation problem in your script then add this files
Source: Resources\Dark.png; DestDir: {app}; Attribs: hidden system;
Source: Resources\Light.png; DestDir: {app}; Attribs: hidden system;
Source: Graphics\Images\Setup1.jpg; DestDir: {app}; Attribs: hidden system;
Source: Resources\botva2.dll; DestDir: {app}; Attribs: hidden system;

ZakirAhmad 28-02-2017 07:02

THANKS FOR HELP @EVERYONE

uninstall problem solved...
but i am not able to extract files compressed with precompmt+pzlib+srep+lzma...

-XCX- 28-02-2017 07:06

did you this files to your script
ExtractTemporaryFile('Pzlib.exe');
ExtractTemporaryFile('arc.ini');
ExtractTemporaryFile('hif2raw_dll.dll');
ExtractTemporaryFile('raw2hif_dll.dll');

ZakirAhmad 28-02-2017 07:20

with out precommt everything worked... above in a post of mine is a file.... please take a look on it... thanks alot...

ZakirAhmad 28-02-2017 07:56

with out precommt everything worked... above in a post of mine is a file.... please take a look on it... thanks alot...

ZakirAhmad 01-03-2017 02:38

Can please any body post a compressor with working precompmt support... I tried everything to get through the error but I am still getting error arc.exe has stopped working... I tried it on 5gb folder files.... at about 4.5% i am getting the error...

Simorq 05-03-2017 07:24

Code:

Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM pZLib.exe', '', SW_HIDE, ewNoWait, ISDoneCancel);
      Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM Precomp.exe', '', SW_HIDE, ewWaitUntilTerminated, ISDoneCancel);
      Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM Precomp64.exe', '', SW_HIDE, ewWaitUntilTerminated, ISDoneCancel);
      DelTree(ExpandConstant('{app}\'), True, True, True);

:D

Chayan Manna 06-03-2017 07:39

How can I get first release? I deleted it.

Chayan Manna 11-03-2017 20:14

Please someone give me the first release. That's the full 7z file provided by razor12911.
Please someone give.......

L0v3craft 12-03-2017 06:17

Hi guys, someone here can help me to get it working ?

I'm using:

- precomp/precomp64.exe (0.45 alpha version)

- cls-precompmt.dll + cls-precompmt.ini are in the same folder of precomp exe files

- the command that I'm trying is this(in my arc.ini file):

Code:

ultral24x4          = msc_frog+srep+delta+4x4:lzma:max/$void=srep+zstd/$deflate=precomp+srep+delta+4x4:lzma:max

[External compressor:precomp]
header = 0
packcmd = precomp64 -v -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp64 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

And in the task manager i can see only one precomp64.exe

Why it is not working in mt for me ? :(

ZakirAhmad 12-03-2017 08:01

@L0v3craft
precompmt doesnt required arc.ini
include in compressor precomp64.exe precomp.exe cls-precompmt.dll cls-precompmt.ini
in precompmt.ini edit Temp=./ and
writr command for compression as -mprecompmt+srep+lzma...
also if source file is below 64mb only 1 thread will be used. if above64mb 2 and so on...

rinaldo 12-03-2017 10:06

1 Attachment(s)
Quote:

L0v3craft
pmt

L0v3craft 12-03-2017 10:42

Quote:

Originally Posted by ZakirAhmad (Post 457054)
@L0v3craft
precompmt doesnt required arc.ini
include in compressor precomp64.exe precomp.exe cls-precompmt.dll cls-precompmt.ini
in precompmt.ini edit Temp=./ and
writr command for compression as -mprecompmt+srep+lzma...
also if source file is below 64mb only 1 thread will be used. if above64mb 2 and so on...

Thanks but doesn't work with the compressor that I'm using. Probably something is wrong in the arc.ini file.

Quote:

Originally Posted by rinaldo (Post 457058)
pmt

Your compressor works but I want use my compressor.

I'm using this:

Code:

cut
can you make it working for me ? Thanks in advance.

rinaldo 12-03-2017 10:48

1 Attachment(s)
the mask has nothing to do with precompmt, just not to go out of the question ;)


to use mask with pmt, you just have to adapt the files for compression
metodo1,2,3,4,5 etc., then you have to adapt to your anthem scrip is simple but takes time for tests

L0v3craft 12-03-2017 13:17

Quote:

Originally Posted by rinaldo (Post 457060)
the mask has nothing to do with precompmt, just not to go out of the question ;)


to use mask with pmt, you just have to adapt the files for compression
metodo1,2,3,4,5 etc., then you have to adapt to your anthem scrip is simple but takes time for tests

Thanks but I solved my problem in a simple way:

I edited my arc.ini:

- I removed this part of the code:

Code:

[External compressor:precomp]
header = 0
packcmd = precomp64 -intense -v -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp64 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

- And changed this:

Code:

ultral24x4          = msc_frog+srep+delta+4x4:lzma:max/$void=srep+zstd/$deflate=precomp+srep+delta+4x4:lzma:max
with this

Code:

ultral24x4          = msc_frog+srep+delta+4x4:lzma:max/$void=srep+zstd/$deflate=precompmt+srep+delta+4x4:lzma:max
And all is working now :) But I don't understand the difference from "-mprecompmt" and "-precompmt". Is there some difference ?

rinaldo 12-03-2017 13:30

o yes code error

Code:

[External compressor:precomp]
header = 0
packcmd = precomp64 -intense -v -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp64 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

correct is
Code:

[External compressor:precomp64]
header = 0
packcmd = precomp64 -intense -v -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp64 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp


chum 03-04-2017 07:59

Does precompmt ignore commands add in arc.ini? Or it only missing the option to disable MP3?

Schnaader say -t-3 disable MP3 compression, when i use it in Precomp045 that works fine but in precompmt it just ignoring this command. I need to disable MP3 compression because it cause error to my files.

Is there some solution Razor?

github 02-02-2021 16:19

Quote:

Originally Posted by chum (Post 457757)
Does precompmt ignore commands add in arc.ini? Or it only missing the option to disable MP3?

Schnaader say -t-3 disable MP3 compression, when i use it in Precomp045 that works fine but in precompmt it just ignoring this command. I need to disable MP3 compression because it cause error to my files.

Is there some solution Razor?

Unfortunately it doesn't take the -t-+ options

Ele 02-02-2021 17:31

Quote:

Originally Posted by github (Post 490221)
Unfortunately it doesn't take the -t-+ options

I guess BLACKFIRE69's cls-precomp.dll has this facility.
You can add your custom options into,

cls-precomp.ini >> [Precomp] >> Options= -cn -brute -t-+ ......

github 02-02-2021 20:46

Thanks, that one's working however it will force creating all the output files to where the .dll or arc.exe is, including the compressed file, the temp file folders as well as the log file.

And it seems when several precomp running in parallel to split the task, it will expose a problem I found:

Some zip, 7z files , when only a few files going to be compressed, they will fail the decompress on CRC checks. When they are included in a larger set of files, they will pass the decompress.
And with a large set of files, precomp running in parallel , they will fail to decompress because of CRC errors. I guess the reason is, when those zip, 7z files mixed with large set of files, they work fine. When precomp running in parallel , the whole file set been splitted into multiple sections, and the section doesn't have enough files to save those kids.

The zip,7z files have problems are when you try to run this command

Quote:

precomp.exe -cn -o1.pcf 121.zip
against them:

Quote:

None of the given compression and memory levels could be used.
There will be no gain compressing the output file.

I'll try -cl or -cb with precomp's builtin compressing;;

Ele 03-02-2021 01:16

Quote:

Originally Posted by github (Post 490223)
Some zip, 7z files , when only a few files going to be compressed, they will fail the decompress on CRC checks.

I also have this experience on xtool with -t100p.


All times are GMT -7. The time now is 12:18.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com