Value creation failed

hey i created my logon screen first one went to alot of work but now everytime i get to my logon screen it says value creation failed" at line 18 do any of you know what this means? and how to fix it? please help
4,275 views 9 replies
Reply #1 Top
It probably means that you're linking to a non-existing image on line 18 in your theme.ini file. You have to make sure all images are linked correctly.
Reply #2 Top
i checked and double checked all my pictures and they all do existis here is my line 18 i'm not sure which one in this is line 18 cuse i'm not a good programer or nething but i knwo it's one of these

style resid=toppanelss>
element
{
background: argb(0,0,0,0);
}
element [id=atom(toppanel)]
{
background: gradient(argb(0,15,15,15),argb(0,128,0,0),0) ;// gradient(argb(0,255,102,51), argb(0,204,51,0), 0);
}
element [id=atom(divider)]
{
background: rcbmp(125,6,#FF00FF,0,0,1,0);
Reply #3 Top
You copied some of the code from the UIFILE.txt file, but it's not that you should look in. Look in theme.ini, count the lines downwards to line 18.

It'll look something like this:

UserFrameSelected=YourSkinName_FileName.bmp

You have to make sure all the sections of the logon are assigned to the correct images in your logon folder.
Reply #4 Top
i checked it an compared it to another logoons theme.ini and it was the same and all the pictures it calls are in the folder but i did not see userframeselected=yourskinname_filename.bmp but it did have the same as another logon screen that i compared here is the bitmap section
[Bitmaps]
ContentContainer=Bitmap_100.bmp
PasswordEdit=Bitmap_102.bmp
ButtonGo=Bitmap_103.bmp
ButtonGoSelected=Bitmap_104.bmp
ButtonHelp=Bitmap_105.bmp
ButtonHelpSelected=Bitmap_106.bmp
ButtonClose=Bitmap_107.bmp
ButtonUnDock=Bitmap_108.bmp
ScrollButtonDown=Bitmap_109.bmp
ScrollButtonUp=Bitmap_110.bmp
ScrollBody=Bitmap_111.bmp
UserFrameSelected=Bitmap_112.bmp
UserIconPlaceHolder=Bitmap_113.bmp
Bitmap_114.bmp=Bitmap_114.bmp
UserIconPlaceHolderSelected=Bitmap_119.bmp
Bitmap_121.bmp=Bitmap_121.bmp
Bitmap_122.bmp=Bitmap_122.bmp
WinLogo=Bitmap_123.bmp
VerticalDivider=Bitmap_124.bmp
HorizontalTopDivider=Bitmap_125.bmp
HorizontalBottomDivider=Bitmap_126.bmp
Bitmap_127.bmp=Bitmap_127.bmp
Reply #5 Top
Hmm, if you are sure that all the images are there I don't get it.

Maybe I could have a look at it myself?
Reply #6 Top
sure do you have an e-mail or something i could send it to u with
Reply #7 Top
lassesalling [at] mail-online.dk
Reply #8 Top
I got it and deleted your mail before replying, so I'll just do that here.

I think what's wrong are your images proportions. Each image have to be a specific size. I suggest you see what the sizes are in an already existing skin and work from that. You can also see which images are supposed to be what part of the skin.

A perfect one to look at would be this: https://www.wincustomize.com/ViewSkin.aspx?SID=1&SkinID=3675&LibID=26
Reply #9 Top
i still am having trouble i fixed all the proportions but i'd like to see if you could check any problems that it might still have