|
|
|
#1
|
|||
|
|||
|
@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 |
| Sponsored Links |
|
#2
|
||||
|
||||
|
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. |
|
#3
|
||||
|
||||
|
how do I fix this? (MSVCP140.dll)
solution: Install VC++ 2015-2017-2019 package (both x86 and x64) latest Visual C++ downloads |
|
#4
|
|||
|
|||
|
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) | ||
|
#5
|
||||
|
||||
|
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. |
|
#6
|
||||
|
||||
|
can you repost a link for the new versions of MTX ?
|
![]() |
| Thread Tools | Search this Thread |
| 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 |