Breeze Theme Thread last updated on 2004-07-26 14:36:59

Posted by member 108633 on 2004-07-23 14:53:13

I downloaded Breeze today, and I cant get Rainmeter to work, and I don't know what to do. Every time the theme loads I get this error message:
http://img16.exs.cx/img16/9320/error11.jpg

BTW, I didnt know whether to post this in modules or themes.

Posted by member 1 on 2004-07-24 00:19:01 link

This error is caused by your rainmeter.ini file pointing to a file for a skin but no skin being found as it states in the error box.

Posted by member 108633 on 2004-07-24 11:13:28 link

How can I fix this? Do I have to have a skin to make rainmeter work like its supposed to in the theme?

I don't see anything linking to a skin...
[Rainmeter]
Background=Meter.png
WindowX=51
WindowY=-28
AlwaysOnTop=0
Draggable=0
Update=1000
GatherStatistics=0
HideOnMouseOver=0
SavePosition=0

; Define all measures first
CurrentConfig=
CurrentConfigIni=

[MeasureCPU]
Measure=CPU

[MeasureNetIn]
Measure=NetIn
NetInSpeed=596000

[MeasureNetOut]
Measure=NetOut
NetOutSpeed=256000

[MeasurePhysicalMemory]
Measure=PhysicalMemory

; Define all meters

[CPUMeter]
MeasureName=MeasureCPU
Meter=HISTOGRAM
X=1
Y=2
PrimaryImage=metB.png

[MemoryMeter]
MeasureName=MeasurePhysicalMemory
Meter=HISTOGRAM
X=39
Y=2
PrimaryImage=memmet.png

[NETMeter]
MeasureName=MeasureNetIn
SecondaryMeasureName=MeasureNetOut
Meter=HISTOGRAM
X=77
Y=2
PrimaryImage=netout.png
SecondaryImage=netin.png
BothImage=netin.png

[Statistics]
Since=Fri Jul 23 14:50:41 2004

Posted by member 144980 on 2004-07-26 13:31:40 link

there should be something that looks like this in one of you rc files

RainmeterIniFile "$ConfigDir$rainmeter.ini"
RainmeterSkinPath "$ConfigDir$rainmeter-skins\"


it's probably in theme.rc but not necessarily.

i would assume that seeing as the path points to a directory outside of the theme folder the theme author hasn't included a skin so just comment that line out and see what happens

Posted by member 108633 on 2004-07-26 14:36:59 link

theres no RainmeterSkinPath, but no one else who used this theme had a problem with it.