It is currently May 7th, 2024, 10:07 pm

The images in the skin won't show?

Get help with creating, editing & fixing problems with skins
TheHellcow
Posts: 2
Joined: October 8th, 2011, 9:27 am

The images in the skin won't show?

Post by TheHellcow »

I have just downloaded the Iron man skin from devianArt but when I loaded the skin the images that should show up on in the skin will not show..! In the log it's saying: Error: image:unable to open.... and error: Calc:#measurewacurr - unknown funtion/variable! in measure [measurewadurationI]

Someone who can please help me?
User avatar
MerlinTheRed
Rainmeter Sage
Posts: 889
Joined: September 6th, 2011, 6:34 am

Re: The images in the skin won't show?

Post by MerlinTheRed »

Can you post the content of the skin's ini file in code tags? Otherwise it would be a little hard to help you.
Have more fun creating skins with Sublime Text 2 and the Rainmeter Package!
TheHellcow
Posts: 2
Joined: October 8th, 2011, 9:27 am

Re: The images in the skin won't show?

Post by TheHellcow »

[rainmeter]
iron man/jarvis theme desktop
by barbadianOne
-left panel

VARIABLES=======================================

[variables]
driveletter=c
restartcmd=shutdown.exe -r -t 0
shutdowncmd=shutdown.exe -s -t 0


BACKGROUND=====================================

[background]
meter=image
imagename=#skinspath#iron man\shared\jarvis.png
x=0
y=0
antialias=1

TIME===========================================

[measuretime]
measure=time

[measuretimeh]
measure=time
format=%H

[measuretimem]
measure=time
format=%M

[measuretimes]
measure=time
format=%S

[metertimeh]
measurename=measuretimeh
meter=string




I guess it is this?
User avatar
MerlinTheRed
Rainmeter Sage
Posts: 889
Joined: September 6th, 2011, 6:34 am

Re: The images in the skin won't show?

Post by MerlinTheRed »

In the error log it said the error occured in the measure called [measurewadurationI]. There seems to be something wrong with a formula in that measure. Go look into the skin files and try to find that measure. Then post all the code in the file and put it in tags like these:

Code: Select all

[spoiler][code]Put the code of the file here
[/spoiler]
[/code]
Have more fun creating skins with Sublime Text 2 and the Rainmeter Package!