Hi, I've been having some weird issues when trying to get my linux dedicated server going.
I've googled the issue, and it doesn't seem to be happening with anyone else.
When I start the server with "sh startserver.sh" it will start with, from the bash screen:
Then the server will stop.
I was able to fix that by using "sh startserver.sh -dedicated -nographics" (which was weird, since serverstart.sh includes those flags.)
When I do this, I get the following:
Then, once again the server will hang.
Higher up in the log file I see the full code for that sockets error, posted below:
Something interesting about the second case, however, is that the log is being flooded with the following error, after it seems to parse through my serverconfig.xml:
I won't spam that one, since it repeats every half second or so.
For giggles I tried to host the server with a GUI enabled (Inadvisable in a server environment, I know) and it gave the same issue.
Any help would be appreciated, guys!
I've googled the issue, and it doesn't seem to be happening with anyone else.
When I start the server with "sh startserver.sh" it will start with, from the bash screen:
Code:
eac_server.so [x64] :: onload()
eac_server.so [x64] :: unload()
I was able to fix that by using "sh startserver.sh -dedicated -nographics" (which was weird, since serverstart.sh includes those flags.)
When I do this, I get the following:
Code:
eac_server.so [x64] :: onload()
System.Net.Sockets.SocketOptionName 0x1b is not supported at ipv6 level
Higher up in the log file I see the full code for that sockets error, posted below:
Code:
2019-06-07T19:08:06 0.621 INF NET: Starting server protocols
[b]Bind exception: System.Net.Sockets.SocketException: Protocol option not supported
at System.Net.Sockets.Socket.SetSocketOption (SocketOptionLevel optionLevel, SocketOptionName optionName, Boolean optionValue) [0x00000] in <filename unknown>:0
at LiteNetLib.NetSocket.BindSocket (System.Net.Sockets.Socket socket, System.Net.IPEndPoint ep, Boolean reuseAddress) [0x00000] in <filename unknown>:0 , errorCode: ProtocolOption
Code:
NullReferenceException: Object reference not set to an instance of an object
at GUIWindowManager.Update () [0x00000] in <filename unknown>:0
(Filename: Line: -1)
For giggles I tried to host the server with a GUI enabled (Inadvisable in a server environment, I know) and it gave the same issue.
Any help would be appreciated, guys!