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

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #166  
Old 01-08-2012, 04:39
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Hi pratak!

Well, PrecompVer=038 dont work, but PrecompVer=0.38 with the dot works fine now.

Realy strange.

Thanks anyway
Sponsored Links
  #167  
Old 01-08-2012, 08:20
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
ooops just a mistype ( forgot the period )
  #168  
Old 01-08-2012, 11:14
kurutu kurutu is offline
Registered User
 
Join Date: Jun 2012
Location: turkey
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
kurutu is on a distinguished road
Exclamation Video background

How I can add video to background?
  #169  
Old 01-08-2012, 18:03
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
kurutu did you even try?
Maybe adding video.avi to Background folder will solve your problem
  #170  
Old 01-08-2012, 18:41
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
or even try to read thru the topic !!!
  #171  
Old 04-08-2012, 03:46
rastan76's Avatar
rastan76 rastan76 is offline
Registered User
 
Join Date: Nov 2008
Location: Italy
Posts: 9
Thanks: 0
Thanked 1 Time in 1 Post
rastan76 is on a distinguished road
Hi Yener90, thanks for the great job!
I've a little (big for me ) problem and I ask your help! (sorry for my bad english, I'll try to explain it simpler as possible)
I'm trying to make my own custom installer, reading and studying your CI 8.4.1 ... I've start with a simple setup, with only custom images, , registry entry after setup, and redist install(DirectX, Visual C++ etc.) . I enable the diskspam to have two dvd5.
Everything goes well until, in the end of installation (when it has to create shortcuts and start the redist installation) it crashes with "external exception c00006".
It only happens if I use the two different isos of the game... If I install it from the hard disk no error appears, and the setup ends successfully.
How can I prevent this type of error? (and...what is this exception c00006???)
Thamk you in advance!
  #172  
Old 04-08-2012, 04:18
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
Quote:
Originally Posted by rastan76 View Post
Hi Yener90, thanks for the great job!
I've a little (big for me ) problem and I ask your help! (sorry for my bad english, I'll try to explain it simpler as possible)
I'm trying to make my own custom installer, reading and studying your CI 8.4.1 ... I've start with a simple setup, with only custom images, , registry entry after setup, and redist install(DirectX, Visual C++ etc.) . I enable the diskspam to have two dvd5.
Everything goes well until, in the end of installation (when it has to create shortcuts and start the redist installation) it crashes with "external exception c00006".
It only happens if I use the two different isos of the game... If I install it from the hard disk no error appears, and the setup ends successfully.
How can I prevent this type of error? (and...what is this exception c00006???)
Thamk you in advance!
Error name ERROR_INVALID_HANDLE

C0000006 External Exception Errors

C0000006 on Local Area Network:

When receiving this error in a Local Area Network (LAN), it is generally an indication the station is no longer connected to the network and it has lost its connection to the server. It is recommended to troubleshoot the connection by checking cabling, any hub or switch and the Network Interface Card (NIC) on any station with this error. If this is happing on the entire network, the common devices such as the Server's NIC, network cable connecting the server to the switch or the switch could be the cause.

This error could also be caused by any anti-virus/firewall solutions that is not properly configured. Anti-virus solutions that inspect and delay the packet delivery or interrupt packet delivery over the network can be the culprit and cause disconnection from the databases.

We have also seen this error when other software such as RLI is accessed at the same time as Compulink on the same station.

NOTE: It's excerpt.

Disable your anti-virus and firewall start setup again.

Last edited by Kurutucu; 04-08-2012 at 04:26.
  #173  
Old 04-08-2012, 05:35
rastan76's Avatar
rastan76 rastan76 is offline
Registered User
 
Join Date: Nov 2008
Location: Italy
Posts: 9
Thanks: 0
Thanked 1 Time in 1 Post
rastan76 is on a distinguished road
Quote:
Originally Posted by Kurutucu View Post
Error name ERROR_INVALID_HANDLE

C0000006 External Exception Errors

C0000006 on Local Area Network:

When receiving this error in a Local Area Network (LAN), it is generally an indication the station is no longer connected to the network and it has lost its connection to the server. It is recommended to troubleshoot the connection by checking cabling, any hub or switch and the Network Interface Card (NIC) on any station with this error. If this is happing on the entire network, the common devices such as the Server's NIC, network cable connecting the server to the switch or the switch could be the cause.

This error could also be caused by any anti-virus/firewall solutions that is not properly configured. Anti-virus solutions that inspect and delay the packet delivery or interrupt packet delivery over the network can be the culprit and cause disconnection from the databases.

We have also seen this error when other software such as RLI is accessed at the same time as Compulink on the same station.

NOTE: It's excerpt.

Disable your anti-virus and firewall start setup again.
No antivirus and no LAN connection related problems ... It surely depends if I install the program from the HD or from the DVD... The solution must be something related with the diskspam function
  #174  
Old 04-08-2012, 15:57
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
Quote:
Originally Posted by rastan76 View Post
No antivirus and no LAN connection related problems ... It surely depends if I install the program from the HD or from the DVD... The solution must be something related with the diskspam function
I don't know
  #175  
Old 08-08-2012, 16:12
Sottoikoneht's Avatar
Sottoikoneht Sottoikoneht is offline
Registered User
 
Join Date: Aug 2012
Location: Canada
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Sottoikoneht is on a distinguished road
Hi guys, i'm looking for a bit of help here.
I'm making a repack of crysis 2 with (obviously) yener90's custom installer, and i'm stuck at the "SaveGameFolder" section in the Setup.ini.
Crysis 2's saves are located in the Saved Games folders:
C:\Users\Username\Saved Games\Crysis2
I'm having trouble with the "Username" part because i know i must use the costant {username}, but when i uninstall the game the uninstaller won't recognize it. Is there a way to implement this costant in the InstallerScript.iss (or any other way to make the costant work) ?

EDIT: Solved. I put "Username" instead of "username". Damn lower case.

Last edited by Sottoikoneht; 08-08-2012 at 17:03.
  #176  
Old 13-08-2012, 17:20
Sottoikoneht's Avatar
Sottoikoneht Sottoikoneht is offline
Registered User
 
Join Date: Aug 2012
Location: Canada
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Sottoikoneht is on a distinguished road
Is there a way to execute a .bat file after the installation? I tried putting it in the [launcherSettings] section of Setup.ini file but it didn't work.
  #177  
Old 13-08-2012, 18:07
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
What kind of bat file?
Im sure something is wrong with the bat file.
  #178  
Old 14-08-2012, 04:31
Sottoikoneht's Avatar
Sottoikoneht Sottoikoneht is offline
Registered User
 
Join Date: Aug 2012
Location: Canada
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Sottoikoneht is on a distinguished road
Problem solved I put a
[Run]
Filename: "{app}\Setup.bat"; section in the script and it worked
Thanks anyway yener

Last edited by Sottoikoneht; 14-08-2012 at 04:33.
  #179  
Old 14-08-2012, 06:27
Dark_Siegfried89's Avatar
Dark_Siegfried89 Dark_Siegfried89 is offline
Registered User
 
Join Date: May 2008
Location: Italy
Posts: 28
Thanks: 24
Thanked 4 Times in 2 Posts
Dark_Siegfried89 is on a distinguished road
Hi guys, thanks for the work done but I encountered a problem when I use compression ARC+PRECOMP+SREP, most of the files are extracted, but about 65%, it gives me an error:
ISSrepExtract not initialized properly ...
I state that it used the sintex Peterf of compression, you could suggest a solution?

P. S. The game I'm trying to compress is Dead Island GOTY.
__________________
My Sistem -------> BioStar P4M90-M4, Intel P4 3GHz, 2GB Ram Value, GeForce Zotac 8800GT AMP! 512MB, Joypad XBox 360

Last edited by Dark_Siegfried89; 14-08-2012 at 09:45.
  #180  
Old 14-08-2012, 18:20
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
make sure you use the arc.ini from it as well, and rather then the same question in multiple places, post once & wait for an answer.
Closed Thread


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
Tutorial On How To Create Your Own Crack..! mojo8850 PC Games 17 20-03-2005 22:43
Mafia - Newbie Cracking Tutorial online cdkiller PC Games 6 14-12-2002 09:01
every game needs a special dvd rip tutorial??? billete100 PS2 Games 1 10-10-2001 01:44
Brief fast tutorial on DC copy? webcamworld DC Games 1 02-05-2001 20:27
grandia 2 SAGICE's tutorial DarCwuN DC Games 2 17-12-2000 16:43



All times are GMT -7. The time now is 14:41.


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