-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Labels
Description
When starting MiNET, it throws the following error:
OS: macOS Mojave
.NET core: 2.1.403
Are you blessed with HW accelerated vectors? Yep!
Operations timed using the system's high-resolution performance counter.
Timer frequency in ticks per second = 1000000000
Timer is accurate within 1 nanoseconds
WARN [?] - No level.dat found at D:\Development\DOES NOT EXIST/level.dat. Creating empty.
WARN [?] - No level.dat found at D:\Development\DOES NOT EXIST/level.dat. Creating empty.
WARN [?] - No level.dat found at D:\Development\DOES NOT EXIST/level.dat. Creating empty.
WARN [?] - We overslept -11ms in thread sleep
ERROR [?] - Error during startup!
System.Net.Sockets.SocketException (55): No buffer space available
at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Int32 optionValue, Boolean silent)
at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Int32 optionValue)
at System.Net.Sockets.Socket.set_ReceiveBufferSize(Int32 value)
at MiNET.MiNetServer.CreateListener() in /Users/jarne/Downloads/MiNET/src/MiNET/MiNET/MiNetServer.cs:line 234
at MiNET.MiNetServer.StartServer() in /Users/jarne/Downloads/MiNET/src/MiNET/MiNET/MiNetServer.cs:line 195
MiNET running. Press <enter> to stop service.
I'm not able to connect to the server.
Reactions are currently unavailable