更新信息:在启动器的log文件夹里查看今天的对应记录发现出现服务器常用端口11000UDP已被占用的情况,详细内容如下:
22:14:13.770 [Server][DBG] 事件触发程序已启动!
22:14:14.793 [Server][WRN] 端口 11000 UDP 已被使用. 尝试 30 秒直到可用..
22:14:15.310 [Server][WRN] 端口 11000 UDP 已被使用. 尝试 30 秒直到可用..
22:14:15.851 [Server][ERR] The value must be greater than or equal to zero and less than the console's buffer size in that dimension.
Parameter name: top
Actual value was -1.
System.ArgumentOutOfRangeException: The value must be greater than or equal to zero and less than the console's buffer size in that dimension.
Parameter name: top
Actual value was -1.
at System.Console.SetCursorPosition(Int32 left, Int32 top)
at System.Console.set_CursorTop(Int32 value)
at NitroxServer_Subnautica.Program.<WaitForAvailablePortAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at NitroxServer_Subnautica.Program.<Main>d__3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at NitroxServer_Subnautica.Program.<Main>(String[] args)