Jump to content

Question

Posted

Message :Only one usage of each socket address (protocol/network address/port) is normally permitted<br/>
StackTrace :   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Bind(EndPoint localEP)
   at System.Net.Sockets.TcpListener.Start(Int32 backlog)
   at Intersect_Server.Classes.Networking.SocketServer.Init() in C:\Users\JC Snider\Desktop\Intersect-Engine\Intersect Server\Classes\Networking\NetSocketServer.cs:line 38
   at Intersect_Server.Classes.MainClass.Main(String[] args) in C:\Users\JC Snider\Desktop\Intersect-Engine\Intersect Server\Classes\Core\Main.cs:line 74
Date :3/2/2017 9:32:10 PM
 

1 answer to this question

Recommended Posts

  • 1
Posted

This means you already have another application using Intersect's port(s). It is very likely that you are already running a Intersect server that's using that port so you cannot start another.

 

 

×
×
  • Create New...