AvilanceLtd / StarryboundServer

Starrybound Proxy Wrapper for Starbound Servers. ** DEVELOPMENT IS DISCONTINUED **
GNU General Public License v3.0
16 stars 30 forks source link

"Something went wrong while trying to set up the UDP Listener" #62

Closed majorcyto closed 8 years ago

majorcyto commented 10 years ago
[ERROR] Something went wrong while trying to setup the UDP listener. System.Net.Sockets.SocketException: interrupted
  at System.Net.Sockets.Socket.ReceiveFrom_nochecks_exc (System.Byte[] buf, Int32 offset, Int32 size, SocketFlags flags, System.Net.EndPoint& remote_end, Boolean throwOnError, System.Int32& error) [0x00000] in <filename unknown>:0 
  at System.Net.Sockets.Socket.ReceiveFrom_nochecks (System.Byte[] buf, Int32 offset, Int32 size, SocketFlags flags, System.Net.EndPoint& remote_end) [0x00000] in <filename unknown>:0 
  at System.Net.Sockets.Socket.ReceiveFrom (System.Byte[] buffer, System.Net.EndPoint& remoteEP) [0x00000] in <filename unknown>:0 
  at com.avilance.Starrybound.ListenerThread.runUdp () [0x00000] in <filename unknown>:0 
[DEBUG] [ProcessExit]:Hello
[DEBUG] [ProcessExit]:Goodbye

The /restart command restarted the terminal anyways, but i notice sometimes when it crashes and (doesnt restart auto) it still produces that.

Linux (Ubuntu) Build 8, Master Mono

Crashdoom commented 10 years ago

That error is normal although it still shouldn't happen... I'm safely shutting down the UDP listener but it classes it as being interrupted which produces that error.

majorcyto commented 10 years ago

Ah, alright i just wanted to make sure!