It is currently March 29th, 2024, 10:10 am

Rainmeter crashes when using non-existing parent measure

Report bugs with the Rainmeter application and suggest features.
User avatar
moshi
Posts: 1740
Joined: November 13th, 2012, 9:53 pm

Rainmeter crashes when using non-existing parent measure

Post by moshi »

Rainmeter 3.0 Beta (r2012)
Windows 7 SP1 64bit

i just made a typo and noticed that Rainmeter crashes when you are using a non-existing parent measure on a child measure in webparser.dll

like this:

Code: Select all

[MeasureNatGeoGallery]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=http://feeds.nationalgeographic.com/ng/photography/photo-of-the-day
RegExp="(?siU).*<title>(.*)</title>.*<title>(.*)</title>.*<link>(.*)</link>.*img.*src="(.*)".*<"
StringIndex=4
DecodeCharacterReference=1
UpdateDivider=-1

[MeasureNatGeoTitle]
Measure=Plugin
Plugin=WebParser.dll
Url=[IMadeATypoHere]
DecodeCharacterReference=1
StringIndex=2