#31
|
|||
|
|||
What people thinks development is? Remaking old projects with more bugs and making non sense project is not development. If you can make something new that's development, even if you remake and make something better than before that's development. Posting same thing over and over again by changing a bit of information is spamming, not development.
__________________
NOT AVAILABLE |
The Following User Says Thank You to 78372 For This Useful Post: | ||
Gehrman (07-05-2022) |
Sponsored Links |
#32
|
||||
|
||||
Sorry for bothering mr.BLACKFIRE, This may be a useful thread but we can't find the download section here. so please reupload it.
Thank you. Last edited by Ele; 08-12-2020 at 09:01. |
#33
|
|||
|
|||
Hi,
I tried to use the settings in the snapshot, which should be using precomp048.exe but when I test a packing, method called is MTXprecomp048 -> calls method precomp048 -> calls precomp048.exe however it is reporting error with precomp038.exe in the same directory. It is MTX 5.0.0.0 |
#34
|
||||
|
||||
Quote:
__________________
- All life is an experiment. The more experiments you make the better. - |
#35
|
|||
|
|||
Thanks, that could explain part of it.
But why it would invoke precomp038.exe? Is MTX parsing every external compressor defined in arc.ini as well as try to load them once to build some kind of lookup table into memory for later use? |
#36
|
|||
|
|||
Quote:
precomp048+srep+lolz64 works precomp048+srep+LolzMTX ERROR: general (de)compression error in LolzMTX precomp048+srep+rz64 works precomp048+srep+RazorMTX ERROR: general (de)compression error in RazorMTX precomp048+srep+bcm32 ERROR: general (de)compression error in bcm32 precomp048+srep+BcmMTX works It is a bit strange that, if not using MTX it works, using MTX will make it not working. If not using MTX doesn't work, using MTX will make it work? Is it because of the input output in the settings? Another test for PrecompMTX+srep+ any normal or MTX final compressor none works. The console / log doesn't say why at all. It seems as soon as MTX invokes precomp, it exits/crashes. The temp folder for precomp has been created, only the 0 folder has 512KB file, all others are 0 |
#37
|
||||
|
||||
MTX New Update v5.0.0.1
MTX New Update v5.0.0.1 What's new: MTX v5.0.0.1
Example contains:
Last edited by BLACKFIRE69; 24-07-2022 at 22:53. |
The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
Cesar82 (27-02-2021), Ele (24-02-2021), ffmla (24-02-2021), L0v3craft (25-02-2021), Masquerade (24-02-2021) |
#38
|
|||
|
|||
^^
Thanks for the MTX update. But in freearc alpha build struggled with Antivirus. If we turnoff all Ok |
#39
|
||||
|
||||
Quote:
__________________
- All life is an experiment. The more experiments you make the better. - |
#40
|
||||
|
||||
Quote:
|
#41
|
||||
|
||||
@Blackfire69
I've hbeen having issues with both MTX.exe and RazorX trying to compress a few files, leading to an FreeArc error at 99.1% in both tools (bad file descriptor error). I use srep before running. Will this cause issues during decompression? I've never encountered that before. I'm currently testing that myself. Arc says decompression error in razorx/mtx though, and not srep |
#42
|
||||
|
||||
Quote:
how many threads did you use? (for the compression and the decompression) did you run this test on the same cpu? in general, MTX returns errors because the number of threads doesn't match. I mean for example, MTX can't control this situation if you use 8 threads for compression and 16 threads for decompression. this's because the number of threads for decompression should always be less than or equal to the number of threads you used in compression. |
#43
|
||||
|
||||
MSVCP140.dll error
how do I fix this? (MSVCP140.dll)
solution: Install VC++ 2015-2017-2019 package (both x86 and x64) latest Visual C++ downloads |
#44
|
||||
|
||||
I'd argue this is a better solution
https://github.com/abbodi1406/vcredist/releases Anyways, I solved my issues, it appears the files being extracted were simply too small (1-2kb) and something just went wrong. I played around a bit and managed to reach a correct extraction: Code:
FreeArc 0.67 (March 15 2014) extracting archive: MASQUERADE-Data_01.MSQ Extracting 41 files, 5,071,054,255 bytes. Processed 2.6% Extracted 41 files, 1,955,615,101 => 5,071,054,255 bytes. Ratio 38.56% Extraction time: cpu 28.59 sec/real 158.83 sec = 18%. Speed 31.93 mB/s All OK |
The Following User Says Thank You to Masquerade For This Useful Post: | ||
BLACKFIRE69 (04-03-2021) |
#45
|
||||
|
||||
MTX v5.0.0.2 New Update
MTX v5.0.0.2 New Update What's new: Code:
1. Fixed config file parsing bug. (Thanks to @Cesar82) 2. Added support of MTX.ini. -- When you use MTX.ini next to the EXE file, the settings "--basePath", "--cfgfile" and "--tmpPath" are overridden. This simply means that if you use MTX.ini, you no longer need the "--basePath", "--cfgfile" and "--tmpPath" setting in the commandline. -- If you use both MTX.ini and the commandline settings, the MTX will ignore the commandline settings ("--basePath", "--cfgfile" and "--tmpPath"). 3. Compatible with the previous version (v5.0.0.1). Code:
[MTX64] MainPath=".\" Config="$basePath$\arc.ini" TmpPath="$basePath$\temp64" Code:
Section name Filename>> MTX32.exe then [MTX32] Filename>> MTX64.exe then [MTX64] Filename>> MTX.exe then [MTX] Filename>> FileName.exe then [FileName] MainPath MainPath="$exePath$" or MainPath=".\..\..\" or MainPath="C:\test" Config Config="$basePath$\arc.ini" or Config="$exePath$\arc.ini" or Config=".\..\..\arc.ini" or Config="C:\test\arc.ini" TmpPath TmpPath="$basePath$\temp" or TmpPath="$exePath$\temp" or TmpPath=".\..\..\temp" or TmpPath="C:\test\temp" Last edited by BLACKFIRE69; 24-07-2022 at 22:54. |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
XLolz - Lolz Accelerator | BLACKFIRE69 | Conversion Tutorials | 17 | 28-09-2022 14:24 |
Universal Accelerator - cls-mtx.dll | BLACKFIRE69 | Conversion Tutorials | 60 | 12-07-2022 14:44 |
New Universal Extractor By DLG | felice2011 | Conversion Tutorials | 5 | 30-12-2018 04:16 |
Universal CLS Generator | 78372 | Conversion Tutorials | 57 | 30-01-2018 04:04 |
CheatEngine Universal Game Cracker All Games 2014 | sillywalks | PC Games | 1 | 01-12-2014 12:24 |