View Single Post
09/09/15, 03:57 PM   #10
Ravalox Darkshire
Ravalox of Lake Superior
 
Ravalox Darkshire's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 22
I know this is coming from another direction but still worth asking ...

What's your rig config? (CPU, RAM, Graphics)
What's your internet connection? (DSL, Broadband, Satellite, etc)
What kind of Hard Drive do you have? (SSD, HDD)

If you have an HDD, what is your fragmentation %?
For SSD, do you manually trim it often?
- also if SSD do you defrag?

While experiencing the issue, try running (from CMD window) netstat -s
This is a snapshot of the NIC counters. You can repeat the command a number of times to see if it is actively counting.

To easily save the output enter this command netstat -a >>nic_stats.txt
Each time you execute this it will append the new output to the same text file (you will see no output).
I would execute the command every 10-30 seconds for about 5-10 times to get a good baseline prior to running the game and then again (in a new filename) while running the game with the symptoms.

You will be looking for the error counter fields. There may be low level numbers but this happens, the key thing is to show if they are rising actively. (these number are reset when the NIC is reset or you powerdown).

Just baseline stuff really, may assist in diags ....

Hope this helps ...

Last edited by Ravalox Darkshire : 09/09/15 at 04:02 PM.
  Reply With Quote