It is currently April 24th, 2024, 10:35 pm

Rainmeter Crash - SpeedFan Plugin Related?

Get help with creating, editing & fixing problems with skins
VortX
Posts: 6
Joined: May 20th, 2009, 9:29 am

Rainmeter Crash - SpeedFan Plugin Related?

Post by VortX »

Hi!
I just downloaded the RC of version 1.2 and I have a problem; Rainmeter crashes!

This is the crash info log (sorry, it's in Spanish):
Firma con problemas:
Nombre del evento de problema: BEX
Nombre de la aplicación: Rainmeter.exe
Versión de la aplicación: 1.2.0.416
Marca de tiempo de la aplicación: 4bf6c87b
Nombre del módulo con errores: MSVCR90.dll
Versión del módulo con errores: 9.0.30729.4926
Marca de tiempo del módulo con errores: 4a1743c1
Desplazamiento de excepción: 0006c955
Código de excepción: c0000417
Datos de excepción: 00000000
Versión del sistema operativo: 6.1.7600.2.0.0.256.48
Id. de configuración regional: 3082
Información adicional 1: 653c
Información adicional 2: 653cb403b0a86394d940a8f362a75f28
Información adicional 3: dbd5
Información adicional 4: dbd5ccbf282597015f9b825e1b2f561c
After some testing, I've narrowed down the source of the problem. It only happens when using any of these configs:

Code: Select all

[Rainmeter]
BackgroundMode=1
Author=VortX
Update=1000
AppVersion=1001

[MeasureSpeedFanVolt0]
Measure=Plugin
Plugin=Plugins/SpeedFanPlugin.dll
SpeedFanNumber=0
SpeedFanType=VOLTAGE
or

Code: Select all

[Rainmeter]
BackgroundMode=1
Author=VortX
Update=1000
AppVersion=1001

[MeasureSpeedFanCPUFan]
Measure=Plugin
Plugin=Plugins/SpeedFanPlugin.dll
SpeedFanNumber=1
SpeedFanType=FAN
Everything else works, so I guess the problem must be the SpeedFan plugin. But, strangely enough, the following config seems to work just fine:

Code: Select all

[Rainmeter]
BackgroundMode=1
Author=VortX
Update=1000
AppVersion=1001

[MeasureSpeedFanTemp0]
Measure=Plugin
Plugin=Plugins/SpeedFanPlugin.dll
SpeedFanNumber=0
SpeedFanType=TEMPERATURE
BTW, everything works in version 1.1.

Any help appreciated. Thanks in advance!

INFO:
Rainmeter version: Rainmeter-1.2-r430-32bit-rc1 (Clean install)
OS: Windows 7 Professional 32 bit
User avatar
spx
Developer
Posts: 686
Joined: August 15th, 2009, 2:41 pm
Location: Osaka, JPN

Re: Rainmeter Crash - SpeedFan Plugin Related?

Post by spx »

Thank you for your report. It's completely a bug. I'll fix it in next release.

SpeedFanPlugin_r430.zip
Note: This fix is included in 1.2.
Last edited by spx on July 26th, 2010, 9:44 pm, edited 1 time in total.
VortX
Posts: 6
Joined: May 20th, 2009, 9:29 am

Re: Rainmeter Crash - SpeedFan Plugin Related?

Post by VortX »

thanks for your quick response. the new plugin works fine.

keep up the good work!
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Rainmeter Crash - SpeedFan Plugin Related?

Post by jsmorley »

spx wrote:Thank you for your report. It's completely a bug. I'll fix it in next release.
SpeedFanPlugin_r430.zip
Feel free to commit that spx. We want to "freeze" 1.2 for any major "new" stuff, but bug fixes are welcome. I'm sure we will have an RC2 before the release.