G
G
gpf2015-09-03 18:59:01
WiFi
gpf, 2015-09-03 18:59:01

Intermittent loss of network connection during the game - how to track?

I noticed that recently when playing MMORPG, the connection to game servers is steadily lost.
The problem manifests itself at different hours, and for different durations - the connection may disappear after half an hour, or maybe after an hour and a half.
When minimizing the game, Windows consistently shows a normal connection to the WiFi router, which after a minute or two goes into the "limited connection" state.
Enabling and disabling the WiFi adapter solves the problem.
The problem is definitely not in the WiFi adapter, because. when using a laptop to work / watch videos, etc. - the connection is stable for a day or more.
When connected via cable, the problem persists.
Interested in what programs / utilities can be used in order to understand what is the problem of connecting to the Internet / game servers during the game?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
mureevms, 2015-09-03
@mureevms

You can create a batch file with something like this:

@echo off
echo %date% >> C:\123.txt
echo %time% >> C:\123.txt
echo _______ >> C:\123.txt
ping gateway_compa >> C:\123.txt
ping gateway_routera >> C:\123.txt
ping 8.8.8.8 >> C:\123.txt
ping gameserver >> C:\123.txt
echo _______ >> C:\123.txt

Where
gateway_compa - Local IP address of the router
gateway_routera - Main gateway for the router
gameserver - IP address of the game server
8.8.8.8 - server to check, which is available 99.9% of the time
Do a task in the scheduler and run it every 5 minutes before the start of the game. At the time of communication interruption, look at the C:\123.txt file and analyze it. Further it seems clear.

A
Alexander Karabanov, 2015-09-15
@karabanov

Wi-Fi for MMORPG is not the best idea. Connect your computer to the router with a cable and start living.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question