View Full Version : Cooking.....
blaker13
17th July 2008, 06:46 AM
Not sure why im having such an issue with getting Throttle 9.2 and other throttle versions cooked into my roms, Is there anyone out there with the know how or who has done it that can explain? I have got the throttle oem's and still cant get them in the rom, Keep getting a hives error? I have read ALOT of stuff and asked a few people with no avail....
monx®
17th July 2008, 07:07 AM
Not sure why im having such an issue with getting Throttle 9.2 and other throttle versions cooked into my roms, Is there anyone out there with the know how or who has done it that can explain? I have got the throttle oem's and still cant get them in the rom, Keep getting a hives error? I have read ALOT of stuff and asked a few people with no avail....
how about *.rgu files? is it in the correct format? header must have REGEDIT4, last line should be empty & saved as unicode. if rgu ok, pls check the rgucomp command line.
blaker13
17th July 2008, 02:33 PM
package "Theme - HTC" does not contain .rgu file "3b5f3d74-1ddc-4013-9ffc-f7857e74ecfc.rgu"
package "Tools - Batti 2.1" does not contain .rgu file "4562544d-d796-4de3-9aee-fb01286aa0e7.rgu"
importing registry file ".\Registry\578b5225-08ff-4c75-92c3-c701f791688f.rgu"...
Failed to parse value name HKEY_LOCAL_MACHINE\Software\ThrottleLauncher!!!
InitRegistry FAILED in file ".\Registry\578b5225-08ff-4c75-92c3-c701f791688f.rgu" within a few lines of line 4.
ImportFromPackageListStrict: (RGUComp) !ERROR failed importing ".\Registry\578b5225-08ff-4c75-92c3-c701f791688f.rgu"
wmain: (RGUComp) !ERROR failed building DEFAULT hives
KMFM$
17th July 2008, 03:51 PM
InitRegistry FAILED in file ".\Registry\578b5225-08ff-4c75-92c3-c701f791688f.rgu" within a few lines of line 4.
That's your biggest clue right there. Find 578b5225-08ff-4c75-92c3-c701f791688f.rgu and find line 4. Post what line 4 is. Probably an .rgu syntax error.
_fm
17th July 2008, 06:41 PM
package "Theme - HTC" does not contain .rgu file "3b5f3d74-1ddc-4013-9ffc-f7857e74ecfc.rgu"
package "Tools - Batti 2.1" does not contain .rgu file "4562544d-d796-4de3-9aee-fb01286aa0e7.rgu"
importing registry file ".\Registry\578b5225-08ff-4c75-92c3-c701f791688f.rgu"...
Failed to parse value name HKEY_LOCAL_MACHINE\Software\ThrottleLauncher!!!
InitRegistry FAILED in file ".\Registry\578b5225-08ff-4c75-92c3-c701f791688f.rgu" within a few lines of line 4.
ImportFromPackageListStrict: (RGUComp) !ERROR failed importing ".\Registry\578b5225-08ff-4c75-92c3-c701f791688f.rgu"
wmain: (RGUComp) !ERROR failed building DEFAULT hives
Hey friend,.
Try look at your .RGU that error related, open it, and see, have you saved it using UNICODE encoding?
have you add REGEDIT4 on top of your .rgu?
and have you leave one space at the end of your .rgu?
or there will be a wrong way to write the format inside the .rgu,.
hope it help
Regards
Garmin
raiisak
17th July 2008, 07:00 PM
InitRegistry FAILED in file ".\Registry\578b5225-08ff-4c75-92c3-c701f791688f.rgu" within a few lines of line 4.
Post youre findings here and perhaps you will be assisted, as Garmin says could be one little string or so thats stopping the prosess.
blaker13
17th July 2008, 10:18 PM
If you wanted to know how to plumb your house or pour a concreate floor in your garage, if you wanted to build a chimney or drop a 350 in a cj7 i could tell you how, but here i am a newbie, and i know its right infront of me... I read and read, sometimes someone showing me is easier.. I found the registry and i opened the file that was in error, opened it with notepad and made a copy so someone could tell me if there was a issue... I really appreciate all of you responding, it helps alot and i learn as i go.
I created a new rgu file for the packages folder and this is it, Still same error?
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\ ThrottleToday]
"Selectability"=dword:00000002
"DLL"="\\Windows\\ThrottleToday.dll"
"Type"=dword:00000005
"Options"=dword:00000000
"Enabled"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\ThrottleLauncher]
"PluginExecLocation"="Windows\\ThrottleTodayPlugin.exe"
"AppDBPath"="Windows\\AppDB"
"TodayStartUpDelay"="0"
blaker13
17th July 2008, 11:45 PM
After alot of trial an error, i can get throttle launcher on my rom but not touchflo3d.... Thats the program giving me the error on default hv... any ideas? He is the error rgu
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\ThrottleLauncher]
"TodayHeight"0x00000002296
"TodayPluginSetup"0x00000002Windows\setups\Touchflo3d
"MainAppSetup"0x00000002Windows\setups\Touchflo3d
"HideBottom"0x00000002true
monx®
18th July 2008, 01:16 AM
After alot of trial an error, i can get throttle launcher on my rom but not touchflo3d.... Thats the program giving me the error on default hv... any ideas? He is the error rgu
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\ThrottleLauncher]
"TodayHeight"0x00000002296
"TodayPluginSetup"0x00000002Windows\setups\Touchflo3d
"MainAppSetup"0x00000002Windows\setups\Touchflo3d
"HideBottom"0x00000002true
if there is dword value, ur key must be like this:
[HKEY_LOCAL_MACHINE\Software\ThrottleLauncher]
"TodayHeight"=dword:00002296
hope this help.
gullum
18th July 2008, 01:45 AM
this is how your rgu should look like
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\ThrottleLauncher]
"TodayHeight"=dword:296
"TodayPluginSetup" ="\\Program Files\\Throttlelauncher\\setups\\Touchflo3d"
"MainAppSetup"="\\Program Files\\Throttlelauncher\\setups\\Touchflo3d"
"HideBottom"="true"
empty line
this was a mistake I made or the oem to package did
blaker13
18th July 2008, 04:06 AM
Thanks so much.... can i use this rgu layout for Minimal, WM7 and the white themes?
blaker13
18th July 2008, 04:42 AM
this is my error when building the rom....
importing registry file ".\Registry\2048cb28-2706-4bf6-98e3-abb74ef4da2b.rgu"...
Failed to parse value name HKEY_LOCAL_MACHINE\Software\ThrottleLauncher!!!
InitRegistry FAILED in file ".\Registry\2048cb28-2706-4bf6-98e3-abb74ef4da2b.rgu" within a few lines of line 5.
ImportFromPackageListStrict: (RGUComp) !ERROR failed importing ".\Registry\2048cb28-2706-4bf6-98e3-abb74ef4da2b.rgu"
wmain: (RGUComp) !ERROR failed building DEFAULT hives
Creating registry Error...
This is my RGU file.....
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\ThrottleLauncher]
"TodayHeight"=dword:296
"TodayPluginSetup"="\Program Files\ThrottleLauncher\Setups\TouchFlo3d"
"MainAppSetup"="\Program Files\ThrottleLauncher\Setups\TouchFlo3d"
"HideBottom"="true"
empty line
this is my DSM file.....
Way to long to put in here......lol
But it seems my user HV file is ok but the Default HV folder has the error..?
monx®
18th July 2008, 08:53 AM
this is my error when building the rom....
importing registry file ".\Registry\2048cb28-2706-4bf6-98e3-abb74ef4da2b.rgu"...
Failed to parse value name HKEY_LOCAL_MACHINE\Software\ThrottleLauncher!!!
InitRegistry FAILED in file ".\Registry\2048cb28-2706-4bf6-98e3-abb74ef4da2b.rgu" within a few lines of line 5.
ImportFromPackageListStrict: (RGUComp) !ERROR failed importing ".\Registry\2048cb28-2706-4bf6-98e3-abb74ef4da2b.rgu"
wmain: (RGUComp) !ERROR failed building DEFAULT hives
Creating registry Error...
This is my RGU file.....
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\ThrottleLauncher]
"TodayHeight"=dword:296
"TodayPluginSetup"="\Program Files\ThrottleLauncher\Setups\TouchFlo3d"
"MainAppSetup"="\Program Files\ThrottleLauncher\Setups\TouchFlo3d"
"HideBottom"="true"
empty line
this is my DSM file.....
Way to long to put in here......lol
But it seems my user HV file is ok but the Default HV folder has the error..?
pack all ur files & send to me let me compile for u :p
blaker13
18th July 2008, 10:12 PM
So if these files are in OEM i can just cook them right into my rom? Do i need other programs to run them, I have change all of them into OEM with alex's cooking kit but i seem to get errors o rhtey dont work? But if you want to (or will) make them into oem that would be great then i could see if it was an error on the program... Thanks.
blaker13
18th July 2008, 10:13 PM
Thanks!!!!
gullum
19th July 2008, 12:57 AM
this is my error when building the rom....
importing registry file ".\Registry\2048cb28-2706-4bf6-98e3-abb74ef4da2b.rgu"...
Failed to parse value name HKEY_LOCAL_MACHINE\Software\ThrottleLauncher!!!
InitRegistry FAILED in file ".\Registry\2048cb28-2706-4bf6-98e3-abb74ef4da2b.rgu" within a few lines of line 5.
ImportFromPackageListStrict: (RGUComp) !ERROR failed importing ".\Registry\2048cb28-2706-4bf6-98e3-abb74ef4da2b.rgu"
wmain: (RGUComp) !ERROR failed building DEFAULT hives
Creating registry Error...
This is my RGU file.....
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\ThrottleLauncher]
"TodayHeight"=dword:296
"TodayPluginSetup"="\Program Files\ThrottleLauncher\Setups\TouchFlo3d"
"MainAppSetup"="\Program Files\ThrottleLauncher\Setups\TouchFlo3d"
"HideBottom"="true"
empty line
this is my DSM file.....
Way to long to put in here......lol
But it seems my user HV file is ok but the Default HV folder has the error..?
I said \\Program Files\\ThrottleLauncher\\Setups\\TouchFlo3d and not \Program Files\ThrottleLauncher\Setups\TouchFlo3d
It's verry inportant to have 2 \\ in there
blaker13
19th July 2008, 04:48 PM
OK, i got it all on right, now it will burn the rom but it wont load on the today plugin once booted.... There are two files in programs 1 throttle launcher config and regular throttle launcher... I can get it to load when i use the regular throttle launcher, But i get an error when i reload the page from throttle config? And on boot it loads regular screen not throttle launcher, I have to manually select it rather then have it start with that?
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.