Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 13-10-2019, 06:49
mixtro mixtro is offline
Registered User
 
Join Date: Sep 2019
Location: Dubai
Posts: 15
Thanks: 7
Thanked 7 Times in 5 Posts
mixtro is on a distinguished road
Unhappy Srep64 Errorlevel=-1073741819

Hey guys, so I've been trying to compress Outlast 2 using uelr+msc+srep64+lolz, however the game size flies from 26gb to 39gb. Whenever SREP64 starts compressing, as soon as it reaches the second pass it fails and shows Errorlevel=-1073741819.

Here's the log:
Code:
Compressing 40,692,579,062 bytes with "tools\srep\srep64.exe"  -m3f -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
 10.4%SREP 3.2 (April 6, 2013): input size 38807 mb, memory used 2175 mb, -m3f -l512 -c256 -a2
100%: 40,692,579,062 -> 27,398,243,706: 67.33%.  Cpu 65 mb/s (599.625 sec), real 19 mb/s (2056.522 sec) = 29%
Second pas 10.4%
Errorlevel=-1073741819
 10.4%
ERROR: general (de)compression error in srep64
My system specs are:
CPU: AMD Ryzen 5 2600
RAM: 16GB 3200Mhz

Clock rate is stable/stock.

Srep64 is v3.2.

Could it be that I do not have enough RAM for it to use? 14GB was available. This is the fourth try. Tried placing it in a shorter path "C:\Folder" to see that it might be a character limit, but error still persists.

Any ideas?
Reply With Quote
Sponsored Links
  #2  
Old 13-10-2019, 10:15
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,812
Thanks: 20
Thanked 331 Times in 216 Posts
Joe Forster/STA is on a distinguished road
That error code converts to hexadecimal 0xC0000005, access violation. Probably a pointer went astray.
__________________
Joe Forster/STA
For more information, see the FileForums forum rules and the PC Games forum FAQ!
Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply!
Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back!
Reply With Quote
  #3  
Old 13-10-2019, 11:41
FitGirl FitGirl is offline
Registered User
 
Join Date: Dec 2014
Location: Riga
Posts: 207
Thanks: 21
Thanked 243 Times in 131 Posts
FitGirl is on a distinguished road
Use -c512 instead of -c256
Reply With Quote
The Following User Says Thank You to FitGirl For This Useful Post:
ZAZA4EVER (13-10-2019)
  #4  
Old 14-10-2019, 08:30
mixtro mixtro is offline
Registered User
 
Join Date: Sep 2019
Location: Dubai
Posts: 15
Thanks: 7
Thanked 7 Times in 5 Posts
mixtro is on a distinguished road
Quote:
Originally Posted by FitGirl View Post
Use -c512 instead of -c256
Code:
Compressing 40,692,579,062 bytes with "tools\srep\srep64.exe" -c512  -m3f -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
SREP 3.2 (April 6, 2013): input size 38807 mb, memory used 1103 mb, -m3f -l512 -c512 -a2
100%: 40,692,579,062 -> 27,613,438,940: 67.86%.  Cpu 96 mb/s (404.641 sec), real 60 mb/s (644.086 sec) = 63%    %
Second pas 10.4%
Errorlevel=-1073741819
 10.4%
ERROR: general (de)compression error in srep64:c512
I'm going to try with c1024 and srep 3.93 and see how it goes.
Reply With Quote
  #5  
Old 14-10-2019, 08:34
doofoo24 doofoo24 is offline
Registered User
 
Join Date: Nov 2016
Location: canada
Posts: 408
Thanks: 138
Thanked 469 Times in 227 Posts
doofoo24 is on a distinguished road
just use m3f -d1g -a2
Reply With Quote
  #6  
Old 15-10-2019, 06:08
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 951 Times in 309 Posts
78372 is on a distinguished road
Do you have enough space in your harddrive?
And use stdout for srep as you use m3f
Reply With Quote
  #7  
Old 15-10-2019, 06:46
mixtro mixtro is offline
Registered User
 
Join Date: Sep 2019
Location: Dubai
Posts: 15
Thanks: 7
Thanked 7 Times in 5 Posts
mixtro is on a distinguished road
Quote:
Originally Posted by 78372 View Post
Do you have enough space in your harddrive?
And use stdout for srep as you use m3f
Yes, I have 700 gigabytes of free space.

I've tested this more than 7 times and at this point I'm just going to skip srep.

Edit: I'll give it one last try with <stdin> <stdout>. Crossing fingers.
Edit2: Srep doesn't work with <stdout>, so I'm just going to split the data in half and move on.

Thanks for your help guys.

Last edited by mixtro; 15-10-2019 at 07:08.
Reply With Quote
  #8  
Old 15-10-2019, 07:16
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 277
Thanks: 508
Thanked 97 Times in 74 Posts
shazzla is on a distinguished road
@comp,use tempfiles ! Not stdio.

@decomp, do not use arc.ini/stdout for srep.
Instead it,go for razor's cls-srep.dll.
Reply With Quote
  #9  
Old 15-10-2019, 07:34
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 951 Times in 309 Posts
78372 is on a distinguished road
Not stdio. Just stdout.
packcmd = srep64 -m3f $$arcdatafile$$.tmp - <stdout>
Reply With Quote
  #10  
Old 15-10-2019, 08:04
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 277
Thanks: 508
Thanked 97 Times in 74 Posts
shazzla is on a distinguished road
I mean stdin/out..
Reply With Quote
  #11  
Old 15-10-2019, 10:44
ZAZA4EVER ZAZA4EVER is offline
Registered User
 
Join Date: Oct 2016
Location: egypt
Posts: 179
Thanks: 614
Thanked 199 Times in 72 Posts
ZAZA4EVER is on a distinguished road
i notice you are from dubai
if you repack game with arabic files this will make error with you in srep
cause arabic files ,, you must repack arabic files with srep + lolz
dont repack it with uler+srep+lolz
this error appear for me and asked everyone dont solved it , i repack arabic files only without game files ,, repacked well ,,, srep 3.92


Code:
[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:srep]
header = 0
packcmd   = srep64 {-option } $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d -s -- <stdin> <stdout>

[External compressor:uelr]
header = 0
packcmd   = uelr.exe uv $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
Bat File Code Patch

Code:
@echo off
color 0a

bin\arc.exe a -ep1 -r -ed -s; -w.\tempUelr -muelr+srep:m3f:a16:d1g+lolz:dtb1:d128m:mtt1:mt8:tt8:mc1023:fba0 Data1.bin "1\*"
rmdir /s /q tempUelr

pause
Attached Files
File Type: rar Uelr.Profile.rar (1.51 MB, 32 views)

Last edited by ZAZA4EVER; 15-10-2019 at 10:50.
Reply With Quote
The Following User Says Thank You to ZAZA4EVER For This Useful Post:
mixtro (15-10-2019)
  #12  
Old 15-10-2019, 11:09
mixtro mixtro is offline
Registered User
 
Join Date: Sep 2019
Location: Dubai
Posts: 15
Thanks: 7
Thanked 7 Times in 5 Posts
mixtro is on a distinguished road
Quote:
Originally Posted by ZAZA4EVER View Post
i notice you are from dubai
if you repack game with arabic files this will make error with you in srep
cause arabic files ,, you must repack arabic files with srep + lolz
dont repack it with uler+srep+lolz
this error appear for me and asked everyone dont solved it , i repack arabic files only without game files ,, repacked well ,,, srep 3.92
Unfortunately all my files are in English so that is not the case.
Thank you for posting this, should help me out if I ever decide to include Arabic files.

Just want to update that splitting the archive to 20gb each prevented the issue from happening.
Reply With Quote
The Following User Says Thank You to mixtro For This Useful Post:
ZAZA4EVER (15-10-2019)
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Fox Kompressor 1.01c Ultimate felice2011 Conversion Tutorials 31 07-06-2023 14:58
Possible fix for srep64 v393a data corruption - need more testing elit Conversion Tutorials 5 17-04-2018 14:55
Sniper Elite 3 [3xDVD5, Srep64, IC 2.5.1] Inge PC Games - CD/DVD Conversions 12 26-07-2014 11:07



All times are GMT -7. The time now is 06:54.


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