PDA

View Full Version : Error building 'defaut.hv' and 'user.hv'


inneyeseakay
9th June 2007, 05:08 PM
Anyone know what causes these errors in the BuildOS app?

mdhensley5
9th June 2007, 05:19 PM
At the end of buildOS it says "Error building default.hv and user.hv".

ah, I see what where there's either an error in a .rgu file, or duplicate registry entries.

Ensure the .rgu in this package is good - heck, try removing it just to test the theory. Then check to see what it's doing - might clue you in to what is wrong.
__________________

inneyeseakay
9th June 2007, 05:22 PM
Great thinking... Thanks... removed my .rgu in my OEM folder and it cleared it up... guess I just have to find the duplicate entry now... grrr

mfrazzz
9th June 2007, 05:49 PM
Actually its not duplicate entries, its that the .rgu has a problem. Check these things:

* Does it start with REGEDIT4 on the first line
* Is there a blank line at the bottom of the file (this is REQUIRED!)
* Is the file saved in Unicode and not ANSI?

One of those three things almost always causes this.

inneyeseakay
9th June 2007, 06:35 PM
* Does it start with REGEDIT4 on the first line?
Yes
* Is there a blank line at the bottom of the file?
Yes
* Is the file saved in Unicode and not ANSI?
Yes

When I removed the entire "x-faria settings" folder, the error disappeared, so here's the RGU from x-faria settings: <see attached,>

Let me know if you see something that would cause this.

Thanks,
Nick

inneyeseakay
9th June 2007, 08:59 PM
Anyone wanna take a look??

mattk_r
9th June 2007, 09:11 PM
Anyone wanna take a look??

needs to be cleaned up:

"GUID" = hex : \
A1, E7, A4, 06, 47, BB, D0, 11, 84, 27, 00, AA, 00, B5, 1C, C2

this is one of the line entries.

Should read:

"GUID" = hex :A1, E7, A4, 06, 47, BB, D0, 11, 84, 27, 00, AA, 00, B5, 1C, C2

I'd suggest comparing to another .rgu for examples / structure.

Edit: thinking about it, the "\" may be a "continue on next line" command, however, I don't know if the hv engine can handle this, and overall it's much easier to read when it's all together.