#196
|
||||
|
||||
Quote:
Also overall compression ratio is better with it than without
__________________
Ultimate Conversion Compressor Creator (Discontinued/Abandoned) My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister Microsoft Certified Professional Retired Conversion Creator Last edited by vollachr; 18-03-2018 at 11:11. |
Sponsored Links |
#197
|
||||
|
||||
Try with unpack.bat to see if it's CIU related (or try with 2.0.3.9 instead)
__________________
Haters gonna hate
|
#198
|
||||
|
||||
Quote:
It hanged for a long time almost at the beginning, after just a few files and eventually crashed unarc.exe So I guess it's not a CIUv2 problem but rather something with my method combination or the archive was actually created corrupt.
__________________
Ultimate Conversion Compressor Creator (Discontinued/Abandoned) My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister Microsoft Certified Professional Retired Conversion Creator |
#199
|
||||
|
||||
Maybe diskspan is not compatible with uelr? Try to pack/unpack a single file
__________________
Haters gonna hate
|
#200
|
||||
|
||||
Quote:
I'll run a test of UELR alone to see if it's UELR related or one of the other compressors in my method.
__________________
Ultimate Conversion Compressor Creator (Discontinued/Abandoned) My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister Microsoft Certified Professional Retired Conversion Creator |
#201
|
||||
|
||||
Quote:
Code:
ERROR: archive data corrupted (decompression fails) Exit code: 2 So I can't figure out why it happens.
__________________
Ultimate Conversion Compressor Creator (Discontinued/Abandoned) My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister Microsoft Certified Professional Retired Conversion Creator |
#202
|
||||
|
||||
I will report back soon with more info.
Give me some time ^^
__________________
Haters gonna hate
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
vollachr (19-03-2018) |
#203
|
||||
|
||||
Testfile: \DLC\Marigold\Compat\Textures\CharTextures_marigol d.tfc
uelr:uv+srep+delta+lzma => stucks on 100% (i am sure there will follow a error if i wait some time) uelr:uv+srep+lzma => Unpacking was fine So the problem here was delta (and delta archive was ~1.5mb bigger than without btw) Would be good if you could name the exact file where error appear so i can test this file too
__________________
Haters gonna hate
Last edited by KaktoR; 19-03-2018 at 08:51. |
#204
|
||||
|
||||
Well, I didn't compress any specific files, just the entire game folder in one go. The error always appears to be after or at a file named LICENSE, I think it's in one of the binaries\redist sub folders.
I don't believe it's a uelr file as well, it appears to be one of the files that are not uelr compressed. Optimally I would like to use uelr+srep+lzma+bpk since there are also a little over 1gb of bik files. Anyway, as I mentioned, I get an error when using uelr alone as well, no delta or any other compressors involved. I thought it might be related to using a upx compressed uelr executable but it wasn't, I tested.
__________________
Ultimate Conversion Compressor Creator (Discontinued/Abandoned) My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister Microsoft Certified Professional Retired Conversion Creator Last edited by vollachr; 19-03-2018 at 09:50. |
#205
|
||||
|
||||
\Binaries\Redist\MCPP\LICENSE is a normal file without any file extension (you can open it with n++, some license shit in it for MCPP obviously).
Anyway, *.upk and *.tfc contains lzo streams. Unfortunatelly diskspan only allow a single archive and - what's worst - not allow masked compression. Sometimes it can be that a precompressor has a problem with unpacking a streamless file. But anyway streamless files should always be excluded when you packing with a precompressor (what DiskSpan can't handle). Another example is that sometimes ztool/pzlib3 has a problem restoring a zip archive (like in Sims 4 to name a example).
__________________
Haters gonna hate
|
#206
|
||||
|
||||
I know what that LICENSE file is, it appears uelr have some problems either with it or what comes right after, it is the last file shown before the error occurs.
Anyway, diskspan can actually handle file exclusions pretty well, it's just a matter of using the correct command line syntax, which I have figured out. The problem is that you'll need to create multiple diskspan archives, each with a different first disk size, a function that my compression script currently don't have. So I either need to avoid diskspan or avoid uelr, I'll have to run some tests before I decide which one to remove from my compression. Alternatively, maybe moving redist to disk folders and exclude them from compression could also work. Anyway, if I'll have any more problems related to this I'll let you know, thanks for the help.
__________________
Ultimate Conversion Compressor Creator (Discontinued/Abandoned) My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister Microsoft Certified Professional Retired Conversion Creator |
#207
|
||||
|
||||
Quote:
So it's gonna give me a big headache using uelr, and considering that so far, even with uelr I couldn't get the game below 3 discs (just the 3rd disc size is much smaller with uelr) I don't see the point of pressing it any further, I just won't use it in this conversion.
__________________
Ultimate Conversion Compressor Creator (Discontinued/Abandoned) My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister Microsoft Certified Professional Retired Conversion Creator |
#208
|
||||
|
||||
OK, Still have issues with getting CIUv2.0.5g to unpack uelr and bpk created archives.
And now I'm talking archives that only include file types relevant to said compressors. I get an unsupported method error when I try to install bpk created data.bin file, it was created using FreeArc with BPK CLS... I have the cls-bpk.dll & bink_unpack.exe in the Include/Addon folder, I even have an entry in arc.ini, just in case, tried with the arc.ini entry and without it, always get unsupported method error. Same thing happen with a Data.bin created with uelr+srep+lzma, I have the cls-uelr.dll in Include\Addon folder, no Arc.ini entry as it isn't needed, I also included the timer.exe, just in case, keep getting unsupported compression method error. Any ideas? Because I can unpack them manually without a problem, the archives are OK.
__________________
Ultimate Conversion Compressor Creator (Discontinued/Abandoned) My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister Microsoft Certified Professional Retired Conversion Creator |
#209
|
||||
|
||||
Last try: Try with 2.0.3.9. If unpacking is ok, problem is 100% by 2.0.5g.
__________________
Haters gonna hate
|
#210
|
||||
|
||||
Quote:
Otherwise it's only good to test the uelr problem.
__________________
Ultimate Conversion Compressor Creator (Discontinued/Abandoned) My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister Microsoft Certified Professional Retired Conversion Creator |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 07:19 |
Tutorial using CI 8.0.0 | yener90 | Conversion Tutorials | 424 | 21-10-2014 09:49 |