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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 14-11-2011, 16:26
gfdiabloper gfdiabloper is offline
Banned
 
Join Date: Aug 2009
Location: Peru
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
gfdiabloper is on a distinguished road
Quote:
Originally Posted by luisvcp View Post
Confirmed: NOT WORKING.
Damn ! any help for this Conversion Repack ??
Reply With Quote
Sponsored Links
  #2  
Old 15-11-2011, 16:01
kranmer kranmer is offline
Registered User
 
Join Date: May 2008
Location: Europe
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
kranmer is on a distinguished road
Confirmed Not Working,
I have been looking into this myself and i think i have found why it isn't working, It appears a few registry entries and 1 file are missing from your script that are needed to run the game.
so far i have only tested this myself so if anyone else could test it i would appreciate it.
Add these lines to Zyo's Inno Script
under [FILES] add the line (the source in this line will need to be edited to where your LANoireEFIGS.ini is)
Code:
Source: "C:\Documents and Settings\All Users\Application Data\Rockstar Games\L.A. Noire\LANoireEFIGS.ini"; DestDir: "{commonappdata}\Rockstar Games\L.A. Noire\"; Flags: IgnoreVersion;
and under [Registry] add
Code:
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}; ValueType: string; ValueName: ; ValueData: ErrorHandler.ErrorHandlerClass; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}\InprocServer32; ValueType: string; ValueName: ; ValueData: mscoree.dll; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}\InprocServer32; ValueType: string; ValueName: Assembly; ValueData: ErrorHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8df4c534219f3978; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}\InprocServer32; ValueType: string; ValueName: Class; ValueData: ErrorHandler.ErrorHandlerClass; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}\InprocServer32; ValueType: string; ValueName: RuntimeVersion; ValueData: v2.0.50727; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}\InprocServer32; ValueType: string; ValueName: ThreadingModel; ValueData: Both; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}\InprocServer32\1.0.0.0; ValueType: string; ValueName: Assembly; ValueData: ErrorHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8df4c534219f3978; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}\InprocServer32\1.0.0.0; ValueType: string; ValueName: Class; ValueData: ErrorHandler.ErrorHandlerClass; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}\InprocServer32\1.0.0.0; ValueType: string; ValueName: RuntimeVersion; ValueData: v2.0.50727; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}\ProgId; ValueType: string; ValueName: ; ValueData: ErrorHandler.ErrorHandlerClass; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}; ValueType: string; ValueName: ; ValueData: ErrorHandler.FatalErrorForm; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}\InprocServer32; ValueType: string; ValueName: ; ValueData: mscoree.dll; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}\InprocServer32; ValueType: string; ValueName: Assembly; ValueData: ErrorHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8df4c534219f3978; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}\InprocServer32; ValueType: string; ValueName: Class; ValueData: ErrorHandler.FatalErrorForm; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}\InprocServer32; ValueType: string; ValueName: RuntimeVersion; ValueData: v2.0.50727; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}\InprocServer32; ValueType: string; ValueName: ThreadingModel; ValueData: Both; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}\InprocServer32\1.0.0.0; ValueType: string; ValueName: Assembly; ValueData: ErrorHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8df4c534219f3978; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}\InprocServer32\1.0.0.0; ValueType: string; ValueName: Class; ValueData: ErrorHandler.FatalErrorForm; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}\InprocServer32\1.0.0.0; ValueType: string; ValueName: RuntimeVersion; ValueData: v2.0.50727; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}\ProgId; ValueType: string; ValueName: ; ValueData: ErrorHandler.FatalErrorForm; Flags: uninsdeletekey
And that should fix the game not booting (atleast it did for me), anyone who can test it and give feedback i would really appreciate it.
Reply With Quote
  #3  
Old 15-11-2011, 20:36
zyo zyo is offline
Registered User
 
Join Date: Jun 2007
Location: Shanghai
Posts: 116
Thanks: 2
Thanked 5 Times in 5 Posts
zyo is on a distinguished road
Quote:
Originally Posted by kranmer View Post
Confirmed Not Working,
I have been looking into this myself and i think i have found why it isn't working, It appears a few registry entries and 1 file are missing from your script that are needed to run the game.
so far i have only tested this myself so if anyone else could test it i would appreciate it.
Add these lines to Zyo's Inno Script
under [FILES] add the line (the source in this line will need to be edited to where your LANoireEFIGS.ini is)
Code:
Source: "C:\Documents and Settings\All Users\Application Data\Rockstar Games\L.A. Noire\LANoireEFIGS.ini"; DestDir: "{commonappdata}\Rockstar Games\L.A. Noire\"; Flags: IgnoreVersion;
and under [Registry] add
Code:
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}; ValueType: string; ValueName: ; ValueData: ErrorHandler.ErrorHandlerClass; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}\InprocServer32; ValueType: string; ValueName: ; ValueData: mscoree.dll; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}\InprocServer32; ValueType: string; ValueName: Assembly; ValueData: ErrorHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8df4c534219f3978; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}\InprocServer32; ValueType: string; ValueName: Class; ValueData: ErrorHandler.ErrorHandlerClass; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}\InprocServer32; ValueType: string; ValueName: RuntimeVersion; ValueData: v2.0.50727; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}\InprocServer32; ValueType: string; ValueName: ThreadingModel; ValueData: Both; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}\InprocServer32\1.0.0.0; ValueType: string; ValueName: Assembly; ValueData: ErrorHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8df4c534219f3978; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}\InprocServer32\1.0.0.0; ValueType: string; ValueName: Class; ValueData: ErrorHandler.ErrorHandlerClass; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}\InprocServer32\1.0.0.0; ValueType: string; ValueName: RuntimeVersion; ValueData: v2.0.50727; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{5D09B1CA-EFDE-36C6-A789-0C0B73031865}\ProgId; ValueType: string; ValueName: ; ValueData: ErrorHandler.ErrorHandlerClass; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}; ValueType: string; ValueName: ; ValueData: ErrorHandler.FatalErrorForm; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}\InprocServer32; ValueType: string; ValueName: ; ValueData: mscoree.dll; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}\InprocServer32; ValueType: string; ValueName: Assembly; ValueData: ErrorHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8df4c534219f3978; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}\InprocServer32; ValueType: string; ValueName: Class; ValueData: ErrorHandler.FatalErrorForm; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}\InprocServer32; ValueType: string; ValueName: RuntimeVersion; ValueData: v2.0.50727; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}\InprocServer32; ValueType: string; ValueName: ThreadingModel; ValueData: Both; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}\InprocServer32\1.0.0.0; ValueType: string; ValueName: Assembly; ValueData: ErrorHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8df4c534219f3978; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}\InprocServer32\1.0.0.0; ValueType: string; ValueName: Class; ValueData: ErrorHandler.FatalErrorForm; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}\InprocServer32\1.0.0.0; ValueType: string; ValueName: RuntimeVersion; ValueData: v2.0.50727; Flags: uninsdeletekey
Root: HKLM; SubKey: software\Classes\CLSID\{{1AC1A5CC-A7FD-3829-8E04-7E576EE57612}\ProgId; ValueType: string; ValueName: ; ValueData: ErrorHandler.FatalErrorForm; Flags: uninsdeletekey
And that should fix the game not booting (atleast it did for me), anyone who can test it and give feedback i would really appreciate it.
you shouldnt need the other reg keys that ini in document folder should be the only one missing

will try another one and make a new script later tonight.
Reply With Quote
  #4  
Old 16-11-2011, 01:41
kranmer kranmer is offline
Registered User
 
Join Date: May 2008
Location: Europe
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
kranmer is on a distinguished road
@Zyo well maybe those keys aren't needed for everyone but for me if they don't exist the game won't boot at all (when i open the game it just opens then closes, i don't even get a black screen), if you don't have them in your registry and the game is booting then its probably just me or maybe its windows XP SP3 or maybe your system already has these entries (from a previous install or from a different program/game/OS)
I checked all the registry entries the game makes as it installs on my system (which already has all the Prerequisites installed) by using a debugger as the game installed then made it save all changes into a HIVE then i put each registry entry the game made into my real registry until i found which allows the game to boot on my system.
Reply With Quote
  #5  
Old 16-11-2011, 21:44
zyo zyo is offline
Registered User
 
Join Date: Jun 2007
Location: Shanghai
Posts: 116
Thanks: 2
Thanked 5 Times in 5 Posts
zyo is on a distinguished road
Quote:
Originally Posted by kranmer View Post
@Zyo well maybe those keys aren't needed for everyone but for me if they don't exist the game won't boot at all (when i open the game it just opens then closes, i don't even get a black screen), if you don't have them in your registry and the game is booting then its probably just me or maybe its windows XP SP3 or maybe your system already has these entries (from a previous install or from a different program/game/OS)
I checked all the registry entries the game makes as it installs on my system (which already has all the Prerequisites installed) by using a debugger as the game installed then made it save all changes into a HIVE then i put each registry entry the game made into my real registry until i found which allows the game to boot on my system.
yeap, tried and works. will update the script now.
Reply With Quote
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
L.A. Noire 2DVD9 --> 3DVD5 [INNOSetup] DonHomerone PC Games - CD/DVD Conversions 60 03-10-2012 20:00
Napoleon: Total War (2DVD9 to 3DVD5) *INNO SETUP* REV0 PC Games - CD/DVD Conversions 1 23-08-2012 04:50
Shogun Total War 2 for 2dvd9 3dvd5 by inno car_l30n PC Games - CD/DVD Conversions 11 15-03-2012 10:58
Call of Duty Modern Warfare 3 - (2DVD9 to 3DVD5) SP Only REV0 PC Games - CD/DVD Conversions 33 23-02-2012 22:22



All times are GMT -7. The time now is 07:35.


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