Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 24-08-2013, 15:02
PenaPP PenaPP is offline
Registered User
 
Join Date: Jan 2011
Location: Czech republic
Posts: 28
Thanks: 10
Thanked 5 Times in 4 Posts
PenaPP is on a distinguished road
Question yener90 installer stuck at 0%

Recently I've been trying to install converted StarCraft II: Heart of the Swarm (conversion and installer based on yener90 script http://fileforums.com/showthread.php?t=94783) to some older PC and I got stuck just at 0% (after installing DirectX and Microsoft Visual C++ 2010 Redistributable Package).
There is no error, CPU is at 100% and it doesn't progress. I tried to let it run for whole night, but it was still at 0% with no more files extracted to hard drive.
Does anybody have the same problem or even better the proper solution? Please let me know
Reply With Quote
Sponsored Links
  #2  
Old 25-08-2013, 08:37
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
how much ram & what OS in that PC? I don't think the OS ( XP, Vista, Win7 ) will make any difference, but ram definitely. And close any/all background programs not essential for PC to run.
Reply With Quote
  #3  
Old 25-08-2013, 08:44
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
how much ram & what OS in that PC? I don't think the OS ( XP, Vista, Win7 ) will make any difference, but ram definitely. And close any/all background programs not essential for PC to run.
He'using Intel Celeron 3,2GHz and 1GB RAM, we've talked through PMs and i advised him to open a specific thread about it, since there are others who are having same problem with their rigs.
Reply With Quote
The Following User Says Thank You to REV0 For This Useful Post:
PenaPP (25-08-2013)
  #4  
Old 25-08-2013, 08:59
PenaPP PenaPP is offline
Registered User
 
Join Date: Jan 2011
Location: Czech republic
Posts: 28
Thanks: 10
Thanked 5 Times in 4 Posts
PenaPP is on a distinguished road
pakrat2k2: Specs are like REV0 has written. All non-system services and processes were stopped - it is nearly clean Windows installation.
Reply With Quote
  #5  
Old 25-08-2013, 09:00
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
1GB RAM !!!!

that's barely enough for OS to run properly. Nevermind adding anything else that requires RAM for processes.

He could goto ControlPanel / system, and bump up his virtual memory ( swap file ) to 4GB if that hasn't been done already. Might give a little more breathing room.
Reply With Quote
  #6  
Old 25-08-2013, 09:02
PenaPP PenaPP is offline
Registered User
 
Join Date: Jan 2011
Location: Czech republic
Posts: 28
Thanks: 10
Thanked 5 Times in 4 Posts
PenaPP is on a distinguished road
pakrat2k2: I've even tried to use ReadyBoost to move swap file to a flash drive, but the memory usage didn't exceed the physical memory after all.
Reply With Quote
  #7  
Old 25-08-2013, 12:03
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
add to arc.ini & in compress.bat for each file ( data#.cab )

-lc1024 -ld1024 ( to reduce memory requirements for the old pc )

IE: arc.ini
Code:
[External compressor:srep]
;options  = l%d (minimal match length, default=512)
header = 0
packcmd   = srep {options} -m3f -l512 -c256 -a4  -lc1024 -ld1024 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s -lc1024 -ld1024 $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
compress.bat ( multiple lines )
Code:
arc a -ep1 -r -w.\ -msrep+lzma:a1:mfbt4:d128m:fb128:mc1000:-lc1024 -ld1024
Test to see if it compiles properly first. ( move cabs you've already created elsewhere, then recreate using above changes ) I don't have game to test this out.
Reply With Quote
  #8  
Old 25-08-2013, 12:46
PenaPP PenaPP is offline
Registered User
 
Join Date: Jan 2011
Location: Czech republic
Posts: 28
Thanks: 10
Thanked 5 Times in 4 Posts
PenaPP is on a distinguished road
pakrat2k2: I've already tested that even with -ld128mb and it reduced memory usage, but didn't help with progress in installation - after a few hours still at 0.0%
Reply With Quote
  #9  
Old 25-08-2013, 13:17
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,752
Thanks: 2,187
Thanked 11,213 Times in 2,310 Posts
Razor12911 is on a distinguished road
I'm pretty sure that there is an unarc.dll failure.
  • Because this happens if an incorrect unarc.dll library is loaded. which you can replace but if the conversion works on other computers then it's not it.
  • Unarc.dll or other programs which are involved in unpacking like precomp, srep and isdone maybe unable to start for the following reasons, it can be be detected by an anti-virus which is false.
  • precomp requires half of computers cpu performance so make sure that all other programs are closed which are using cpu a lot.
  • srep requires at least 512mb memory with tweaking it's decompressing and compression memory so make sure you got enough.
  • CI and CIU or any other Inno Setup Advanced installer requires an additional memory of 200mb.

I think having 1GB RAM may be the problem. because Inno Requires about 200megs, and srep requires 512MB and loading operating system is another story.
Reply With Quote
  #10  
Old 25-08-2013, 13:56
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
I think I will try a compression uharc, I think it best to outdated systems ..
Reply With Quote
  #11  
Old 25-08-2013, 15:26
HellRazor HellRazor is offline
Registered User
 
Join Date: Mar 2007
Location: Q'onos
Posts: 182
Thanks: 213
Thanked 103 Times in 56 Posts
HellRazor is on a distinguished road
I had the same issue with SCII HotS conversion but the only difference is that, while progress bar seems frozen and "Estimated time" keeps rising up to 90 hours, game slowly (really slowly) gets installed. And it does takes some time to install the game (Like 3-4 hours). I didn't test again after I installed Win8.

It was tested on:
AMD Athlon64 X2 4000+ 2.10Ghz
3GB Ram
GeForce GT440
Windows 7

While on friend's PC, installation went fine (though his hardware is far superior)
Intel i5 3.9GHz
8GB Ram
GeForce GTX680 (I think)
Windows 8
Reply With Quote
  #12  
Old 25-08-2013, 15:27
PenaPP PenaPP is offline
Registered User
 
Join Date: Jan 2011
Location: Czech republic
Posts: 28
Thanks: 10
Thanked 5 Times in 4 Posts
PenaPP is on a distinguished road
Razor12911: Maybe I should have noted that the same converted installer works fine on the similar PC (Intel Celeron 2.66GHz, 1GB RAM, Windows XP SP3) - it took approximately 3 hours. I know Windows 7 is greedy and "eats" more memory, but it should run at least really slow with usage of swap file instead of getting stuck at zero. Or maybe some error message would be great, but without that I'm lost and don't know where exactly the problem is

sentinelks: Are you suggesting something or is it just some kind of soliloquy?

HellRazor: My estimated time is stuck at 0 seconds as well as percents

Last edited by PenaPP; 25-08-2013 at 15:29.
Reply With Quote
  #13  
Old 25-08-2013, 17:40
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
I only say that I have only compressed with that kind of compression on PC dated, with the systems of the forum you must have a pc 200 $ lol
then why do conversions with pc so old, no game works 95%
Reply With Quote
  #14  
Old 28-08-2013, 02:57
PenaPP PenaPP is offline
Registered User
 
Join Date: Jan 2011
Location: Czech republic
Posts: 28
Thanks: 10
Thanked 5 Times in 4 Posts
PenaPP is on a distinguished road
sentinelks: According to what you have written and my experiences the installer has higher HW requirements than the game itself - I can run the game on low details smoothly, but the installer is stuck
Reply With Quote
Reply


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
altef_4's installer altef_4 Conversion Tutorials 244 24-05-2024 22:20
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
How to fix a stuck cd drawer kathartic PS2 Games 0 23-03-2005 13:22



All times are GMT -7. The time now is 16:53.


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