Rafacasari escreveu:Veja o arquivo Gold-Tree-Emulator-3/Gold Tree Emulator 3.0/Net/MusListener.cs na linha 35 e na linha 44
[/code]
~-35 this.ServerSocket.Bind(new IPEndPoint(IPAddress.Parse(addr), this.Port));
this.ServerSocket.Listen(backlog);
this.ServerSocket.BeginAccept(new AsyncCallback(this.OnAcceptCallback), this.ServerSocket);
Logging.WriteLine("Listening for MUS on port: " + this.Port);
}
catch (Exception ex)
{
-44 throw new Exception("Could not set up MUS socket:\n" + ex.ToString());
}
[/code]