28 lines
2.1 KiB
Plaintext
28 lines
2.1 KiB
Plaintext
2025-01-16 23:01:53.2111 System.Net.Sockets.SocketException (10048): 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
|
|
at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, Boolean disconnectOnFailure, String callerName)
|
|
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
|
|
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
|
|
at Fantasy.Network.TCP.TCPServerNetwork.Initialize(NetworkTarget networkTarget, IPEndPoint address)
|
|
at Fantasy.Network.NetworkProtocolFactory.CreateServer(Scene scene, NetworkProtocolType protocolType, NetworkTarget networkTarget, String bindIp, Int32 port, Boolean isHttps)
|
|
at Fantasy.Scene.Create(Process process, MachineConfig machineConfig, SceneConfig sceneConfig)
|
|
at Fantasy.Platform.Net.Process.Create(UInt32 processConfigId)
|
|
at Fantasy.Platform.Net.Entry.StartProcess()
|
|
at Fantasy.Async.FTask.InnerCoroutine()
|
|
at Fantasy.Async.FTask.InnerCoroutine()
|
|
at Fantasy.Platform.Net.Entry.StartProcess()
|
|
at Fantasy.Platform.Net.Process.Create(UInt32 processConfigId)
|
|
at Fantasy.Scene.Create(Process process, MachineConfig machineConfig, SceneConfig sceneConfig)
|
|
at Fantasy.Scene.SetScheduler(Scene scene, String sceneRuntimeType)
|
|
at Fantasy.Scene.Initialize()
|
|
at Fantasy.SingleCollection.SingleCollectionComponent.Initialize()
|
|
at Fantasy.Assembly.AssemblySystem.Register(Object obj)
|
|
at Fantasy.SingleCollection.SingleCollectionComponent.Load(Int64 assemblyIdentity)
|
|
at Fantasy.SingleCollection.SingleCollectionComponent.<>c__DisplayClass5_0.<Load>b__0()
|
|
at Fantasy.ThreadSynchronizationContext.Update()
|
|
2025-01-16 23:16:04.3734 System.NotSupportedException: OuterMessageScheduler Received unsupported message protocolCode:0
|
|
at Fantasy.Scheduler.OuterMessageScheduler.HandlerAsync(Session session, APackInfo packInfo)
|
|
at Fantasy.Async.FTask.InnerCoroutine()
|
|
at Fantasy.Async.FTask.InnerCoroutine()
|
|
at Fantasy.Scheduler.OuterMessageScheduler.Scheduler(Session session, APackInfo packInfo)
|
|
at Fantasy.Network.Session.Receive(APackInfo packInfo)
|