It is currently May 2nd, 2024, 4:38 am

[FIXED] WifiStatus problem on skin change

Report bugs with the Rainmeter application and suggest features.
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

[FIXED] WifiStatus problem on skin change

Post by poiru »

Hello focus,

So when I am on 1.ini everything works. But when I change to 2.ini (either through the arrow on the skin or through Configs -> Wireless -> 2.ini), SSID becomes 0.0 and STRENGTH becomes -1. If I do a Refresh All, it works again.

Video demonstration: http://koti.welho.com/legace/wifistatutusbug.swf.html

Maybe the problem is similar to the PowerPlugin bug I reported (so maybe it WifiStatus unloads something?):
Rainy wrote:The PowerPlugin unloads the powrprof.dll even though the other skin is still using it and that causes the crash. I'll fix it.

http://rainmeter.net/forum/viewtopic.php?f=14&t=1765
I've attached an older version (sorry for the DEBUG errors with the attached skin. They are fixed on the newer version) of the Wireless skin, as it doesn't use relative paths, so it's easier to zip. The problem occurs on the newer versions, too.

EDIT: Same problem with Enigma..
Last edited by poiru on August 6th, 2010, 10:10 am, edited 1 time in total.
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: WifiStatus problem on skin change

Post by poiru »

Yup, it unloads something. Try having two wifi skins open and closing the other..
nvme
Developer
Posts: 73
Joined: June 18th, 2009, 1:40 am

Re: WifiStatus problem on skin change

Post by nvme »

Interesting, thanks for reporting this.
Can you please post your Rainmeter.log here, for the period where you are switching from one skin to the other. Any log messages from the plugin should have the "WifiStatus: " prefix
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: WifiStatus problem on skin change

Post by poiru »

There is no entry about the problem:

Code: Select all

DEBUG: (01:00:24.016) Refreshing (Name: "Vista Rainbar\Wireless" Ini: "1.ini")
DEBUG: (01:00:24.110) Initialization successful.
DEBUG: (01:00:30.672) Refreshing (Name: "Vista Rainbar\Wireless" Ini: "2.ini")
DEBUG: (01:00:30.781) Initialization successful.
nvme
Developer
Posts: 73
Joined: June 18th, 2009, 1:40 am

Re: WifiStatus problem on skin change

Post by nvme »

okay I will look into this over the weekend, thanks for pointing it out.
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: WifiStatus problem on skin change

Post by poiru »

nvme wrote:okay I will look into this over the weekend, thanks for pointing it out.
Any development on this?
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: WifiStatus problem on skin change

Post by poiru »

poiru wrote: Any development on this?
I fixed this myself: http://code.google.com/p/rainmeter/source/detail?r=496