Value Error at line 14?

When I try my custom logon whenever I click apply I get a Parser Message, saying there is a value error at line 14. I looked at the premade text document and they all seem to have the same one. So I changed mine to that one too ( UserIconPlaceHolderSelected=Bitmap_119.bmp ). I checked to see if it is a real bmp image and yes, it is. I also see that the problem mostly comes from other language computers? Mines English. Im on a Dell Inspiron 1501.
3,141 views 6 replies
Reply #1 Top
A line 14 error usually happens because bmp 100, the background, isn't a true bitmap but a .jpg or other file format renamed to .bmp.

Open the original image you used for bmp 100 in Paint or another graphics program and save it as a 24 bit bmp in your logon folder, overwriting the one that's there now.

If you still have problems, you can email me the logon and I'll check it out for you. :)

boss0192002@yahoo.com
Reply #2 Top
oooh yeah....I think the background is a JPEG... lol =/ didnt check that one


edit: ok it works but where it's black it's white so its weird...
Reply #3 Top
set the mask for it at 0-0-0
Reply #4 Top
Open the Uifile in your logon folder and change line 14 at the top of the file from this:

background: rcbmp(100,0,#0,0,0,1,0);//rcbmp(100,6,#FF00FF,0,0,1,0);

To this:

background: rcbmp(100,0,#FF00FF,0,0,1,0);//rcbmp(100,6,#FF00FF,0,0,1,0);

That usually will solve the problem. Don't open the logon in the Logon Studio Editor after you do that, or it will change back...you have to do it as the very last thing.

Not all wallpapers have that problem, but when they do, that fix should work. :)
Reply #6 Top
Email me the logon...(press the Export button on the Logon Studio window and save it to your desktop so you can find it) and I'll check it out for you. :)

boss0192002@yahoo.com