PDA

View Full Version : RGU issue


Unchained
29th September 2008, 01:36 PM
Can somebody explain to me, why this registry key doesn't work???


[HKEY_CURRENT_USER\Software\Microsoft\Today]
"Skin"="\windows\Htc black.tsk"


All other keys are working, except this one here.

Here is the kitchen log:


Failed to parse value name HKEY_CURRENT_USER\Software\Microsoft\Today!!!
InitRegistry FAILED in file ".\Registry\5216cacc-522b-4a02-a974-b2e85bec2f62.rgu" within a few lines of line 58.
ImportFromPackageListStrict: (RGUComp) !ERROR failed importing ".\Registry\5216cacc-522b-4a02-a974-b2e85bec2f62.rgu"
wmain: (RGUComp) !ERROR failed building DEFAULT hives

alncool
29th September 2008, 02:54 PM
Check if you don't have any special characters on these lines like space, tabs etc... and remove them.

If you're under Windows OS, you can also copy all your rgu file into bloc note and copy the text from bloc note to your rgu file again.

Do no look at these lines only but the whole file.
Remeber that you must have "REGEDIT4" on the first line and an empty line at the end of the file.

Be sure that your GUID file name is unique. If there is another file that have the same name, use Package creator to generate a new one and rename it!


Here are some rules that i follow to cook my roms ^^

Hope this help!

Unchained
29th September 2008, 03:58 PM
Solved problem by using xml.. Close Please