It is currently April 27th, 2024, 5:58 am

Network speed on z77 chipset

Report bugs with the Rainmeter application and suggest features.
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Network speed on z77 chipset

Post by Xenbox »

Hey, I did post about this but got no reply so am guessing its a bug

I got a new motherboard with the z77 chipset and for some reason the network download and upload speeds are coming out as wrong

example I was leeching at 9mb the other day and it was only showing as 4.5mb
also the upload seems to be half aswell

is there any tests logs or anything I can look at to confirm this as a bug?

Cheers
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Network speed on z77 chipset

Post by jsmorley »

What Interface= are you using on your measure(s)?

Code: Select all

[MeasureNetIn]
Measure=NetIn
Interface=7
You can check to be sure you are using the right one by:

1) Open "Manage" and go to the "Settings" tab
2) Check the following two boxes:
6-9-2012 7-22-31 AM.jpg
3) RESTART Rainmeter
4) Open "Manage" and "Settings" again, and click the "Show log file" button
6-9-2012 7-22-31 AM.png
5) Look for the section where it enumerates your network interfaces like this:

Code: Select all

DBUG (00:00:00.031) ------------------------------
DBUG (00:00:00.031) * NETWORK-INTERFACE: Count=18
DBUG (00:00:00.031) 1: WAN Miniport (IPv6)
DBUG (00:00:00.031)   Alias: Local Area Connection* 6
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=No, Filter=No
DBUG (00:00:00.031) 2: WAN Miniport (Network Monitor)
DBUG (00:00:00.031)   Alias: Local Area Connection* 7
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=No, Filter=No
DBUG (00:00:00.031) 3: Realtek RTL8168B/8111B Family PCI-E Gigabit Ethernet NIC (NDIS 6.20)-QoS Packet Scheduler-0000
DBUG (00:00:00.031)   Alias: Local Area Connection-QoS Packet Scheduler-0000
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.031) 4: Realtek RTL8168B/8111B Family PCI-E Gigabit Ethernet NIC (NDIS 6.20)-WFP LightWeight Filter-0000
DBUG (00:00:00.031)   Alias: Local Area Connection-WFP LightWeight Filter-0000
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.031) 5: WAN Miniport (IP)
DBUG (00:00:00.031)   Alias: Local Area Connection* 8
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=No, Filter=No
DBUG (00:00:00.031) 6: WAN Miniport (Network Monitor)-QoS Packet Scheduler-0000
DBUG (00:00:00.031)   Alias: Local Area Connection* 7-QoS Packet Scheduler-0000
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.031) 7: Realtek RTL8168B/8111B Family PCI-E Gigabit Ethernet NIC (NDIS 6.20)
DBUG (00:00:00.031)   Alias: Local Area Connection
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=Yes, Filter=No
DBUG (00:00:00.031) 8: WAN Miniport (IP)-QoS Packet Scheduler-0000
DBUG (00:00:00.031)   Alias: Local Area Connection* 8-QoS Packet Scheduler-0000
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.031) 9: WAN Miniport (IPv6)-QoS Packet Scheduler-0000
DBUG (00:00:00.031)   Alias: Local Area Connection* 6-QoS Packet Scheduler-0000
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.031) 10: WAN Miniport (PPPOE)
DBUG (00:00:00.031)   Alias: Local Area Connection* 5
DBUG (00:00:00.031)   Type=PPP(23), Hardware=No, Filter=No
DBUG (00:00:00.031) 11: RAS Async Adapter
DBUG (00:00:00.031)   Alias: Local Area Connection* 10
DBUG (00:00:00.031)   Type=PPP(23), Hardware=No, Filter=No
DBUG (00:00:00.031) 12: Software Loopback Interface 1
DBUG (00:00:00.031)   Alias: Loopback Pseudo-Interface 1
DBUG (00:00:00.031)   Type=Loopback(24), Hardware=No, Filter=No
DBUG (00:00:00.031) 13: WAN Miniport (SSTP)
DBUG (00:00:00.031)   Alias: Local Area Connection*
DBUG (00:00:00.031)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.031) 14: WAN Miniport (IKEv2)
DBUG (00:00:00.031)   Alias: Local Area Connection* 2
DBUG (00:00:00.031)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.031) 15: WAN Miniport (L2TP)
DBUG (00:00:00.031)   Alias: Local Area Connection* 3
DBUG (00:00:00.031)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.031) 16: WAN Miniport (PPTP)
DBUG (00:00:00.031)   Alias: Local Area Connection* 4
DBUG (00:00:00.031)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.031) 17: Microsoft ISATAP Adapter
DBUG (00:00:00.031)   Alias: isatap.{EC216F66-CE84-455B-BC64-C4D8A0886EF4}
DBUG (00:00:00.031)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.031) 18: Teredo Tunneling Pseudo-Interface
DBUG (00:00:00.031)   Alias: Local Area Connection* 9
DBUG (00:00:00.031)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.047) ------------------------------
The Interface= number you want is the one that has the name of your network interface card, an Alias: Local Area Connection, and Hardware=Yes.

In my case it is:

Code: Select all

DBUG (00:00:00.031) 7: Realtek RTL8168B/8111B Family PCI-E Gigabit Ethernet NIC (NDIS 6.20)
DBUG (00:00:00.031)   Alias: Local Area Connection
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=Yes, Filter=No
So I use Interface=7.

Check to be sure you have that set up properly, then see what results you get.

Note, when you are done, just open "Manage" and under the "Settings" tab turn off those two checkboxes, then click "Delete Log". Now you are back to normal.
You do not have the required permissions to view the files attached to this post.
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: Network speed on z77 chipset

Post by Xenbox »

jsmorley wrote:What Interface= are you using on your measure(s)?

Code: Select all

[MeasureNetIn]
Measure=NetIn
Interface=7
You can check to be sure you are using the right one by:

1) Open "Manage" and go to the "Settings" tab
2) Check the following two boxes:
6-9-2012 7-22-31 AM.jpg
3) RESTART Rainmeter
4) Open "Manage" and "Settings" again, and click the "Show log file" button
6-9-2012 7-22-31 AM.png
5) Look for the section where it enumerates your network interfaces like this:

Code: Select all

DBUG (00:00:00.031) ------------------------------
DBUG (00:00:00.031) * NETWORK-INTERFACE: Count=18
DBUG (00:00:00.031) 1: WAN Miniport (IPv6)
DBUG (00:00:00.031)   Alias: Local Area Connection* 6
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=No, Filter=No
DBUG (00:00:00.031) 2: WAN Miniport (Network Monitor)
DBUG (00:00:00.031)   Alias: Local Area Connection* 7
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=No, Filter=No
DBUG (00:00:00.031) 3: Realtek RTL8168B/8111B Family PCI-E Gigabit Ethernet NIC (NDIS 6.20)-QoS Packet Scheduler-0000
DBUG (00:00:00.031)   Alias: Local Area Connection-QoS Packet Scheduler-0000
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.031) 4: Realtek RTL8168B/8111B Family PCI-E Gigabit Ethernet NIC (NDIS 6.20)-WFP LightWeight Filter-0000
DBUG (00:00:00.031)   Alias: Local Area Connection-WFP LightWeight Filter-0000
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.031) 5: WAN Miniport (IP)
DBUG (00:00:00.031)   Alias: Local Area Connection* 8
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=No, Filter=No
DBUG (00:00:00.031) 6: WAN Miniport (Network Monitor)-QoS Packet Scheduler-0000
DBUG (00:00:00.031)   Alias: Local Area Connection* 7-QoS Packet Scheduler-0000
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.031) 7: Realtek RTL8168B/8111B Family PCI-E Gigabit Ethernet NIC (NDIS 6.20)
DBUG (00:00:00.031)   Alias: Local Area Connection
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=Yes, Filter=No
DBUG (00:00:00.031) 8: WAN Miniport (IP)-QoS Packet Scheduler-0000
DBUG (00:00:00.031)   Alias: Local Area Connection* 8-QoS Packet Scheduler-0000
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.031) 9: WAN Miniport (IPv6)-QoS Packet Scheduler-0000
DBUG (00:00:00.031)   Alias: Local Area Connection* 6-QoS Packet Scheduler-0000
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.031) 10: WAN Miniport (PPPOE)
DBUG (00:00:00.031)   Alias: Local Area Connection* 5
DBUG (00:00:00.031)   Type=PPP(23), Hardware=No, Filter=No
DBUG (00:00:00.031) 11: RAS Async Adapter
DBUG (00:00:00.031)   Alias: Local Area Connection* 10
DBUG (00:00:00.031)   Type=PPP(23), Hardware=No, Filter=No
DBUG (00:00:00.031) 12: Software Loopback Interface 1
DBUG (00:00:00.031)   Alias: Loopback Pseudo-Interface 1
DBUG (00:00:00.031)   Type=Loopback(24), Hardware=No, Filter=No
DBUG (00:00:00.031) 13: WAN Miniport (SSTP)
DBUG (00:00:00.031)   Alias: Local Area Connection*
DBUG (00:00:00.031)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.031) 14: WAN Miniport (IKEv2)
DBUG (00:00:00.031)   Alias: Local Area Connection* 2
DBUG (00:00:00.031)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.031) 15: WAN Miniport (L2TP)
DBUG (00:00:00.031)   Alias: Local Area Connection* 3
DBUG (00:00:00.031)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.031) 16: WAN Miniport (PPTP)
DBUG (00:00:00.031)   Alias: Local Area Connection* 4
DBUG (00:00:00.031)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.031) 17: Microsoft ISATAP Adapter
DBUG (00:00:00.031)   Alias: isatap.{EC216F66-CE84-455B-BC64-C4D8A0886EF4}
DBUG (00:00:00.031)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.031) 18: Teredo Tunneling Pseudo-Interface
DBUG (00:00:00.031)   Alias: Local Area Connection* 9
DBUG (00:00:00.031)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.047) ------------------------------
The Interface= number you want is the one that has the name of your network interface card, an Alias: Local Area Connection, and Hardware=Yes.

In my case it is:

Code: Select all

DBUG (00:00:00.031) 7: Realtek RTL8168B/8111B Family PCI-E Gigabit Ethernet NIC (NDIS 6.20)
DBUG (00:00:00.031)   Alias: Local Area Connection
DBUG (00:00:00.031)   Type=Ethernet(6), Hardware=Yes, Filter=No
So I use Interface=7.

Check to be sure you have that set up properly, then see what results you get.

Note, when you are done, just open "Manage" and under the "Settings" tab turn off those two checkboxes, then click "Delete Log". Now you are back to normal.
Yea I have the right interface mate

Code: Select all

NOTE (00:00:00.000) Path: C:\Program Files\Rainmeter\
NOTE (00:00:00.000) IniFile: C:\Users\Vodkaholic\AppData\Roaming\Rainmeter\Rainmeter.ini
NOTE (00:00:00.000) SkinPath: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\
DBUG (00:00:00.015) ------------------------------
DBUG (00:00:00.015) * EnumDisplayDevices / EnumDisplaySettings API
DBUG (00:00:00.015) \\.\DISPLAY1
DBUG (00:00:00.015)   Name     : Generic PnP Monitor
DBUG (00:00:00.015)   Adapter  : ATI Radeon HD 5700 Series
DBUG (00:00:00.015)   Flags    : ACTIVE PRIMARY PRUNED (0x08000005)
DBUG (00:00:00.015)   Handle   : 0x0000000000010001
DBUG (00:00:00.015)   ScrArea  : L=0, T=0, R=1920, B=1080 (W=1920, H=1080)
DBUG (00:00:00.015)   WorkArea : L=0, T=0, R=1920, B=1050 (W=1920, H=1050)
DBUG (00:00:00.015) \\.\DISPLAY2
DBUG (00:00:00.015)   Name     : Generic PnP Monitor
DBUG (00:00:00.015)   Adapter  : ATI Radeon HD 5700 Series
DBUG (00:00:00.031)   Flags    : ACTIVE PRUNED (0x08000001)
DBUG (00:00:00.031)   Handle   : 0x0000000000010003
DBUG (00:00:00.031)   ScrArea  : L=1920, T=0, R=3840, B=1080 (W=1920, H=1080)
DBUG (00:00:00.031)   WorkArea : L=1920, T=0, R=3840, B=1080 (W=1920, H=1080)
DBUG (00:00:00.031) \\.\DISPLAY3
DBUG (00:00:00.031)   Adapter  : ATI Radeon HD 5700 Series
DBUG (00:00:00.031)   Flags    : PRUNED (0x08000000)
DBUG (00:00:00.031) \\.\DISPLAY4
DBUG (00:00:00.031)   Name     : Generic PnP Monitor
DBUG (00:00:00.031)   Adapter  : ATI Radeon HD 5700 Series
DBUG (00:00:00.031)   Flags    : ACTIVE PRUNED (0x08000001)
DBUG (00:00:00.031)   Handle   : 0x0000000000010005
DBUG (00:00:00.031)   ScrArea  : L=-1280, T=0, R=0, B=1024 (W=1280, H=1024)
DBUG (00:00:00.047)   WorkArea : L=-1280, T=0, R=0, B=1024 (W=1280, H=1024)
DBUG (00:00:00.047) \\.\DISPLAY5
DBUG (00:00:00.047)   Adapter  : ATI Radeon HD 5700 Series
DBUG (00:00:00.047)   Flags    : PRUNED (0x08000000)
DBUG (00:00:00.047) \\.\DISPLAY6
DBUG (00:00:00.047)   Adapter  : ATI Radeon HD 5700 Series
DBUG (00:00:00.047)   Flags    : PRUNED (0x08000000)
DBUG (00:00:00.047) \\.\DISPLAYV1
DBUG (00:00:00.047)   Adapter  : RDPDD Chained DD
DBUG (00:00:00.047)   Flags    : MIRROR (0x00200008)
DBUG (00:00:00.047) \\.\DISPLAYV2
DBUG (00:00:00.047)   Adapter  : RDP Encoder Mirror Driver
DBUG (00:00:00.047)   Flags    : MIRROR (0x00200008)
DBUG (00:00:00.062) \\.\DISPLAYV3
DBUG (00:00:00.062)   Adapter  : RDP Reflector Display Driver
DBUG (00:00:00.062)   Flags    : MIRROR (0x00200008)
DBUG (00:00:00.062) ------------------------------
DBUG (00:00:00.062) * EnumDisplayMonitors API
DBUG (00:00:00.062) \\.\DISPLAY1
DBUG (00:00:00.062)   Flags    : PRIMARY (0x00000001)
DBUG (00:00:00.062)   Handle   : 0x0000000000010001
DBUG (00:00:00.062)   ScrArea  : L=0, T=0, R=1920, B=1080 (W=1920, H=1080)
DBUG (00:00:00.062)   WorkArea : L=0, T=0, R=1920, B=1050 (W=1920, H=1050)
DBUG (00:00:00.062) \\.\DISPLAY2
DBUG (00:00:00.062)   Flags    : (0x00000000)
DBUG (00:00:00.062)   Handle   : 0x0000000000010003
DBUG (00:00:00.062)   ScrArea  : L=1920, T=0, R=3840, B=1080 (W=1920, H=1080)
DBUG (00:00:00.062)   WorkArea : L=1920, T=0, R=3840, B=1080 (W=1920, H=1080)
DBUG (00:00:00.062) \\.\DISPLAY4
DBUG (00:00:00.078)   Flags    : (0x00000000)
DBUG (00:00:00.078)   Handle   : 0x0000000000010005
DBUG (00:00:00.078)   ScrArea  : L=-1280, T=0, R=0, B=1024 (W=1280, H=1024)
DBUG (00:00:00.078)   WorkArea : L=-1280, T=0, R=0, B=1024 (W=1280, H=1024)
DBUG (00:00:00.078) ------------------------------
DBUG (00:00:00.078) * METHOD: EnumDisplayDevices + EnumDisplaySettings Mode
DBUG (00:00:00.078) * MONITORS: Count=6, Primary=@1
DBUG (00:00:00.078) @0: Virtual screen
DBUG (00:00:00.078)   L=-1280, T=0, R=3840, B=1080 (W=5120, H=1080)
DBUG (00:00:00.078) @1: \\.\DISPLAY1 (active), MonitorName: Generic PnP Monitor
DBUG (00:00:00.078)   L=0, T=0, R=1920, B=1080 (W=1920, H=1080)
DBUG (00:00:00.078) @2: \\.\DISPLAY2 (active), MonitorName: Generic PnP Monitor
DBUG (00:00:00.094)   L=1920, T=0, R=3840, B=1080 (W=1920, H=1080)
DBUG (00:00:00.094) @3: \\.\DISPLAY3 (inactive), MonitorName: 
DBUG (00:00:00.094) @4: \\.\DISPLAY4 (active), MonitorName: Generic PnP Monitor
DBUG (00:00:00.094)   L=-1280, T=0, R=0, B=1024 (W=1280, H=1024)
DBUG (00:00:00.094) @5: \\.\DISPLAY5 (inactive), MonitorName: 
DBUG (00:00:00.094) @6: \\.\DISPLAY6 (inactive), MonitorName: 
DBUG (00:00:00.094) ------------------------------
DBUG (00:00:00.094) ------------------------------
DBUG (00:00:00.094) * NETWORK-INTERFACE: Count=28
DBUG (00:00:00.094) 1: Bluetooth Device (RFCOMM Protocol TDI)
DBUG (00:00:00.094)   Alias: Local Area Connection* 9
DBUG (00:00:00.094)   Type=Other(1), Hardware=No, Filter=No
DBUG (00:00:00.094) 2: WAN Miniport (IPv6)
DBUG (00:00:00.109)   Alias: Local Area Connection* 6
DBUG (00:00:00.109)   Type=Ethernet(6), Hardware=No, Filter=No
DBUG (00:00:00.109) 3: WAN Miniport (Network Monitor)
DBUG (00:00:00.109)   Alias: Local Area Connection* 7
DBUG (00:00:00.109)   Type=Ethernet(6), Hardware=No, Filter=No
DBUG (00:00:00.109) 4: Intel(R) 82579V Gigabit Network Connection-COMODO Internet Security Firewall Driver-0000
DBUG (00:00:00.109)   Alias: Local Area Connection-COMODO Internet Security Firewall Driver-0000
DBUG (00:00:00.109)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.109) 5: Intel(R) 82579V Gigabit Network Connection-QoS Packet Scheduler-0000
DBUG (00:00:00.109)   Alias: Local Area Connection-QoS Packet Scheduler-0000
DBUG (00:00:00.109)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.109) 6: WAN Miniport (IP)
DBUG (00:00:00.109)   Alias: Local Area Connection* 8
DBUG (00:00:00.125)   Type=Ethernet(6), Hardware=No, Filter=No
DBUG (00:00:00.125) 7: Intel(R) 82579V Gigabit Network Connection-WFP LightWeight Filter-0000
DBUG (00:00:00.125)   Alias: Local Area Connection-WFP LightWeight Filter-0000
DBUG (00:00:00.125)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.125) 8: Bluetooth Device (Personal Area Network)
DBUG (00:00:00.125)   Alias: Bluetooth Network Connection
DBUG (00:00:00.125)   Type=Ethernet(6), Hardware=No, Filter=No
DBUG (00:00:00.125) 9: Intel(R) 82579V Gigabit Network Connection
DBUG (00:00:00.125)   Alias: Local Area Connection
DBUG (00:00:00.125)   Type=Ethernet(6), Hardware=Yes, Filter=No
DBUG (00:00:00.125) 10: WAN Miniport (Network Monitor)-COMODO Internet Security Firewall Driver-0000
DBUG (00:00:00.125)   Alias: Local Area Connection* 7-COMODO Internet Security Firewall Driver-0000
DBUG (00:00:00.125)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.140) 11: WAN Miniport (Network Monitor)-QoS Packet Scheduler-0000
DBUG (00:00:00.140)   Alias: Local Area Connection* 7-QoS Packet Scheduler-0000
DBUG (00:00:00.140)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.140) 12: WAN Miniport (IP)-COMODO Internet Security Firewall Driver-0000
DBUG (00:00:00.140)   Alias: Local Area Connection* 8-COMODO Internet Security Firewall Driver-0000
DBUG (00:00:00.140)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.140) 13: WAN Miniport (IP)-QoS Packet Scheduler-0000
DBUG (00:00:00.140)   Alias: Local Area Connection* 8-QoS Packet Scheduler-0000
DBUG (00:00:00.140)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.140) 14: WAN Miniport (IPv6)-COMODO Internet Security Firewall Driver-0000
DBUG (00:00:00.140)   Alias: Local Area Connection* 6-COMODO Internet Security Firewall Driver-0000
DBUG (00:00:00.140)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.156) 15: WAN Miniport (IPv6)-QoS Packet Scheduler-0000
DBUG (00:00:00.156)   Alias: Local Area Connection* 6-QoS Packet Scheduler-0000
DBUG (00:00:00.156)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.156) 16: Bluetooth Device (Personal Area Network)-COMODO Internet Security Firewall Driver-0000
DBUG (00:00:00.156)   Alias: Bluetooth Network Connection-COMODO Internet Security Firewall Driver-0000
DBUG (00:00:00.156)   Type=Ethernet(6), Hardware=No, Filter=Yes
DBUG (00:00:00.156) 17: Realtek PCIe GBE Family Controller
DBUG (00:00:00.156)   Alias: Local Area Connection 2
DBUG (00:00:00.156)   Type=Ethernet(6), Hardware=Yes, Filter=No
DBUG (00:00:00.156) 18: WAN Miniport (PPPOE)
DBUG (00:00:00.156)   Alias: Local Area Connection* 5
DBUG (00:00:00.156)   Type=PPP(23), Hardware=No, Filter=No
DBUG (00:00:00.172) 19: RAS Async Adapter
DBUG (00:00:00.172)   Alias: Local Area Connection* 10
DBUG (00:00:00.172)   Type=PPP(23), Hardware=No, Filter=No
DBUG (00:00:00.172) 20: Software Loopback Interface 1
DBUG (00:00:00.172)   Alias: Loopback Pseudo-Interface 1
DBUG (00:00:00.172)   Type=Loopback(24), Hardware=No, Filter=No
DBUG (00:00:00.172) 21: WAN Miniport (SSTP)
DBUG (00:00:00.172)   Alias: Local Area Connection*
DBUG (00:00:00.172)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.172) 22: WAN Miniport (IKEv2)
DBUG (00:00:00.172)   Alias: Local Area Connection* 2
DBUG (00:00:00.172)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.187) 23: WAN Miniport (L2TP)
DBUG (00:00:00.187)   Alias: Local Area Connection* 3
DBUG (00:00:00.187)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.187) 24: WAN Miniport (PPTP)
DBUG (00:00:00.187)   Alias: Local Area Connection* 4
DBUG (00:00:00.187)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.187) 25: Microsoft ISATAP Adapter
DBUG (00:00:00.187)   Alias: isatap.{6ADFA936-575F-481A-B74E-FEC9CF3EB15F}
DBUG (00:00:00.187)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.187) 26: Teredo Tunneling Pseudo-Interface
DBUG (00:00:00.203)   Alias: Teredo Tunneling Pseudo-Interface
DBUG (00:00:00.203)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.203) 27: Microsoft ISATAP Adapter #2
DBUG (00:00:00.203)   Alias: isatap.{35DC4055-071C-4518-9113-7E9B3C6231D6}
DBUG (00:00:00.203)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.203) 28: Microsoft ISATAP Adapter #3
DBUG (00:00:00.203)   Alias: Reusable ISATAP Interface {64B768D8-FF96-41E6-9279-D8A70050D469}
DBUG (00:00:00.203)   Type=Tunnel(131), Hardware=No, Filter=No
DBUG (00:00:00.203) ------------------------------
DBUG (00:00:00.203) Enumerating font families...
NOTE (00:00:00.218) Agency FB, Aharoni, Algerian, Andalus, Angsana New, AngsanaUPC, Aparajita, Arabic Typesetting, Arial, Arial Black, Arial Narrow, Arial Rounded MT Bold, Arial Unicode MS, Baskerville Old Face, Batang, BatangChe, Bauhaus 93, Bell MT, Berlin Sans FB, Berlin Sans FB Demi, Bernard MT Condensed, Blackadder ITC, Bodoni MT, Bodoni MT Black, Bodoni MT Condensed, Bodoni MT Poster Compressed, Book Antiqua, Bookman Old Style, Bookshelf Symbol 7, Bradley Hand ITC, Britannic Bold, Broadway, Browallia New, BrowalliaUPC, Brush Script MT, Calibri, Californian FB, Calisto MT, Cambria, Cambria Math, Candara, Castellar, Centaur, Century, Century Gothic, Century Schoolbook, Chiller, Colonna MT, Comic Sans MS, Consolas, Constantia, Cooper Black, Copperplate Gothic Bold, Copperplate Gothic Light, Corbel, Cordia New, CordiaUPC, Courier New, Curlz MT, DaunPenh, David, DFKai-SB, DilleniaUPC, DokChampa, Dotum, DotumChe, Ebrima, Edwardian Script ITC, Elephant, Engravers MT, Eras Bold ITC, Eras Demi ITC, Eras Light ITC, Eras Medium ITC, Estrangelo Edessa, EucrosiaUPC, Euphemia, FangSong, Felix Titling, Footlight MT Light, Forte, Franklin Gothic Book, Franklin Gothic Demi, Franklin Gothic Demi Cond, Franklin Gothic Heavy, Franklin Gothic Medium, Franklin Gothic Medium Cond, FrankRuehl, FreesiaUPC, Freestyle Script, French Script MT, Gabriola, Garamond, Gautami, Georgia, Gigi, Gill Sans MT, Gill Sans MT Condensed, Gill Sans MT Ext Condensed Bold, Gill Sans Ultra Bold, Gill Sans Ultra Bold Condensed, Gisha, Gloucester MT Extra Condensed, Goudy Old Style, Goudy Stout, Gulim, GulimChe, Gungsuh, GungsuhChe, Haettenschweiler, Harlow Solid Italic, Harrington, High Tower Text, Impact, Imprint MT Shadow, Informal Roman, IrisUPC, Iskoola Pota, JasmineUPC, Jokerman, Juice ITC, KaiTi, Kalinga, Kartika, Khmer UI, KodchiangUPC, Kokila, Kristen ITC, Kunstler Script, Lao UI, Latha, Leelawadee, Levenim MT, LilyUPC, Lucida Bright, Lucida Calligraphy, Lucida Console, Lucida Fax, Lucida Handwriting, Lucida Sans, Lucida Sans Typewriter, Lucida Sans Unicode, Magneto, Maiandra GD, Malgun Gothic, Mangal, Marlett, Matura MT Script Capitals, Meiryo, Meiryo UI, Microsoft Himalaya, Microsoft JhengHei, Microsoft New Tai Lue, Microsoft PhagsPa, Microsoft Sans Serif, Microsoft Tai Le, Microsoft Uighur, Microsoft YaHei, Microsoft Yi Baiti, MingLiU, MingLiU-ExtB, MingLiU_HKSCS, MingLiU_HKSCS-ExtB, Miriam, Miriam Fixed, Mistral, Modern No. 20, Mongolian Baiti, Monotype Corsiva, MoolBoran, MS Gothic, MS Mincho, MS Outlook, MS PGothic, MS PMincho, MS Reference Sans Serif, MS Reference Specialty, MS UI Gothic, MT Extra, MV Boli, Narkisim, Niagara Engraved, Niagara Solid, NSimSun, Nyala, OCR A Extended, Old English Text MT, Onyx, Palace Script MT, Palatino Linotype, Papyrus, Parchment, Perpetua, Perpetua Titling MT, Plantagenet Cherokee, Playbill, PMingLiU, PMingLiU-ExtB, Poor Richard, Pristina, Raavi, Rage Italic, Ravie, Rockwell, Rockwell Condensed, Rockwell Extra Bold, Rod, Sakkal Majalla, Script MT Bold, Segoe Print, Segoe Script, Segoe UI, Segoe UI Light, Segoe UI Semibold, Segoe UI Symbol, Shonar Bangla, Showcard Gothic, Shruti, SimHei, Simplified Arabic, Simplified Arabic Fixed, SimSun, SimSun-ExtB, Snap ITC, Stencil, Sylfaen, Symbol, Tahoma, Tempus Sans ITC, Times New Roman, Traditional Arabic, Trebuchet MS, Tunga, Tw Cen MT, Tw Cen MT Condensed, Tw Cen MT Condensed Extra Bold, Utsaah, Vani, Verdana, Vijaya, Viner Hand ITC, Vivaldi, Vladimir Script, Vrinda, Webdings, Wide Latin, Wingdings, Wingdings 2, Wingdings 3, ZWAdobeF, 
DBUG (00:00:00.421) Reading file: C:\Users\Vodkaholic\AppData\Roaming\Rainmeter\Rainmeter.ini
NOTE (00:00:00.437) ConfigEditor: "C:\Program Files\Notepad2\Notepad2.exe"
NOTE (00:00:00.437) LogViewer: "C:\Windows\system32\NOTEPAD.EXE"
DBUG (00:00:00.452) Reading file: C:\Users\Vodkaholic\AppData\Roaming\Rainmeter\Rainmeter.stats
DBUG (00:00:00.452) DesktopWorkAreaType: Margin
DBUG (00:00:00.452) Applying DesktopWorkArea@2: L=1920, T=0, R=3565, B=1051 (W=1645, H=1051)
NOTE (00:00:00.452) System: Work area changed
DBUG (00:00:00.452) WorkArea@1 : L=0, T=0, R=1920, B=1050 (W=1920, H=1050)
DBUG (00:00:00.452) WorkArea@2 : L=1920, T=0, R=3565, B=1051 (W=1645, H=1051)
DBUG (00:00:00.452) WorkArea@4 : L=-1280, T=0, R=0, B=1024 (W=1280, H=1024)
NOTE (00:00:00.468) Refreshing skin "DeviantArt\deviantart.ini"
DBUG (00:00:00.468) Reading file: C:\Users\Vodkaholic\AppData\Roaming\Rainmeter\Rainmeter.ini
DBUG (00:00:00.468) Reading file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\DeviantArt\deviantart.ini
ERRO (00:00:00.468) Unable to read file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\DeviantArt\Common\Variables\UserVariables.inc
DBUG (00:00:00.468) Reading file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\DeviantArt\UserVariables.inc
DBUG (00:00:00.468) Reading file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\DeviantArt\size.inc
ERRO (00:00:00.468) Unable to read file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\DeviantArt\Common\color\color.inc
ERRO (00:00:00.484) Formula: Syntax error in key "W" in [activearea0]
ERRO (00:00:00.499) ButtonImage: Unable to open: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\DeviantArt\..\settings.png
ERRO (00:00:00.499) String: Unable to load font: #FontType#
ERRO (00:00:00.515) String: Unable to load font: #FontType#
ERRO (00:00:00.515) String: Unable to load font: #FontType#
ERRO (00:00:00.515) String: Unable to load font: #FontType#
ERRO (00:00:00.515) String: Unable to load font: #FontType#
ERRO (00:00:00.515) String: Unable to load font: #FontType#
ERRO (00:00:00.515) String: Unable to load font: #FontType#
ERRO (00:00:00.515) String: Unable to load font: #FontType#
ERRO (00:00:00.515) Image: Unable to open: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\DeviantArt\rem.png
DBUG (00:00:00.515) WebParser.dll: Fetching: http://backend.deviantart.com/rss.xml?q=boost%3Apopular+in%3Aphotography%2Fnature%2Fweather+max_age%3A8h&type=deviation
NOTE (00:00:00.530) Initialization successful
NOTE (00:00:00.530) Refreshing skin "ForceX\DeviantArt\deviantart.ini"
DBUG (00:00:00.530) Reading file: C:\Users\Vodkaholic\AppData\Roaming\Rainmeter\Rainmeter.ini
DBUG (00:00:00.530) Reading file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\ForceX\DeviantArt\deviantart.ini
ERRO (00:00:00.530) Unable to read file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\ForceX\Common\Variables\UserVariables.inc
DBUG (00:00:00.546) Reading file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\ForceX\DeviantArt\UserVariables.inc
DBUG (00:00:00.546) Reading file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\ForceX\DeviantArt\size.inc
ERRO (00:00:00.546) Unable to read file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\ForceX\Common\color\color.inc
ERRO (00:00:00.546) Formula: Syntax error in key "W" in [activearea0]
ERRO (00:00:00.546) ButtonImage: Unable to open: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\ForceX\DeviantArt\..\settings.png
ERRO (00:00:00.562) String: Unable to load font: #FontType#
ERRO (00:00:00.562) String: Unable to load font: #FontType#
ERRO (00:00:00.562) String: Unable to load font: #FontType#
ERRO (00:00:00.562) String: Unable to load font: #FontType#
ERRO (00:00:00.562) String: Unable to load font: #FontType#
ERRO (00:00:00.562) String: Unable to load font: #FontType#
ERRO (00:00:00.562) String: Unable to load font: #FontType#
ERRO (00:00:00.562) String: Unable to load font: #FontType#
ERRO (00:00:00.562) Image: Unable to open: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\ForceX\DeviantArt\rem.png
DBUG (00:00:00.562) WebParser.dll: Fetching: http://backend.deviantart.com/rss.xml?q=boost%3Apopular+in%3Aphotography%2Fpeople%2Fcosplay+max_age%3A8h&type=deviation
NOTE (00:00:00.577) Initialization successful
NOTE (00:00:00.577) Refreshing skin "ForceX\ForceX System Monitor 2\Monitor Temp With Speed Fan\2 GPUs\8 Core\7HDD\ForceX System Monitor 2.ini"
DBUG (00:00:00.577) Reading file: C:\Users\Vodkaholic\AppData\Roaming\Rainmeter\Rainmeter.ini
DBUG (00:00:00.577) Reading file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\ForceX\ForceX System Monitor 2\Monitor Temp With Speed Fan\2 GPUs\8 Core\7HDD\ForceX System Monitor 2.ini
DBUG (00:00:00.577) Reading file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\ForceX\FXSM_V2_Settings.inc
DBUG (00:00:00.718) WebParser.dll: Fetching: http://www.geobytes.com/IpLocator.htm?GetLocation
DBUG (00:00:01.030) WebParser.dll: [MeasureItem2] Downloading url http://th00.deviantart.net/fs71/150/i/2012/160/5/0/it_rained_by_hamnerst-d52xbjs.jpg to H:\TMP\Rainmeter-Cache\it_rained_by_hamnerst-d52xbjs.jpg

DBUG (00:00:01.030) WebParser.dll: [MeasureItem4] Downloading url http://th09.deviantart.net/fs70/150/f/2012/161/4/8/clouds_by_lovecrave-d52y1o6.jpg to H:\TMP\Rainmeter-Cache\clouds_by_lovecrave-d52y1o6.jpg

DBUG (00:00:01.030) WebParser.dll: [MeasureItem3] Downloading url http://th05.deviantart.net/fs70/150/i/2012/160/b/1/watching_the_storm_by_hamnerst-d52xb36.jpg to H:\TMP\Rainmeter-Cache\watching_the_storm_by_hamnerst-d52xb36.jpg

DBUG (00:00:01.030) WebParser.dll: [MeasureItem7] Downloading url http://th09.deviantart.net/fs70/150/i/2012/161/0/a/lady_of_the_shadows_by_locoland-d52xvu8.jpg to H:\TMP\Rainmeter-Cache\lady_of_the_shadows_by_locoland-d52xvu8.jpg

DBUG (00:00:01.030) WebParser.dll: [MeasureItem1] Downloading url http://th01.deviantart.net/fs71/150/f/2012/161/d/9/in_fog_by_apostolos_t-d52xjje.jpg to H:\TMP\Rainmeter-Cache\in_fog_by_apostolos_t-d52xjje.jpg

DBUG (00:00:01.030) WebParser.dll: [MeasureItem8] Downloading url http://th03.deviantart.net/fs71/150/f/2012/161/5/a/5ad66b703f1e73f98eac0b0661eef613-d52xpyw.jpg to H:\TMP\Rainmeter-Cache\5ad66b703f1e73f98eac0b0661eef613-d52xpyw.jpg

DBUG (00:00:01.030) WebParser.dll: [MeasureItem6] Downloading url http://th09.deviantart.net/fs71/150/i/2012/161/7/2/sunset_by_lovecrave-d52xy8b.jpg to H:\TMP\Rainmeter-Cache\sunset_by_lovecrave-d52xy8b.jpg

DBUG (00:00:01.030) WebParser.dll: [MeasureItem5] Downloading url http://th02.deviantart.net/fs70/150/f/2012/161/b/a/clouds_by_lovecrave-d52y2wf.jpg to H:\TMP\Rainmeter-Cache\clouds_by_lovecrave-d52y2wf.jpg

DBUG (00:00:01.404) WebParser.dll: [MeasureItem1] Downloading url http://th08.deviantart.net/fs71/150/f/2012/160/b/4/ffx_2___gunners_smile_by_costello_hime-d52x9or.jpg to H:\TMP\Rainmeter-Cache\ffx_2___gunners_smile_by_costello_hime-d52x9or.jpg

DBUG (00:00:01.404) WebParser.dll: [MeasureItem4] Downloading url http://th03.deviantart.net/fs70/150/i/2012/160/5/7/get_out_the_way_by_spwinkles-d52xd92.jpg to H:\TMP\Rainmeter-Cache\get_out_the_way_by_spwinkles-d52xd92.jpg

DBUG (00:00:01.404) WebParser.dll: [MeasureItem5] Downloading url http://th08.deviantart.net/fs70/150/i/2012/160/d/f/introducing_rainbow_crash__by_gamefan23-d52xgfm.jpg to H:\TMP\Rainmeter-Cache\introducing_rainbow_crash__by_gamefan23-d52xgfm.jpg

DBUG (00:00:01.404) WebParser.dll: [MeasureItem3] Downloading url http://th09.deviantart.net/fs71/150/f/2012/160/8/3/utapri__happy_birthday__by_zimiel-d52xcwi.jpg to H:\TMP\Rainmeter-Cache\utapri__happy_birthday__by_zimiel-d52xcwi.jpg

DBUG (00:00:01.404) WebParser.dll: [MeasureItem8] Downloading url http://th08.deviantart.net/fs71/150/f/2012/161/f/5/touko_pokemon_white_n___black_02_by_lauzlanille-d52y0ca.jpg to H:\TMP\Rainmeter-Cache\touko_pokemon_white_n___black_02_by_lauzlanille-d52y0ca.jpg

DBUG (00:00:01.404) WebParser.dll: [MeasureItem2] Downloading url http://th06.deviantart.net/fs70/150/f/2012/160/9/a/9a054ed6ec6703661cdc90097cf59cc9-d52xbrp.jpg to H:\TMP\Rainmeter-Cache\9a054ed6ec6703661cdc90097cf59cc9-d52xbrp.jpg

DBUG (00:00:01.404) WebParser.dll: [MeasureItem7] Downloading url http://th06.deviantart.net/fs71/150/f/2012/160/c/2/0602_dmmd_2_by_dees2013-d52xbdc.jpg to H:\TMP\Rainmeter-Cache\0602_dmmd_2_by_dees2013-d52xbdc.jpg

DBUG (00:00:01.404) WebParser.dll: [MeasureItem6] Downloading url http://th08.deviantart.net/fs70/150/i/2012/160/f/6/signing_off_by_miraibaby-d52xeom.jpg to H:\TMP\Rainmeter-Cache\signing_off_by_miraibaby-d52xeom.jpg

ERRO (00:00:01.716) !HideMeter: [Rl_drive6Used_Orange] not found in "ForceX\ForceX System Monitor 2\Monitor Temp With Speed Fan\2 GPUs\8 Core\7HDD"
NOTE (00:00:01.732) Initialization successful
NOTE (00:00:01.747) Refreshing skin "Refresh\Refresh.ini"
DBUG (00:00:01.747) Reading file: C:\Users\Vodkaholic\AppData\Roaming\Rainmeter\Rainmeter.ini
DBUG (00:00:01.747) Reading file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\Refresh\Refresh.ini
NOTE (00:00:01.747) Initialization successful
NOTE (00:00:01.763) Refreshing skin "WP7\TextItems\Facebook\Facebook.ini"
DBUG (00:00:01.763) Reading file: C:\Users\Vodkaholic\AppData\Roaming\Rainmeter\Rainmeter.ini
DBUG (00:00:01.763) Reading file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\WP7\TextItems\Facebook\Facebook.ini
DBUG (00:00:01.763) Reading file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\WP7\TextItems\Facebook\UserVariables.inc
DBUG (00:00:01.763) Reading file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\WP7\Common\color\color.inc
ERRO (00:00:01.763) Measure: Invalid Substitute="#SubstituteLink#"
ERRO (00:00:01.778) Measure: Invalid Substitute="#SubstituteLink#"
ERRO (00:00:01.778) Measure: Invalid Substitute="#SubstituteLink#"
ERRO (00:00:01.778) Measure: Invalid Substitute="#SubstituteLink#"
ERRO (00:00:01.778) Measure: Invalid Substitute="#SubstituteLink#"
ERRO (00:00:01.778) Measure: Invalid Substitute="#SubstituteLink#"
ERRO (00:00:01.778) Measure: Invalid Substitute="#SubstituteLink#"
ERRO (00:00:01.778) Measure: Invalid Substitute="#SubstituteLink#"
ERRO (00:00:01.794) Measure: Invalid Substitute="#SubstituteLink#"
ERRO (00:00:01.794) Measure: Invalid Substitute="#SubstituteLink#"
ERRO (00:00:01.794) Measure: Invalid Substitute="#SubstituteLink#"
ERRO (00:00:01.794) Measure: Invalid Substitute="#SubstituteLink#"
ERRO (00:00:01.794) String: Unable to load font: Segoe WP
ERRO (00:00:01.794) String: Unable to load font: Segoe WP
ERRO (00:00:01.794) String: Unable to load font: Segoe WP Light
ERRO (00:00:01.794) String: Unable to load font: Segoe WP Light
ERRO (00:00:01.794) String: Unable to load font: Segoe WP
ERRO (00:00:01.810) String: Unable to load font: Segoe WP
ERRO (00:00:01.810) String: Unable to load font: Segoe WP
ERRO (00:00:01.810) String: Unable to load font: Segoe WP
ERRO (00:00:01.810) String: Unable to load font: Segoe WP
ERRO (00:00:01.810) String: Unable to load font: Segoe WP
ERRO (00:00:01.810) String: Unable to load font: Segoe WP
ERRO (00:00:01.810) String: Unable to load font: Segoe WP
ERRO (00:00:01.810) String: Unable to load font: Segoe WP
ERRO (00:00:01.810) String: Unable to load font: Segoe WP
ERRO (00:00:01.825) String: Unable to load font: Segoe WP
ERRO (00:00:01.825) String: Unable to load font: Segoe WP
ERRO (00:00:01.825) ButtonImage: Unable to open: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\Billy_Facebook\close.png
ERRO (00:00:01.825) ButtonImage: Unable to open: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\Billy_Facebook\settings.png
DBUG (00:00:01.825) WebParser.dll: Fetching: https://www.facebook.com/feeds/notifications.php?id=100000981713095&viewer=100000981713095&key=AWiHKuRBvTQvFKJR&format=rss20
NOTE (00:00:01.825) Initialization successful
NOTE (00:00:01.841) Refreshing skin "WP7\TextItems\Reader\Reader.ini"
DBUG (00:00:01.841) Reading file: C:\Users\Vodkaholic\AppData\Roaming\Rainmeter\Rainmeter.ini
DBUG (00:00:01.841) Reading file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\WP7\TextItems\Reader\Reader.ini
DBUG (00:00:01.841) Reading file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\WP7\Common\Variables\UserVariables.inc
DBUG (00:00:01.841) Reading file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\WP7\TextItems\Reader\UserVariables.inc
DBUG (00:00:01.841) Reading file: C:\Users\Vodkaholic\Documents\Rainmeter\Skins\WP7\Common\color\color.inc
ERRO (00:00:01.856) String: Unable to load font: Segoe WP
ERRO (00:00:01.856) String: Unable to load font: Segoe WP
ERRO (00:00:01.856) String: Unable to load font: Segoe WP
ERRO (00:00:01.856) String: Unable to load font: Segoe WP
ERRO (00:00:01.856) String: Unable to load font: Segoe WP Light
ERRO (00:00:01.856) String: Unable to load font: Segoe WP Light
ERRO (00:00:01.856) String: Unable to load font: Segoe WP
ERRO (00:00:01.872) String: Unable to load font: Segoe WP
ERRO (00:00:01.872) String: Unable to load font: Segoe WP
ERRO (00:00:01.872) String: Unable to load font: Segoe WP
ERRO (00:00:01.872) String: Unable to load font: Segoe WP
ERRO (00:00:01.872) String: Unable to load font: Segoe WP
ERRO (00:00:01.872) String: Unable to load font: Segoe WP
ERRO (00:00:01.872) String: Unable to load font: Segoe WP
ERRO (00:00:01.872) String: Unable to load font: Segoe WP
ERRO (00:00:01.872) String: Unable to load font: Segoe WP
ERRO (00:00:01.872) String: Unable to load font: Segoe WP
ERRO (00:00:01.872) String: Unable to load font: Segoe WP
DBUG (00:00:01.888) WebParser.dll: Fetching: http://www.hotukdeals.com/rss/hot
NOTE (00:00:01.888) Initialization successful
Number 9
(number 17 is an old card I added to test to see if it was the same,sadly it was "also the card is now removed")

This is the code which I am using to show the NetIn etc...

Code: Select all

;============================================================================
;Network Information & Ussage 
;============================================================================
;-----------------------------------------------------------
;Network Information Gathering - Upload
;-----------------------------------------------------------

[TCPOut]
Measure=NetOut
Interface=#Interface#
MaxValue=#speedu#

[TCPOutAll]
Measure=NetOut
Interface=#Interface#
Cumulative=1

;-----------------------------------------------------------
;Network Information Gathering - Download
;-----------------------------------------------------------

[TCPIn]
Measure=NetIn
Interface=#Interface#
MaxValue=#speedd#

[TCPInAll]
Measure=NetIn
Interface=#Interface#
Cumulative=1


------------------------------------ Network Vertical Text

[Network_Vertical_Text]
Meter=String
Text="Network Monitor"
X=6
Y=86r
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#

;------------------------------------------------------------
;Network WAN IP Address
;------------------------------------------------------------

[Mse_WAN]
Measure=Plugin
Plugin=Plugins\WebParser.dll
URL=http://www.geobytes.com/IpLocator.htm?GetLocation
RegExp="(?siU)name="ipaddress" size="15" value="(.*)">"
StringIndex=1
UpdateRate=30000

[WAN_Text]
Meter=STRING
X=35
Y=-83r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="WAN IP:"

[WAN_IP_Text]
Meter=STRING
MeterStyle=StyleText
MeasureName=Mse_WAN
X=45r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
;UpdateDivider=30

---------------------------------------- Gateway

;[Mse_Gateway]
;Measure=Plugin
;Plugin=Plugins\SysInfo.dll
;SysInfoType=GATEWAY_ADDRESS
;SysInfoData=0
;UpdateDivider=#Update#


;[Gateway_Text]
;MeasureName=Mse_Gateway
;Meter=STRING
;X=160
;Y=0r
;Prefix="Gateway: "
;FontColor=#font1#
;FontSize=7
;FontFace=#Font1Name#
;AntiAlias=#AA#

---------------------------------------- Number Of Connections

[Mse_OS_XP]
Measure=Calc
Formula=(OS_IS)
UpdateDivider=2
IfBelowValue=1
IfBelowAction=!Execute [!RainmeterShowMeter Number_Connection_Xp][!RainmeterHideMeter Number_Connection_V7]

[Mse_OS_V7]
Measure=Calc
Formula=(OS_IS)
UpdateDivider=2
IfAboveValue=0
IfAboveAction=!Execute [!RainmeterShowMeter Number_Connection_V7][!RainmeterHideMeter Number_Connection_Xp]


---------------------------------------- Number Of Connections XP

[Mse_Connections_Xp]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=TCP
PerfMonCounter="Connections Established"
PerfMonInstance=
PerfMonDifference=0

[Number_Connection_Xp]
Meter=String
MeasureName=Mse_Connections_XP
X=173
Y=0r
Prefix="Connections: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Hidden=1

---------------------------------------- Number Of Connections V7

[Mse_Connections_V7]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=TCPv4
PerfMonCounter="Connections Established"
PerfMonInstance=
PerfMonDifference=0

[Number_Connection_V7]
Meter=String
MeasureName=Mse_Connections_V7
X=173
Y=0r
Prefix="Connections: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Hidden=1


;------------------------------------------------------------
;Network Local IP Address
;------------------------------------------------------------

[Mse_LAN]
Measure=Plugin
Plugin=Plugins\SysInfo.dll
SysInfoType=IP_ADDRESS
SysInfoData=0
UpdateDivider=30

[Local_Text]
Meter=STRING
X=35
Y=15r
Text="Local IP:"
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

[LAN_IP_Text]
Meter=STRING
MeasureName=Mse_LAN
X=45r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
UpdateDivider=30

---------------------------------------- DNS

;[MSe_DNS]
;Measure=Plugin
;Plugin=Plugins\SysInfo.dll
;SysInfoType=DNS_SERVER
;SysInfoData=0
;UpdateDivider=#Update#


;[DNS_Text]
;MeasureName=Mse_DNS
;Meter=STRING
;X=160
;Y=0r
;Prefix="DNS: "
;FontColor=#font1#
;FontSize=7
;FontFace=#Font1Name#
;AntiAlias=#AA#


;-----------------------------------------------------------
;Network Text - Upload
;-----------------------------------------------------------

[Network_UP_Text]
Meter=STRING
X=35
Y=20r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Network Traffic UP:"


[Network_UP_Speed_Text]
Meter=STRING
MeasureName=TCPOut
X=133
Y=0r
FontColor=#color6#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Network_UP_All_Text]
Meter=STRING
X=220
Y=0r
StringAlign=Right
Text="Total UL: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#


[Network_UP_All_Numerical_Text]
Meter=STRING
MeasureName=TCPOutAll
X=45r
Y=0r
StringAlign=Right
AutoScale=1
NumOfDecimals=1
LeftMouseDownAction=!RainmeterResetStats
FontColor=#color6#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;Network Text - Download
;-----------------------------------------------------------

[Network_DL_Text]
Meter=STRING
X=35
Y=18r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Network Traffic DL:"


[Network_DL_Speed_Text]
Meter=STRING
MeasureName=TCPIN
X=133
Y=0r
FontColor=#color4#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Network_DL_All_Text]
Meter=STRING
X=220
Y=0r
StringAlign=Right
Text="Total DL: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#


[Network_DL_All_Numerical_Text]
Meter=STRING
MeasureName=TCPINAll
X=45r
Y=0r
StringAlign=Right
AutoScale=1
NumOfDecimals=1
LeftMouseDownAction=!RainmeterResetStats
FontColor=#color4#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;Network Graph
;-----------------------------------------------------------

[Spacer_6]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

---------------------------------------- Graph Download

[Network_DL_Graph_color20]
Meter=Line
MeasureName=TCPIn
MaxValue=#speedd#
X=30
Y=3r
H=46
W=240
LineCount=1
LineColor=#color4#
AntiAlias=#AA#
;AutoScale=0

[Network_DL_Graph_Main]
Meter=HISTOGRAM
MeasureName=TCPIn
MaxValue=#speedd#
X=0r
Y=0r
H=46
W=240
PrimaryColor=#color5#
AntiAlias=#AA#
;AutoScale=0

------------------------------------ Graph Upload

[Network_Up_Graph_color20]
Meter=Line
MeasureName=TCPOut
X=0r
Y=0r
H=42
W=240
LineCount=1
LineColor=#color6#
AntiAlias=#AA#
MaxValue=#speedu#
AutoScale=0

[Network_Up_Graph_Main]
Meter=HISTOGRAM
MeasureName=TCPOut
X=0r
Y=0r
H=42
W=240
PrimaryColor=#color7#
AntiAlias=#AA#
MaxValue=#speedu#
AutoScale=0
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Network speed on z77 chipset

Post by jsmorley »

What are #speedu# and #speedd# set to?
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: Network speed on z77 chipset

Post by Xenbox »

jsmorley wrote:What are #speedu# and #speedd# set to?
Whoops forgot about the other config file

Code: Select all

[variables]


;==================================================================
;User Settings
;==================================================================


;==================================================================
;Network Settings
;==================================================================
;------------------------------------------------------------------
;Set your network interface number.  1-5
;------------------------------------------------------------------

Interface=9

;------------------------------------------------------------------
;Set ISP or local LAN speed in bytes
;------------------------------------------------------------------
SpeedD=120000000
SpeedU=11000000
;------------------------------------------------------------------
;Enable / Disable Number of Connections [ Disable 1 / Enable 0 ]
;------------------------------------------------------------------

;Connections
Connections=0


;==================================================================
;SPEED FAN - CPU / GPU / HDD Temperature
;==================================================================
;Speed Fan CPU Number
SFCPU=9

;Speed Fan GPU 1 Number
SFGPU1=7

;Speed Fan GPU 2 Number
SFGPU2=8



;Speed Fan HDD 1 Number
SFHDD1=

;Speed Fan HDD 2 Number
SFHDD2=

;Speed Fan HDD 3 Number
SFHDD3=

;Speed Fan HDD 4 Number
SFHDD4=

;Speed Fan HDD 5 Number
SFHDD5=

;Speed Fan HDD 6 Number
SFHDD6=

;Speed Fan HDD 7 Number
SFHDD7=

;==================================================================
;HDD Names
;==================================================================

;------------------------------------------------------------------
;Drive Letter & Naming Assignment 
;------------------------------------------------------------------

Drive1=C:
Drive2=D:
Drive3=E:
Drive4=F:
Drive5=G:
Drive6=H:
Drive7=Q:

;==================================================================
;Font and Color Settings
;==================================================================

;----------------------------------------------------
;Font 1 Settings
;----------------------------------------------------

Font1Name=Tahoma

;---------------------------- Antialias Enable / Diable

;AntiAlias [ Disable 0 / Enable 1 ]
AA=0

;----------------------------------------------------
;Color Settings
;----------------------------------------------------

;Box Outline
color0=20, 20, 20, 255

;White
color1=255, 255, 255, 255

;Dark Grey
color2=20, 20, 20, 255

;Black
color3=0, 0, 0, 255

;Blue
color4=0, 100, 200, 255

;Blue Dark
Color5=0, 50, 100, 100

;Green
color6=0, 200, 0, 200

;Green Dark
color7=0, 200, 0, 100

;Title Bar Fill
color8=0, 5, 12, 255

;Title Bar Outline
color9=50, 50, 50, 255

;Message Body
color10=0, 0, 0, 255

;Bar_Red
color11=200,0,0,200

;Bar_GPU_Temp_Red
color12=200,0,0,200

;Bar_Orange
color13=250,125,0,200

;Bar_CPU_Temp_Orange
color14=250,125,0,200

;Font 1
font1=255, 255, 255, 200

;ISP Blue
color15=0, 100, 200, 100

;ISP Green
color16=0, 200, 0, 100

User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Network speed on z77 chipset

Post by jsmorley »

Well, I'm not sure what is going on. If you look at the value of the measures in About / Skins, they are wrong as well, not just what is being displayed in some meter(s)?
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: Network speed on z77 chipset

Post by Xenbox »

jsmorley wrote:Well, I'm not sure what is going on. If you look at the value of the measures in About / Skins, they are wrong as well, not just what is being displayed in some meter(s)?
What do you mean mate? sorry am not that good with rainmeter I was using that ForceX skin which was working fine before I bought these new pc parts and build this rig up.
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Network speed on z77 chipset

Post by jsmorley »

6-9-2012 9-12-06 AM.jpg
You do not have the required permissions to view the files attached to this post.
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: Network speed on z77 chipset

Post by Xenbox »

jsmorley wrote:
6-9-2012 9-12-06 AM.jpg
I don't have that mate
screenshot.434.jpg
You do not have the required permissions to view the files attached to this post.
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: Network speed on z77 chipset

Post by poiru »

Vodkaholic wrote:I don't have that mate
Wrong window. Tray icon -> About :)