Page 25 of 60

Re: ModernGadgets 1.4.1

Posted: December 1st, 2018, 5:38 pm
by SilverAzide
It would be interesting to see the IP addresses for all those downloads; i.e., are there ~10K unique IPs or like 9000 downloads from one machine stuck in a loop or something...

Or maybe your skins are just that awesome... :)

Re: ModernGadgets 1.4.1

Posted: December 1st, 2018, 6:05 pm
by jsmorley
Likely it was featured on some Chinese blog somewhere...

Re: ModernGadgets 1.4.1

Posted: December 4th, 2018, 9:09 pm
by ManiusNG
I've notices there's only one section in your skin, which still uses PerfMon plugin:

Code: Select all

[Measure4KPagesInUse]
Measure=Plugin
Plugin=PerfMon
PerfMonObject=Paging File
PerfMonCounter=% Usage
PerfMonInstance=_Total
PerfMonDifference=0
Group=CpuPage
Disabled=(#showPageFile# = 0)
Could you, please, refactor it to use UsageMonitor? I was experiencing RainMeter crashes after enabling pagefile monitoring.

Re: ModernGadgets 1.4.1

Posted: December 5th, 2018, 1:00 am
by raiguard
ManiusNG wrote: December 4th, 2018, 9:09 pm I've notices there's only one section in your skin, which still uses PerfMon plugin:
[Measure4KPagesInUse]
Measure=Plugin
Plugin=PerfMon
PerfMonObject=Paging File
PerfMonCounter=% Usage
PerfMonInstance=_Total
PerfMonDifference=0
Group=CpuPage
Disabled=(#showPageFile# = 0)

Could you, please, refactor it to use UsageMonitor? I was experiencing RainMeter crashes after enabling pagefile monitoring.
Oh dang, thanks for pointing that out! :D

Re: ModernGadgets 1.4.1

Posted: January 1st, 2019, 2:21 pm
by sirahok
Hi there
S__4382722.jpg
I wonder whats up with the 100%, is it the current r/w ? Is this supposed to be normal or a bug?

Task manager is normal though
231203.jpg

Re: ModernGadgets 1.4.1

Posted: January 1st, 2019, 4:11 pm
by SilverAzide
sirahok wrote: January 1st, 2019, 2:21 pmI wonder whats up with the 100%, is it the current r/w ? Is this supposed to be normal or a bug?
This is common problem in Windows. Your PerfMon database has become corrupted. Open cmd.exe as administrator and type in the following commands, in order:

Code: Select all

cd c:\windows\system32
lodctr /R
cd c:\windows\sysWOW64
lodctr /R
You should then see this:

Info: Successfully rebuilt performance counter setting from system backup store

After you do this, reboot your PC and all should be working properly.

Re: ModernGadgets 1.4.1

Posted: January 1st, 2019, 10:46 pm
by prophet4NO1
Really love this! And the latest beta added some nice touches like the ability to scale the size.

What would it take to add a PSU meter as well? I have a Corsair PSU and HWinfo can poll it via USB connection. Would be nice to get something like the GPU meter but with Watts in and out, efficency, and maybe graph. There are other bits of data like rail voltage and amperages that can be polled as well, but I am not sure those are really needed.

I would be willing to provide any details you need to help.

Re: ModernGadgets 1.4.1

Posted: January 2nd, 2019, 1:21 am
by raiguard
prophet4NO1 wrote: January 1st, 2019, 10:46 pm Really love this! And the latest beta added some nice touches like the ability to scale the size.

What would it take to add a PSU meter as well? I have a Corsair PSU and HWinfo can poll it via USB connection. Would be nice to get something like the GPU meter but with Watts in and out, efficency, and maybe graph. There are other bits of data like rail voltage and amperages that can be polled as well, but I am not sure those are really needed.

I would be willing to provide any details you need to help.
I actually did want to do this, but I didn't think that HWiNFO could get that information, so I decided against it. Could you tell me what kind of information HWiNFO is able to detect? Perhaps with a screenshot of the sensor list from the PSU?

Re: ModernGadgets 1.4.1

Posted: January 2nd, 2019, 3:50 am
by sirahok
SilverAzide wrote: January 1st, 2019, 4:11 pm This is common problem in Windows. Your PerfMon database has become corrupted. Open cmd.exe as administrator and type in the following commands, in order:

Code: Select all

cd c:\windows\system32
lodctr /R
cd c:\windows\sysWOW64
lodctr /R
You should then see this:

Info: Successfully rebuilt performance counter setting from system backup store

After you do this, reboot your PC and all should be working properly.
I will definitely try that, thanks a lot mate :thumbup:

Re: ModernGadgets 1.4.1

Posted: January 3rd, 2019, 11:05 pm
by redeven
I'm having the following issue. The CPU meter shows the wrong clock speed no matter what I do. I have opened the shared memory viewer and updated to the correct sensor, 100% sure of it, yet the plugin always shows low values like 90 MHz. How do I even troubleshoot this?

Image