PDA

View Full Version : RGU build issue


ivanmmj
15th November 2007, 05:59 PM
I know this is the Wizard Forum and that I'm building a package for the Wing but you guys have by far the best ROM cooks in the whole forum. I'm having a problem with BuildOS crapping out when it hits this RGU and I'm not sure why. Here's both the RGU and the original file that I got the registry keys from.

liv3wire
15th November 2007, 06:19 PM
needs to be saved in unicode, that looks to be saved in ANSI

nothin
15th November 2007, 07:06 PM
it is not only that..

"Blob"=hex:19,00,00,00,01,00,00,00,10,00,00,00,7c,74,ec, ab,2f,64,db,57,e4,07,61,71,01,

and every such thing should look like
"Blob"=hex:\
19,00,00,00,01,00,00,00,10,00,00,00,7c,74,ec,ab,2f ,64,db,57,e4,07,61,71,01, (...)

i.e.

[HKEY_LOCAL_MACHINE\System\GWE]
"SysColor"=hex:\
de,de,de,00,00,00,00,00,9d,9d,9d,00,bc,bc,bc,00,ff ,ff,ff,00,ff,ff,ff,00,00,\
00,00,00,57,57,57,00,00,00,00,00,ff,ff,ff,00,00,00 ,99,00,c0,c0,c0,00,ff,ff,\
ff,00,9d,9d,9d,00,1e,1e,1e,00,de,de,de,00,80,80,80 ,00,bf,bf,bf,00,00,00,00,\
00,ff,ff,ff,00,ff,ff,ff,00,00,00,00,00,ff,ff,ff,00 ,00,00,00,00,ff,ff,cc,00,\


otherwise you will get error.

also

"Blob"=hex:\
03,00,00,00,01,00,00,00,14,00,00,00,53,17,00,a6,14 ,93,52,ac,4b,ab,b4,e0,be,\" "<--no spaces here!
" "d8,93,92,6c,55,15,e9,20,00,00,00,01,00,00,00,ea,03 ,00,00,30,82,03,e6,30,82,\
^
|
you CANNOT have ANY space here too

correct pattern again:
"Blob"=hex:03,00,00,00,01,00,00,00,14,00,00,00,53,17,00, a6,14,93,52,ac,4b,ab,b4,e0,be,\
d8,93,92,6c,55,15,e9,20,00,00,00,01,00,00,00,ea,03 ,00,00,30,82,03,e6,30,82,\

ivanmmj
15th November 2007, 07:34 PM
This is why you guys rock so much!!!!
Thanks! It worked!