Feel The Snow

Feel The Snow

View Stats:
 This topic has been pinned, so it's probably important
Memoria Dec 27, 2016 @ 6:09am
How to Fix Socket Error (Can't create a new game).
About
In order to understand what a socket error is, and how to fix it, you first need to know the basics about socket. Windows socket is a specification in Windows. Its main function is to define how the network programs will communicate with each other, or how windows software access the network. A good example of these would be how an FTP client or a browser access the internet, that is, through windows socket.

How to fix?
Errors may occur to several reasons.

1. Firewall or antivirus is blocking the creation of the socket.
Then the decision is to turn them off or to add the game in the exception list.
2. Errors sometimes occur whenever the socket becomes corrupted during the removal or a spyware or adware.
The way to fix an error is to reset the entire Transmission Control Protocol/Internet Protocol (TCP/IP) on your Windows computer. You can do these by either using the command line.
In order to reset the TCP/IP network stat, follow the steps below:
1) Start a command line as administrator.
2) Type in the following command: netsh int ip reset resetlog.txt
3) This command will rewrite the required registry keys for the TCP/IP to function correctly.
4) Restart your pc.

3.There is a running software on our computer that conflicts with the game. In this case, disable the program, causing the conflict:
1) Start a command line as administrator.
2) Type in the following command: netstat -ab
3) After running the command you will have the following list:
["Aplication name"]
" PORT TYPE" "IP ADDRESS":"PORT NUMBER" "FURTHER INFORMATION"
4) In this list you have to find a program with the port number "6510". This program causes the conflict.
5) Start Task Manager and disable the program that you found in the above list.

4. Your computer is infected with a virus. In this case you have to install antivirus software and perform a full scan of the computer.
Last edited by Memoria; Dec 27, 2016 @ 6:42am