媳妇 登录 输入游戏名 session报空 问题

This commit is contained in:
SnowShow 2025-03-25 17:56:51 +08:00
parent 4710d1c9d4
commit 3a80fc0340
323 changed files with 7490 additions and 1232403 deletions

View File

@ -18,8 +18,8 @@ namespace GameLogic
{
var list = new List<string>();
list.Add("127.0.0.1:21001");
list.Add("127.0.0.1:21002");
list.Add("43.247.134.213:21001");
list.Add("43.247.134.213:21002");
int authenticationIndex = (int)(HashCodeHelper.MurmurHash3(userName) % list.Count);
return list[authenticationIndex];
@ -32,7 +32,7 @@ namespace GameLogic
public static string GetAuthenticationServer(int index)
{
var list = new List<string>();
list.Add("127.0.0.1:11000");
list.Add("43.247.134.213:11000");
return list[index];
}
}

View File

@ -15,10 +15,17 @@ namespace GameLogic.GameCommand
}
long accountId = (long)data[0];
var gameaccountinfo =(G2C_GetGameAccountInfo) await session.Call(new C2G_GetGameAccountInfo()
var test = await session.Call(new C2G_GetGameAccountInfo()
{
AccountId = accountId
});
if (test == null)
{
Log.Warning("Login C2G_GetGameAccountInfo Failed is Null");
}
var gameaccountinfo = (G2C_GetGameAccountInfo)test;
data = new object[]
{
gameaccountinfo.AccountInfo

View File

@ -107,17 +107,20 @@ namespace GameLogic
private Session HandlerGameSession(string serverAddress, ECommandType cmdKey)
{
if (!m_sessions.TryGetValue(cmdKey,out var gameSession))
{
gameSession = ConnectGameServer(serverAddress,NetworkProtocolType.KCP,m_gameScene);
m_sessions.Add(cmdKey,gameSession);
GameModule.Timer.AddTimer((datas) =>
{
m_sessions.Remove(cmdKey, out var session);
session?.Dispose();
//Log.Warning($"{gameSession.RuntimeId}gameSession Dispose");
}, 10);
}
Log.Info(serverAddress);
var gameSession = ConnectGameServer(serverAddress,NetworkProtocolType.KCP,m_gameScene);
// if (!m_sessions.TryGetValue(cmdKey,out var gameSession))
// {
//
// m_sessions.Add(cmdKey,gameSession);
// GameModule.Timer.AddTimer((datas) =>
// {
// m_sessions.Remove(cmdKey, out var session);
// session?.Dispose();
// //Log.Warning($"{gameSession.RuntimeId}gameSession Dispose");
// }, 30);
// }
return gameSession;
}

View File

@ -106,10 +106,8 @@ namespace GameLogic
jwtPayload.aid
});
Log.Debug(accountInfo.data[0]);
if (accountInfo.data[0] is GameAccountInfo gameAccountInfo)
if (accountInfo.data != null && accountInfo.data[0] is GameAccountInfo gameAccountInfo && gameAccountInfo != null)
{
Log.Debug(gameAccountInfo.GameName.ToString());
GameEvent.Get<IEventUpdateGameUserInfo>().GetAndUpdateUserInfo(gameAccountInfo.GameName);
}
Close();

View File

@ -68,6 +68,8 @@ namespace GameLogic
{
GameEvent.Get<IEventUpdateGameUserInfo>().GetAndUpdateUserInfo(gameAccountInfo.GameName);
}
Close();
// 输入有效,执行其他逻辑
Log.Info("输入有效");
}

View File

@ -1,6 +1,30 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &1
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 12004, guid: 0000000000000000e000000000000000, type: 0}
m_Name:
m_EditorClassIdentifier:
m_PixelRect:
serializedVersion: 2
x: 279
y: 201
width: 725
height: 578
m_ShowMode: 0
m_Title: Build Profiles
m_RootView: {fileID: 4}
m_MinSize: {x: 725, y: 426}
m_MaxSize: {x: 4000, y: 4026}
m_Maximized: 0
--- !u!114 &2
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -19,12 +43,63 @@ MonoBehaviour:
width: 1920
height: 989
m_ShowMode: 4
m_Title: Game
m_RootView: {fileID: 2}
m_Title: Console
m_RootView: {fileID: 5}
m_MinSize: {x: 875, y: 300}
m_MaxSize: {x: 10000, y: 10000}
m_Maximized: 1
--- !u!114 &2
--- !u!114 &3
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
m_Name: BuildProfileWindow
m_EditorClassIdentifier:
m_Children: []
m_Position:
serializedVersion: 2
x: 0
y: 0
width: 725
height: 578
m_MinSize: {x: 725, y: 426}
m_MaxSize: {x: 4000, y: 4026}
m_ActualView: {fileID: 19}
m_Panes:
- {fileID: 19}
m_Selected: 0
m_LastSelected: 0
--- !u!114 &4
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0}
m_Name:
m_EditorClassIdentifier:
m_Children:
- {fileID: 3}
m_Position:
serializedVersion: 2
x: 0
y: 0
width: 725
height: 578
m_MinSize: {x: 725, y: 426}
m_MaxSize: {x: 4000, y: 4026}
vertical: 0
controlID: 13862
draggingID: 0
--- !u!114 &5
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -37,9 +112,9 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Children:
- {fileID: 3}
- {fileID: 5}
- {fileID: 4}
- {fileID: 6}
- {fileID: 8}
- {fileID: 7}
m_Position:
serializedVersion: 2
x: 0
@ -52,7 +127,7 @@ MonoBehaviour:
m_TopViewHeight: 36
m_UseBottomView: 1
m_BottomViewHeight: 20
--- !u!114 &3
--- !u!114 &6
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -74,7 +149,7 @@ MonoBehaviour:
m_MinSize: {x: 0, y: 0}
m_MaxSize: {x: 0, y: 0}
m_LastLoadedLayoutName:
--- !u!114 &4
--- !u!114 &7
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -95,7 +170,7 @@ MonoBehaviour:
height: 20
m_MinSize: {x: 0, y: 0}
m_MaxSize: {x: 0, y: 0}
--- !u!114 &5
--- !u!114 &8
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -108,8 +183,8 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Children:
- {fileID: 6}
- {fileID: 15}
- {fileID: 9}
- {fileID: 18}
m_Position:
serializedVersion: 2
x: 0
@ -119,9 +194,9 @@ MonoBehaviour:
m_MinSize: {x: 400, y: 100}
m_MaxSize: {x: 32384, y: 16192}
vertical: 0
controlID: 1573
controlID: 1661
draggingID: 0
--- !u!114 &6
--- !u!114 &9
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -134,8 +209,8 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Children:
- {fileID: 7}
- {fileID: 11}
- {fileID: 10}
- {fileID: 14}
m_Position:
serializedVersion: 2
x: 0
@ -145,9 +220,9 @@ MonoBehaviour:
m_MinSize: {x: 300, y: 100}
m_MaxSize: {x: 24288, y: 16192}
vertical: 1
controlID: 1574
controlID: 1662
draggingID: 0
--- !u!114 &7
--- !u!114 &10
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -160,21 +235,21 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Children:
- {fileID: 8}
- {fileID: 9}
- {fileID: 10}
- {fileID: 11}
- {fileID: 12}
- {fileID: 13}
m_Position:
serializedVersion: 2
x: 0
y: 0
width: 1486
height: 398
height: 473
m_MinSize: {x: 300, y: 50}
m_MaxSize: {x: 24288, y: 8096}
vertical: 0
controlID: 1575
controlID: 1663
draggingID: 0
--- !u!114 &8
--- !u!114 &11
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -192,15 +267,15 @@ MonoBehaviour:
x: 0
y: 0
width: 344
height: 398
height: 473
m_MinSize: {x: 201, y: 226}
m_MaxSize: {x: 4001, y: 4026}
m_ActualView: {fileID: 17}
m_ActualView: {fileID: 21}
m_Panes:
- {fileID: 17}
- {fileID: 21}
m_Selected: 0
m_LastSelected: 0
--- !u!114 &9
--- !u!114 &12
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -217,16 +292,16 @@ MonoBehaviour:
serializedVersion: 2
x: 344
y: 0
width: 187
height: 398
width: 511
height: 473
m_MinSize: {x: 202, y: 226}
m_MaxSize: {x: 4002, y: 4026}
m_ActualView: {fileID: 18}
m_ActualView: {fileID: 22}
m_Panes:
- {fileID: 18}
- {fileID: 22}
m_Selected: 0
m_LastSelected: 0
--- !u!114 &10
--- !u!114 &13
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -241,18 +316,18 @@ MonoBehaviour:
m_Children: []
m_Position:
serializedVersion: 2
x: 531
x: 855
y: 0
width: 955
height: 398
width: 631
height: 473
m_MinSize: {x: 52, y: 76}
m_MaxSize: {x: 4002, y: 4026}
m_ActualView: {fileID: 16}
m_ActualView: {fileID: 20}
m_Panes:
- {fileID: 16}
- {fileID: 20}
m_Selected: 0
m_LastSelected: 0
--- !u!114 &11
--- !u!114 &14
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -265,21 +340,21 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Children:
- {fileID: 12}
- {fileID: 13}
- {fileID: 14}
- {fileID: 15}
- {fileID: 16}
- {fileID: 17}
m_Position:
serializedVersion: 2
x: 0
y: 398
y: 473
width: 1486
height: 535
height: 460
m_MinSize: {x: 300, y: 50}
m_MaxSize: {x: 24288, y: 8096}
vertical: 0
controlID: 1628
controlID: 1794
draggingID: 0
--- !u!114 &12
--- !u!114 &15
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -296,16 +371,16 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 575
height: 535
width: 821
height: 460
m_MinSize: {x: 101, y: 126}
m_MaxSize: {x: 4001, y: 4026}
m_ActualView: {fileID: 19}
m_ActualView: {fileID: 23}
m_Panes:
- {fileID: 19}
- {fileID: 23}
m_Selected: 0
m_LastSelected: 0
--- !u!114 &13
--- !u!114 &16
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -320,18 +395,18 @@ MonoBehaviour:
m_Children: []
m_Position:
serializedVersion: 2
x: 575
x: 821
y: 0
width: 503
height: 535
width: 565
height: 460
m_MinSize: {x: 232, y: 276}
m_MaxSize: {x: 10002, y: 10026}
m_ActualView: {fileID: 20}
m_ActualView: {fileID: 24}
m_Panes:
- {fileID: 20}
- {fileID: 24}
m_Selected: 0
m_LastSelected: 0
--- !u!114 &14
--- !u!114 &17
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -346,18 +421,18 @@ MonoBehaviour:
m_Children: []
m_Position:
serializedVersion: 2
x: 1078
x: 1386
y: 0
width: 408
height: 535
width: 100
height: 460
m_MinSize: {x: 232, y: 276}
m_MaxSize: {x: 10002, y: 10026}
m_ActualView: {fileID: 21}
m_ActualView: {fileID: 25}
m_Panes:
- {fileID: 21}
- {fileID: 25}
m_Selected: 0
m_LastSelected: 0
--- !u!114 &15
--- !u!114 &18
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -378,12 +453,48 @@ MonoBehaviour:
height: 933
m_MinSize: {x: 276, y: 76}
m_MaxSize: {x: 4001, y: 4026}
m_ActualView: {fileID: 22}
m_ActualView: {fileID: 26}
m_Panes:
- {fileID: 22}
- {fileID: 26}
m_Selected: 0
m_LastSelected: 0
--- !u!114 &16
--- !u!114 &19
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 15004, guid: 0000000000000000e000000000000000, type: 0}
m_Name:
m_EditorClassIdentifier:
m_MinSize: {x: 725, y: 400}
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Build Profiles
m_Image: {fileID: 0}
m_Tooltip:
m_TextWithWhitespace: "Build Profiles\u200B"
m_Pos:
serializedVersion: 2
x: 0
y: 26
width: 725
height: 552
m_SerializedDataModeController:
m_DataMode: 0
m_PreferredDataMode: 0
m_SupportedDataModes:
isAutomatic: 1
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
m_LastAppliedPresetName: Default
m_SaveData: []
m_ContainerData: []
m_OverlaysVisible: 1
--- !u!114 &20
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -404,10 +515,10 @@ MonoBehaviour:
m_TextWithWhitespace: "Game\u200B"
m_Pos:
serializedVersion: 2
x: 532
x: 856
y: 24
width: 953
height: 372
width: 629
height: 447
m_SerializedDataModeController:
m_DataMode: 0
m_PreferredDataMode: 0
@ -463,29 +574,29 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 21
width: 953
height: 351
m_Scale: {x: 0.26311845, y: 0.26311845}
m_Translation: {x: 476.5, y: 175.5}
width: 629
height: 426
m_Scale: {x: 0.31934032, y: 0.31934032}
m_Translation: {x: 314.5, y: 213}
m_MarginLeft: 0
m_MarginRight: 0
m_MarginTop: 0
m_MarginBottom: 0
m_LastShownAreaInsideMargins:
serializedVersion: 2
x: -1810.9714
x: -984.8428
y: -667
width: 3621.9429
width: 1969.6855
height: 1334
m_MinimalGUI: 1
m_defaultScale: 0.26311845
m_LastWindowPixelSize: {x: 953, y: 372}
m_defaultScale: 0.31934032
m_LastWindowPixelSize: {x: 629, y: 447}
m_ClearInEditMode: 1
m_NoCameraWarning: 1
m_LowResolutionForAspectRatios: 01000101000000000000
m_XRRenderMode: 0
m_RenderTexture: {fileID: 0}
--- !u!114 &17
--- !u!114 &21
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -509,7 +620,7 @@ MonoBehaviour:
x: 0
y: 24
width: 343
height: 372
height: 447
m_SerializedDataModeController:
m_DataMode: 0
m_PreferredDataMode: 0
@ -526,7 +637,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 7e04faff0009faffce61faff1c62faffc26afaff8e6cfaffae79faff588dfaffa68dfafff096faffc498faff3e2ffbff8c2ffbffd638fbffaa3afbffe252fbfff052fbff54c1fcff1241feff2041feff2e41feff3c41feff4c41feff5e41feff8041feff8e41feff9c41feffaa41feffb841feffc641feff4cb1ffffa0c5ffffeec5ffff38cfffff0cd1ffffcee8ffff1ce9ffff62f2ffff32f4ffff86fafffff4ffffff3205010072050100205f03006e5f0300046003000a600300
m_ExpandedIDs: 6c02ffff7402ffffae02ffffb608fffffaeffffff4ffffffa6080100fa080100
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -543,7 +654,7 @@ MonoBehaviour:
m_OriginalEventType: 11
m_IsRenamingFilename: 0
m_TrimLeadingAndTrailingWhitespace: 0
m_ClientGUIView: {fileID: 8}
m_ClientGUIView: {fileID: 11}
m_SearchString:
m_ExpandedScenes: []
m_CurrenRootInstanceID: 0
@ -551,7 +662,7 @@ MonoBehaviour:
m_IsLocked: 0
m_CurrentSortingName: TransformSorting
m_WindowGUID: 4c969a2b90040154d917609493e03593
--- !u!114 &18
--- !u!114 &22
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -574,8 +685,8 @@ MonoBehaviour:
serializedVersion: 2
x: 345
y: 24
width: 185
height: 372
width: 509
height: 447
m_SerializedDataModeController:
m_DataMode: 0
m_PreferredDataMode: 0
@ -688,12 +799,12 @@ MonoBehaviour:
displayed: 1
id: Orientation
index: 0
contents: '{"m_Layout":4,"m_Collapsed":false,"m_Floating":false,"m_FloatingSnapOffset":{"x":108.0,"y":-24.0},"m_SnapOffsetDelta":{"x":0.0,"y":0.0},"m_FloatingSnapCorner":2,"m_Size":{"x":0.0,"y":0.0},"m_SizeOverridden":false}'
contents: '{"m_Layout":4,"m_Collapsed":false,"m_Floating":false,"m_FloatingSnapOffset":{"x":-80.0,"y":-24.0},"m_SnapOffsetDelta":{"x":0.0,"y":0.0},"m_FloatingSnapCorner":3,"m_Size":{"x":0.0,"y":0.0},"m_SizeOverridden":false}'
floating: 0
collapsed: 0
snapOffset: {x: 108, y: -24}
snapOffset: {x: -80, y: -24}
snapOffsetDelta: {x: 0, y: 0}
snapCorner: 2
snapCorner: 3
layout: 4
size: {x: 0, y: 0}
sizeOverridden: 0
@ -1130,9 +1241,9 @@ MonoBehaviour:
m_AudioPlay: 0
m_DebugDrawModesUseInteractiveLightBakingData: 0
m_Position:
m_Target: {x: 0, y: 0.54797614, z: 100}
m_Target: {x: 0.073736295, y: 3.0384872, z: 195.83817}
speed: 2
m_Value: {x: 0, y: 0.54797614, z: 100}
m_Value: {x: 0.073736295, y: 3.0384872, z: 195.83817}
m_RenderMode: 0
m_CameraMode:
drawMode: 0
@ -1182,9 +1293,9 @@ MonoBehaviour:
speed: 2
m_Value: {x: 0, y: 0, z: 0, w: 1}
m_Size:
m_Target: 1.416929
m_Target: 1.7877302
speed: 2
m_Value: 1.416929
m_Value: 1.7877302
m_Ortho:
m_Target: 1
speed: 2
@ -1205,7 +1316,7 @@ MonoBehaviour:
m_LastSceneViewRotation: {x: -0.08717229, y: 0.89959055, z: -0.21045254, w: -0.3726226}
m_LastSceneViewOrtho: 0
m_Viewpoint:
m_SceneView: {fileID: 18}
m_SceneView: {fileID: 22}
m_CameraOverscanSettings:
m_Opacity: 50
m_Scale: 1
@ -1215,7 +1326,7 @@ MonoBehaviour:
m_LastLockedObject: {fileID: 0}
m_LastDebugDrawMode: 35
m_ViewIsLockedToObject: 0
--- !u!114 &19
--- !u!114 &23
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -1238,8 +1349,8 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 24
width: 574
height: 509
width: 820
height: 434
m_SerializedDataModeController:
m_DataMode: 0
m_PreferredDataMode: 0
@ -1251,7 +1362,7 @@ MonoBehaviour:
m_SaveData: []
m_ContainerData: []
m_OverlaysVisible: 1
--- !u!114 &20
--- !u!114 &24
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -1272,10 +1383,10 @@ MonoBehaviour:
m_TextWithWhitespace: "Project\u200B"
m_Pos:
serializedVersion: 2
x: 576
x: 822
y: 24
width: 501
height: 509
width: 563
height: 434
m_SerializedDataModeController:
m_DataMode: 0
m_PreferredDataMode: 0
@ -1298,7 +1409,7 @@ MonoBehaviour:
m_SkipHidden: 0
m_SearchArea: 1
m_Folders:
- Assets/GameScripts/HotFix/GameLogic/RPG/GamePlay/Mode
- Assets/GameScripts/HotFix/GameLogic/AR Brochure/Data
m_Globs: []
m_ProductIds:
m_AnyWithAssetOrigin: 0
@ -1308,16 +1419,16 @@ MonoBehaviour:
m_ViewMode: 1
m_StartGridSize: 64
m_LastFolders:
- Assets/GameScripts/HotFix/GameLogic/RPG/GamePlay/Mode
- Assets/GameScripts/HotFix/GameLogic/AR Brochure/Data
m_LastFoldersGridSize: -1
m_LastProjectPath: D:\TecentUGit\EintooAR\EintooAR
m_LockTracker:
m_IsLocked: 1
m_FolderTreeState:
scrollPos: {x: 0, y: 720}
m_SelectedIDs: 886d0300
m_LastClickedID: 224648
m_ExpandedIDs: 00000000da090100dc090100de090100e0090100e2090100e4090100e6090100e8090100ea090100ec090100ee090100f0090100f2090100f4090100f6090100
scrollPos: {x: 0, y: 60}
m_SelectedIDs: b80a0100
m_LastClickedID: 68280
m_ExpandedIDs: 00000000720601007406010076060100780601007a0601007c0601007e060100800601008206010084060100
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -1334,7 +1445,7 @@ MonoBehaviour:
m_OriginalEventType: 11
m_IsRenamingFilename: 1
m_TrimLeadingAndTrailingWhitespace: 0
m_ClientGUIView: {fileID: 13}
m_ClientGUIView: {fileID: 16}
m_SearchString:
m_CreateAssetUtility:
m_EndAction: {fileID: 0}
@ -1346,7 +1457,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 00000000da090100dc090100de090100e0090100e2090100e4090100e6090100e8090100ea090100ec090100ee090100f0090100f2090100f4090100f6090100
m_ExpandedIDs: 00000000720601007406010076060100780601007a0601007c0601007e060100800601008206010084060100
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -1374,7 +1485,7 @@ MonoBehaviour:
m_ListAreaState:
m_SelectedInstanceIDs:
m_LastClickedInstanceID: 0
m_HadKeyboardFocusLastEvent: 1
m_HadKeyboardFocusLastEvent: 0
m_ExpandedInstanceIDs: c62300009e44060000000000bc4f0100
m_RenameOverlay:
m_UserAcceptedRename: 0
@ -1392,7 +1503,7 @@ MonoBehaviour:
m_OriginalEventType: 11
m_IsRenamingFilename: 1
m_TrimLeadingAndTrailingWhitespace: 0
m_ClientGUIView: {fileID: 13}
m_ClientGUIView: {fileID: 16}
m_CreateAssetUtility:
m_EndAction: {fileID: 0}
m_InstanceID: 0
@ -1403,8 +1514,8 @@ MonoBehaviour:
m_ScrollPosition: {x: 0, y: 0}
m_GridSize: 64
m_SkipHiddenPackages: 0
m_DirectoriesAreaWidth: 378
--- !u!114 &21
m_DirectoriesAreaWidth: 345
--- !u!114 &25
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -1425,10 +1536,10 @@ MonoBehaviour:
m_TextWithWhitespace: "Project\u200B"
m_Pos:
serializedVersion: 2
x: 1079
x: 1387
y: 24
width: 406
height: 509
width: 98
height: 434
m_SerializedDataModeController:
m_DataMode: 0
m_PreferredDataMode: 0
@ -1451,7 +1562,7 @@ MonoBehaviour:
m_SkipHidden: 0
m_SearchArea: 1
m_Folders:
- Assets/AssetRaw/UI/RPG/WIndows/OpenUpdateName
- Assets/AssetRaw/UI/AR/UISelf
m_Globs: []
m_ProductIds:
m_AnyWithAssetOrigin: 0
@ -1461,16 +1572,16 @@ MonoBehaviour:
m_ViewMode: 1
m_StartGridSize: 16
m_LastFolders:
- Assets/AssetRaw/UI/RPG/Widget/OpenUpdateName
- Assets/AssetRaw/UI/AR/UISelf
m_LastFoldersGridSize: -1
m_LastProjectPath: D:\TecentUGit\EintooAR\EintooAR
m_LockTracker:
m_IsLocked: 1
m_FolderTreeState:
scrollPos: {x: 0, y: 565.6188}
m_SelectedIDs: 986e0300
m_LastClickedID: 224920
m_ExpandedIDs: 00000000da090100dc090100de090100e0090100e2090100e4090100e6090100e8090100ea090100ec090100ee090100f0090100f2090100f4090100f6090100
m_SelectedIDs: a60a0100
m_LastClickedID: 68262
m_ExpandedIDs: 00000000720601007406010076060100780601007a0601007c0601007e060100800601008206010084060100
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -1487,7 +1598,7 @@ MonoBehaviour:
m_OriginalEventType: 11
m_IsRenamingFilename: 1
m_TrimLeadingAndTrailingWhitespace: 0
m_ClientGUIView: {fileID: 14}
m_ClientGUIView: {fileID: 17}
m_SearchString:
m_CreateAssetUtility:
m_EndAction: {fileID: 0}
@ -1499,7 +1610,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 00000000da090100dc090100de090100e0090100e2090100e4090100e6090100e8090100ea090100ec090100ee090100f0090100f2090100f4090100f6090100
m_ExpandedIDs: 00000000720601007406010076060100780601007a0601007c0601007e060100800601008206010084060100
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -1545,7 +1656,7 @@ MonoBehaviour:
m_OriginalEventType: 11
m_IsRenamingFilename: 1
m_TrimLeadingAndTrailingWhitespace: 0
m_ClientGUIView: {fileID: 14}
m_ClientGUIView: {fileID: 17}
m_CreateAssetUtility:
m_EndAction: {fileID: 0}
m_InstanceID: 0
@ -1557,7 +1668,7 @@ MonoBehaviour:
m_GridSize: 16
m_SkipHiddenPackages: 0
m_DirectoriesAreaWidth: 50
--- !u!114 &22
--- !u!114 &26
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}

View File

@ -1,14 +0,0 @@
2025-01-16 23:02:08.7630 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-01-16 23:02:09.0621 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-01-16 23:02:09.2632 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-01-16 23:02:09.4720 SceneConfigId = 1003 networkTarget = Inner TCPServer Listen 127.0.0.1:11003
2025-01-16 23:02:09.6887 SceneConfigId = 1004 networkTarget = Inner TCPServer Listen 127.0.0.1:11004
2025-01-16 23:02:09.9111 SceneConfigId = 1005 networkTarget = Inner TCPServer Listen 127.0.0.1:11005
2025-01-16 23:02:09.9111 Process:1 Startup Complete SceneCount:5
2025-01-16 23:14:02.9522 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-01-16 23:14:03.8936 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-01-16 23:14:04.1421 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-01-16 23:14:04.3867 SceneConfigId = 1003 networkTarget = Inner TCPServer Listen 127.0.0.1:11003
2025-01-16 23:14:04.6451 SceneConfigId = 1004 networkTarget = Inner TCPServer Listen 127.0.0.1:11004
2025-01-16 23:14:04.9256 SceneConfigId = 1005 networkTarget = Inner TCPServer Listen 127.0.0.1:11005
2025-01-16 23:14:04.9256 Process:1 Startup Complete SceneCount:5

View File

@ -1,3 +0,0 @@
2025-01-17 09:38:25.8653 (AssemblyHelper.cs:24) 加载 Entity程序集
2025-01-17 09:39:02.9998 (AssemblyHelper.cs:24) Entity, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2025-01-17 09:48:32.2273 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler

View File

@ -1,6 +0,0 @@
2025-01-17 09:27:34.9053 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)

View File

@ -1,28 +0,0 @@
2025-01-17 09:27:14.2513 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-01-17 09:27:14.6455 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-01-17 09:27:14.8847 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-01-17 09:27:15.1239 SceneConfigId = 1003 networkTarget = Inner TCPServer Listen 127.0.0.1:11003
2025-01-17 09:27:15.3565 SceneConfigId = 1004 networkTarget = Inner TCPServer Listen 127.0.0.1:11004
2025-01-17 09:27:15.5777 SceneConfigId = 1005 networkTarget = Inner TCPServer Listen 127.0.0.1:11005
2025-01-17 09:27:15.5777 Process:1 Startup Complete SceneCount:5
2025-01-17 09:38:26.8121 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-01-17 09:38:27.0557 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-01-17 09:38:27.2822 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-01-17 09:38:27.5061 SceneConfigId = 1003 networkTarget = Inner TCPServer Listen 127.0.0.1:11003
2025-01-17 09:38:27.7305 SceneConfigId = 1004 networkTarget = Inner TCPServer Listen 127.0.0.1:11004
2025-01-17 09:38:27.9431 SceneConfigId = 1005 networkTarget = Inner TCPServer Listen 127.0.0.1:11005
2025-01-17 09:38:27.9431 Process:1 Startup Complete SceneCount:5
2025-01-17 09:39:03.7447 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-01-17 09:39:04.0140 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-01-17 09:39:04.2681 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-01-17 09:39:04.5132 SceneConfigId = 1003 networkTarget = Inner TCPServer Listen 127.0.0.1:11003
2025-01-17 09:39:04.7502 SceneConfigId = 1004 networkTarget = Inner TCPServer Listen 127.0.0.1:11004
2025-01-17 09:39:04.9757 SceneConfigId = 1005 networkTarget = Inner TCPServer Listen 127.0.0.1:11005
2025-01-17 09:39:04.9757 Process:1 Startup Complete SceneCount:5
2025-01-17 09:47:57.0727 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-01-17 09:47:57.3883 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-01-17 09:47:57.7891 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-01-17 09:47:58.0065 SceneConfigId = 1003 networkTarget = Inner TCPServer Listen 127.0.0.1:11003
2025-01-17 09:47:58.3514 SceneConfigId = 1004 networkTarget = Inner TCPServer Listen 127.0.0.1:11004
2025-01-17 09:47:58.5756 SceneConfigId = 1005 networkTarget = Inner TCPServer Listen 127.0.0.1:11005
2025-01-17 09:47:58.5756 Process:1 Startup Complete SceneCount:5

View File

@ -1 +0,0 @@
2025-01-17 09:48:42.2117 session timeout id:23861326602567680 timeNow:1737078522210 _session.LastReceiveTime:1737078512215 _timeOut:8000

View File

@ -1,3 +0,0 @@
2025-01-20 10:06:51.5631 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-01-20 10:06:52.0048 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-01-20 10:09:30.7415 (OnCreateScene_Init.cs:16) Map 初始化成功

View File

@ -1,13 +0,0 @@
2025-01-20 10:06:50.6389 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-01-20 10:06:50.8921 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-01-20 10:06:51.2871 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-01-20 10:06:51.5631 SceneConfigId = 1003 networkTarget = Inner TCPServer Listen 127.0.0.1:11003
2025-01-20 10:06:51.7903 SceneConfigId = 1004 networkTarget = Inner TCPServer Listen 127.0.0.1:11004
2025-01-20 10:06:52.0048 SceneConfigId = 1005 networkTarget = Inner TCPServer Listen 127.0.0.1:11005
2025-01-20 10:06:52.0048 Process:1 Startup Complete SceneCount:5
2025-01-20 10:09:29.8540 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-01-20 10:09:30.1068 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-01-20 10:09:30.3145 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-01-20 10:09:30.5325 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-01-20 10:09:30.7415 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-01-20 10:09:30.7415 Process:1 Startup Complete SceneCount:3

View File

@ -1 +0,0 @@
2025-02-07 13:53:02.8857 (OnCreateScene_Init.cs:16) Map 初始化成功

View File

@ -1,6 +0,0 @@
2025-02-07 13:53:01.8765 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-07 13:53:02.1674 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-07 13:53:02.4050 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-07 13:53:02.6884 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-07 13:53:02.8850 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-07 13:53:02.8850 Process:1 Startup Complete SceneCount:3

View File

@ -1,6 +0,0 @@
2025-02-07 14:31:58.0446 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-07 14:37:09.5420 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-07 14:42:43.9355 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-07 14:48:33.5471 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-07 14:57:51.0606 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-07 14:59:16.8292 (OnCreateScene_Init.cs:16) Map 初始化成功

View File

@ -1,26 +0,0 @@
2025-02-07 14:41:26.5533 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)
2025-02-07 14:43:25.7425 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)
2025-02-07 14:44:44.4997 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)
2025-02-07 14:48:58.1508 System.NotSupportedException: OuterMessageScheduler Received unsupported message protocolCode:0
1、请检查该协议所在的程序集是否在框架初始化的时候添加到框架中。
2、如果看到这个消息表示你有可能用的老版本的导出工具请更换为最新的导出工具。
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)

View File

@ -1,39 +0,0 @@
2025-02-07 14:31:57.0262 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-07 14:31:57.3028 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-07 14:31:57.5128 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-07 14:31:57.8449 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-07 14:31:58.0446 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-07 14:31:58.0446 Process:1 Startup Complete SceneCount:3
2025-02-07 14:37:08.4391 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-07 14:37:08.7227 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-07 14:37:09.0897 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-07 14:37:09.3232 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-07 14:37:09.5420 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-07 14:37:09.5420 Process:1 Startup Complete SceneCount:3
2025-02-07 14:42:43.0293 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-07 14:42:43.3066 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-07 14:42:43.5242 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-07 14:42:43.7429 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-07 14:42:43.9355 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-07 14:42:43.9355 Process:1 Startup Complete SceneCount:3
2025-02-07 14:48:31.7235 初始化序列化器成功数量为2
2025-02-07 14:48:32.3202 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-07 14:48:32.8644 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-07 14:48:33.1072 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-07 14:48:33.3477 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-07 14:48:33.5471 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-07 14:48:33.5471 Process:1 Startup Complete SceneCount:3
2025-02-07 14:57:49.7928 初始化序列化器成功数量为2
2025-02-07 14:57:50.2064 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-07 14:57:50.4367 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-07 14:57:50.6429 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-07 14:57:50.8616 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-07 14:57:51.0606 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-07 14:57:51.0606 Process:1 Startup Complete SceneCount:3
2025-02-07 14:59:15.5334 初始化序列化器成功数量为2
2025-02-07 14:59:15.9112 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-07 14:59:16.2022 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-07 14:59:16.4124 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-07 14:59:16.6246 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-07 14:59:16.8292 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-07 14:59:16.8292 Process:1 Startup Complete SceneCount:3

View File

@ -1 +0,0 @@
2025-02-07 14:37:39.5193 session timeout id:55330328642060288 timeNow:1738910259517 _session.LastReceiveTime:1738910249510 _timeOut:8000

View File

@ -1,33 +0,0 @@
2025-02-07 15:33:23.0434 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-07 15:33:45.5260 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:33:46.8463 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:33:47.7420 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:33:49.1276 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:33:52.6681 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:33:53.1895 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:33:53.5109 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:33:53.7223 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:33:53.9392 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:33:54.1742 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:33:54.3896 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:33:54.6292 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:44:46.1921 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:44:47.1001 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:44:47.4690 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:44:47.7012 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:44:47.9417 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:44:48.1322 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:44:48.3418 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:44:48.6489 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:44:48.9023 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:44:49.1416 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:44:49.7266 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:44:50.3425 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:44:50.9665 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:44:51.6252 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:44:51.9428 (C2G_TestMessageHandler.cs:12) C2G_TestMessageHandler
2025-02-07 15:49:46.7247 (C2M_EnterMapHandler.cs:13) 3
2025-02-07 15:52:25.8872 (C2M_EnterMapHandler.cs:13) 3
2025-02-07 15:53:04.2040 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-07 15:55:16.1119 (C2M_EnterMapHandler.cs:13) EnterMap 玩家网络Id55410507091542016
2025-02-07 15:55:16.1119 (C2M_EnterMapHandler.cs:14) 3

View File

@ -1,8 +0,0 @@
2025-02-07 15:10:09.1082 System.NotSupportedException: OuterMessageScheduler Received unsupported message protocolCode:0
1、请检查该协议所在的程序集是否在框架初始化的时候添加到框架中。
2、如果看到这个消息表示你有可能用的老版本的导出工具请更换为最新的导出工具。
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)

View File

@ -1,14 +0,0 @@
2025-02-07 15:33:21.8831 初始化序列化器成功数量为2
2025-02-07 15:33:22.2017 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-07 15:33:22.4411 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-07 15:33:22.6392 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-07 15:33:22.8524 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-07 15:33:23.0434 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-07 15:33:23.0434 Process:1 Startup Complete SceneCount:3
2025-02-07 15:53:03.0014 初始化序列化器成功数量为2
2025-02-07 15:53:03.2982 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-07 15:53:03.5246 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-07 15:53:03.7347 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-07 15:53:03.9552 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-07 15:53:04.2040 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-07 15:53:04.2040 Process:1 Startup Complete SceneCount:3

View File

@ -1,12 +0,0 @@
2025-02-07 15:01:47.5683 session timeout id:55355205092638720 timeNow:1738911707566 _session.LastReceiveTime:1738911697564 _timeOut:8000
2025-02-07 15:03:20.6760 session timeout id:55356802820472832 timeNow:1738911800676 _session.LastReceiveTime:1738911790673 _timeOut:8000
2025-02-07 15:04:37.6056 session timeout id:55358125670400000 timeNow:1738911877605 _session.LastReceiveTime:1738911867600 _timeOut:8000
2025-02-07 15:05:51.3228 session timeout id:55359396980719616 timeNow:1738911951322 _session.LastReceiveTime:1738911941322 _timeOut:8000
2025-02-07 15:06:15.9221 session timeout id:55359809297580032 timeNow:1738911975922 _session.LastReceiveTime:1738911965920 _timeOut:8000
2025-02-07 15:07:41.8980 session timeout id:55361286766329856 timeNow:1738912061898 _session.LastReceiveTime:1738912051898 _timeOut:8000
2025-02-07 15:33:50.6204 session timeout id:55388241981079552 timeNow:1738913630618 _session.LastReceiveTime:1738913620616 _timeOut:8000
2025-02-07 15:38:27.9284 session timeout id:55393000804843520 timeNow:1738913907928 _session.LastReceiveTime:1738913897926 _timeOut:8000
2025-02-07 15:40:08.6362 session timeout id:55394735971631104 timeNow:1738914008636 _session.LastReceiveTime:1738913998635 _timeOut:8000
2025-02-07 15:46:26.2720 session timeout id:55399340176572416 timeNow:1738914386272 _session.LastReceiveTime:1738914376619 _timeOut:8000
2025-02-07 15:50:56.7130 session timeout id:55404837734711296 timeNow:1738914656713 _session.LastReceiveTime:1738914648564 _timeOut:8000
2025-02-07 15:56:41.0878 session timeout id:55410507091542016 timeNow:1738915001087 _session.LastReceiveTime:1738914990544 _timeOut:8000

View File

@ -1,4 +0,0 @@
2025-02-07 16:00:12.0702 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-07 16:05:23.0615 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-07 16:06:12.2432 (C2M_EnterMapHandler.cs:25) EnterMap 玩家网络Id55421777085726720 连接的server类型 Gate
2025-02-07 16:11:10.1046 (C2M_EnterMapHandler.cs:25) EnterMap 玩家网络Id55426898230247424 连接的server类型 Map

View File

@ -1,5 +0,0 @@
2025-02-07 16:01:05.0442 System.ArgumentException: Type provided must be an Enum. (Parameter 'enumType')
at System.RuntimeType.ThrowMustBeEnum()
at System.Enum.GetName(RuntimeType enumType, UInt64 uint64Value)
at Hotfix.C2M_EnterMapHandler.Run(Session session, C2M_EnterMapRequest request, M2C_EnterMapResponse response, Action reply) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\Handler\C2M_EnterMapHandler.cs:line 13
at Fantasy.Network.Interface.MessageRPC`2.Handle(Session session, UInt32 rpcId, UInt32 messageTypeCode, Object message)

View File

@ -1,14 +0,0 @@
2025-02-07 16:00:10.7089 初始化序列化器成功数量为2
2025-02-07 16:00:11.2062 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-07 16:00:11.4550 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-07 16:00:11.6636 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-07 16:00:11.8767 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-07 16:00:12.0702 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-07 16:00:12.0702 Process:1 Startup Complete SceneCount:3
2025-02-07 16:05:21.7407 初始化序列化器成功数量为2
2025-02-07 16:05:22.1425 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-07 16:05:22.4461 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-07 16:05:22.6518 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-07 16:05:22.8652 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-07 16:05:23.0615 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-07 16:05:23.0615 Process:1 Startup Complete SceneCount:3

View File

@ -1,3 +0,0 @@
2025-02-07 16:02:40.0100 session timeout id:55416485686018048 timeNow:1738915360009 _session.LastReceiveTime:1738915347734 _timeOut:8000
2025-02-07 16:06:47.1908 session timeout id:55421777085726720 timeNow:1738915607190 _session.LastReceiveTime:1738915598686 _timeOut:8000
2025-02-07 16:11:25.0939 session timeout id:55426898230247424 timeNow:1738915885093 _session.LastReceiveTime:1738915876378 _timeOut:8000

View File

@ -1,8 +0,0 @@
2025-02-07 17:03:29.8907 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-07 17:05:10.8376 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-07 17:05:33.4690 (C2M_EnterMapHandler.cs:26) EnterMap 玩家网络Id55482956143394816 连接的server类型 Map DeviceId-750731629
2025-02-07 17:06:37.2094 (C2M_EnterMapHandler.cs:26) EnterMap 玩家网络Id55484055655022592 连接的server类型 Map DeviceId-750731629
2025-02-07 17:10:05.1385 (C2M_EnterMapHandler.cs:26) EnterMap 玩家网络Id55487629067812864 连接的server类型 Map DeviceId-750731629
2025-02-07 17:10:30.1190 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-07 17:11:15.8255 (C2M_EnterMapHandler.cs:27) EnterMap 玩家网络Id55488831658655744 连接的server类型 Map DeviceId-750731629
2025-02-07 17:11:15.8255 (C2M_EnterMapHandler.cs:30) device-750731629进入地图成功

View File

@ -1,8 +0,0 @@
2025-02-07 17:03:55.5843 System.NotSupportedException: OuterMessageScheduler Received unsupported message protocolCode:0
1、请检查该协议所在的程序集是否在框架初始化的时候添加到框架中。
2、如果看到这个消息表示你有可能用的老版本的导出工具请更换为最新的导出工具。
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)

View File

@ -1,21 +0,0 @@
2025-02-07 17:03:28.6372 初始化序列化器成功数量为2
2025-02-07 17:03:29.0270 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-07 17:03:29.2760 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-07 17:03:29.4809 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-07 17:03:29.6931 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-07 17:03:29.8907 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-07 17:03:29.8907 Process:1 Startup Complete SceneCount:3
2025-02-07 17:05:09.6237 初始化序列化器成功数量为2
2025-02-07 17:05:10.0129 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-07 17:05:10.2342 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-07 17:05:10.4398 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-07 17:05:10.6432 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-07 17:05:10.8376 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-07 17:05:10.8376 Process:1 Startup Complete SceneCount:3
2025-02-07 17:10:28.8556 初始化序列化器成功数量为2
2025-02-07 17:10:29.2553 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-07 17:10:29.4951 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-07 17:10:29.7059 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-07 17:10:29.9251 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-07 17:10:30.1190 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-07 17:10:30.1190 Process:1 Startup Complete SceneCount:3

View File

@ -1,2 +0,0 @@
2025-02-07 17:05:58.2991 session timeout id:55482956143394816 timeNow:1738919158298 _session.LastReceiveTime:1738919145606 _timeOut:8000
2025-02-07 17:07:07.2131 session timeout id:55484055655022592 timeNow:1738919227213 _session.LastReceiveTime:1738919215526 _timeOut:8000

View File

@ -1,4 +0,0 @@
2025-02-08 11:52:05.0305 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 11:57:31.7075 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56649778498633728 连接的server类型 Map DeviceId-750731629
位置:Fantasy.Vector3Net
2025-02-08 11:58:28.0249 (OnCreateScene_Init.cs:16) Map 初始化成功

View File

@ -1,9 +0,0 @@
2025-02-08 11:57:31.7199 System.NullReferenceException: Object reference not set to an instance of an object.
at Hotfix.System.AOIComponentSystem.GetCellSize(AOIComponent self) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 77
at Hotfix.System.AOIComponentHelper.GetAOICellSize(Scene scene) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\Helper\AOIComponentHelper.cs:line 8
at Hotfix.AOIEntitySystem.OnUpdatePosition(AOIEntity self, Vector2 pos, EAoiEntityState aoiState) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIEntitySystem.cs:line 24
at Hotfix.System.AOIComponentSystem.EnterCell(AOIComponent self, Int64 aoiEntityId, Vector2 pos) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 27
at Hotfix.MapComponentSystem.EnterMap(MapComponent self, RoleUnit roleUnit, Int64 sessionId) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\MapComponentSystem.cs:line 36
at Hotfix.Helper.MapHelper.EnterMap(Scene scene, RoleUnit roleId, Int64 sessionId) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\Helper\MapHelper.cs:line 12
at Hotfix.C2M_EnterMapHandler.Run(Session session, C2M_EnterMapRequest request, M2C_EnterMapResponse response, Action reply) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\Handler\C2M_EnterMapHandler.cs:line 31
at Fantasy.Network.Interface.MessageRPC`2.Handle(Session session, UInt32 rpcId, UInt32 messageTypeCode, Object message)

View File

@ -1,14 +0,0 @@
2025-02-08 11:52:03.8510 初始化序列化器成功数量为2
2025-02-08 11:52:04.1897 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 11:52:04.4200 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 11:52:04.6298 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 11:52:04.8373 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 11:52:05.0305 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 11:52:05.0305 Process:1 Startup Complete SceneCount:3
2025-02-08 11:58:26.8695 初始化序列化器成功数量为2
2025-02-08 11:58:27.1755 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 11:58:27.4043 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 11:58:27.6175 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 11:58:27.8351 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 11:58:28.0249 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 11:58:28.0249 Process:1 Startup Complete SceneCount:3

View File

@ -1 +0,0 @@
2025-02-08 11:57:46.6332 session timeout id:56649778498633728 timeNow:1738987066632 _session.LastReceiveTime:1738987055938 _timeOut:8000

View File

@ -1,7 +0,0 @@
2025-02-08 12:00:21.5840 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56652699076395008 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 12:26:07.3541 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 12:29:54.4990 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56683158984458240 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 12:29:54.4990 (AOIComponentSystem.cs:63) 56683158984458242穿越网格
2025-02-08 12:29:54.5071 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功

View File

@ -1,154 +0,0 @@
2025-02-08 12:00:21.5968 System.NullReferenceException: Object reference not set to an instance of an object.
at Hotfix.System.AOIComponentSystem.GetCellSize(AOIComponent self) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 77
at Hotfix.System.AOIComponentHelper.GetAOICellSize(Scene scene) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\Helper\AOIComponentHelper.cs:line 8
at Hotfix.AOIEntitySystem.OnUpdatePosition(AOIEntity self, Vector2 pos, EAoiEntityState aoiState) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIEntitySystem.cs:line 24
at Hotfix.System.AOIComponentSystem.EnterCell(AOIComponent self, Int64 aoiEntityId, Vector2 pos) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 27
at Hotfix.MapComponentSystem.EnterMap(MapComponent self, RoleUnit roleUnit, Int64 sessionId) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\MapComponentSystem.cs:line 36
at Hotfix.Helper.MapHelper.EnterMap(Scene scene, RoleUnit roleId, Int64 sessionId) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\Helper\MapHelper.cs:line 12
at Hotfix.C2M_EnterMapHandler.Run(Session session, C2M_EnterMapRequest request, M2C_EnterMapResponse response, Action reply) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\Handler\C2M_EnterMapHandler.cs:line 31
at Fantasy.Network.Interface.MessageRPC`2.Handle(Session session, UInt32 rpcId, UInt32 messageTypeCode, Object message)
2025-02-08 12:29:54.4990 type:Fantasy.Model.AOICell If you want to add multiple components of the same type, please implement IMultiEntity
at Fantasy.Entitas.Entity.AddComponent[T](T component)
at Hotfix.System.AOIComponentSystem.CalculateAoiCellBoundary(AOIComponent self, AOICell aoicell) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 109
at Hotfix.System.AOIComponentSystem.MoveCrossCell(AOIComponent self, AOIEntity aoiEntity) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 61
at Hotfix.System.AOIComponentHelper.MoveCrossCell(Scene scene, AOIEntity aoiEntity) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\Helper\AOIComponentHelper.cs:line 10
at Hotfix.AOIEntitySystem.OnUpdatePosition(AOIEntity self, Vector2 pos, EAoiEntityState aoiState) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIEntitySystem.cs:line 44
at Hotfix.System.AOIComponentSystem.EnterCell(AOIComponent self, Int64 aoiEntityId, Vector2 pos) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 27
at Hotfix.MapComponentSystem.EnterMap(MapComponent self, RoleUnit roleUnit, Int64 sessionId) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\MapComponentSystem.cs:line 36
at Hotfix.MapComponentSystem.EnterMap(MapComponent self, RoleUnit roleUnit, Int64 sessionId)
at Hotfix.Helper.MapHelper.EnterMap(Scene scene, RoleUnit roleId, Int64 sessionId) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\Helper\MapHelper.cs:line 12
at Hotfix.Helper.MapHelper.EnterMap(Scene scene, RoleUnit roleId, Int64 sessionId)
at Hotfix.C2M_EnterMapHandler.Run(Session session, C2M_EnterMapRequest request, M2C_EnterMapResponse response, Action reply) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\Handler\C2M_EnterMapHandler.cs:line 31
at Hotfix.C2M_EnterMapHandler.Run(Session session, C2M_EnterMapRequest request, M2C_EnterMapResponse response, Action reply)
at Fantasy.Network.Interface.MessageRPC`2.Handle(Session session, UInt32 rpcId, UInt32 messageTypeCode, Object message)
at Fantasy.Network.Interface.MessageRPC`2.Handle(Session session, UInt32 rpcId, UInt32 messageTypeCode, Object message)
at Fantasy.Network.Interface.MessageDispatcherComponent.MessageHandler(Session session, Type type, Object message, UInt32 rpcId, UInt32 protocolCode)
at Fantasy.Scheduler.OuterMessageScheduler.HandlerAsync(Session session, APackInfo packInfo)
at Fantasy.Scheduler.OuterMessageScheduler.HandlerAsync(Session session, APackInfo packInfo)
at Fantasy.Scheduler.OuterMessageScheduler.Scheduler(Session session, APackInfo packInfo)
at Fantasy.Network.Session.Receive(APackInfo packInfo)
at Fantasy.Network.KCP.KCPServerNetworkChannel.Input(ReadOnlyMemory`1 buffer)
at Fantasy.Network.KCP.KCPServerNetwork.ReceiveData(KcpHeader& header, UInt32& channelId, ReadOnlyMemory`1& buffer)
at Fantasy.Network.KCP.KCPServerNetwork.ReadPipeDataAsync()
at System.IO.Pipelines.Pipe.ExecuteWithoutExecutionContext(Object state)
at Fantasy.ThreadSynchronizationContext.<>c__DisplayClass2_0.<Post>b__0()
at Fantasy.ThreadSynchronizationContext.Update()
at Fantasy.MultiThreadScheduler.Loop(Scene scene, CancellationToken cancellationToken)
at Fantasy.MultiThreadScheduler.<>c__DisplayClass5_0.<Add>b__0()
2025-02-08 12:29:54.4990 type:Fantasy.Model.AOICell If you want to add multiple components of the same type, please implement IMultiEntity
at Fantasy.Entitas.Entity.AddComponent[T](T component)
at Hotfix.System.AOIComponentSystem.CalculateAoiCellBoundary(AOIComponent self, AOICell aoicell) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 109
at Hotfix.System.AOIComponentSystem.MoveCrossCell(AOIComponent self, AOIEntity aoiEntity) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 61
at Hotfix.System.AOIComponentHelper.MoveCrossCell(Scene scene, AOIEntity aoiEntity) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\Helper\AOIComponentHelper.cs:line 10
at Hotfix.AOIEntitySystem.OnUpdatePosition(AOIEntity self, Vector2 pos, EAoiEntityState aoiState) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIEntitySystem.cs:line 44
at Hotfix.System.AOIComponentSystem.EnterCell(AOIComponent self, Int64 aoiEntityId, Vector2 pos) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 27
at Hotfix.MapComponentSystem.EnterMap(MapComponent self, RoleUnit roleUnit, Int64 sessionId) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\MapComponentSystem.cs:line 36
at Hotfix.MapComponentSystem.EnterMap(MapComponent self, RoleUnit roleUnit, Int64 sessionId)
at Hotfix.Helper.MapHelper.EnterMap(Scene scene, RoleUnit roleId, Int64 sessionId) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\Helper\MapHelper.cs:line 12
at Hotfix.Helper.MapHelper.EnterMap(Scene scene, RoleUnit roleId, Int64 sessionId)
at Hotfix.C2M_EnterMapHandler.Run(Session session, C2M_EnterMapRequest request, M2C_EnterMapResponse response, Action reply) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\Handler\C2M_EnterMapHandler.cs:line 31
at Hotfix.C2M_EnterMapHandler.Run(Session session, C2M_EnterMapRequest request, M2C_EnterMapResponse response, Action reply)
at Fantasy.Network.Interface.MessageRPC`2.Handle(Session session, UInt32 rpcId, UInt32 messageTypeCode, Object message)
at Fantasy.Network.Interface.MessageRPC`2.Handle(Session session, UInt32 rpcId, UInt32 messageTypeCode, Object message)
at Fantasy.Network.Interface.MessageDispatcherComponent.MessageHandler(Session session, Type type, Object message, UInt32 rpcId, UInt32 protocolCode)
at Fantasy.Scheduler.OuterMessageScheduler.HandlerAsync(Session session, APackInfo packInfo)
at Fantasy.Scheduler.OuterMessageScheduler.HandlerAsync(Session session, APackInfo packInfo)
at Fantasy.Scheduler.OuterMessageScheduler.Scheduler(Session session, APackInfo packInfo)
at Fantasy.Network.Session.Receive(APackInfo packInfo)
at Fantasy.Network.KCP.KCPServerNetworkChannel.Input(ReadOnlyMemory`1 buffer)
at Fantasy.Network.KCP.KCPServerNetwork.ReceiveData(KcpHeader& header, UInt32& channelId, ReadOnlyMemory`1& buffer)
at Fantasy.Network.KCP.KCPServerNetwork.ReadPipeDataAsync()
at System.IO.Pipelines.Pipe.ExecuteWithoutExecutionContext(Object state)
at Fantasy.ThreadSynchronizationContext.<>c__DisplayClass2_0.<Post>b__0()
at Fantasy.ThreadSynchronizationContext.Update()
at Fantasy.MultiThreadScheduler.Loop(Scene scene, CancellationToken cancellationToken)
at Fantasy.MultiThreadScheduler.<>c__DisplayClass5_0.<Add>b__0()
2025-02-08 12:29:54.4990 type:Fantasy.Model.AOICell If you want to add multiple components of the same type, please implement IMultiEntity
at Fantasy.Entitas.Entity.AddComponent[T](T component)
at Hotfix.System.AOIComponentSystem.CalculateAoiCellBoundary(AOIComponent self, AOICell aoicell) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 109
at Hotfix.System.AOIComponentSystem.MoveCrossCell(AOIComponent self, AOIEntity aoiEntity) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 61
at Hotfix.System.AOIComponentHelper.MoveCrossCell(Scene scene, AOIEntity aoiEntity) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\Helper\AOIComponentHelper.cs:line 10
at Hotfix.AOIEntitySystem.OnUpdatePosition(AOIEntity self, Vector2 pos, EAoiEntityState aoiState) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIEntitySystem.cs:line 44
at Hotfix.System.AOIComponentSystem.EnterCell(AOIComponent self, Int64 aoiEntityId, Vector2 pos) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 27
at Hotfix.MapComponentSystem.EnterMap(MapComponent self, RoleUnit roleUnit, Int64 sessionId) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\MapComponentSystem.cs:line 36
at Hotfix.MapComponentSystem.EnterMap(MapComponent self, RoleUnit roleUnit, Int64 sessionId)
at Hotfix.Helper.MapHelper.EnterMap(Scene scene, RoleUnit roleId, Int64 sessionId) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\Helper\MapHelper.cs:line 12
at Hotfix.Helper.MapHelper.EnterMap(Scene scene, RoleUnit roleId, Int64 sessionId)
at Hotfix.C2M_EnterMapHandler.Run(Session session, C2M_EnterMapRequest request, M2C_EnterMapResponse response, Action reply) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\Handler\C2M_EnterMapHandler.cs:line 31
at Hotfix.C2M_EnterMapHandler.Run(Session session, C2M_EnterMapRequest request, M2C_EnterMapResponse response, Action reply)
at Fantasy.Network.Interface.MessageRPC`2.Handle(Session session, UInt32 rpcId, UInt32 messageTypeCode, Object message)
at Fantasy.Network.Interface.MessageRPC`2.Handle(Session session, UInt32 rpcId, UInt32 messageTypeCode, Object message)
at Fantasy.Network.Interface.MessageDispatcherComponent.MessageHandler(Session session, Type type, Object message, UInt32 rpcId, UInt32 protocolCode)
at Fantasy.Scheduler.OuterMessageScheduler.HandlerAsync(Session session, APackInfo packInfo)
at Fantasy.Scheduler.OuterMessageScheduler.HandlerAsync(Session session, APackInfo packInfo)
at Fantasy.Scheduler.OuterMessageScheduler.Scheduler(Session session, APackInfo packInfo)
at Fantasy.Network.Session.Receive(APackInfo packInfo)
at Fantasy.Network.KCP.KCPServerNetworkChannel.Input(ReadOnlyMemory`1 buffer)
at Fantasy.Network.KCP.KCPServerNetwork.ReceiveData(KcpHeader& header, UInt32& channelId, ReadOnlyMemory`1& buffer)
at Fantasy.Network.KCP.KCPServerNetwork.ReadPipeDataAsync()
at System.IO.Pipelines.Pipe.ExecuteWithoutExecutionContext(Object state)
at Fantasy.ThreadSynchronizationContext.<>c__DisplayClass2_0.<Post>b__0()
at Fantasy.ThreadSynchronizationContext.Update()
at Fantasy.MultiThreadScheduler.Loop(Scene scene, CancellationToken cancellationToken)
at Fantasy.MultiThreadScheduler.<>c__DisplayClass5_0.<Add>b__0()
2025-02-08 12:29:54.4990 type:Fantasy.Model.AOICell If you want to add multiple components of the same type, please implement IMultiEntity
at Fantasy.Entitas.Entity.AddComponent[T](T component)
at Hotfix.System.AOIComponentSystem.CalculateAoiCellBoundary(AOIComponent self, AOICell aoicell) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 109
at Hotfix.System.AOIComponentSystem.MoveCrossCell(AOIComponent self, AOIEntity aoiEntity) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 61
at Hotfix.System.AOIComponentHelper.MoveCrossCell(Scene scene, AOIEntity aoiEntity) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\Helper\AOIComponentHelper.cs:line 10
at Hotfix.AOIEntitySystem.OnUpdatePosition(AOIEntity self, Vector2 pos, EAoiEntityState aoiState) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIEntitySystem.cs:line 44
at Hotfix.System.AOIComponentSystem.EnterCell(AOIComponent self, Int64 aoiEntityId, Vector2 pos) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 27
at Hotfix.MapComponentSystem.EnterMap(MapComponent self, RoleUnit roleUnit, Int64 sessionId) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\MapComponentSystem.cs:line 36
at Hotfix.MapComponentSystem.EnterMap(MapComponent self, RoleUnit roleUnit, Int64 sessionId)
at Hotfix.Helper.MapHelper.EnterMap(Scene scene, RoleUnit roleId, Int64 sessionId) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\Helper\MapHelper.cs:line 12
at Hotfix.Helper.MapHelper.EnterMap(Scene scene, RoleUnit roleId, Int64 sessionId)
at Hotfix.C2M_EnterMapHandler.Run(Session session, C2M_EnterMapRequest request, M2C_EnterMapResponse response, Action reply) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\Handler\C2M_EnterMapHandler.cs:line 31
at Hotfix.C2M_EnterMapHandler.Run(Session session, C2M_EnterMapRequest request, M2C_EnterMapResponse response, Action reply)
at Fantasy.Network.Interface.MessageRPC`2.Handle(Session session, UInt32 rpcId, UInt32 messageTypeCode, Object message)
at Fantasy.Network.Interface.MessageRPC`2.Handle(Session session, UInt32 rpcId, UInt32 messageTypeCode, Object message)
at Fantasy.Network.Interface.MessageDispatcherComponent.MessageHandler(Session session, Type type, Object message, UInt32 rpcId, UInt32 protocolCode)
at Fantasy.Scheduler.OuterMessageScheduler.HandlerAsync(Session session, APackInfo packInfo)
at Fantasy.Scheduler.OuterMessageScheduler.HandlerAsync(Session session, APackInfo packInfo)
at Fantasy.Scheduler.OuterMessageScheduler.Scheduler(Session session, APackInfo packInfo)
at Fantasy.Network.Session.Receive(APackInfo packInfo)
at Fantasy.Network.KCP.KCPServerNetworkChannel.Input(ReadOnlyMemory`1 buffer)
at Fantasy.Network.KCP.KCPServerNetwork.ReceiveData(KcpHeader& header, UInt32& channelId, ReadOnlyMemory`1& buffer)
at Fantasy.Network.KCP.KCPServerNetwork.ReadPipeDataAsync()
at System.IO.Pipelines.Pipe.ExecuteWithoutExecutionContext(Object state)
at Fantasy.ThreadSynchronizationContext.<>c__DisplayClass2_0.<Post>b__0()
at Fantasy.ThreadSynchronizationContext.Update()
at Fantasy.MultiThreadScheduler.Loop(Scene scene, CancellationToken cancellationToken)
at Fantasy.MultiThreadScheduler.<>c__DisplayClass5_0.<Add>b__0()
2025-02-08 12:29:54.4990 type:Fantasy.Model.AOICell If you want to add multiple components of the same type, please implement IMultiEntity
at Fantasy.Entitas.Entity.AddComponent[T](T component)
at Hotfix.System.AOIComponentSystem.CalculateAoiCellBoundary(AOIComponent self, AOICell aoicell) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 109
at Hotfix.System.AOIComponentSystem.MoveCrossCell(AOIComponent self, AOIEntity aoiEntity) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 61
at Hotfix.System.AOIComponentHelper.MoveCrossCell(Scene scene, AOIEntity aoiEntity) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\Helper\AOIComponentHelper.cs:line 10
at Hotfix.AOIEntitySystem.OnUpdatePosition(AOIEntity self, Vector2 pos, EAoiEntityState aoiState) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIEntitySystem.cs:line 44
at Hotfix.System.AOIComponentSystem.EnterCell(AOIComponent self, Int64 aoiEntityId, Vector2 pos) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 27
at Hotfix.MapComponentSystem.EnterMap(MapComponent self, RoleUnit roleUnit, Int64 sessionId) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\MapComponentSystem.cs:line 36
at Hotfix.MapComponentSystem.EnterMap(MapComponent self, RoleUnit roleUnit, Int64 sessionId)
at Hotfix.Helper.MapHelper.EnterMap(Scene scene, RoleUnit roleId, Int64 sessionId) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\Helper\MapHelper.cs:line 12
at Hotfix.Helper.MapHelper.EnterMap(Scene scene, RoleUnit roleId, Int64 sessionId)
at Hotfix.C2M_EnterMapHandler.Run(Session session, C2M_EnterMapRequest request, M2C_EnterMapResponse response, Action reply) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\Handler\C2M_EnterMapHandler.cs:line 31
at Hotfix.C2M_EnterMapHandler.Run(Session session, C2M_EnterMapRequest request, M2C_EnterMapResponse response, Action reply)
at Fantasy.Network.Interface.MessageRPC`2.Handle(Session session, UInt32 rpcId, UInt32 messageTypeCode, Object message)
at Fantasy.Network.Interface.MessageRPC`2.Handle(Session session, UInt32 rpcId, UInt32 messageTypeCode, Object message)
at Fantasy.Network.Interface.MessageDispatcherComponent.MessageHandler(Session session, Type type, Object message, UInt32 rpcId, UInt32 protocolCode)
at Fantasy.Scheduler.OuterMessageScheduler.HandlerAsync(Session session, APackInfo packInfo)
at Fantasy.Scheduler.OuterMessageScheduler.HandlerAsync(Session session, APackInfo packInfo)
at Fantasy.Scheduler.OuterMessageScheduler.Scheduler(Session session, APackInfo packInfo)
at Fantasy.Network.Session.Receive(APackInfo packInfo)
at Fantasy.Network.KCP.KCPServerNetworkChannel.Input(ReadOnlyMemory`1 buffer)
at Fantasy.Network.KCP.KCPServerNetwork.ReceiveData(KcpHeader& header, UInt32& channelId, ReadOnlyMemory`1& buffer)
at Fantasy.Network.KCP.KCPServerNetwork.ReadPipeDataAsync()
at System.IO.Pipelines.Pipe.ExecuteWithoutExecutionContext(Object state)
at Fantasy.ThreadSynchronizationContext.<>c__DisplayClass2_0.<Post>b__0()
at Fantasy.ThreadSynchronizationContext.Update()
at Fantasy.MultiThreadScheduler.Loop(Scene scene, CancellationToken cancellationToken)
at Fantasy.MultiThreadScheduler.<>c__DisplayClass5_0.<Add>b__0()

View File

@ -1,7 +0,0 @@
2025-02-08 12:26:06.2255 初始化序列化器成功数量为2
2025-02-08 12:26:06.5196 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 12:26:06.7467 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 12:26:06.9578 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 12:26:07.1635 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 12:26:07.3541 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 12:26:07.3541 Process:1 Startup Complete SceneCount:3

View File

@ -1 +0,0 @@
2025-02-08 12:19:56.2606 session timeout id:56652699076395008 timeNow:1738988396260 _session.LastReceiveTime:1738988384106 _timeOut:8000

View File

@ -1,446 +0,0 @@
2025-02-08 13:17:26.6493 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 13:18:03.2381 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56732791626530816 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 13:18:03.4395 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 13:18:03.4395 (AOIComponentSystem.cs:63) 56732791626530818穿越网格
2025-02-08 13:18:03.4395 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 13:21:02.2994 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 13:21:29.6512 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56736330679582720 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 13:21:29.6550 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 13:21:29.6550 (AOIComponentSystem.cs:83) Cell Index Key :1,0
2025-02-08 13:21:29.6550 (AOIComponentSystem.cs:63) 56736330679582722穿越网格
2025-02-08 13:21:29.6550 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 13:21:41.7408 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 13:22:04.2984 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56736931975004160 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 13:22:04.2984 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 13:22:04.2984 (AOIComponentSystem.cs:83) Cell Index Key :1,0
2025-02-08 13:22:04.2984 (AOIComponentSystem.cs:63) 56736931975004162穿越网格
2025-02-08 13:22:04.2984 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 13:25:31.8962 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 13:25:53.3998 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56740866165047296 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 13:25:53.3998 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 13:25:53.4034 (AOIComponentSystem.cs:83) Cell Index Key :1,0
2025-02-08 13:25:53.4034 (AOIComponentSystem.cs:130) aroundCell :0,0
2025-02-08 13:25:53.4034 (AOIComponentSystem.cs:130) aroundCell :0,0
2025-02-08 13:25:53.4034 (AOIComponentSystem.cs:130) aroundCell :0,0
2025-02-08 13:25:53.4034 (AOIComponentSystem.cs:130) aroundCell :0,0
2025-02-08 13:25:53.4034 (AOIComponentSystem.cs:130) aroundCell :0,0
2025-02-08 13:25:53.4034 (AOIComponentSystem.cs:130) aroundCell :0,0
2025-02-08 13:25:53.4034 (AOIComponentSystem.cs:130) aroundCell :0,0
2025-02-08 13:25:53.4034 (AOIComponentSystem.cs:130) aroundCell :0,0
2025-02-08 13:25:53.4034 (AOIComponentSystem.cs:130) aroundCell :0,0
2025-02-08 13:25:53.4034 (AOIComponentSystem.cs:63) 56740866165047298穿越网格
2025-02-08 13:25:53.4034 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 13:27:21.2608 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 13:27:40.8229 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56742704411049984 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 13:27:40.8267 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 13:27:40.8267 (AOIComponentSystem.cs:83) Cell Index Key :1,0
2025-02-08 13:27:40.8267 (AOIComponentSystem.cs:107) aroundCellKey :-2,-2
2025-02-08 13:27:40.8267 (AOIComponentSystem.cs:107) aroundCellKey :-1,-2
2025-02-08 13:27:40.8267 (AOIComponentSystem.cs:107) aroundCellKey :0,-2
2025-02-08 13:27:40.8267 (AOIComponentSystem.cs:107) aroundCellKey :1,-2
2025-02-08 13:27:40.8267 (AOIComponentSystem.cs:107) aroundCellKey :2,-2
2025-02-08 13:27:40.8267 (AOIComponentSystem.cs:132) aroundCell :0,0
2025-02-08 13:27:40.8267 (AOIComponentSystem.cs:132) aroundCell :0,0
2025-02-08 13:27:40.8267 (AOIComponentSystem.cs:132) aroundCell :0,0
2025-02-08 13:27:40.8267 (AOIComponentSystem.cs:132) aroundCell :0,0
2025-02-08 13:27:40.8267 (AOIComponentSystem.cs:132) aroundCell :0,0
2025-02-08 13:27:40.8267 (AOIComponentSystem.cs:132) aroundCell :0,0
2025-02-08 13:27:40.8267 (AOIComponentSystem.cs:132) aroundCell :0,0
2025-02-08 13:27:40.8267 (AOIComponentSystem.cs:132) aroundCell :0,0
2025-02-08 13:27:40.8267 (AOIComponentSystem.cs:132) aroundCell :0,0
2025-02-08 13:27:40.8267 (AOIComponentSystem.cs:63) 56742704411049986穿越网格
2025-02-08 13:27:40.8267 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 13:30:23.2829 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 13:30:42.4244 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56745831147241472 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 13:30:42.4244 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:83) Cell Index Key :1,0
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :-2,-2
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :-2,-1
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :-2,0
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :-2,1
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :-2,2
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :-1,-2
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :-1,-1
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :-1,0
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :-1,1
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :-1,2
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :0,-2
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :0,-1
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :0,0
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :0,1
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :0,2
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :1,-2
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :1,-1
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :1,0
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :1,1
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :1,2
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :2,-2
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :2,-1
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :2,0
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :2,1
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:107) aroundCellKey :2,2
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:132) aroundCell :0,0
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:132) aroundCell :0,0
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:132) aroundCell :0,0
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:132) aroundCell :0,0
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:132) aroundCell :0,0
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:132) aroundCell :0,0
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:132) aroundCell :0,0
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:132) aroundCell :0,0
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:132) aroundCell :0,0
2025-02-08 13:30:42.4244 (AOIComponentSystem.cs:63) 56745831147241474穿越网格
2025-02-08 13:30:42.4244 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 13:32:15.2123 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 13:32:36.1690 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56747789652328448 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 13:32:36.1720 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:83) Cell Index Key :1,0
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :-2,-2
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :-2,-1
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :-2,0
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :-2,1
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :-2,2
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :-1,-2
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :-1,-1
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:124) aroundCellMain :-1,-1
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :-1,0
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:124) aroundCellMain :-1,0
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :-1,1
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:124) aroundCellMain :-1,1
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :-1,2
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :0,-2
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :0,-1
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:124) aroundCellMain :0,-1
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :0,0
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:124) aroundCellMain :0,0
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :0,1
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:124) aroundCellMain :0,1
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :0,2
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :1,-2
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :1,-1
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:124) aroundCellMain :1,-1
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :1,0
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:124) aroundCellMain :0,0
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :1,1
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:124) aroundCellMain :1,1
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :1,2
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :2,-2
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :2,-1
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :2,0
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :2,1
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:107) aroundCellKey :2,2
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:134) aroundCell :0,0
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:134) aroundCell :0,0
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:134) aroundCell :0,0
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:134) aroundCell :0,0
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:134) aroundCell :0,0
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:134) aroundCell :0,0
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:134) aroundCell :0,0
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:134) aroundCell :0,0
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:134) aroundCell :0,0
2025-02-08 13:32:36.1720 (AOIComponentSystem.cs:63) 56747789652328450穿越网格
2025-02-08 13:32:36.1720 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 13:33:40.3492 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 13:33:59.5629 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56749215581470720 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 13:33:59.5629 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:83) Cell Index Key :1,0
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :-2,-2
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :-2,-1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :-2,0
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :-2,1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :-2,2
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :-1,-2
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :-1,-1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:124) aroundCellMain :-1,-1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :-1,0
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:124) aroundCellMain :-1,0
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :-1,1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:124) aroundCellMain :-1,1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :-1,2
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :0,-2
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :0,-1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:124) aroundCellMain :0,-1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :0,0
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:124) aroundCellMain :0,0
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :0,1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:124) aroundCellMain :0,1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :0,2
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :1,-2
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :1,-1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:124) aroundCellMain :1,-1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :1,0
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:124) aroundCellMain :0,0
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :1,1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:124) aroundCellMain :1,1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :1,2
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :2,-2
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :2,-1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :2,0
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :2,1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:107) aroundCellKey :2,2
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:136) aroundCell :-1,-1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:136) aroundCell :-1,0
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:136) aroundCell :-1,1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:136) aroundCell :0,-1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:136) aroundCell :0,0
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:136) aroundCell :0,1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:136) aroundCell :1,-1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:136) aroundCell :0,0
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:136) aroundCell :1,1
2025-02-08 13:33:59.5629 (AOIComponentSystem.cs:63) 56749215581470722穿越网格
2025-02-08 13:33:59.5629 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 13:43:32.6917 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 13:43:55.5811 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56759454783504384 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 13:43:55.5811 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:83) Cell Index Key :1,0
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:124) aroundCellMain :-1,-1
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:124) aroundCellMain :-1,0
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:124) aroundCellMain :-1,1
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:124) aroundCellMain :0,-1
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:124) aroundCellMain :0,0
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:124) aroundCellMain :0,1
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:124) aroundCellMain :1,-1
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:124) aroundCellMain :0,0
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:124) aroundCellMain :1,1
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:136) aroundCell :-1,-1
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:136) aroundCell :-1,0
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:136) aroundCell :-1,1
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:136) aroundCell :0,-1
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:136) aroundCell :0,0
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:136) aroundCell :0,1
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:136) aroundCell :1,-1
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:136) aroundCell :0,0
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:136) aroundCell :1,1
2025-02-08 13:43:55.5811 (AOIComponentSystem.cs:63) 56759454783504386穿越网格
2025-02-08 13:43:55.5811 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 13:45:50.5983 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 13:46:11.9229 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56761791245713408 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 13:46:11.9229 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 13:46:11.9229 (AOIComponentSystem.cs:83) Cell Index Key :1,0
2025-02-08 13:46:11.9229 (AOIComponentSystem.cs:124) aroundCellMain :-1,-1
2025-02-08 13:46:11.9229 (AOIComponentSystem.cs:124) aroundCellMain :-1,0
2025-02-08 13:46:11.9229 (AOIComponentSystem.cs:124) aroundCellMain :-1,1
2025-02-08 13:46:11.9229 (AOIComponentSystem.cs:124) aroundCellMain :0,-1
2025-02-08 13:46:11.9229 (AOIComponentSystem.cs:124) aroundCellMain :0,0
2025-02-08 13:46:11.9229 (AOIComponentSystem.cs:124) aroundCellMain :0,1
2025-02-08 13:46:11.9229 (AOIComponentSystem.cs:124) aroundCellMain :1,-1
2025-02-08 13:47:37.5826 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 13:47:54.4829 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56763560772239360 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 13:47:54.4829 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:83) Cell Index Key :1,0
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :-2,-2
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :-2,-1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :-2,0
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :-2,1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :-2,2
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :-1,-2
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :-1,-1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:124) aroundCellMain :-1,-1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :-1,0
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:124) aroundCellMain :-1,0
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :-1,1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:124) aroundCellMain :-1,1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :-1,2
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :0,-2
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :0,-1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:124) aroundCellMain :0,-1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :0,0
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:124) aroundCellMain :0,0
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :0,1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:124) aroundCellMain :0,1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :0,2
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :1,-2
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :1,-1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:124) aroundCellMain :1,-1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :1,0
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:124) aroundCellMain :0,0
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :1,1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:124) aroundCellMain :1,1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :1,2
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :2,-2
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :2,-1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :2,0
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :2,1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:107) aroundCellMain :2,2
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:136) aroundCell :-1,-1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:136) aroundCell :-1,0
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:136) aroundCell :-1,1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:136) aroundCell :0,-1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:136) aroundCell :0,0
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:136) aroundCell :0,1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:136) aroundCell :1,-1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:136) aroundCell :0,0
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:136) aroundCell :1,1
2025-02-08 13:47:54.4829 (AOIComponentSystem.cs:63) 56763560772239362穿越网格
2025-02-08 13:47:54.4829 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 13:51:10.8452 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 13:51:36.1801 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56767374703198208 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 13:51:36.1801 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 13:51:36.1801 (AOIComponentSystem.cs:83) Cell Index Key :1,0
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :-2,-2
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :-2,-1
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :-2,0
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :-2,1
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :-2,2
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :-1,-2
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :-1,-1
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :-1,0
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :-1,1
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :-1,2
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :0,-2
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :0,-1
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :0,0
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :0,1
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :0,2
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :1,-2
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :1,-1
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :1,0
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :1,1
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :1,2
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :2,-2
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :2,-1
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :2,0
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :2,1
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:107) aroundCellMain :2,2
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:136) aroundCell :-1,-1
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:136) aroundCell :-1,0
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:136) aroundCell :-1,1
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:136) aroundCell :0,-1
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:136) aroundCell :0,0
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:136) aroundCell :0,1
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:136) aroundCell :1,-1
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:136) aroundCell :0,0
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:136) aroundCell :1,1
2025-02-08 13:51:36.1851 (AOIComponentSystem.cs:63) 56767374703198210穿越网格
2025-02-08 13:51:36.1851 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 13:53:58.8415 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56769814244622336 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 13:53:58.8415 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:83) Cell Index Key :1,0
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :-2,-2
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :-2,-1
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :-2,0
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :-2,1
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :-2,2
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :-1,-2
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :-1,-1
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :-1,0
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :-1,1
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :-1,2
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :0,-2
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :0,-1
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :0,0
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :0,1
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :0,2
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :1,-2
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :1,-1
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :1,0
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :1,1
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :1,2
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :2,-2
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :2,-1
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :2,0
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :2,1
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:107) aroundCellMain :2,2
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:136) aroundCell :-1,-1
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:136) aroundCell :-1,0
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:136) aroundCell :-1,1
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:136) aroundCell :0,-1
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:136) aroundCell :0,0
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:136) aroundCell :0,1
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:136) aroundCell :1,-1
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:136) aroundCell :0,0
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:136) aroundCell :1,1
2025-02-08 13:53:58.8415 (AOIComponentSystem.cs:63) 56769814244622337穿越网格
2025-02-08 13:53:58.8415 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 13:54:09.4578 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 13:54:42.7570 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56770570158866432 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 13:54:42.7570 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 13:54:42.7570 (AOIComponentSystem.cs:83) Cell Index Key :1,0
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :-2,-2 i:-2,j -2
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :-2,-1 i:-2,j -1
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :-2,0 i:-2,j 0
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :-2,1 i:-2,j 1
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :-2,2 i:-2,j 2
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :-1,-2 i:-1,j -2
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :-1,-1 i:-1,j -1
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :-1,0 i:-1,j 0
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :-1,1 i:-1,j 1
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :-1,2 i:-1,j 2
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :0,-2 i:0,j -2
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :0,-1 i:0,j -1
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :0,0 i:0,j 0
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :0,1 i:0,j 1
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :0,2 i:0,j 2
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :1,-2 i:1,j -2
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :1,-1 i:1,j -1
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :1,1 i:1,j 1
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :1,2 i:1,j 2
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :2,-2 i:2,j -2
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :2,-1 i:2,j -1
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :2,0 i:2,j 0
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :2,1 i:2,j 1
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:116) aroundCellMain :2,2 i:2,j 2
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:137) aroundCell :-1,-1
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:137) aroundCell :-1,0
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:137) aroundCell :-1,1
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:137) aroundCell :0,-1
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:137) aroundCell :0,0
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:137) aroundCell :0,1
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:137) aroundCell :1,-1
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:137) aroundCell :0,0
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:137) aroundCell :1,1
2025-02-08 13:54:42.7621 (AOIComponentSystem.cs:63) 56770570158866434穿越网格
2025-02-08 13:54:42.7621 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 13:58:36.4398 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 13:58:58.9392 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56774968205377536 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 13:58:58.9392 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:83) Cell Index Key :1,0
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :-1,-2 i:-1,j -2
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :-1,-1 i:-1,j -1
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :-1,0 i:-1,j 0
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :-1,1 i:-1,j 1
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :-1,2 i:-1,j 2
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :0,-2 i:0,j -2
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :0,-1 i:0,j -1
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :0,0 i:0,j 0
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :0,1 i:0,j 1
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :0,2 i:0,j 2
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :1,-2 i:1,j -2
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :1,-1 i:1,j -1
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :1,1 i:1,j 1
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :1,2 i:1,j 2
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :2,-2 i:2,j -2
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :2,-1 i:2,j -1
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :2,0 i:2,j 0
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :2,1 i:2,j 1
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :2,2 i:2,j 2
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :3,-2 i:3,j -2
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :3,-1 i:3,j -1
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :3,0 i:3,j 0
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :3,1 i:3,j 1
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:120) aroundCellMain :3,2 i:3,j 2
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:141) aroundCell :0,-1
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:141) aroundCell :0,0
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:141) aroundCell :0,1
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:141) aroundCell :1,-1
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:141) aroundCell :1,0
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:141) aroundCell :1,1
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:141) aroundCell :2,-1
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:141) aroundCell :2,0
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:141) aroundCell :2,1
2025-02-08 13:58:58.9392 (AOIComponentSystem.cs:63) 56774968205377538穿越网格
2025-02-08 13:58:58.9392 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功

View File

@ -1,12 +0,0 @@
2025-02-08 13:46:11.9343 System.ArgumentException: An item with the same key has already been added. Key: 1,0
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at Hotfix.System.AOIComponentSystem.CalculateAoiCellBoundary(AOIComponent self, AOICell aoicell) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 120
at Hotfix.System.AOIComponentSystem.MoveCrossCell(AOIComponent self, AOIEntity aoiEntity) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 61
at Hotfix.System.AOIComponentHelper.MoveCrossCell(Scene scene, AOIEntity aoiEntity) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\Helper\AOIComponentHelper.cs:line 10
at Hotfix.AOIEntitySystem.OnUpdatePosition(AOIEntity self, Vector2 pos, EAoiEntityState aoiState) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIEntitySystem.cs:line 46
at Hotfix.System.AOIComponentSystem.EnterCell(AOIComponent self, Int64 aoiEntityId, Vector2 pos) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\AOI\AOIComponentSystem.cs:line 27
at Hotfix.MapComponentSystem.EnterMap(MapComponent self, RoleUnit roleUnit, Int64 sessionId) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\MapComponentSystem.cs:line 36
at Hotfix.Helper.MapHelper.EnterMap(Scene scene, RoleUnit roleId, Int64 sessionId) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\Helper\MapHelper.cs:line 12
at Hotfix.C2M_EnterMapHandler.Run(Session session, C2M_EnterMapRequest request, M2C_EnterMapResponse response, Action reply) in E:\UnityProject\TE_ARMain\GameServer\Server\Hotfix\Outter\Map\Handler\C2M_EnterMapHandler.cs:line 31
at Fantasy.Network.Interface.MessageRPC`2.Handle(Session session, UInt32 rpcId, UInt32 messageTypeCode, Object message)

View File

@ -1,98 +0,0 @@
2025-02-08 13:17:25.3805 初始化序列化器成功数量为2
2025-02-08 13:17:25.8060 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 13:17:26.0330 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 13:17:26.2414 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 13:17:26.4580 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 13:17:26.6493 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 13:17:26.6493 Process:1 Startup Complete SceneCount:3
2025-02-08 13:21:01.1406 初始化序列化器成功数量为2
2025-02-08 13:21:01.4615 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 13:21:01.6995 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 13:21:01.8999 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 13:21:02.1039 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 13:21:02.2994 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 13:21:02.2994 Process:1 Startup Complete SceneCount:3
2025-02-08 13:21:40.6246 初始化序列化器成功数量为2
2025-02-08 13:21:40.9387 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 13:21:41.1539 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 13:21:41.3483 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 13:21:41.5504 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 13:21:41.7408 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 13:21:41.7408 Process:1 Startup Complete SceneCount:3
2025-02-08 13:25:30.7136 初始化序列化器成功数量为2
2025-02-08 13:25:31.0525 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 13:25:31.2757 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 13:25:31.4871 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 13:25:31.6969 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 13:25:31.8962 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 13:25:31.8962 Process:1 Startup Complete SceneCount:3
2025-02-08 13:27:20.0895 初始化序列化器成功数量为2
2025-02-08 13:27:20.4069 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 13:27:20.6648 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 13:27:20.8668 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 13:27:21.0729 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 13:27:21.2608 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 13:27:21.2608 Process:1 Startup Complete SceneCount:3
2025-02-08 13:30:21.9861 初始化序列化器成功数量为2
2025-02-08 13:30:22.4527 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 13:30:22.6799 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 13:30:22.8738 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 13:30:23.0902 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 13:30:23.2829 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 13:30:23.2829 Process:1 Startup Complete SceneCount:3
2025-02-08 13:32:13.9985 初始化序列化器成功数量为2
2025-02-08 13:32:14.3201 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 13:32:14.5571 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 13:32:14.7913 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 13:32:15.0030 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 13:32:15.2123 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 13:32:15.2123 Process:1 Startup Complete SceneCount:3
2025-02-08 13:33:39.2105 初始化序列化器成功数量为2
2025-02-08 13:33:39.5410 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 13:33:39.7578 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 13:33:39.9563 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 13:33:40.1591 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 13:33:40.3492 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 13:33:40.3492 Process:1 Startup Complete SceneCount:3
2025-02-08 13:43:31.2094 初始化序列化器成功数量为2
2025-02-08 13:43:31.6752 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 13:43:31.9522 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 13:43:32.1966 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 13:43:32.4593 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 13:43:32.6917 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 13:43:32.6917 Process:1 Startup Complete SceneCount:3
2025-02-08 13:45:49.3179 初始化序列化器成功数量为2
2025-02-08 13:45:49.6287 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 13:45:49.9870 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 13:45:50.2011 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 13:45:50.4013 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 13:45:50.5983 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 13:45:50.5983 Process:1 Startup Complete SceneCount:3
2025-02-08 13:47:36.3284 初始化序列化器成功数量为2
2025-02-08 13:47:36.6564 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 13:47:36.8895 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 13:47:37.1690 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 13:47:37.3867 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 13:47:37.5826 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 13:47:37.5826 Process:1 Startup Complete SceneCount:3
2025-02-08 13:51:09.3847 初始化序列化器成功数量为2
2025-02-08 13:51:09.8429 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 13:51:10.1032 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 13:51:10.3327 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 13:51:10.5927 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 13:51:10.8452 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 13:51:10.8452 Process:1 Startup Complete SceneCount:3
2025-02-08 13:54:08.3371 初始化序列化器成功数量为2
2025-02-08 13:54:08.6513 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 13:54:08.8657 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 13:54:09.0658 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 13:54:09.2682 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 13:54:09.4578 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 13:54:09.4578 Process:1 Startup Complete SceneCount:3
2025-02-08 13:58:34.9614 初始化序列化器成功数量为2
2025-02-08 13:58:35.3988 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 13:58:35.6494 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 13:58:35.8861 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 13:58:36.1931 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 13:58:36.4398 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 13:58:36.4398 Process:1 Startup Complete SceneCount:3

View File

@ -1,2 +0,0 @@
2025-02-08 13:46:21.8945 session timeout id:56761791245713408 timeNow:1738993581894 _session.LastReceiveTime:1738993571899 _timeOut:8000
2025-02-08 13:53:46.1616 session timeout id:56767374703198208 timeNow:1738994026161 _session.LastReceiveTime:1738994016755 _timeOut:8000

View File

@ -1,749 +0,0 @@
2025-02-08 14:13:36.6462 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 14:14:04.1440 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56790533166858240 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 14:14:04.1440 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:84) Cell Index Key :1,0
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :-1,-2 i:-1,j -2
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :-1,-1 i:-1,j -1
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :-1,0 i:-1,j 0
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :-1,1 i:-1,j 1
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :-1,2 i:-1,j 2
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :0,-2 i:0,j -2
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :0,-1 i:0,j -1
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :0,0 i:0,j 0
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :0,1 i:0,j 1
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :0,2 i:0,j 2
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :1,-2 i:1,j -2
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :1,-1 i:1,j -1
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :1,1 i:1,j 1
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :1,2 i:1,j 2
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :2,-2 i:2,j -2
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :2,-1 i:2,j -1
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :2,0 i:2,j 0
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :2,1 i:2,j 1
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :2,2 i:2,j 2
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :3,-2 i:3,j -2
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :3,-1 i:3,j -1
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :3,0 i:3,j 0
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :3,1 i:3,j 1
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:121) aroundCellMain :3,2 i:3,j 2
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:142) aroundCell :0,-1
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:142) aroundCell :0,0
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:142) aroundCell :0,1
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:142) aroundCell :1,-1
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:142) aroundCell :1,0
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:142) aroundCell :1,1
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:142) aroundCell :2,-1
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:142) aroundCell :2,0
2025-02-08 14:14:04.1440 (AOIComponentSystem.cs:142) aroundCell :2,1
2025-02-08 14:16:02.9854 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 14:16:23.6776 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56792921168674816 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 14:16:23.6776 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 14:16:23.6776 (AOIComponentSystem.cs:84) Cell Index Key :1,0
2025-02-08 14:16:23.6776 (AOIComponentSystem.cs:121) aroundCellMain :-1,-2 i:-1,j -2
2025-02-08 14:16:23.6776 (AOIComponentSystem.cs:121) aroundCellMain :-1,-1 i:-1,j -1
2025-02-08 14:16:23.6776 (AOIComponentSystem.cs:121) aroundCellMain :-1,0 i:-1,j 0
2025-02-08 14:16:23.6776 (AOIComponentSystem.cs:121) aroundCellMain :-1,1 i:-1,j 1
2025-02-08 14:16:23.6776 (AOIComponentSystem.cs:121) aroundCellMain :-1,2 i:-1,j 2
2025-02-08 14:16:23.6776 (AOIComponentSystem.cs:121) aroundCellMain :0,-2 i:0,j -2
2025-02-08 14:16:23.6776 (AOIComponentSystem.cs:121) aroundCellMain :0,-1 i:0,j -1
2025-02-08 14:16:23.6776 (AOIComponentSystem.cs:121) aroundCellMain :0,0 i:0,j 0
2025-02-08 14:16:23.6776 (AOIComponentSystem.cs:121) aroundCellMain :0,1 i:0,j 1
2025-02-08 14:16:23.6776 (AOIComponentSystem.cs:121) aroundCellMain :0,2 i:0,j 2
2025-02-08 14:16:23.6776 (AOIComponentSystem.cs:121) aroundCellMain :1,-2 i:1,j -2
2025-02-08 14:16:23.6776 (AOIComponentSystem.cs:121) aroundCellMain :1,-1 i:1,j -1
2025-02-08 14:16:23.6776 (AOIComponentSystem.cs:121) aroundCellMain :1,1 i:1,j 1
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:121) aroundCellMain :1,2 i:1,j 2
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:121) aroundCellMain :2,-2 i:2,j -2
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:121) aroundCellMain :2,-1 i:2,j -1
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:121) aroundCellMain :2,0 i:2,j 0
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:121) aroundCellMain :2,1 i:2,j 1
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:121) aroundCellMain :2,2 i:2,j 2
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:121) aroundCellMain :3,-2 i:3,j -2
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:121) aroundCellMain :3,-1 i:3,j -1
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:121) aroundCellMain :3,0 i:3,j 0
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:121) aroundCellMain :3,1 i:3,j 1
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:121) aroundCellMain :3,2 i:3,j 2
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:142) aroundCell :0,-1
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:142) aroundCell :0,0
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:142) aroundCell :0,1
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:142) aroundCell :1,-1
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:142) aroundCell :1,0
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:142) aroundCell :1,1
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:142) aroundCell :2,-1
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:142) aroundCell :2,0
2025-02-08 14:16:23.6838 (AOIComponentSystem.cs:142) aroundCell :2,1
2025-02-08 14:17:44.3785 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 14:18:05.5520 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56794673515331584 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 14:18:05.5520 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:84) Cell Index Key :1,0
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :-1,-2 i:-1,j -2
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :-1,-1 i:-1,j -1
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :-1,0 i:-1,j 0
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :-1,1 i:-1,j 1
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :-1,2 i:-1,j 2
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :0,-2 i:0,j -2
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :0,-1 i:0,j -1
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :0,0 i:0,j 0
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :0,1 i:0,j 1
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :0,2 i:0,j 2
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :1,-2 i:1,j -2
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :1,-1 i:1,j -1
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :1,1 i:1,j 1
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :1,2 i:1,j 2
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :2,-2 i:2,j -2
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :2,-1 i:2,j -1
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :2,0 i:2,j 0
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :2,1 i:2,j 1
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :2,2 i:2,j 2
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :3,-2 i:3,j -2
2025-02-08 14:18:05.5520 (AOIComponentSystem.cs:121) aroundCellMain :3,-1 i:3,j -1
2025-02-08 14:18:05.5591 (AOIComponentSystem.cs:121) aroundCellMain :3,0 i:3,j 0
2025-02-08 14:18:05.5591 (AOIComponentSystem.cs:121) aroundCellMain :3,1 i:3,j 1
2025-02-08 14:18:05.5591 (AOIComponentSystem.cs:121) aroundCellMain :3,2 i:3,j 2
2025-02-08 14:18:05.5591 (AOIComponentSystem.cs:142) aroundCell :0,-1
2025-02-08 14:18:05.5591 (AOIComponentSystem.cs:142) aroundCell :0,0
2025-02-08 14:18:05.5591 (AOIComponentSystem.cs:142) aroundCell :0,1
2025-02-08 14:18:05.5591 (AOIComponentSystem.cs:142) aroundCell :1,-1
2025-02-08 14:18:05.5591 (AOIComponentSystem.cs:142) aroundCell :1,0
2025-02-08 14:18:05.5591 (AOIComponentSystem.cs:142) aroundCell :1,1
2025-02-08 14:18:05.5591 (AOIComponentSystem.cs:142) aroundCell :2,-1
2025-02-08 14:18:05.5591 (AOIComponentSystem.cs:142) aroundCell :2,0
2025-02-08 14:18:05.5591 (AOIComponentSystem.cs:142) aroundCell :2,1
2025-02-08 14:18:05.5591 (AOIComponentSystem.cs:64) 56794673515331586穿越网格
2025-02-08 14:18:05.5591 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 14:20:44.1230 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 14:22:17.3828 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56799002842365952 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 14:22:17.3828 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 14:22:17.3828 (AOIComponentSystem.cs:84) Cell Index Key :1,0
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :-1,-2 i:-1,j -2
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :-1,-1 i:-1,j -1
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :-1,0 i:-1,j 0
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :-1,1 i:-1,j 1
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :-1,2 i:-1,j 2
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :0,-2 i:0,j -2
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :0,-1 i:0,j -1
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :0,0 i:0,j 0
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :0,1 i:0,j 1
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :0,2 i:0,j 2
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :1,-2 i:1,j -2
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :1,-1 i:1,j -1
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :1,1 i:1,j 1
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :1,2 i:1,j 2
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :2,-2 i:2,j -2
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :2,-1 i:2,j -1
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :2,0 i:2,j 0
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :2,1 i:2,j 1
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :2,2 i:2,j 2
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :3,-2 i:3,j -2
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :3,-1 i:3,j -1
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :3,0 i:3,j 0
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :3,1 i:3,j 1
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:121) aroundCellMain :3,2 i:3,j 2
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:142) aroundCell :0,-1
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:142) aroundCell :0,0
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:142) aroundCell :0,1
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:142) aroundCell :1,-1
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:142) aroundCell :1,0
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:142) aroundCell :1,1
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:142) aroundCell :2,-1
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:142) aroundCell :2,0
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:142) aroundCell :2,1
2025-02-08 14:22:17.3875 (AOICellSystem.cs:37) 周围网格 x:0 y: -1
2025-02-08 14:22:17.3875 (AOICellSystem.cs:37) 周围网格 x:0 y: 0
2025-02-08 14:22:17.3875 (AOICellSystem.cs:37) 周围网格 x:0 y: 1
2025-02-08 14:22:17.3875 (AOICellSystem.cs:37) 周围网格 x:1 y: -1
2025-02-08 14:22:17.3875 (AOICellSystem.cs:37) 周围网格 x:1 y: 0
2025-02-08 14:22:17.3875 (AOICellSystem.cs:37) 周围网格 x:1 y: 1
2025-02-08 14:22:17.3875 (AOICellSystem.cs:37) 周围网格 x:2 y: -1
2025-02-08 14:22:17.3875 (AOICellSystem.cs:37) 周围网格 x:2 y: 0
2025-02-08 14:22:17.3875 (AOICellSystem.cs:37) 周围网格 x:2 y: 1
2025-02-08 14:22:17.3875 (AOIComponentSystem.cs:64) 56799002842365954穿越网格
2025-02-08 14:22:17.3875 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 14:25:13.6404 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 14:25:13.6404 (MapComponentSystem.cs:25) MapComponent初始化
2025-02-08 14:25:31.9123 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56802335736987648 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 14:25:31.9123 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:84) Cell Index Key :1,0
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :-1,-2 i:-1,j -2
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :-1,-1 i:-1,j -1
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :-1,0 i:-1,j 0
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :-1,1 i:-1,j 1
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :-1,2 i:-1,j 2
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :0,-2 i:0,j -2
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :0,-1 i:0,j -1
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :0,0 i:0,j 0
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :0,1 i:0,j 1
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :0,2 i:0,j 2
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :1,-2 i:1,j -2
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :1,-1 i:1,j -1
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :1,1 i:1,j 1
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :1,2 i:1,j 2
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :2,-2 i:2,j -2
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :2,-1 i:2,j -1
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :2,0 i:2,j 0
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :2,1 i:2,j 1
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :2,2 i:2,j 2
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :3,-2 i:3,j -2
2025-02-08 14:25:31.9123 (AOIComponentSystem.cs:121) aroundCellMain :3,-1 i:3,j -1
2025-02-08 14:25:31.9190 (AOIComponentSystem.cs:121) aroundCellMain :3,0 i:3,j 0
2025-02-08 14:25:31.9190 (AOIComponentSystem.cs:121) aroundCellMain :3,1 i:3,j 1
2025-02-08 14:25:31.9190 (AOIComponentSystem.cs:121) aroundCellMain :3,2 i:3,j 2
2025-02-08 14:25:31.9190 (AOIComponentSystem.cs:142) aroundCell :0,-1
2025-02-08 14:25:31.9190 (AOIComponentSystem.cs:142) aroundCell :0,0
2025-02-08 14:25:31.9190 (AOIComponentSystem.cs:142) aroundCell :0,1
2025-02-08 14:25:31.9190 (AOIComponentSystem.cs:142) aroundCell :1,-1
2025-02-08 14:25:31.9190 (AOIComponentSystem.cs:142) aroundCell :1,0
2025-02-08 14:25:31.9190 (AOIComponentSystem.cs:142) aroundCell :1,1
2025-02-08 14:25:31.9190 (AOIComponentSystem.cs:142) aroundCell :2,-1
2025-02-08 14:25:31.9190 (AOIComponentSystem.cs:142) aroundCell :2,0
2025-02-08 14:25:31.9190 (AOIComponentSystem.cs:142) aroundCell :2,1
2025-02-08 14:25:31.9190 (AOICellSystem.cs:37) 周围网格 x:0 y: -1
2025-02-08 14:25:31.9190 (AOICellSystem.cs:37) 周围网格 x:0 y: 0
2025-02-08 14:25:31.9190 (AOICellSystem.cs:37) 周围网格 x:0 y: 1
2025-02-08 14:25:31.9190 (AOICellSystem.cs:37) 周围网格 x:1 y: -1
2025-02-08 14:25:31.9190 (AOICellSystem.cs:37) 周围网格 x:1 y: 0
2025-02-08 14:25:31.9190 (AOICellSystem.cs:37) 周围网格 x:1 y: 1
2025-02-08 14:25:31.9190 (AOICellSystem.cs:37) 周围网格 x:2 y: -1
2025-02-08 14:25:31.9190 (AOICellSystem.cs:37) 周围网格 x:2 y: 0
2025-02-08 14:25:31.9190 (AOICellSystem.cs:37) 周围网格 x:2 y: 1
2025-02-08 14:25:31.9190 (AOIComponentSystem.cs:64) 56802335736987650穿越网格
2025-02-08 14:25:31.9190 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 14:34:14.9809 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 14:34:14.9809 (MapComponentSystem.cs:25) MapComponent初始化
2025-02-08 14:34:41.9873 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56811784665038848 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 14:34:41.9873 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 14:34:41.9873 (AOIComponentSystem.cs:84) Cell Index Key :1,0
2025-02-08 14:34:41.9873 (AOIComponentSystem.cs:125) aroundCellMain :-1,-2 i:-1,j -2
2025-02-08 14:34:41.9873 (AOIComponentSystem.cs:125) aroundCellMain :-1,-1 i:-1,j -1
2025-02-08 14:34:41.9873 (AOIComponentSystem.cs:125) aroundCellMain :-1,0 i:-1,j 0
2025-02-08 14:34:41.9873 (AOIComponentSystem.cs:125) aroundCellMain :-1,1 i:-1,j 1
2025-02-08 14:34:41.9873 (AOIComponentSystem.cs:125) aroundCellMain :-1,2 i:-1,j 2
2025-02-08 14:34:41.9873 (AOIComponentSystem.cs:125) aroundCellMain :0,-2 i:0,j -2
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:125) aroundCellMain :0,-1 i:0,j -1
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:125) aroundCellMain :0,0 i:0,j 0
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:125) aroundCellMain :0,1 i:0,j 1
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:125) aroundCellMain :0,2 i:0,j 2
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:125) aroundCellMain :1,-2 i:1,j -2
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:125) aroundCellMain :1,-1 i:1,j -1
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:125) aroundCellMain :1,1 i:1,j 1
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:125) aroundCellMain :1,2 i:1,j 2
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:125) aroundCellMain :2,-2 i:2,j -2
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:125) aroundCellMain :2,-1 i:2,j -1
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:125) aroundCellMain :2,0 i:2,j 0
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:125) aroundCellMain :2,1 i:2,j 1
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:125) aroundCellMain :2,2 i:2,j 2
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:125) aroundCellMain :3,-2 i:3,j -2
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:125) aroundCellMain :3,-1 i:3,j -1
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:125) aroundCellMain :3,0 i:3,j 0
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:125) aroundCellMain :3,1 i:3,j 1
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:125) aroundCellMain :3,2 i:3,j 2
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:146) aroundCell :0,-1
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:146) aroundCell :0,0
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:146) aroundCell :0,1
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:146) aroundCell :1,-1
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:146) aroundCell :1,0
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:146) aroundCell :1,1
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:146) aroundCell :2,-1
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:146) aroundCell :2,0
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:146) aroundCell :2,1
2025-02-08 14:34:41.9964 (AOICellSystem.cs:26) 周围网格 x:0 y: -1
2025-02-08 14:34:41.9964 (AOICellSystem.cs:26) 周围网格 x:0 y: 0
2025-02-08 14:34:41.9964 (AOICellSystem.cs:26) 周围网格 x:0 y: 1
2025-02-08 14:34:41.9964 (AOICellSystem.cs:26) 周围网格 x:1 y: -1
2025-02-08 14:34:41.9964 (AOICellSystem.cs:26) 周围网格 x:1 y: 0
2025-02-08 14:34:41.9964 (AOICellSystem.cs:26) 周围网格 x:1 y: 1
2025-02-08 14:34:41.9964 (AOICellSystem.cs:26) 周围网格 x:2 y: -1
2025-02-08 14:34:41.9964 (AOICellSystem.cs:26) 周围网格 x:2 y: 0
2025-02-08 14:34:41.9964 (AOICellSystem.cs:26) 周围网格 x:2 y: 1
2025-02-08 14:34:41.9964 (AOIComponentSystem.cs:64) 56811784665038850穿越网格
2025-02-08 14:34:42.0122 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 14:38:10.6919 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 14:38:10.6919 (MapComponentSystem.cs:25) MapComponent初始化
2025-02-08 14:38:30.4267 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56815718855081984 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 14:38:30.4267 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 14:38:48.0713 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 14:38:48.0713 (MapComponentSystem.cs:25) MapComponent初始化
2025-02-08 14:39:09.7916 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56816388869980160 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 14:39:09.7945 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 14:40:32.8805 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 14:40:52.9131 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56818158396506112 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 14:40:52.9131 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 14:42:15.4569 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 14:42:36.3497 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56819945102901248 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 14:42:36.3497 (AOIComponentSystem.cs:24) 进入房间
2025-02-08 14:42:36.3497 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 14:42:36.3497 (AOIComponentSystem.cs:84) Cell Index Key :1,0
2025-02-08 14:42:36.3497 (AOIComponentSystem.cs:125) aroundCellMain :-1,-2 i:-1,j -2
2025-02-08 14:42:36.3497 (AOIComponentSystem.cs:125) aroundCellMain :-1,-1 i:-1,j -1
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :-1,0 i:-1,j 0
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :-1,1 i:-1,j 1
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :-1,2 i:-1,j 2
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :0,-2 i:0,j -2
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :0,-1 i:0,j -1
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :0,0 i:0,j 0
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :0,1 i:0,j 1
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :0,2 i:0,j 2
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :1,-2 i:1,j -2
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :1,-1 i:1,j -1
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :1,1 i:1,j 1
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :1,2 i:1,j 2
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :2,-2 i:2,j -2
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :2,-1 i:2,j -1
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :2,0 i:2,j 0
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :2,1 i:2,j 1
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :2,2 i:2,j 2
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :3,-2 i:3,j -2
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :3,-1 i:3,j -1
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :3,0 i:3,j 0
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :3,1 i:3,j 1
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:125) aroundCellMain :3,2 i:3,j 2
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:146) aroundCell :0,-1
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:146) aroundCell :0,0
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:146) aroundCell :0,1
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:146) aroundCell :1,-1
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:146) aroundCell :1,0
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:146) aroundCell :1,1
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:146) aroundCell :2,-1
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:146) aroundCell :2,0
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:146) aroundCell :2,1
2025-02-08 14:42:36.3564 (AOICellSystem.cs:26) 周围网格 x:0 y: -1
2025-02-08 14:42:36.3564 (AOICellSystem.cs:26) 周围网格 x:0 y: 0
2025-02-08 14:42:36.3564 (AOICellSystem.cs:26) 周围网格 x:0 y: 1
2025-02-08 14:42:36.3564 (AOICellSystem.cs:26) 周围网格 x:1 y: -1
2025-02-08 14:42:36.3564 (AOICellSystem.cs:26) 周围网格 x:1 y: 0
2025-02-08 14:42:36.3564 (AOICellSystem.cs:26) 周围网格 x:1 y: 1
2025-02-08 14:42:36.3564 (AOICellSystem.cs:26) 周围网格 x:2 y: -1
2025-02-08 14:42:36.3564 (AOICellSystem.cs:26) 周围网格 x:2 y: 0
2025-02-08 14:42:36.3564 (AOICellSystem.cs:26) 周围网格 x:2 y: 1
2025-02-08 14:42:36.3564 (AOIComponentSystem.cs:64) 56819945102901250穿越网格
2025-02-08 14:42:36.3564 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 14:43:39.7917 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 14:44:01.9497 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56821405391781888 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:24) 进入房间
2025-02-08 14:44:01.9521 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:84) Cell Index Key :1,0
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :-1,-2 i:-1,j -2
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :-1,-1 i:-1,j -1
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :-1,0 i:-1,j 0
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :-1,1 i:-1,j 1
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :-1,2 i:-1,j 2
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :0,-2 i:0,j -2
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :0,-1 i:0,j -1
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :0,0 i:0,j 0
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :0,1 i:0,j 1
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :0,2 i:0,j 2
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :1,-2 i:1,j -2
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :1,-1 i:1,j -1
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :1,1 i:1,j 1
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :1,2 i:1,j 2
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :2,-2 i:2,j -2
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :2,-1 i:2,j -1
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :2,0 i:2,j 0
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :2,1 i:2,j 1
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :2,2 i:2,j 2
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :3,-2 i:3,j -2
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :3,-1 i:3,j -1
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :3,0 i:3,j 0
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :3,1 i:3,j 1
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:125) aroundCellMain :3,2 i:3,j 2
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:146) aroundCell :0,-1
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:146) aroundCell :0,0
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:146) aroundCell :0,1
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:146) aroundCell :1,-1
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:146) aroundCell :1,0
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:146) aroundCell :1,1
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:146) aroundCell :2,-1
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:146) aroundCell :2,0
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:146) aroundCell :2,1
2025-02-08 14:44:01.9521 (AOICellSystem.cs:26) 周围网格 x:0 y: -1
2025-02-08 14:44:01.9521 (AOICellSystem.cs:26) 周围网格 x:0 y: 0
2025-02-08 14:44:01.9521 (AOICellSystem.cs:26) 周围网格 x:0 y: 1
2025-02-08 14:44:01.9521 (AOICellSystem.cs:26) 周围网格 x:1 y: -1
2025-02-08 14:44:01.9521 (AOICellSystem.cs:26) 周围网格 x:1 y: 0
2025-02-08 14:44:01.9521 (AOICellSystem.cs:26) 周围网格 x:1 y: 1
2025-02-08 14:44:01.9521 (AOICellSystem.cs:26) 周围网格 x:2 y: -1
2025-02-08 14:44:01.9521 (AOICellSystem.cs:26) 周围网格 x:2 y: 0
2025-02-08 14:44:01.9521 (AOICellSystem.cs:26) 周围网格 x:2 y: 1
2025-02-08 14:44:01.9521 (AOIComponentSystem.cs:64) 56821405391781890穿越网格
2025-02-08 14:44:01.9521 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 14:45:42.6050 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 14:46:00.6761 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56823449796214784 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:24) 进入房间
2025-02-08 14:46:00.6761 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:84) Cell Index Key :1,0
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :-1,-2 i:-1,j -2
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :-1,-1 i:-1,j -1
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :-1,0 i:-1,j 0
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :-1,1 i:-1,j 1
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :-1,2 i:-1,j 2
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :0,-2 i:0,j -2
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :0,-1 i:0,j -1
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :0,0 i:0,j 0
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :0,1 i:0,j 1
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :0,2 i:0,j 2
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :1,-2 i:1,j -2
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :1,-1 i:1,j -1
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :1,1 i:1,j 1
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :1,2 i:1,j 2
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :2,-2 i:2,j -2
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :2,-1 i:2,j -1
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :2,0 i:2,j 0
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :2,1 i:2,j 1
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :2,2 i:2,j 2
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :3,-2 i:3,j -2
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :3,-1 i:3,j -1
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :3,0 i:3,j 0
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :3,1 i:3,j 1
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:125) aroundCellMain :3,2 i:3,j 2
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:146) aroundCell :0,-1
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:146) aroundCell :0,0
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:146) aroundCell :0,1
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:146) aroundCell :1,-1
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:146) aroundCell :1,0
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:146) aroundCell :1,1
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:146) aroundCell :2,-1
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:146) aroundCell :2,0
2025-02-08 14:46:00.6761 (AOIComponentSystem.cs:146) aroundCell :2,1
2025-02-08 14:46:00.6841 (AOICellSystem.cs:34) 周围网格 x:0 y: -1
2025-02-08 14:46:00.6841 (AOICellSystem.cs:34) 周围网格 x:0 y: 0
2025-02-08 14:46:00.6841 (AOICellSystem.cs:34) 周围网格 x:0 y: 1
2025-02-08 14:46:00.6841 (AOICellSystem.cs:34) 周围网格 x:1 y: -1
2025-02-08 14:46:00.6841 (AOICellSystem.cs:34) 周围网格 x:1 y: 0
2025-02-08 14:46:00.6841 (AOICellSystem.cs:34) 周围网格 x:1 y: 1
2025-02-08 14:46:00.6841 (AOICellSystem.cs:34) 周围网格 x:2 y: -1
2025-02-08 14:46:00.6841 (AOICellSystem.cs:34) 周围网格 x:2 y: 0
2025-02-08 14:46:00.6841 (AOICellSystem.cs:34) 周围网格 x:2 y: 1
2025-02-08 14:46:00.6841 (AOIComponentSystem.cs:64) 56823449796214786穿越网格
2025-02-08 14:46:00.6841 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 14:46:34.2110 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 14:46:57.0883 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56824429048758272 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 14:46:57.0883 (AOIComponentSystem.cs:24) 进入房间
2025-02-08 14:46:57.0919 (AOIEntitySystem.cs:30) 所在单元格索引Cell:1,0
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:84) Cell Index Key :1,0
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :-1,-2 i:-1,j -2
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :-1,-1 i:-1,j -1
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :-1,0 i:-1,j 0
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :-1,1 i:-1,j 1
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :-1,2 i:-1,j 2
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :0,-2 i:0,j -2
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :0,-1 i:0,j -1
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :0,0 i:0,j 0
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :0,1 i:0,j 1
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :0,2 i:0,j 2
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :1,-2 i:1,j -2
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :1,-1 i:1,j -1
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :1,1 i:1,j 1
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :1,2 i:1,j 2
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :2,-2 i:2,j -2
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :2,-1 i:2,j -1
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :2,0 i:2,j 0
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :2,1 i:2,j 1
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :2,2 i:2,j 2
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :3,-2 i:3,j -2
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :3,-1 i:3,j -1
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :3,0 i:3,j 0
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :3,1 i:3,j 1
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:125) aroundCellMain :3,2 i:3,j 2
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:146) aroundCell :0,-1
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:146) aroundCell :0,0
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:146) aroundCell :0,1
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:146) aroundCell :1,-1
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:146) aroundCell :1,0
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:146) aroundCell :1,1
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:146) aroundCell :2,-1
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:146) aroundCell :2,0
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:146) aroundCell :2,1
2025-02-08 14:46:57.0919 (AOICellSystem.cs:34) 周围网格 x:0 y: -1
2025-02-08 14:46:57.0919 (AOICellSystem.cs:34) 周围网格 x:0 y: 0
2025-02-08 14:46:57.0919 (AOICellSystem.cs:34) 周围网格 x:0 y: 1
2025-02-08 14:46:57.0919 (AOICellSystem.cs:34) 周围网格 x:1 y: -1
2025-02-08 14:46:57.0919 (AOICellSystem.cs:34) 周围网格 x:1 y: 0
2025-02-08 14:46:57.0919 (AOICellSystem.cs:34) 周围网格 x:1 y: 1
2025-02-08 14:46:57.0919 (AOICellSystem.cs:34) 周围网格 x:2 y: -1
2025-02-08 14:46:57.0919 (AOICellSystem.cs:34) 周围网格 x:2 y: 0
2025-02-08 14:46:57.0919 (AOICellSystem.cs:34) 周围网格 x:2 y: 1
2025-02-08 14:46:57.0919 (AOIComponentSystem.cs:64) 56824429048758274穿越网格
2025-02-08 14:46:57.0919 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 14:48:06.4212 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 14:48:06.4212 (AOIComponentSystem.cs:15) AOIComponent 初始化
2025-02-08 14:48:59.5825 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 14:48:59.5825 (AOIComponentSystem.cs:15) AOIComponent 初始化
2025-02-08 14:49:22.0331 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56826920129789952 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:24) 进入房间
2025-02-08 14:49:22.0331 (AOIEntitySystem.cs:31) 所在单元格索引Cell:1,0
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:84) Cell Index Key :1,0
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :-1,-2 i:-1,j -2
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :-1,-1 i:-1,j -1
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :-1,0 i:-1,j 0
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :-1,1 i:-1,j 1
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :-1,2 i:-1,j 2
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :0,-2 i:0,j -2
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :0,-1 i:0,j -1
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :0,0 i:0,j 0
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :0,1 i:0,j 1
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :0,2 i:0,j 2
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :1,-2 i:1,j -2
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :1,-1 i:1,j -1
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :1,1 i:1,j 1
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :1,2 i:1,j 2
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :2,-2 i:2,j -2
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :2,-1 i:2,j -1
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :2,0 i:2,j 0
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :2,1 i:2,j 1
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :2,2 i:2,j 2
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :3,-2 i:3,j -2
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :3,-1 i:3,j -1
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :3,0 i:3,j 0
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :3,1 i:3,j 1
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:125) aroundCellMain :3,2 i:3,j 2
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:146) aroundCell :0,-1
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:146) aroundCell :0,0
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:146) aroundCell :0,1
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:146) aroundCell :1,-1
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:146) aroundCell :1,0
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:146) aroundCell :1,1
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:146) aroundCell :2,-1
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:146) aroundCell :2,0
2025-02-08 14:49:22.0331 (AOIComponentSystem.cs:146) aroundCell :2,1
2025-02-08 14:49:22.0331 (AOICellSystem.cs:34) 周围网格 x:0 y: -1
2025-02-08 14:49:22.0331 (AOICellSystem.cs:34) 周围网格 x:0 y: 0
2025-02-08 14:49:22.0331 (AOICellSystem.cs:34) 周围网格 x:0 y: 1
2025-02-08 14:49:22.0331 (AOICellSystem.cs:34) 周围网格 x:1 y: -1
2025-02-08 14:49:22.0331 (AOICellSystem.cs:34) 周围网格 x:1 y: 0
2025-02-08 14:49:22.0331 (AOICellSystem.cs:34) 周围网格 x:1 y: 1
2025-02-08 14:49:22.0331 (AOICellSystem.cs:34) 周围网格 x:2 y: -1
2025-02-08 14:49:22.0331 (AOICellSystem.cs:34) 周围网格 x:2 y: 0
2025-02-08 14:49:22.0331 (AOICellSystem.cs:34) 周围网格 x:2 y: 1
2025-02-08 14:49:22.0440 (AOIComponentSystem.cs:64) 56826920129789954穿越网格
2025-02-08 14:49:22.0440 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 14:56:12.7858 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 14:56:12.7858 (AOIComponentSystem.cs:15) AOIComponent 初始化
2025-02-08 14:56:37.0383 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56834393372884992 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 14:56:37.0383 (AOIComponentSystem.cs:24) 进入房间
2025-02-08 14:56:37.0383 (AOIEntitySystem.cs:31) 所在单元格索引Cell:1,0
2025-02-08 14:56:37.0383 (AOIComponentSystem.cs:85) Cell Index Key :1,0
2025-02-08 14:56:37.0383 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0383 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :-1,-2 i:-1,j -2
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :-1,-1 i:-1,j -1
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :-1,0 i:-1,j 0
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :-1,1 i:-1,j 1
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :-1,2 i:-1,j 2
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :0,-2 i:0,j -2
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :0,-1 i:0,j -1
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :0,0 i:0,j 0
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :0,1 i:0,j 1
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :0,2 i:0,j 2
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :1,-2 i:1,j -2
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :1,-1 i:1,j -1
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :1,1 i:1,j 1
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :1,2 i:1,j 2
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :2,-2 i:2,j -2
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :2,-1 i:2,j -1
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :2,0 i:2,j 0
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :2,1 i:2,j 1
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :2,2 i:2,j 2
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :3,-2 i:3,j -2
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :3,-1 i:3,j -1
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :3,0 i:3,j 0
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :3,1 i:3,j 1
2025-02-08 14:56:37.0437 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:126) aroundCellMain :3,2 i:3,j 2
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:147) aroundCell :0,-1
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:147) aroundCell :0,0
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:147) aroundCell :0,1
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:147) aroundCell :1,-1
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:147) aroundCell :1,0
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:147) aroundCell :1,1
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:147) aroundCell :2,-1
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:147) aroundCell :2,0
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:147) aroundCell :2,1
2025-02-08 14:56:37.0437 (AOICellSystem.cs:34) 周围网格 x:0 y: -1
2025-02-08 14:56:37.0437 (AOICellSystem.cs:34) 周围网格 x:0 y: 0
2025-02-08 14:56:37.0437 (AOICellSystem.cs:34) 周围网格 x:0 y: 1
2025-02-08 14:56:37.0437 (AOICellSystem.cs:34) 周围网格 x:1 y: -1
2025-02-08 14:56:37.0437 (AOICellSystem.cs:34) 周围网格 x:1 y: 0
2025-02-08 14:56:37.0437 (AOICellSystem.cs:34) 周围网格 x:1 y: 1
2025-02-08 14:56:37.0437 (AOICellSystem.cs:34) 周围网格 x:2 y: -1
2025-02-08 14:56:37.0437 (AOICellSystem.cs:34) 周围网格 x:2 y: 0
2025-02-08 14:56:37.0437 (AOICellSystem.cs:34) 周围网格 x:2 y: 1
2025-02-08 14:56:37.0437 (AOIComponentSystem.cs:65) 56834393372884994穿越网格
2025-02-08 14:56:37.0437 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功
2025-02-08 14:58:06.6936 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 14:58:06.6936 (AOIComponentSystem.cs:15) AOIComponent 初始化
2025-02-08 14:58:28.4159 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56836300338364416 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 14:58:28.4159 (AOIComponentSystem.cs:24) 进入房间
2025-02-08 14:58:28.4189 (AOIEntitySystem.cs:31) 所在单元格索引Cell:1,0
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:85) Cell Index Key :1,0
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:126) aroundCellMain :-1,-2 i:-1,j -2
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:126) aroundCellMain :-1,-1 i:-1,j -1
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:126) aroundCellMain :-1,0 i:-1,j 0
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:126) aroundCellMain :-1,1 i:-1,j 1
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:126) aroundCellMain :-1,2 i:-1,j 2
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:126) aroundCellMain :0,-2 i:0,j -2
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:126) aroundCellMain :0,-1 i:0,j -1
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:126) aroundCellMain :0,0 i:0,j 0
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:126) aroundCellMain :0,1 i:0,j 1
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:126) aroundCellMain :0,2 i:0,j 2
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:126) aroundCellMain :1,-2 i:1,j -2
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:126) aroundCellMain :1,-1 i:1,j -1
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:126) aroundCellMain :1,1 i:1,j 1
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:126) aroundCellMain :1,2 i:1,j 2
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:126) aroundCellMain :2,-2 i:2,j -2
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:126) aroundCellMain :2,-1 i:2,j -1
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:126) aroundCellMain :2,0 i:2,j 0
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:126) aroundCellMain :2,1 i:2,j 1
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4189 (AOIComponentSystem.cs:126) aroundCellMain :2,2 i:2,j 2
2025-02-08 14:58:28.4189 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4345 (AOIComponentSystem.cs:126) aroundCellMain :3,-2 i:3,j -2
2025-02-08 14:58:28.4345 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4345 (AOIComponentSystem.cs:126) aroundCellMain :3,-1 i:3,j -1
2025-02-08 14:58:28.4345 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4345 (AOIComponentSystem.cs:126) aroundCellMain :3,0 i:3,j 0
2025-02-08 14:58:28.4345 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4345 (AOIComponentSystem.cs:126) aroundCellMain :3,1 i:3,j 1
2025-02-08 14:58:28.4345 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:58:28.4345 (AOIComponentSystem.cs:126) aroundCellMain :3,2 i:3,j 2
2025-02-08 14:58:28.4345 (AOIComponentSystem.cs:147) aroundCell :0,-1
2025-02-08 14:58:28.4345 (AOIComponentSystem.cs:147) aroundCell :0,0
2025-02-08 14:58:28.4345 (AOIComponentSystem.cs:147) aroundCell :0,1
2025-02-08 14:58:28.4345 (AOIComponentSystem.cs:147) aroundCell :1,-1
2025-02-08 14:58:28.4345 (AOIComponentSystem.cs:147) aroundCell :1,0
2025-02-08 14:58:28.4345 (AOIComponentSystem.cs:147) aroundCell :1,1
2025-02-08 14:58:28.4345 (AOIComponentSystem.cs:147) aroundCell :2,-1
2025-02-08 14:58:28.4345 (AOIComponentSystem.cs:147) aroundCell :2,0
2025-02-08 14:58:28.4345 (AOIComponentSystem.cs:147) aroundCell :2,1
2025-02-08 14:59:41.1685 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 14:59:41.1685 (AOIComponentSystem.cs:15) AOIComponent 初始化
2025-02-08 14:59:58.0508 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56837846526590976 连接的server类型 Map DeviceId-750731629
位置:50,0
2025-02-08 14:59:58.0508 (AOIComponentSystem.cs:24) 进入房间
2025-02-08 14:59:58.0508 (AOIEntitySystem.cs:31) 所在单元格索引Cell:1,0
2025-02-08 14:59:58.0508 (AOIComponentSystem.cs:85) Cell Index Key :1,0
2025-02-08 14:59:58.0508 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0508 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0508 (AOIComponentSystem.cs:126) aroundCellMain :-1,-2 i:-1,j -2
2025-02-08 14:59:58.0508 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0508 (AOIComponentSystem.cs:126) aroundCellMain :-1,-1 i:-1,j -1
2025-02-08 14:59:58.0508 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :-1,0 i:-1,j 0
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :-1,1 i:-1,j 1
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :-1,2 i:-1,j 2
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :0,-2 i:0,j -2
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :0,-1 i:0,j -1
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :0,0 i:0,j 0
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :0,1 i:0,j 1
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :0,2 i:0,j 2
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :1,-2 i:1,j -2
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :1,-1 i:1,j -1
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :1,1 i:1,j 1
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :1,2 i:1,j 2
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :2,-2 i:2,j -2
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :2,-1 i:2,j -1
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :2,0 i:2,j 0
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :2,1 i:2,j 1
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :2,2 i:2,j 2
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :3,-2 i:3,j -2
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :3,-1 i:3,j -1
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :3,0 i:3,j 0
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :3,1 i:3,j 1
2025-02-08 14:59:58.0588 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:126) aroundCellMain :3,2 i:3,j 2
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:147) aroundCell :0,-1
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:147) aroundCell :0,0
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:147) aroundCell :0,1
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:147) aroundCell :1,-1
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:147) aroundCell :1,0
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:147) aroundCell :1,1
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:147) aroundCell :2,-1
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:147) aroundCell :2,0
2025-02-08 14:59:58.0588 (AOIComponentSystem.cs:147) aroundCell :2,1
2025-02-08 14:59:58.0588 (AOICellSystem.cs:36) 周围网格 x:0 y: -1
2025-02-08 14:59:58.0753 (AOICellSystem.cs:36) 周围网格 x:0 y: 0
2025-02-08 14:59:58.0753 (AOICellSystem.cs:36) 周围网格 x:0 y: 1
2025-02-08 14:59:58.0753 (AOICellSystem.cs:36) 周围网格 x:1 y: -1
2025-02-08 14:59:58.0753 (AOICellSystem.cs:36) 周围网格 x:1 y: 0
2025-02-08 14:59:58.0753 (AOICellSystem.cs:36) 周围网格 x:1 y: 1
2025-02-08 14:59:58.0753 (AOICellSystem.cs:36) 周围网格 x:2 y: -1
2025-02-08 14:59:58.0753 (AOICellSystem.cs:36) 周围网格 x:2 y: 0
2025-02-08 14:59:58.0753 (AOICellSystem.cs:36) 周围网格 x:2 y: 1
2025-02-08 14:59:58.0753 (AOIComponentSystem.cs:65) 56837846526590978穿越网格
2025-02-08 14:59:58.0753 (C2M_EnterMapHandler.cs:32) device-750731629进入地图成功

View File

@ -1,126 +0,0 @@
2025-02-08 14:13:35.4785 初始化序列化器成功数量为2
2025-02-08 14:13:35.8266 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 14:13:36.0475 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 14:13:36.2476 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 14:13:36.4538 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 14:13:36.6462 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 14:13:36.6462 Process:1 Startup Complete SceneCount:3
2025-02-08 14:16:01.5328 初始化序列化器成功数量为2
2025-02-08 14:16:01.9692 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 14:16:02.2517 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 14:16:02.5318 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 14:16:02.7756 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 14:16:02.9854 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 14:16:02.9854 Process:1 Startup Complete SceneCount:3
2025-02-08 14:17:43.1568 初始化序列化器成功数量为2
2025-02-08 14:17:43.4979 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 14:17:43.7440 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 14:17:43.9721 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 14:17:44.1857 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 14:17:44.3785 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 14:17:44.3785 Process:1 Startup Complete SceneCount:3
2025-02-08 14:20:42.4756 初始化序列化器成功数量为2
2025-02-08 14:20:42.9640 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 14:20:43.2942 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 14:20:43.6095 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 14:20:43.8771 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 14:20:44.1206 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 14:20:44.1206 Process:1 Startup Complete SceneCount:3
2025-02-08 14:25:12.4450 初始化序列化器成功数量为2
2025-02-08 14:25:12.7614 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 14:25:12.9892 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 14:25:13.2172 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 14:25:13.4391 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 14:25:13.6404 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 14:25:13.6404 Process:1 Startup Complete SceneCount:3
2025-02-08 14:34:13.7987 初始化序列化器成功数量为2
2025-02-08 14:34:14.0973 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 14:34:14.3753 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 14:34:14.5812 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 14:34:14.7862 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 14:34:14.9802 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 14:34:14.9802 Process:1 Startup Complete SceneCount:3
2025-02-08 14:38:09.5453 初始化序列化器成功数量为2
2025-02-08 14:38:09.8494 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 14:38:10.0839 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 14:38:10.2914 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 14:38:10.4961 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 14:38:10.6919 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 14:38:10.6919 Process:1 Startup Complete SceneCount:3
2025-02-08 14:38:46.7907 初始化序列化器成功数量为2
2025-02-08 14:38:47.1311 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 14:38:47.4738 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 14:38:47.6779 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 14:38:47.8800 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 14:38:48.0713 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 14:38:48.0713 Process:1 Startup Complete SceneCount:3
2025-02-08 14:40:31.7026 初始化序列化器成功数量为2
2025-02-08 14:40:32.0530 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 14:40:32.2860 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 14:40:32.4833 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 14:40:32.6896 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 14:40:32.8805 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 14:40:32.8805 Process:1 Startup Complete SceneCount:3
2025-02-08 14:42:14.3096 初始化序列化器成功数量为2
2025-02-08 14:42:14.6176 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 14:42:14.8594 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 14:42:15.0612 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 14:42:15.2643 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 14:42:15.4569 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 14:42:15.4569 Process:1 Startup Complete SceneCount:3
2025-02-08 14:43:38.6501 初始化序列化器成功数量为2
2025-02-08 14:43:38.9748 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 14:43:39.2007 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 14:43:39.4024 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 14:43:39.6048 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 14:43:39.7917 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 14:43:39.7917 Process:1 Startup Complete SceneCount:3
2025-02-08 14:45:41.3654 初始化序列化器成功数量为2
2025-02-08 14:45:41.7330 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 14:45:41.9843 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 14:45:42.1961 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 14:45:42.4094 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 14:45:42.6050 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 14:45:42.6050 Process:1 Startup Complete SceneCount:3
2025-02-08 14:46:32.9619 初始化序列化器成功数量为2
2025-02-08 14:46:33.3784 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 14:46:33.6167 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 14:46:33.8193 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 14:46:34.0213 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 14:46:34.2110 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 14:46:34.2110 Process:1 Startup Complete SceneCount:3
2025-02-08 14:48:04.8642 初始化序列化器成功数量为2
2025-02-08 14:48:05.3562 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 14:48:05.6453 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 14:48:05.9061 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 14:48:06.1852 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 14:48:06.4212 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 14:48:06.4212 Process:1 Startup Complete SceneCount:3
2025-02-08 14:48:58.0890 初始化序列化器成功数量为2
2025-02-08 14:48:58.5398 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 14:48:58.8115 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 14:48:59.0440 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 14:48:59.3627 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 14:48:59.5825 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 14:48:59.5825 Process:1 Startup Complete SceneCount:3
2025-02-08 14:56:11.2711 初始化序列化器成功数量为2
2025-02-08 14:56:11.7358 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 14:56:11.9942 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 14:56:12.2966 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 14:56:12.5686 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 14:56:12.7858 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 14:56:12.7858 Process:1 Startup Complete SceneCount:3
2025-02-08 14:58:05.3553 初始化序列化器成功数量为2
2025-02-08 14:58:05.7452 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 14:58:05.9956 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 14:58:06.2170 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 14:58:06.4347 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 14:58:06.6936 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 14:58:06.6936 Process:1 Startup Complete SceneCount:3
2025-02-08 14:59:39.9251 初始化序列化器成功数量为2
2025-02-08 14:59:40.3024 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 14:59:40.5328 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 14:59:40.7419 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 14:59:40.9652 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 14:59:41.1683 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 14:59:41.1685 Process:1 Startup Complete SceneCount:3

View File

@ -1,2 +0,0 @@
2025-02-08 14:26:16.8869 session timeout id:56802335736987648 timeNow:1738995976886 _session.LastReceiveTime:1738995968156 _timeOut:8000
2025-02-08 14:35:16.9592 session timeout id:56811784665038848 timeNow:1738996516958 _session.LastReceiveTime:1738996508109 _timeOut:8000

View File

@ -1,98 +0,0 @@
2025-02-08 15:00:27.1293 初始化序列化器成功数量为2
2025-02-08 15:00:27.4732 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 15:00:27.7109 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 15:00:27.9213 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 15:00:28.1362 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 15:00:28.3265 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 15:00:28.3265 Process:1 Startup Complete SceneCount:3
2025-02-08 15:13:28.8095 初始化序列化器成功数量为2
2025-02-08 15:13:29.5148 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 15:13:29.7972 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 15:13:30.0565 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 15:13:30.2989 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 15:13:30.5501 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 15:13:30.5501 Process:1 Startup Complete SceneCount:3
2025-02-08 15:17:44.1175 初始化序列化器成功数量为2
2025-02-08 15:17:44.4360 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 15:17:44.6939 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 15:17:44.9031 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 15:17:45.1065 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 15:17:45.2976 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 15:17:45.2976 Process:1 Startup Complete SceneCount:3
2025-02-08 15:18:41.2786 初始化序列化器成功数量为2
2025-02-08 15:18:41.6143 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 15:18:41.8637 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 15:18:42.0663 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 15:18:42.2709 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 15:18:42.4626 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 15:18:42.4626 Process:1 Startup Complete SceneCount:3
2025-02-08 15:22:24.0374 初始化序列化器成功数量为2
2025-02-08 15:22:24.3692 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 15:22:24.6187 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 15:22:24.8437 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 15:22:25.0538 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 15:22:25.2433 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 15:22:25.2433 Process:1 Startup Complete SceneCount:3
2025-02-08 15:32:07.8806 初始化序列化器成功数量为2
2025-02-08 15:32:08.1831 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 15:32:08.4947 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 15:32:08.7019 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 15:32:08.9128 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 15:32:09.1327 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 15:32:09.1327 Process:1 Startup Complete SceneCount:3
2025-02-08 15:37:35.3951 初始化序列化器成功数量为2
2025-02-08 15:37:35.7219 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 15:37:35.9529 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 15:37:36.1580 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 15:37:36.3649 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 15:37:36.5588 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 15:37:36.5588 Process:1 Startup Complete SceneCount:3
2025-02-08 15:41:25.4024 初始化序列化器成功数量为2
2025-02-08 15:41:25.7102 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 15:41:25.9639 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 15:41:26.1656 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 15:41:26.3682 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 15:41:26.5572 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 15:41:26.5572 Process:1 Startup Complete SceneCount:3
2025-02-08 15:43:45.4898 初始化序列化器成功数量为2
2025-02-08 15:43:45.8297 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 15:43:46.0834 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 15:43:46.3014 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 15:43:46.5179 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 15:43:46.7237 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 15:43:46.7237 Process:1 Startup Complete SceneCount:3
2025-02-08 15:44:08.1751 初始化序列化器成功数量为2
2025-02-08 15:44:08.4816 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 15:44:08.7426 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 15:44:08.9629 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 15:44:09.1645 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 15:44:09.3514 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 15:44:09.3514 Process:1 Startup Complete SceneCount:3
2025-02-08 15:48:17.9740 初始化序列化器成功数量为2
2025-02-08 15:48:18.2667 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 15:48:18.5034 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 15:48:18.7063 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 15:48:18.9146 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 15:48:19.1037 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 15:48:19.1037 Process:1 Startup Complete SceneCount:3
2025-02-08 15:49:02.9991 初始化序列化器成功数量为2
2025-02-08 15:49:03.3214 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 15:49:03.6057 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 15:49:03.8211 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 15:49:04.0369 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 15:49:04.2298 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 15:49:04.2298 Process:1 Startup Complete SceneCount:3
2025-02-08 15:54:48.5232 初始化序列化器成功数量为2
2025-02-08 15:54:48.9260 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 15:54:49.2510 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 15:54:49.5198 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 15:54:49.8062 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 15:54:50.1359 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 15:54:50.1359 Process:1 Startup Complete SceneCount:3
2025-02-08 15:57:27.0822 初始化序列化器成功数量为2
2025-02-08 15:57:27.8138 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 15:57:28.1442 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 15:57:28.4767 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 15:57:28.7917 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 15:57:29.0506 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 15:57:29.0506 Process:1 Startup Complete SceneCount:3

View File

@ -1,2 +0,0 @@
2025-02-08 15:18:26.0380 session timeout id:56856538224263168 timeNow:1738999106037 _session.LastReceiveTime:1738999096176 _timeOut:8000
2025-02-08 15:19:57.7939 session timeout id:56857500296937472 timeNow:1738999197793 _session.LastReceiveTime:1738999187055 _timeOut:8000

View File

@ -1,78 +0,0 @@
2025-02-08 16:01:53.9481 初始化序列化器成功数量为2
2025-02-08 16:01:54.2936 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 16:01:54.5566 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 16:01:54.8003 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 16:01:55.0129 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 16:01:55.2042 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 16:01:55.2042 Process:1 Startup Complete SceneCount:3
2025-02-08 16:07:02.0224 初始化序列化器成功数量为2
2025-02-08 16:07:02.3615 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 16:07:02.5749 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 16:07:02.7771 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 16:07:02.9885 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 16:07:03.1848 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 16:07:03.1848 Process:1 Startup Complete SceneCount:3
2025-02-08 16:10:37.5211 初始化序列化器成功数量为2
2025-02-08 16:10:50.0074 初始化序列化器成功数量为2
2025-02-08 16:10:50.3212 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 16:10:50.5813 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 16:10:50.8022 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 16:10:51.0505 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 16:10:51.2441 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 16:10:51.2441 Process:1 Startup Complete SceneCount:3
2025-02-08 16:12:11.3182 初始化序列化器成功数量为2
2025-02-08 16:12:11.6876 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 16:12:11.9220 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 16:12:12.1278 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 16:12:12.3530 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 16:12:12.5511 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 16:12:12.5511 Process:1 Startup Complete SceneCount:3
2025-02-08 16:16:58.1869 初始化序列化器成功数量为2
2025-02-08 16:16:58.4933 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 16:16:58.8005 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 16:16:59.0947 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 16:16:59.4124 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 16:16:59.7118 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 16:16:59.7118 Process:1 Startup Complete SceneCount:3
2025-02-08 16:44:04.8760 初始化序列化器成功数量为2
2025-02-08 16:44:05.2482 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 16:44:05.4870 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 16:44:05.6897 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 16:44:05.9016 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 16:44:06.1126 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 16:44:06.1126 Process:1 Startup Complete SceneCount:3
2025-02-08 16:47:06.7412 初始化序列化器成功数量为2
2025-02-08 16:47:07.0539 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 16:47:07.2808 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 16:47:07.4763 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 16:47:07.6827 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 16:47:07.8732 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 16:47:07.8732 Process:1 Startup Complete SceneCount:3
2025-02-08 16:48:16.0838 初始化序列化器成功数量为2
2025-02-08 16:48:16.4131 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 16:48:16.6323 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 16:48:16.8361 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 16:48:17.0486 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 16:48:17.2913 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 16:48:17.2913 Process:1 Startup Complete SceneCount:3
2025-02-08 16:54:17.3988 初始化序列化器成功数量为2
2025-02-08 16:54:17.7165 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 16:54:17.9496 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 16:54:18.1516 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 16:54:18.3592 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 16:54:18.5464 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 16:54:18.5464 Process:1 Startup Complete SceneCount:3
2025-02-08 16:54:38.4604 初始化序列化器成功数量为2
2025-02-08 16:54:38.8301 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 16:54:39.0919 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 16:54:39.3019 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 16:54:39.5086 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 16:54:39.7012 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 16:54:39.7012 Process:1 Startup Complete SceneCount:3
2025-02-08 16:59:25.9480 初始化序列化器成功数量为2
2025-02-08 16:59:26.2684 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 16:59:26.4874 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 16:59:26.6904 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 16:59:26.8948 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 16:59:27.0839 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 16:59:27.0839 Process:1 Startup Complete SceneCount:3

View File

@ -1,4 +0,0 @@
2025-02-08 16:12:53.2613 session timeout id:56912750756233216 timeNow:1739002373260 _session.LastReceiveTime:1739002362494 _timeOut:8000
2025-02-08 16:45:24.7960 session timeout id:56946354580357120 timeNow:1739004324795 _session.LastReceiveTime:1739004316643 _timeOut:8000
2025-02-08 16:46:09.5214 session timeout id:56947041775124480 timeNow:1739004369521 _session.LastReceiveTime:1739004360605 _timeOut:8000
2025-02-08 16:56:15.5384 session timeout id:56957538675195904 timeNow:1739004975538 _session.LastReceiveTime:1739004965538 _timeOut:8000

View File

@ -1,182 +0,0 @@
2025-02-08 17:00:32.2176 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56962125700268032 连接的server类型 Map DeviceId-750731629
位置:0,0
2025-02-08 17:00:32.2176 (AOIComponentSystem.cs:30) 进入房间
2025-02-08 17:00:32.2176 (AOIEntitySystem.cs:17) aoi entity 初始化
2025-02-08 17:00:32.2176 (AOIEntitySystem.cs:33) 所在单元格索引Cell:0,0
2025-02-08 17:00:32.2176 (AOIComponentSystem.cs:91) Cell Index Key :0,0
2025-02-08 17:00:32.2176 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2176 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2176 (AOIComponentSystem.cs:132) aroundCellMain :-2,-2 i:-2,j -2
2025-02-08 17:00:32.2176 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2176 (AOIComponentSystem.cs:132) aroundCellMain :-2,-1 i:-2,j -1
2025-02-08 17:00:32.2176 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2176 (AOIComponentSystem.cs:132) aroundCellMain :-2,0 i:-2,j 0
2025-02-08 17:00:32.2176 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2176 (AOIComponentSystem.cs:132) aroundCellMain :-2,1 i:-2,j 1
2025-02-08 17:00:32.2176 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2176 (AOIComponentSystem.cs:132) aroundCellMain :-2,2 i:-2,j 2
2025-02-08 17:00:32.2176 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2176 (AOIComponentSystem.cs:132) aroundCellMain :-1,-2 i:-1,j -2
2025-02-08 17:00:32.2176 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2176 (AOIComponentSystem.cs:132) aroundCellMain :-1,-1 i:-1,j -1
2025-02-08 17:00:32.2176 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2176 (AOIComponentSystem.cs:132) aroundCellMain :-1,0 i:-1,j 0
2025-02-08 17:00:32.2176 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2176 (AOIComponentSystem.cs:132) aroundCellMain :-1,1 i:-1,j 1
2025-02-08 17:00:32.2176 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2176 (AOIComponentSystem.cs:132) aroundCellMain :-1,2 i:-1,j 2
2025-02-08 17:00:32.2176 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2176 (AOIComponentSystem.cs:132) aroundCellMain :0,-2 i:0,j -2
2025-02-08 17:00:32.2176 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2176 (AOIComponentSystem.cs:132) aroundCellMain :0,-1 i:0,j -1
2025-02-08 17:00:32.2176 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2176 (AOIComponentSystem.cs:132) aroundCellMain :0,1 i:0,j 1
2025-02-08 17:00:32.2176 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2176 (AOIComponentSystem.cs:132) aroundCellMain :0,2 i:0,j 2
2025-02-08 17:00:32.2176 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2176 (AOIComponentSystem.cs:132) aroundCellMain :1,-2 i:1,j -2
2025-02-08 17:00:32.2313 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2313 (AOIComponentSystem.cs:132) aroundCellMain :1,-1 i:1,j -1
2025-02-08 17:00:32.2313 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2313 (AOIComponentSystem.cs:132) aroundCellMain :1,0 i:1,j 0
2025-02-08 17:00:32.2313 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2313 (AOIComponentSystem.cs:132) aroundCellMain :1,1 i:1,j 1
2025-02-08 17:00:32.2313 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2313 (AOIComponentSystem.cs:132) aroundCellMain :1,2 i:1,j 2
2025-02-08 17:00:32.2313 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2313 (AOIComponentSystem.cs:132) aroundCellMain :2,-2 i:2,j -2
2025-02-08 17:00:32.2313 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2313 (AOIComponentSystem.cs:132) aroundCellMain :2,-1 i:2,j -1
2025-02-08 17:00:32.2313 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2313 (AOIComponentSystem.cs:132) aroundCellMain :2,0 i:2,j 0
2025-02-08 17:00:32.2313 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2313 (AOIComponentSystem.cs:132) aroundCellMain :2,1 i:2,j 1
2025-02-08 17:00:32.2313 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:00:32.2313 (AOIComponentSystem.cs:132) aroundCellMain :2,2 i:2,j 2
2025-02-08 17:00:32.2313 (AOIComponentSystem.cs:153) aroundCell :-1,-1
2025-02-08 17:00:32.2313 (AOIComponentSystem.cs:153) aroundCell :-1,0
2025-02-08 17:00:32.2313 (AOIComponentSystem.cs:153) aroundCell :-1,1
2025-02-08 17:00:32.2313 (AOIComponentSystem.cs:153) aroundCell :0,-1
2025-02-08 17:00:32.2313 (AOIComponentSystem.cs:153) aroundCell :0,0
2025-02-08 17:00:32.2313 (AOIComponentSystem.cs:153) aroundCell :0,1
2025-02-08 17:00:32.2313 (AOIComponentSystem.cs:153) aroundCell :1,-1
2025-02-08 17:00:32.2313 (AOIComponentSystem.cs:153) aroundCell :1,0
2025-02-08 17:00:32.2313 (AOIComponentSystem.cs:153) aroundCell :1,1
2025-02-08 17:00:32.2313 (AOICellSystem.cs:37) 周围网格 x:-1 y: -1
2025-02-08 17:00:32.2313 (AOICellSystem.cs:37) 周围网格 x:-1 y: 0
2025-02-08 17:00:32.2313 (AOICellSystem.cs:37) 周围网格 x:-1 y: 1
2025-02-08 17:00:32.2313 (AOICellSystem.cs:37) 周围网格 x:0 y: -1
2025-02-08 17:00:32.2313 (AOICellSystem.cs:37) 周围网格 x:0 y: 0
2025-02-08 17:00:32.2313 (AOICellSystem.cs:37) 周围网格 x:0 y: 1
2025-02-08 17:00:32.2313 (AOICellSystem.cs:37) 周围网格 x:1 y: -1
2025-02-08 17:00:32.2313 (AOICellSystem.cs:37) 周围网格 x:1 y: 0
2025-02-08 17:00:32.2313 (AOICellSystem.cs:37) 周围网格 x:1 y: 1
2025-02-08 17:00:32.2313 (AOIComponentSystem.cs:71) 56962125700268034穿越网格
2025-02-08 17:00:32.2313 (C2M_EnterMapHandler.cs:38) device-750731629进入地图成功
2025-02-08 17:00:32.2595 (AOIEntitySystem.cs:84) AroundCells+True
2025-02-08 17:00:37.4356 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56962125700268032 连接的server类型 Map DeviceId100120323123
位置:0,0
2025-02-08 17:00:37.4356 (AOIComponentSystem.cs:30) 进入房间
2025-02-08 17:00:37.4356 (AOIEntitySystem.cs:17) aoi entity 初始化
2025-02-08 17:00:37.4356 (AOIEntitySystem.cs:33) 所在单元格索引Cell:0,0
2025-02-08 17:00:37.4356 (AOIComponentSystem.cs:91) Cell Index Key :0,0
2025-02-08 17:00:37.4356 (AOIComponentSystem.cs:153) aroundCell :-1,-1
2025-02-08 17:00:37.4356 (AOIComponentSystem.cs:153) aroundCell :-1,0
2025-02-08 17:00:37.4356 (AOIComponentSystem.cs:153) aroundCell :-1,1
2025-02-08 17:00:37.4356 (AOIComponentSystem.cs:153) aroundCell :0,-1
2025-02-08 17:00:37.4356 (AOIComponentSystem.cs:153) aroundCell :0,0
2025-02-08 17:00:37.4356 (AOIComponentSystem.cs:153) aroundCell :0,1
2025-02-08 17:00:37.4356 (AOIComponentSystem.cs:153) aroundCell :1,-1
2025-02-08 17:00:37.4356 (AOIComponentSystem.cs:153) aroundCell :1,0
2025-02-08 17:00:37.4356 (AOIComponentSystem.cs:153) aroundCell :1,1
2025-02-08 17:00:37.4356 (AOICellSystem.cs:37) 周围网格 x:-1 y: -1
2025-02-08 17:00:37.4356 (AOICellSystem.cs:37) 周围网格 x:-1 y: 0
2025-02-08 17:00:37.4356 (AOICellSystem.cs:37) 周围网格 x:-1 y: 1
2025-02-08 17:00:37.4356 (AOICellSystem.cs:37) 周围网格 x:0 y: -1
2025-02-08 17:00:37.4356 (AOICellSystem.cs:37) 周围网格 x:0 y: 0
2025-02-08 17:00:37.4356 (AOICellSystem.cs:37) 周围网格 x:0 y: 1
2025-02-08 17:00:37.4356 (AOICellSystem.cs:37) 周围网格 x:1 y: -1
2025-02-08 17:00:37.4356 (AOICellSystem.cs:37) 周围网格 x:1 y: 0
2025-02-08 17:00:37.4356 (AOICellSystem.cs:37) 周围网格 x:1 y: 1
2025-02-08 17:00:37.4356 (AOIComponentSystem.cs:71) 56962211599613953穿越网格
2025-02-08 17:00:37.4356 (C2M_EnterMapHandler.cs:38) device100120323123进入地图成功
2025-02-08 17:00:37.4356 (AOIEntitySystem.cs:84) AroundCells+False
2025-02-08 17:00:37.4356 (Event_AoiEntityViewChangeInCell.cs:12) Event_AoiEntityViewChangeInCell 处理视野变化
2025-02-08 17:02:08.6266 (OnCreateScene_Init.cs:16) Map 初始化成功
2025-02-08 17:02:08.6266 (AOIComponentSystem.cs:15) AOIComponent 初始化
2025-02-08 17:02:26.6105 (C2M_EnterMapHandler.cs:28) EnterMap 玩家网络Id56964084205355008 连接的server类型 Map DeviceId-750731629
位置:0,0
2025-02-08 17:02:26.6105 (AOIComponentSystem.cs:30) 进入房间
2025-02-08 17:02:26.6105 (AOIEntitySystem.cs:17) aoi entity 初始化
2025-02-08 17:02:26.6105 (AOIEntitySystem.cs:33) 所在单元格索引Cell:0,0
2025-02-08 17:02:26.6105 (AOIComponentSystem.cs:91) Cell Index Key :0,0
2025-02-08 17:02:26.6105 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :-2,-2 i:-2,j -2
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :-2,-1 i:-2,j -1
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :-2,0 i:-2,j 0
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :-2,1 i:-2,j 1
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :-2,2 i:-2,j 2
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :-1,-2 i:-1,j -2
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :-1,-1 i:-1,j -1
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :-1,0 i:-1,j 0
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :-1,1 i:-1,j 1
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :-1,2 i:-1,j 2
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :0,-2 i:0,j -2
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :0,-1 i:0,j -1
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :0,1 i:0,j 1
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :0,2 i:0,j 2
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :1,-2 i:1,j -2
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :1,-1 i:1,j -1
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :1,0 i:1,j 0
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :1,1 i:1,j 1
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :1,2 i:1,j 2
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :2,-2 i:2,j -2
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :2,-1 i:2,j -1
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :2,0 i:2,j 0
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :2,1 i:2,j 1
2025-02-08 17:02:26.6234 (AOICellSystem.cs:14) AoiCell 初始化
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:132) aroundCellMain :2,2 i:2,j 2
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:153) aroundCell :-1,-1
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:153) aroundCell :-1,0
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:153) aroundCell :-1,1
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:153) aroundCell :0,-1
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:153) aroundCell :0,0
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:153) aroundCell :0,1
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:153) aroundCell :1,-1
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:153) aroundCell :1,0
2025-02-08 17:02:26.6234 (AOIComponentSystem.cs:153) aroundCell :1,1
2025-02-08 17:02:26.6234 (AOICellSystem.cs:37) 周围网格 x:-1 y: -1
2025-02-08 17:02:26.6388 (AOICellSystem.cs:37) 周围网格 x:-1 y: 0
2025-02-08 17:02:26.6388 (AOICellSystem.cs:37) 周围网格 x:-1 y: 1
2025-02-08 17:02:26.6388 (AOICellSystem.cs:37) 周围网格 x:0 y: -1
2025-02-08 17:02:26.6388 (AOICellSystem.cs:37) 周围网格 x:0 y: 0
2025-02-08 17:02:26.6388 (AOICellSystem.cs:37) 周围网格 x:0 y: 1
2025-02-08 17:02:26.6388 (AOICellSystem.cs:37) 周围网格 x:1 y: -1
2025-02-08 17:02:26.6388 (AOICellSystem.cs:37) 周围网格 x:1 y: 0
2025-02-08 17:02:26.6388 (AOICellSystem.cs:37) 周围网格 x:1 y: 1
2025-02-08 17:02:26.6388 (AOIComponentSystem.cs:71) 56964084205355010穿越网格
2025-02-08 17:02:26.6388 (C2M_EnterMapHandler.cs:38) device-750731629进入地图成功
2025-02-08 17:02:26.6662 (AOIEntitySystem.cs:84) AroundCells+True

View File

@ -1,7 +0,0 @@
2025-02-08 17:02:07.2294 初始化序列化器成功数量为2
2025-02-08 17:02:07.6121 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-02-08 17:02:07.9219 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-02-08 17:02:08.1422 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-02-08 17:02:08.3951 SceneConfigId = 10025 networkTarget = Inner TCPServer Listen 127.0.0.1:11025
2025-02-08 17:02:08.6266 SceneConfigId = 10025 networkTarget = Outer KCPServer Listen 127.0.0.1:20025
2025-02-08 17:02:08.6266 Process:1 Startup Complete SceneCount:3

View File

@ -1,2 +0,0 @@
2025-02-08 17:01:41.9465 session timeout id:56962795715166208 timeNow:1739005301946 _session.LastReceiveTime:1739005289517 _timeOut:8000
2025-02-08 17:02:58.5971 session timeout id:56964462162477056 timeNow:1739005378596 _session.LastReceiveTime:1739005368593 _timeOut:8000

View File

@ -1,8 +0,0 @@
2025-03-05 22:22:51.4579 初始化序列化器成功数量为2
2025-03-05 22:22:52.1120 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-05 22:22:52.3945 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-03-05 22:22:52.6277 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:20000
2025-03-05 22:22:52.8862 SceneConfigId = 1003 networkTarget = Inner TCPServer Listen 127.0.0.1:11003
2025-03-05 22:22:53.1506 SceneConfigId = 1004 networkTarget = Inner TCPServer Listen 127.0.0.1:11004
2025-03-05 22:22:53.4052 SceneConfigId = 1005 networkTarget = Inner TCPServer Listen 127.0.0.1:11005
2025-03-05 22:22:53.4052 Process:1 Startup Complete SceneCount:5

View File

@ -1,5 +0,0 @@
2025-03-10 17:34:55.5835 (OnCreateScene_InitEvent.cs:14) 初始化鉴权服务器组件
2025-03-10 17:36:51.7265 (OnCreateScene_InitEvent.cs:14) 初始化鉴权服务器组件
2025-03-10 17:37:31.6399 (OnCreateScene_InitEvent.cs:14) 初始化鉴权服务器组件
2025-03-10 17:50:24.9357 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-10 17:54:32.5332 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件

View File

@ -1,82 +0,0 @@
2025-03-10 17:28:24.1771 System.ArgumentNullException: Value cannot be null. (Parameter 'value')
at System.Enum.Parse[TEnum](String value, Boolean ignoreCase)
at System.Enum.Parse[TEnum](String value)
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-03-10 17:34:55.5919 OnCreateScene Error System.Collections.Generic.KeyNotFoundException: The given key 'AuthenticationComponent' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Fantasy.Entitas.EntityComponent.GetHashCode(Type type)
at Fantasy.Entitas.Entity.AddComponent[T](T component)
at Fantasy.Entitas.Entity.AddComponent[T](Boolean isPool)
at OnCreateScene_InitEvent.Handler(OnCreateScene self) in E:\UnityProject\NewAR\EintooAR\GameServer\Server\Hotfix\OnCreateScene_InitEvent.cs:line 15
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.EventComponent.PublishAsync[TEventData](TEventData eventData)
at Fantasy.Event.EventComponent.PublishAsync[TEventData](TEventData eventData)
at Fantasy.Scene.<>c__DisplayClass88_0.<Create>b__0()
at Fantasy.ThreadSynchronizationContext.Update()
at Fantasy.MultiThreadScheduler.Loop(Scene scene, CancellationToken cancellationToken)
at Fantasy.MultiThreadScheduler.<>c__DisplayClass5_0.<Add>b__0()
2025-03-10 17:37:31.6399 OnCreateScene Error System.Collections.Generic.KeyNotFoundException: The given key 'AuthenticationComponent' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Fantasy.Entitas.EntityComponent.GetHashCode(Type type)
at Fantasy.Entitas.Entity.AddComponent[T](T component)
at Fantasy.Entitas.Entity.AddComponent[T](Boolean isPool)
at OnCreateScene_InitEvent.Handler(OnCreateScene self) in E:\UnityProject\NewAR\EintooAR\GameServer\Server\Hotfix\OnCreateScene_InitEvent.cs:line 15
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.EventComponent.PublishAsync[TEventData](TEventData eventData)
at Fantasy.Event.EventComponent.PublishAsync[TEventData](TEventData eventData)
at Fantasy.Scene.<>c__DisplayClass88_0.<Create>b__0()
at Fantasy.ThreadSynchronizationContext.Update()
at Fantasy.MultiThreadScheduler.Loop(Scene scene, CancellationToken cancellationToken)
at Fantasy.MultiThreadScheduler.<>c__DisplayClass5_0.<Add>b__0()
2025-03-10 17:39:54.8955 OnCreateScene Error System.Collections.Generic.KeyNotFoundException: The given key 'AuthenticationComponent' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Fantasy.Entitas.EntityComponent.GetHashCode(Type type)
at Fantasy.Entitas.Entity.AddComponent[T](T component)
at Fantasy.Entitas.Entity.AddComponent[T](Boolean isPool)
at OnCreateScene_InitEvent.Handler(OnCreateScene self) in E:\UnityProject\NewAR\EintooAR\GameServer\Server\Hotfix\OnCreateScene_InitEvent.cs:line 14
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.EventComponent.PublishAsync[TEventData](TEventData eventData)
at Fantasy.Event.EventComponent.PublishAsync[TEventData](TEventData eventData)
at Fantasy.Scene.<>c__DisplayClass88_0.<Create>b__0()
at Fantasy.ThreadSynchronizationContext.Update()
at Fantasy.MultiThreadScheduler.Loop(Scene scene, CancellationToken cancellationToken)
at Fantasy.MultiThreadScheduler.<>c__DisplayClass5_0.<Add>b__0()
2025-03-10 17:44:06.7496 OnCreateScene Error System.Collections.Generic.KeyNotFoundException: The given key 'AuthenticationComponent' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Fantasy.Entitas.EntityComponent.GetHashCode(Type type)
at Fantasy.Entitas.Entity.AddComponent[T](T component)
at Fantasy.Entitas.Entity.AddComponent[T](Boolean isPool)
at OnCreateScene_InitEvent.Handler(OnCreateScene self) in E:\UnityProject\NewAR\EintooAR\GameServer\Server\Hotfix\OnCreateScene_InitEvent.cs:line 14
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.EventComponent.PublishAsync[TEventData](TEventData eventData)
at Fantasy.Event.EventComponent.PublishAsync[TEventData](TEventData eventData)
at Fantasy.Scene.<>c__DisplayClass88_0.<Create>b__0()
at Fantasy.ThreadSynchronizationContext.Update()
at Fantasy.MultiThreadScheduler.Loop(Scene scene, CancellationToken cancellationToken)
at Fantasy.MultiThreadScheduler.<>c__DisplayClass5_0.<Add>b__0()

View File

@ -1,30 +0,0 @@
2025-03-10 17:28:23.8330 初始化序列化器成功数量为2
2025-03-10 17:28:24.1583 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-10 17:34:54.9918 初始化序列化器成功数量为2
2025-03-10 17:34:55.3568 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-10 17:34:55.5835 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-10 17:34:55.5835 Process:1 Startup Complete SceneCount:1
2025-03-10 17:36:51.2235 初始化序列化器成功数量为2
2025-03-10 17:36:51.5158 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-10 17:36:51.7265 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-10 17:36:51.7265 Process:1 Startup Complete SceneCount:1
2025-03-10 17:37:31.1218 初始化序列化器成功数量为2
2025-03-10 17:37:31.4211 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-10 17:37:31.6361 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-10 17:37:31.6361 Process:1 Startup Complete SceneCount:1
2025-03-10 17:39:54.3844 初始化序列化器成功数量为2
2025-03-10 17:39:54.6795 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-10 17:39:54.8955 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-10 17:39:54.8955 Process:1 Startup Complete SceneCount:1
2025-03-10 17:44:06.2487 初始化序列化器成功数量为2
2025-03-10 17:44:06.5390 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-10 17:44:06.7496 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-10 17:44:06.7496 Process:1 Startup Complete SceneCount:1
2025-03-10 17:50:24.3047 初始化序列化器成功数量为2
2025-03-10 17:50:24.6771 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-10 17:50:24.9312 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-10 17:50:24.9312 Process:1 Startup Complete SceneCount:1
2025-03-10 17:54:32.0134 初始化序列化器成功数量为2
2025-03-10 17:54:32.3093 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-10 17:54:32.5332 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-10 17:54:32.5332 Process:1 Startup Complete SceneCount:1

View File

@ -1 +0,0 @@
2025-03-11 09:30:38.7701 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件

View File

@ -1,4 +0,0 @@
2025-03-11 09:30:38.0136 初始化序列化器成功数量为2
2025-03-11 09:30:38.4336 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 09:30:38.7701 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 09:30:38.7701 Process:1 Startup Complete SceneCount:1

View File

@ -1 +0,0 @@
2025-03-11 09:31:02.1579 session timeout id:102513172841496576 timeNow:1741656662156 _session.LastReceiveTime:1741656654012 _timeOut:8000

View File

@ -1,73 +0,0 @@
2025-03-11 10:02:19.4992 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 10:15:56.9061 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 10:22:32.1921 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 10:30:37.3275 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 10:30:42.3859 (AuthenticationComponentSystem.cs:45) RegisterAccount Success(注册成功),username:ddd,password:ddddds,source:客户端
2025-03-11 10:30:47.2815 (AccountTimeOuterComponent.cs:18) 账号0超时,移除缓存
2025-03-11 10:32:02.5641 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 10:32:05.0810 (AuthenticationComponentSystem.cs:45) RegisterAccount Success(注册成功),username:23333d,password:ddddds,source:客户端
2025-03-11 10:32:10.0079 (AccountTimeOuterComponent.cs:18) 账号23333d超时,移除缓存
2025-03-11 10:32:24.0301 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:23333d 已存在数据库中
2025-03-11 10:32:24.9258 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:23333d 已存在数据库中
2025-03-11 10:32:25.1432 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:23333d 已存在数据库中
2025-03-11 10:32:25.3465 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:23333d 已存在数据库中
2025-03-11 10:32:25.5259 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:23333d 已存在数据库中
2025-03-11 10:32:25.7290 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:23333d 已存在数据库中
2025-03-11 10:32:25.9252 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:23333d 已存在数据库中
2025-03-11 10:32:26.1011 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:23333d 已存在数据库中
2025-03-11 10:32:26.7285 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:23333d 已存在数据库中
2025-03-11 10:35:48.8579 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 10:37:22.4067 (AuthenticationComponentSystem.cs:45) RegisterAccount Success(注册成功),username:eee,password:rrrrrrrrr,source:客户端
2025-03-11 10:37:24.1582 (AuthenticationComponentSystem.cs:24) RegisterAccount Fail(注册失败),username:eee 已存在缓存中
2025-03-11 10:37:24.7520 (AuthenticationComponentSystem.cs:24) RegisterAccount Fail(注册失败),username:eee 已存在缓存中
2025-03-11 10:37:24.9615 (AuthenticationComponentSystem.cs:24) RegisterAccount Fail(注册失败),username:eee 已存在缓存中
2025-03-11 10:37:25.1921 (AuthenticationComponentSystem.cs:24) RegisterAccount Fail(注册失败),username:eee 已存在缓存中
2025-03-11 10:37:25.4013 (AuthenticationComponentSystem.cs:24) RegisterAccount Fail(注册失败),username:eee 已存在缓存中
2025-03-11 10:37:25.5776 (AuthenticationComponentSystem.cs:24) RegisterAccount Fail(注册失败),username:eee 已存在缓存中
2025-03-11 10:37:25.7539 (AuthenticationComponentSystem.cs:24) RegisterAccount Fail(注册失败),username:eee 已存在缓存中
2025-03-11 10:37:25.9363 (AuthenticationComponentSystem.cs:24) RegisterAccount Fail(注册失败),username:eee 已存在缓存中
2025-03-11 10:37:26.1036 (AuthenticationComponentSystem.cs:24) RegisterAccount Fail(注册失败),username:eee 已存在缓存中
2025-03-11 10:37:26.2810 (AuthenticationComponentSystem.cs:24) RegisterAccount Fail(注册失败),username:eee 已存在缓存中
2025-03-11 10:37:26.4540 (AuthenticationComponentSystem.cs:24) RegisterAccount Fail(注册失败),username:eee 已存在缓存中
2025-03-11 10:37:26.6233 (AuthenticationComponentSystem.cs:24) RegisterAccount Fail(注册失败),username:eee 已存在缓存中
2025-03-11 10:37:26.8035 (AuthenticationComponentSystem.cs:24) RegisterAccount Fail(注册失败),username:eee 已存在缓存中
2025-03-11 10:37:26.9873 (AuthenticationComponentSystem.cs:24) RegisterAccount Fail(注册失败),username:eee 已存在缓存中
2025-03-11 10:37:27.1595 (AuthenticationComponentSystem.cs:24) RegisterAccount Fail(注册失败),username:eee 已存在缓存中
2025-03-11 10:37:27.3229 (AccountTimeOuterComponent.cs:18) 账号eee超时,移除缓存
2025-03-11 10:37:27.3497 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:27.5160 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:27.7017 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:27.8851 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:28.0818 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:28.2726 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:28.4535 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:28.6352 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:28.8214 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:29.0018 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:29.2042 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:29.3869 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:29.5886 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:29.7725 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:29.9706 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:30.1578 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:30.3553 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:30.5455 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:30.7361 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:30.9078 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:31.1107 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:31.3225 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:31.5078 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:31.6901 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:31.8701 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:32.4499 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:32.6019 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:33.0655 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:33.2631 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:33.4535 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:33.6276 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:33.8240 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:34.0052 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:34.2001 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:34.3655 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:34.5383 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中
2025-03-11 10:37:34.7162 (AuthenticationComponentSystem.cs:31) RegisterAccount Fail(注册失败),username:eee 已存在数据库中

View File

@ -1,37 +0,0 @@
2025-03-11 10:20:51.7463 System.NullReferenceException: Object reference not set to an instance of an object.
at Hotfix.AuthenticationComponentSystem.RegisterAccount(AuthenticationComponent self, String username, String password, String source) in E:\UnityProject\NewAR\EintooAR\GameServer\Server\Hotfix\Outter\Authentication\AuthenticationComponentSystem.cs:line 19
at Hotfix.AuthenticationHelper.RegisterAccount(Scene scene, String username, String password, String source) in E:\UnityProject\NewAR\EintooAR\GameServer\Server\Hotfix\Outter\Authentication\Helper\AuthenticationHelper.cs:line 10
at Hotfix.C2A_RegisterRequestHandler.Run(Session session, C2A_RegisterRequest request, A2C_RegisterResponse response, Action reply) in E:\UnityProject\NewAR\EintooAR\GameServer\Server\Hotfix\Outter\Authentication\Handler\C2A_RegisterRequestHandler.cs:line 16
at Fantasy.Network.Interface.MessageRPC`2.Handle(Session session, UInt32 rpcId, UInt32 messageTypeCode, Object message)
2025-03-11 10:22:50.9023 System.NullReferenceException: Object reference not set to an instance of an object.
at Hotfix.AuthenticationComponentSystem.RegisterAccount(AuthenticationComponent self, String username, String password, String source) in E:\UnityProject\NewAR\EintooAR\GameServer\Server\Hotfix\Outter\Authentication\AuthenticationComponentSystem.cs:line 18
at Hotfix.AuthenticationHelper.RegisterAccount(Scene scene, String username, String password, String source) in E:\UnityProject\NewAR\EintooAR\GameServer\Server\Hotfix\Outter\Authentication\Helper\AuthenticationHelper.cs:line 10
at Hotfix.C2A_RegisterRequestHandler.Run(Session session, C2A_RegisterRequest request, A2C_RegisterResponse response, Action reply) in E:\UnityProject\NewAR\EintooAR\GameServer\Server\Hotfix\Outter\Authentication\Handler\C2A_RegisterRequestHandler.cs:line 16
at Fantasy.Network.Interface.MessageRPC`2.Handle(Session session, UInt32 rpcId, UInt32 messageTypeCode, Object message)
2025-03-11 10:25:54.0136 MongoDB.Driver.MongoConfigurationException: The connection string '127.0.0.1:27017' is not valid.
at MongoDB.Driver.Core.Configuration.ConnectionString.Parse()
at MongoDB.Driver.Core.Configuration.ConnectionString..ctor(String connectionString, Boolean isInternalRepresentation, IDnsResolver dnsResolver)
at MongoDB.Driver.Core.Configuration.ConnectionString..ctor(String connectionString)
at MongoDB.Driver.MongoUrlBuilder.Parse(String url)
at MongoDB.Driver.MongoUrlBuilder..ctor(String url)
at MongoDB.Driver.MongoUrl..ctor(String url)
at MongoDB.Driver.MongoClientSettings.FromConnectionString(String connectionString)
at MongoDB.Driver.MongoClient..ctor(String connectionString)
at Fantasy.DataBase.MongoDataBase.Initialize(Scene scene, String connectionString, String dbName)
at Fantasy.DataBase.World..ctor(Scene scene, Byte worldConfigId)
at Fantasy.DataBase.World.Create(Scene scene, Byte id)
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()

View File

@ -1,25 +0,0 @@
2025-03-11 10:02:18.8538 初始化序列化器成功数量为2
2025-03-11 10:02:19.1988 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 10:02:19.4939 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 10:02:19.4939 Process:1 Startup Complete SceneCount:1
2025-03-11 10:15:56.3699 初始化序列化器成功数量为2
2025-03-11 10:15:56.6802 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 10:15:56.9016 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 10:15:56.9016 Process:1 Startup Complete SceneCount:1
2025-03-11 10:22:31.6314 初始化序列化器成功数量为2
2025-03-11 10:22:31.9612 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 10:22:32.1921 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 10:22:32.1921 Process:1 Startup Complete SceneCount:1
2025-03-11 10:25:53.6912 初始化序列化器成功数量为2
2025-03-11 10:30:36.2635 初始化序列化器成功数量为2
2025-03-11 10:30:37.1069 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 10:30:37.3223 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 10:30:37.3223 Process:1 Startup Complete SceneCount:1
2025-03-11 10:32:01.4928 初始化序列化器成功数量为2
2025-03-11 10:32:02.3356 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 10:32:02.5641 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 10:32:02.5641 Process:1 Startup Complete SceneCount:1
2025-03-11 10:35:47.8032 初始化序列化器成功数量为2
2025-03-11 10:35:48.6262 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 10:35:48.8507 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 10:35:48.8507 Process:1 Startup Complete SceneCount:1

View File

@ -1,4 +0,0 @@
2025-03-11 10:03:11.9848 Scene:67371008 Found Unhandled Message: Fantasy.C2A_RegisterRequest
2025-03-11 10:04:11.9503 session timeout id:102546484607844352 timeNow:1741658651950 _session.LastReceiveTime:1741658643831 _timeOut:8000
2025-03-11 10:36:42.4242 session timeout id:102580346130006017 timeNow:1741660602423 _session.LastReceiveTime:1741660590423 _timeOut:8000
2025-03-11 10:38:04.7182 session timeout id:102581926677970948 timeNow:1741660684718 _session.LastReceiveTime:1741660672756 _timeOut:8000

View File

@ -1,170 +0,0 @@
2025-03-11 14:12:12.1707 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 14:14:40.0912 (AuthenticationComponentSystem.cs:46) RegisterAccount Success(注册成功),username:wwwee,password:eeeeeeeee,source:客户端
2025-03-11 14:14:40.1210 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:14:40.1426 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:14:40.1672 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:14:40.1855 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:14:40.1855 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:14:40.2179 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:14:40.2378 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:14:40.2509 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:14:40.2672 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:14:49.7881 (SessionTimeOutComponentSystem.cs:37) session : 2589332299849924608 Dispose
2025-03-11 14:15:44.8582 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:15:44.8726 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:15:44.8910 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:15:44.9073 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:15:44.9247 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:15:44.9476 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:15:44.9762 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:15:44.9894 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:15:45.0070 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:15:45.0250 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:15:54.8589 (SessionTimeOutComponentSystem.cs:37) session : 2589475236361535488 Dispose
2025-03-11 14:16:11.5752 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:16:11.5752 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:16:11.6067 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:16:11.6262 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:16:11.6452 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:16:11.6621 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:16:11.6772 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:16:11.6966 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:16:11.7063 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:16:11.7231 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwee 已存在缓存中
2025-03-11 14:16:21.5759 (SessionTimeOutComponentSystem.cs:37) session : 2589534609989435392 Dispose
2025-03-11 14:22:45.2048 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 14:22:47.3543 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:47.3986 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:47.4221 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:47.4446 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:47.4709 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:47.4971 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:47.5319 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:47.5564 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:47.5801 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:47.5963 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:53.7843 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:53.8052 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:53.8352 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:53.8571 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:53.8858 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:53.9054 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:53.9333 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:53.9333 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:53.9571 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:53.9818 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:56.8360 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:56.8612 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:56.8855 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:56.9030 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:56.9233 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:56.9573 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:56.9900 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:57.0062 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:57.0293 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:22:57.0536 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:23:06.8353 (SessionTimeOutComponentSystem.cs:37) session : 2589033232687169536 Dispose
2025-03-11 14:26:22.3782 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 14:26:24.6365 (SessionTimeOutComponentSystem.cs:22) 1741674386636
2025-03-11 14:26:24.7588 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:26:24.7867 (SessionTimeOutComponentSystem.cs:22) 1741674386636
2025-03-11 14:26:24.8051 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:26:24.8212 (SessionTimeOutComponentSystem.cs:22) 1741674386787
2025-03-11 14:26:24.8274 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:26:24.8274 (SessionTimeOutComponentSystem.cs:22) 1741674386821
2025-03-11 14:26:24.8420 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:26:24.8701 (SessionTimeOutComponentSystem.cs:22) 1741674386839
2025-03-11 14:26:24.8729 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:26:24.8958 (SessionTimeOutComponentSystem.cs:22) 1741674386870
2025-03-11 14:26:24.8958 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:26:24.9221 (SessionTimeOutComponentSystem.cs:22) 1741674386896
2025-03-11 14:26:24.9221 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:26:24.9391 (SessionTimeOutComponentSystem.cs:22) 1741674386922
2025-03-11 14:26:24.9391 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:26:24.9632 (SessionTimeOutComponentSystem.cs:22) 1741674386939
2025-03-11 14:26:24.9656 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:26:24.9656 (SessionTimeOutComponentSystem.cs:22) 1741674386963
2025-03-11 14:26:24.9809 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:wwwee 已存在数据库中
2025-03-11 14:26:34.6379 (SessionTimeOutComponentSystem.cs:38) session : 2589013441477869568 Dispose
2025-03-11 14:29:05.6690 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 14:37:19.9810 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 14:37:24.6894 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:37:24.7135 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:37:24.7317 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:37:24.7317 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:37:24.7610 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:37:24.7797 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:37:24.7957 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:37:24.8118 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:37:24.8266 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:37:24.8471 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:37:59.7311 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 14:38:20.0430 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:38:20.0592 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:38:20.0751 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:38:20.0751 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:38:20.0980 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:38:20.1180 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:38:20.1376 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:38:20.1376 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:38:20.1623 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:38:20.1830 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:39:23.8483 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:39:28.3278 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:39:28.8160 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:39:29.0314 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:39:29.2254 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:39:29.4240 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:39:29.6178 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:39:29.7995 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:39:30.0080 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:39:30.1913 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:39:30.3928 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:39:31.0966 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:39:31.4978 (SessionTimeOutComponentSystem.cs:20) 2000
2025-03-11 14:40:25.2401 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 14:42:26.7174 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 14:47:11.7937 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 14:47:13.6901 (AuthenticationComponentSystem.cs:46) RegisterAccount Success(注册成功),username:wwwwe,password:eeerrr,source:客户端
2025-03-11 14:47:15.6023 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwwe 已存在缓存中
2025-03-11 14:47:17.0786 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:wwwwe 已存在缓存中
2025-03-11 14:47:27.0793 (SessionTimeOutComponentSystem.cs:37) session : 2589020038547636224 Dispose
2025-03-11 14:48:39.9536 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 14:48:55.8695 (AuthenticationComponentSystem.cs:46) RegisterAccount Success(注册成功),username:dasdasdasfff,password:ffffffff,source:客户端
2025-03-11 14:49:05.6698 (SessionTimeOutComponentSystem.cs:37) session : 2589042028780191744 Dispose
2025-03-11 14:49:55.3426 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 14:49:58.6331 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfff 已存在数据库中
2025-03-11 14:50:08.2003 (AuthenticationComponentSystem.cs:46) RegisterAccount Success(注册成功),username:dasdasdasfffdsad,password:fffffffddddddas,source:客户端
2025-03-11 14:50:13.1256 (AuthenticationComponentSystem.cs:60) 账号dasdasdasfffdsad超时,移除缓存
2025-03-11 14:50:18.1101 (SessionTimeOutComponentSystem.cs:37) session : 2589035431710425088 Dispose
2025-03-11 14:50:22.1289 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:50:22.3306 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:50:22.5158 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:50:22.6907 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:50:22.8723 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:50:23.0514 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:50:23.2289 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:50:23.4281 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:50:23.6129 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:50:23.7776 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:50:24.4171 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:50:24.5762 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:50:24.7296 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:50:24.8896 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:50:25.0536 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:50:25.2426 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:50:25.4308 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:50:25.6222 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:50:25.8063 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:50:35.8035 (SessionTimeOutComponentSystem.cs:37) session : 2589075014129025033 Dispose
2025-03-11 14:55:29.2662 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:55:34.0216 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:55:34.5836 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:55:34.7810 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:55:35.3966 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:55:35.5516 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:55:35.9577 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:dasdasdasfffdsad 已存在数据库中
2025-03-11 14:55:45.9557 (SessionTimeOutComponentSystem.cs:37) session : 2589756711338246150 Dispose
2025-03-11 14:56:20.2668 (AuthenticationComponentSystem.cs:46) RegisterAccount Success(注册成功),username:sadasdasddd,password:dddddd,source:客户端
2025-03-11 14:56:25.2650 (AuthenticationComponentSystem.cs:60) 账号sadasdasddd超时,移除缓存
2025-03-11 14:56:30.2637 (SessionTimeOutComponentSystem.cs:37) session : 2589855667384745984 Dispose

View File

@ -1,44 +0,0 @@
2025-03-11 14:12:10.9491 初始化序列化器成功数量为2
2025-03-11 14:12:11.9437 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 14:12:12.1659 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 14:12:12.1659 Process:1 Startup Complete SceneCount:1
2025-03-11 14:22:44.2008 初始化序列化器成功数量为2
2025-03-11 14:22:44.9715 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 14:22:45.2048 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 14:22:45.2048 Process:1 Startup Complete SceneCount:1
2025-03-11 14:26:21.3034 初始化序列化器成功数量为2
2025-03-11 14:26:22.1377 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 14:26:22.3699 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 14:26:22.3699 Process:1 Startup Complete SceneCount:1
2025-03-11 14:29:04.5599 初始化序列化器成功数量为2
2025-03-11 14:29:05.4377 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 14:29:05.6690 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 14:29:05.6690 Process:1 Startup Complete SceneCount:1
2025-03-11 14:37:18.8310 初始化序列化器成功数量为2
2025-03-11 14:37:19.7346 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 14:37:19.9745 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 14:37:19.9745 Process:1 Startup Complete SceneCount:1
2025-03-11 14:37:58.7038 初始化序列化器成功数量为2
2025-03-11 14:37:59.5081 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 14:37:59.7250 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 14:37:59.7250 Process:1 Startup Complete SceneCount:1
2025-03-11 14:40:24.1540 初始化序列化器成功数量为2
2025-03-11 14:40:25.0206 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 14:40:25.2401 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 14:40:25.2401 Process:1 Startup Complete SceneCount:1
2025-03-11 14:42:25.6420 初始化序列化器成功数量为2
2025-03-11 14:42:26.4893 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 14:42:26.7105 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 14:42:26.7105 Process:1 Startup Complete SceneCount:1
2025-03-11 14:47:10.7353 初始化序列化器成功数量为2
2025-03-11 14:47:11.5705 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 14:47:11.7888 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 14:47:11.7888 Process:1 Startup Complete SceneCount:1
2025-03-11 14:48:38.9932 初始化序列化器成功数量为2
2025-03-11 14:48:39.7189 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 14:48:39.9490 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 14:48:39.9490 Process:1 Startup Complete SceneCount:1
2025-03-11 14:49:54.1574 初始化序列化器成功数量为2
2025-03-11 14:49:55.0983 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 14:49:55.3426 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 14:49:55.3426 Process:1 Startup Complete SceneCount:1

View File

@ -1,83 +0,0 @@
2025-03-11 14:29:27.8260 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:29:27.8559 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:29:27.8719 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:29:27.8923 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:29:27.9066 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:29:27.9066 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:29:27.9244 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:29:27.9408 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:29:27.9595 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:29:27.9741 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:35:56.8467 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:35:56.8613 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:35:56.8613 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:35:56.8869 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:35:56.9039 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:35:56.9327 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:35:56.9447 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:35:56.9631 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:35:56.9872 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:35:56.9872 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:36:06.4704 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:36:06.4845 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:36:06.5090 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:36:06.5196 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:36:06.5358 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:36:06.5505 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:36:06.5687 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:36:06.5853 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:36:06.6009 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:36:06.7661 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:36:06.7805 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:36:06.7997 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:36:06.8220 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:36:06.8502 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:36:06.8628 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:36:06.8799 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:36:06.8995 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:36:06.9162 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:36:06.9328 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:37:24.6894 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:37:24.7135 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:37:24.7317 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:37:24.7317 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:37:24.7610 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:37:24.7797 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:37:24.7957 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:37:24.8118 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:37:24.8266 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:37:24.8471 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:38:20.0430 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:38:20.0592 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:38:20.0751 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:38:20.0751 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:38:20.0980 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:38:20.1180 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:38:20.1376 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:38:20.1376 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:38:20.1623 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:38:20.1830 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:39:05.0460 session timeout id:102830107068203008 timeNow:1741675145045 _session.LastReceiveTime:1741675134054 _timeOut:8000
2025-03-11 14:39:23.8483 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:39:28.3278 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:39:28.8160 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:39:29.0314 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:39:29.2254 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:39:29.4240 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:39:29.6178 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:39:29.7995 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:39:30.0080 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:39:30.1913 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:39:30.3928 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:39:31.0966 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:39:31.4978 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁
2025-03-11 14:40:29.1366 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741675231136TimeOut1741675229136
2025-03-11 14:56:20.2899 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741676182262TimeOut1741676180289
2025-03-11 14:56:20.3278 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741676182262TimeOut1741676180327
2025-03-11 14:56:20.3465 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741676182262TimeOut1741676180346
2025-03-11 14:56:20.3634 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741676182262TimeOut1741676180363
2025-03-11 14:56:20.3634 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741676182262TimeOut1741676180370
2025-03-11 14:56:20.3874 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741676182262TimeOut1741676180387
2025-03-11 14:56:20.3874 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741676182262TimeOut1741676180396
2025-03-11 14:56:20.4135 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741676182262TimeOut1741676180413
2025-03-11 14:56:20.4294 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741676182262TimeOut1741676180429

View File

@ -1,38 +0,0 @@
2025-03-11 15:02:29.9010 (AuthenticationComponentSystem.cs:46) RegisterAccount Success(注册成功),username:eqweqweqr,password:rrrrrrrr,source:客户端
2025-03-11 15:02:32.4628 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:eqweqweqr 已存在缓存中
2025-03-11 15:02:34.5399 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:eqweqweqr 已存在缓存中
2025-03-11 15:02:34.9006 (AuthenticationComponentSystem.cs:60) 账号eqweqweqr超时,移除缓存
2025-03-11 15:02:36.7951 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:eqweqweqr 已存在数据库中
2025-03-11 15:02:38.8781 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:eqweqweqr 已存在数据库中
2025-03-11 15:02:39.8971 (SessionTimeOutComponentSystem.cs:37) session : 2590667106966044672 Dispose
2025-03-11 15:09:53.6925 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 15:10:14.9418 (AuthenticationComponentSystem.cs:46) RegisterAccount Success(注册成功),username:eqweqweqwe,password:qweqweqe,source:客户端
2025-03-11 15:10:16.9385 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:eqweqweqwe 已存在缓存中
2025-03-11 15:10:19.8368 (AuthenticationComponentSystem.cs:60) 账号eqweqweqwe超时,移除缓存
2025-03-11 15:10:31.2695 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:eqweqweqwe 已存在数据库中
2025-03-11 15:10:35.3809 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:eqweqweqwe 已存在数据库中
2025-03-11 15:10:36.0486 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:eqweqweqwe 已存在数据库中
2025-03-11 15:10:36.6871 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:eqweqweqwe 已存在数据库中
2025-03-11 15:10:37.2742 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:eqweqweqwe 已存在数据库中
2025-03-11 15:10:38.0004 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:eqweqweqwe 已存在数据库中
2025-03-11 15:10:39.0559 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:eqweqweqwe 已存在数据库中
2025-03-11 15:10:40.1074 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:eqweqweqwe 已存在数据库中
2025-03-11 15:10:50.1064 (SessionTimeOutComponentSystem.cs:37) session : 2589110198501113856 Dispose
2025-03-11 15:11:00.1726 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:eqweqweqwe 已存在数据库中
2025-03-11 15:11:10.1706 (SessionTimeOutComponentSystem.cs:37) session : 2589154178966224896 Dispose
2025-03-11 15:17:49.6882 (AuthenticationComponentSystem.cs:46) RegisterAccount Success(注册成功),username:2eqawedasd,password:wqeqewee,source:客户端
2025-03-11 15:17:51.8590 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:2eqawedasd 已存在缓存中
2025-03-11 15:17:54.1163 (AuthenticationComponentSystem.cs:25) RegisterAccount Fail(注册失败),username:2eqawedasd 已存在缓存中
2025-03-11 15:17:54.6872 (AuthenticationComponentSystem.cs:60) 账号2eqawedasd超时,移除缓存
2025-03-11 15:17:56.4674 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:2eqawedasd 已存在数据库中
2025-03-11 15:17:58.7046 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:2eqawedasd 已存在数据库中
2025-03-11 15:17:59.6832 (SessionTimeOutComponentSystem.cs:37) session : 2590053579477745664 Dispose
2025-03-11 15:22:14.5303 (AuthenticationComponentSystem.cs:46) RegisterAccount Success(注册成功),username:dddwwwe,password:eeeeqqq,source:客户端
2025-03-11 15:22:19.5298 (AuthenticationComponentSystem.cs:60) 账号dddwwwe超时,移除缓存
2025-03-11 15:22:24.5265 (SessionTimeOutComponentSystem.cs:37) session : 2590636320640466944 Dispose
2025-03-11 15:26:35.0109 (AuthenticationComponentSystem.cs:46) RegisterAccount Success(注册成功),username:asdasdads,password:ddddd,source:客户端
2025-03-11 15:26:40.0109 (AuthenticationComponentSystem.cs:60) 账号asdasdads超时,移除缓存
2025-03-11 15:26:48.4331 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:asdasdads 已存在数据库中
2025-03-11 15:26:50.6447 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:asdasdads 已存在数据库中
2025-03-11 15:26:52.7696 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:asdasdads 已存在数据库中
2025-03-11 15:26:54.8686 (AuthenticationComponentSystem.cs:32) RegisterAccount Fail(注册失败),username:asdasdads 已存在数据库中

View File

@ -1,4 +0,0 @@
2025-03-11 15:09:52.7617 初始化序列化器成功数量为2
2025-03-11 15:09:53.4828 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 15:09:53.6925 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 15:09:53.6925 Process:1 Startup Complete SceneCount:1

View File

@ -1,45 +0,0 @@
2025-03-11 15:02:35.8827 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741676556539TimeOut1741676555882
2025-03-11 15:02:38.2852 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741676558792TimeOut1741676558285
2025-03-11 15:02:39.1020 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741676560875TimeOut1741676559102
2025-03-11 15:02:39.2929 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741676560875TimeOut1741676559292
2025-03-11 15:02:39.4938 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741676560875TimeOut1741676559493
2025-03-11 15:02:39.8175 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741676560875TimeOut1741676559817
2025-03-11 15:10:26.9384 session timeout id:102863023697559552 timeNow:1741677026937 _session.LastReceiveTime:1741677016938 _timeOut:8000
2025-03-11 15:17:50.4460 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741677471683TimeOut1741677470446
2025-03-11 15:17:51.2550 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741677471683TimeOut1741677471254
2025-03-11 15:17:52.5748 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741677473858TimeOut1741677472574
2025-03-11 15:17:53.2147 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741677473858TimeOut1741677473214
2025-03-11 15:17:53.6914 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741677473858TimeOut1741677473691
2025-03-11 15:17:54.5501 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741677476116TimeOut1741677474550
2025-03-11 15:17:54.9505 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741677476116TimeOut1741677474950
2025-03-11 15:17:55.3305 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741677476116TimeOut1741677475330
2025-03-11 15:17:55.9708 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741677476116TimeOut1741677475970
2025-03-11 15:17:56.8973 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741677478465TimeOut1741677476897
2025-03-11 15:17:57.4792 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741677478465TimeOut1741677477479
2025-03-11 15:17:57.9121 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741677478465TimeOut1741677477912
2025-03-11 15:17:58.3459 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741677478465TimeOut1741677478345
2025-03-11 15:17:59.4950 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741677480702TimeOut1741677479495
2025-03-11 15:26:49.0609 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678010430TimeOut1741678009060
2025-03-11 15:26:49.8945 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678010430TimeOut1741678009894
2025-03-11 15:26:50.2623 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678010430TimeOut1741678010262
2025-03-11 15:26:50.6741 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678012642TimeOut1741678010674
2025-03-11 15:26:50.8713 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678012642TimeOut1741678010871
2025-03-11 15:26:51.0636 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678012642TimeOut1741678011063
2025-03-11 15:26:51.3579 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678012642TimeOut1741678011357
2025-03-11 15:26:51.5420 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678012642TimeOut1741678011542
2025-03-11 15:26:51.7163 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678012642TimeOut1741678011716
2025-03-11 15:26:51.9239 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678012642TimeOut1741678011923
2025-03-11 15:26:52.2585 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678012642TimeOut1741678012258
2025-03-11 15:26:52.4350 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678012642TimeOut1741678012447
2025-03-11 15:26:52.8105 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678014765TimeOut1741678012810
2025-03-11 15:26:53.0002 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678014765TimeOut1741678013000
2025-03-11 15:26:53.2103 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678014765TimeOut1741678013210
2025-03-11 15:26:53.4018 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678014765TimeOut1741678013401
2025-03-11 15:26:53.5935 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678014765TimeOut1741678013593
2025-03-11 15:26:53.7922 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678014765TimeOut1741678013792
2025-03-11 15:26:53.9745 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678014765TimeOut1741678013974
2025-03-11 15:26:54.1580 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678014765TimeOut1741678014158
2025-03-11 15:26:54.3424 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678014765TimeOut1741678014342
2025-03-11 15:26:54.5265 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678014765TimeOut1741678014526
2025-03-11 15:26:54.8985 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678016866TimeOut1741678014898
2025-03-11 15:26:55.0932 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741678016866TimeOut1741678015093

View File

@ -1,36 +0,0 @@
2025-03-11 17:28:15.8711 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 17:28:27.1712 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 17:39:49.6543 (AuthenticationComponentSystem.cs:47) RegisterAccount Success(注册成功),username:weee,password:rrrrrr,source:客户端
2025-03-11 17:39:54.5796 (AuthenticationComponentSystem.cs:61) 账号weee超时,移除缓存
2025-03-11 17:44:05.3088 (AuthenticationComponentSystem.cs:47) RegisterAccount Success(注册成功),username:1,password:1,source:客户端
2025-03-11 17:44:08.3871 (AuthenticationComponentSystem.cs:26) RegisterAccount Fail(注册失败),username:1 已存在缓存中
2025-03-11 17:44:10.3071 (AuthenticationComponentSystem.cs:61) 账号1超时,移除缓存
2025-03-11 17:44:10.5319 (AuthenticationComponentSystem.cs:33) RegisterAccount Fail(注册失败),username:1 已存在数据库中
2025-03-11 17:49:34.0698 (AuthenticationComponentSystem.cs:100) Login Success(登录成功),username:1,password:1,source:客户端
2025-03-11 17:49:39.0713 (AuthenticationComponentSystem.cs:120) Login:username:1 用户移除成功 从缓存中
2025-03-11 17:49:43.8627 (AuthenticationComponentSystem.cs:100) Login Success(登录成功),username:1,password:1,source:客户端
2025-03-11 17:49:48.8621 (AuthenticationComponentSystem.cs:120) Login:username:1 用户移除成功 从缓存中
2025-03-11 17:49:56.9760 (AuthenticationComponentSystem.cs:100) Login Success(登录成功),username:1,password:1,source:客户端
2025-03-11 17:50:01.9763 (AuthenticationComponentSystem.cs:120) Login:username:1 用户移除成功 从缓存中
2025-03-11 17:50:08.1373 (AuthenticationComponentSystem.cs:91) Login 失败(账号不存在或者密码不正确),username:213123,password:3333,source:客户端
2025-03-11 17:50:13.1379 (AuthenticationComponentSystem.cs:120) Login:username:213123 用户移除成功 从缓存中
2025-03-11 17:50:22.5349 (AuthenticationComponentSystem.cs:91) Login 失败(账号不存在或者密码不正确),username:213123,password:3333,source:客户端
2025-03-11 17:50:27.5361 (AuthenticationComponentSystem.cs:120) Login:username:213123 用户移除成功 从缓存中
2025-03-11 17:50:27.6776 (AuthenticationComponentSystem.cs:91) Login 失败(账号不存在或者密码不正确),username:213123,password:3333,source:客户端
2025-03-11 17:50:32.6778 (AuthenticationComponentSystem.cs:120) Login:username:213123 用户移除成功 从缓存中
2025-03-11 17:54:25.1213 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 17:54:32.4708 (AuthenticationComponentSystem.cs:91) Login 失败(账号不存在或者密码不正确),username:231231,password:3123123123,source:客户端
2025-03-11 17:54:38.4720 (AuthenticationComponentSystem.cs:120) Login:username:231231 用户移除成功 从缓存中
2025-03-11 17:54:38.9134 (AuthenticationComponentSystem.cs:91) Login 失败(账号不存在或者密码不正确),username:231231,password:3123123123,source:客户端
2025-03-11 17:54:44.9132 (AuthenticationComponentSystem.cs:120) Login:username:231231 用户移除成功 从缓存中
2025-03-11 17:55:00.0578 (AuthenticationComponentSystem.cs:91) Login 失败(账号不存在或者密码不正确),username:231231,password:3123123123,source:客户端
2025-03-11 17:55:06.0599 (AuthenticationComponentSystem.cs:120) Login:username:231231 用户移除成功 从缓存中
2025-03-11 17:55:07.2585 (AuthenticationComponentSystem.cs:91) Login 失败(账号不存在或者密码不正确),username:231231,password:3123123123,source:客户端
2025-03-11 17:55:13.2594 (AuthenticationComponentSystem.cs:120) Login:username:231231 用户移除成功 从缓存中
2025-03-11 17:55:14.0016 (AuthenticationComponentSystem.cs:91) Login 失败(账号不存在或者密码不正确),username:231231,password:3123123123,source:客户端
2025-03-11 17:55:20.0025 (AuthenticationComponentSystem.cs:120) Login:username:231231 用户移除成功 从缓存中
2025-03-11 17:56:07.8637 (OnCreateScene_InitEvent.cs:15) 初始化鉴权服务器组件
2025-03-11 17:56:33.5376 (AuthenticationComponentSystem.cs:92) Login 失败(账号不存在或者密码不正确),username:asdasd,password:asdasdasd,source:客户端 数据库中查看
2025-03-11 17:56:35.4181 (AuthenticationComponentSystem.cs:84) Login 失败(账号不存在或者密码不正确),username:asdasd,password:asdasdasd,source:客户端 缓存中查看
2025-03-11 17:56:37.9355 (AuthenticationComponentSystem.cs:84) Login 失败(账号不存在或者密码不正确),username:asdasd,password:asdasdasd,source:客户端 缓存中查看
2025-03-11 17:56:39.5406 (AuthenticationComponentSystem.cs:121) Login:username:asdasd 用户移除成功 从缓存中

View File

@ -1,16 +0,0 @@
2025-03-11 17:28:14.8101 初始化序列化器成功数量为2
2025-03-11 17:28:15.6447 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 17:28:15.8711 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 17:28:15.8711 Process:1 Startup Complete SceneCount:1
2025-03-11 17:28:26.2509 初始化序列化器成功数量为2
2025-03-11 17:28:26.9595 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 17:28:27.1665 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 17:28:27.1665 Process:1 Startup Complete SceneCount:1
2025-03-11 17:54:24.0131 初始化序列化器成功数量为2
2025-03-11 17:54:24.8940 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 17:54:25.1213 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 17:54:25.1213 Process:1 Startup Complete SceneCount:1
2025-03-11 17:56:06.9055 初始化序列化器成功数量为2
2025-03-11 17:56:07.6517 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-11 17:56:07.8637 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-11 17:56:07.8637 Process:1 Startup Complete SceneCount:1

View File

@ -1,56 +0,0 @@
2025-03-11 17:41:57.9882 session timeout id:103019205888311296 timeNow:1741686117987 _session.LastReceiveTime:1741686107985 _timeOut:8000
2025-03-11 17:43:04.6016 session timeout id:103020356939546624 timeNow:1741686184601 _session.LastReceiveTime:1741686174601 _timeOut:8000
2025-03-11 17:44:08.7527 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686250387TimeOut1741686248752
2025-03-11 17:44:09.4333 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686250387TimeOut1741686249433
2025-03-11 17:44:09.6267 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686250387TimeOut1741686249626
2025-03-11 17:44:09.8177 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686250387TimeOut1741686249817
2025-03-11 17:44:09.9949 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686250387TimeOut1741686249994
2025-03-11 17:44:10.1833 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686250387TimeOut1741686250183
2025-03-11 17:44:10.5452 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686252529TimeOut1741686250545
2025-03-11 17:44:10.7302 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686252529TimeOut1741686250730
2025-03-11 17:44:33.3692 session timeout id:103021885947904000 timeNow:1741686273369 _session.LastReceiveTime:1741686263367 _timeOut:8000
2025-03-11 17:48:26.2207 session timeout id:103025888857423872 timeNow:1741686506220 _session.LastReceiveTime:1741686496219 _timeOut:8000
2025-03-11 17:49:44.2811 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686585860TimeOut1741686584281
2025-03-11 17:49:44.4830 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686585860TimeOut1741686584483
2025-03-11 17:49:44.6609 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686585860TimeOut1741686584660
2025-03-11 17:49:44.8521 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686585860TimeOut1741686584852
2025-03-11 17:49:45.0277 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686585860TimeOut1741686585027
2025-03-11 17:49:45.2092 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686585860TimeOut1741686585209
2025-03-11 17:49:45.3908 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686585860TimeOut1741686585390
2025-03-11 17:49:45.5585 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686585860TimeOut1741686585558
2025-03-11 17:49:45.9515 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686587899TimeOut1741686585951
2025-03-11 17:50:24.1648 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686624532TimeOut1741686624164
2025-03-11 17:50:26.6568 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686627598TimeOut1741686626656
2025-03-11 17:54:33.7662 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686874349TimeOut1741686873765
2025-03-11 17:54:35.3123 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686876737TimeOut1741686875312
2025-03-11 17:54:35.8163 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686876737TimeOut1741686875816
2025-03-11 17:54:36.2323 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686876737TimeOut1741686876232
2025-03-11 17:54:37.0233 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686878774TimeOut1741686877023
2025-03-11 17:54:37.3967 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686878774TimeOut1741686877396
2025-03-11 17:54:37.6138 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686878774TimeOut1741686877613
2025-03-11 17:54:37.8072 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686878774TimeOut1741686877807
2025-03-11 17:54:37.9907 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686878774TimeOut1741686877990
2025-03-11 17:54:38.1825 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686878774TimeOut1741686878182
2025-03-11 17:54:38.3645 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686878774TimeOut1741686878364
2025-03-11 17:54:38.5645 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686878774TimeOut1741686878564
2025-03-11 17:54:38.9134 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686880897TimeOut1741686878913
2025-03-11 17:55:03.8524 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686905052TimeOut1741686903852
2025-03-11 17:55:04.5115 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686905052TimeOut1741686904511
2025-03-11 17:55:05.7128 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686907260TimeOut1741686905712
2025-03-11 17:55:06.1139 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686907260TimeOut1741686906113
2025-03-11 17:55:06.5286 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686907260TimeOut1741686906528
2025-03-11 17:55:07.7061 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686909255TimeOut1741686907706
2025-03-11 17:55:08.6808 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686909255TimeOut1741686908680
2025-03-11 17:55:10.1412 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686911585TimeOut1741686910141
2025-03-11 17:55:10.8492 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686911585TimeOut1741686910849
2025-03-11 17:55:11.2001 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686911585TimeOut1741686911200
2025-03-11 17:55:11.8819 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686913719TimeOut1741686911881
2025-03-11 17:55:12.2358 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686913719TimeOut1741686912235
2025-03-11 17:55:12.5686 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686913719TimeOut1741686912568
2025-03-11 17:55:12.8989 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686913719TimeOut1741686912898
2025-03-11 17:55:13.2071 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686913719TimeOut1741686913207
2025-03-11 17:55:13.4668 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686913719TimeOut1741686913466
2025-03-11 17:55:14.4002 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686915998TimeOut1741686914400
2025-03-11 17:56:34.2593 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686995417TimeOut1741686994258
2025-03-11 17:56:36.4935 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686997417TimeOut1741686996493
2025-03-11 17:56:37.0572 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1741686997417TimeOut1741686997057

View File

@ -1,47 +0,0 @@
2025-03-18 16:42:59.3398 System.TimeoutException: A timeout occurred after 30000ms selecting a server using CompositeServerSelector{ Selectors = ReadPreferenceServerSelector{ ReadPreference = { Mode : Primary } }, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 }, OperationsCountServerSelector }. Client view of cluster state is { ClusterId : "1", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "127.0.0.1:27017" }", EndPoint: "127.0.0.1:27017", ReasonChanged: "Heartbeat", State: "Disconnected", ServerVersion: , TopologyVersion: , Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server.
---> System.Net.Sockets.SocketException (10061): 由于目标计算机积极拒绝,无法连接。 127.0.0.1:27017
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at MongoDB.Driver.Core.Connections.TcpStreamFactory.Connect(Socket socket, EndPoint endPoint, CancellationToken cancellationToken)
at MongoDB.Driver.Core.Connections.TcpStreamFactory.CreateStream(EndPoint endPoint, CancellationToken cancellationToken)
at MongoDB.Driver.Core.Connections.BinaryConnection.OpenHelper(CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at MongoDB.Driver.Core.Connections.BinaryConnection.OpenHelper(CancellationToken cancellationToken)
at MongoDB.Driver.Core.Connections.BinaryConnection.Open(CancellationToken cancellationToken)
at MongoDB.Driver.Core.Servers.ServerMonitor.InitializeConnection(CancellationToken cancellationToken)
at MongoDB.Driver.Core.Servers.ServerMonitor.Heartbeat(CancellationToken cancellationToken)", LastHeartbeatTimestamp: "2025-03-18T08:42:58.9839062Z", LastUpdateTimestamp: "2025-03-18T08:42:58.9839067Z" }] }.
at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
at MongoDB.Driver.Core.Clusters.IClusterExtensions.SelectServerAndPinIfNeeded(IClusterInternal cluster, ICoreSessionHandle session, IServerSelector selector, IReadOnlyCollection`1 deprioritizedServers, CancellationToken cancellationToken)
at MongoDB.Driver.Core.Bindings.ReadPreferenceBinding.GetReadChannelSource(IReadOnlyCollection`1 deprioritizedServers, CancellationToken cancellationToken)
at MongoDB.Driver.Core.Bindings.ReadPreferenceBinding.GetReadChannelSource(CancellationToken cancellationToken)
at MongoDB.Driver.Core.Bindings.ReadBindingHandle.GetReadChannelSource(CancellationToken cancellationToken)
at MongoDB.Driver.Core.Operations.RetryableReadContext.Initialize(CancellationToken cancellationToken)
at MongoDB.Driver.Core.Operations.RetryableReadContext.Create(IReadBinding binding, Boolean retryRequested, CancellationToken cancellationToken)
at MongoDB.Driver.Core.Operations.ListCollectionsOperation.Execute(IReadBinding binding, CancellationToken cancellationToken)
at MongoDB.Driver.OperationExecutor.ExecuteReadOperation[TResult](IReadBinding binding, IReadOperation`1 operation, CancellationToken cancellationToken)
at MongoDB.Driver.MongoDatabase.ExecuteReadOperation[T](IClientSessionHandle session, IReadOperation`1 operation, ReadPreference readPreference, CancellationToken cancellationToken)
at MongoDB.Driver.MongoDatabase.ListCollectionNames(IClientSessionHandle session, ListCollectionNamesOptions options, CancellationToken cancellationToken)
at MongoDB.Driver.MongoDatabase.<>c__DisplayClass37_0.<ListCollectionNames>b__0(IClientSessionHandle session)
at MongoDB.Driver.MongoDatabase.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
at MongoDB.Driver.MongoDatabase.ListCollectionNames(ListCollectionNamesOptions options, CancellationToken cancellationToken)
at Fantasy.DataBase.MongoDataBase.Initialize(Scene scene, String connectionString, String dbName)
at Fantasy.DataBase.World..ctor(Scene scene, Byte worldConfigId)
at Fantasy.DataBase.World.Create(Scene scene, Byte id)
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()

View File

@ -1 +0,0 @@
2025-03-18 16:42:28.7766 初始化序列化器成功数量为2

View File

@ -1,3 +0,0 @@
2025-03-19 10:41:07.6991 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-19 10:41:33.2212 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-19 10:42:07.0786 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件

View File

@ -1,38 +0,0 @@
2025-03-19 10:41:07.6991 AuthenticationJWTComponent Error System.FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.
at System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength)
at System.Convert.FromBase64String(String s)
at Hotfix.AuthenticationJWTComponentAwakeSystem.Awake(AuthenticationJWTComponent self) in D:\UGit\EintooAR\GameServer\Server\Hotfix\Outter\Authentication\JWT\AuthenticationJWTComponentSystem.cs:line 15
at Fantasy.Entitas.Interface.AwakeSystem`1.Invoke(Entity self)
at Fantasy.Entitas.EntityComponent.Awake(Entity entity)
at Fantasy.Entitas.EntityComponent.Awake(Entity entity)
at Fantasy.Entitas.Entity.AddComponent[T](Boolean isPool)
at OnCreateScene_InitEvent.Handler(OnCreateScene self) in D:\UGit\EintooAR\GameServer\Server\Hotfix\OnCreateScene_InitEvent.cs:line 15
at OnCreateScene_InitEvent.Handler(OnCreateScene self)
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.EventComponent.PublishAsync[TEventData](TEventData eventData)
at Fantasy.Event.EventComponent.PublishAsync[TEventData](TEventData eventData)
at Fantasy.Scene.<>c__DisplayClass88_0.<Create>b__0()
at Fantasy.ThreadSynchronizationContext.Update()
at Fantasy.MultiThreadScheduler.Loop(Scene scene, CancellationToken cancellationToken)
at Fantasy.MultiThreadScheduler.<>c__DisplayClass5_0.<Add>b__0()
2025-03-19 10:42:07.0786 AuthenticationJWTComponent Error System.FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.
at System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength)
at System.Convert.FromBase64String(String s)
at Hotfix.AuthenticationJWTComponentAwakeSystem.Awake(AuthenticationJWTComponent self) in D:\UGit\EintooAR\GameServer\Server\Hotfix\Outter\Authentication\JWT\AuthenticationJWTComponentSystem.cs:line 15
at Fantasy.Entitas.Interface.AwakeSystem`1.Invoke(Entity self)
at Fantasy.Entitas.EntityComponent.Awake(Entity entity)
at Fantasy.Entitas.EntityComponent.Awake(Entity entity)
at Fantasy.Entitas.Entity.AddComponent[T](Boolean isPool)
at OnCreateScene_InitEvent.Handler(OnCreateScene self) in D:\UGit\EintooAR\GameServer\Server\Hotfix\OnCreateScene_InitEvent.cs:line 15
at OnCreateScene_InitEvent.Handler(OnCreateScene self)
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.EventComponent.PublishAsync[TEventData](TEventData eventData)
at Fantasy.Event.EventComponent.PublishAsync[TEventData](TEventData eventData)
at Fantasy.Scene.<>c__DisplayClass88_0.<Create>b__0()
at Fantasy.ThreadSynchronizationContext.Update()
at Fantasy.MultiThreadScheduler.Loop(Scene scene, CancellationToken cancellationToken)
at Fantasy.MultiThreadScheduler.<>c__DisplayClass5_0.<Add>b__0()

View File

@ -1,12 +0,0 @@
2025-03-19 10:41:06.7048 初始化序列化器成功数量为2
2025-03-19 10:41:07.4897 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-19 10:41:07.6902 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-19 10:41:07.6902 Process:1 Startup Complete SceneCount:1
2025-03-19 10:41:32.4190 初始化序列化器成功数量为2
2025-03-19 10:41:33.0225 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-19 10:41:33.2212 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-19 10:41:33.2212 Process:1 Startup Complete SceneCount:1
2025-03-19 10:42:06.2863 初始化序列化器成功数量为2
2025-03-19 10:42:06.8828 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-19 10:42:07.0786 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-19 10:42:07.0786 Process:1 Startup Complete SceneCount:1

View File

@ -1,12 +0,0 @@
2025-03-19 13:06:52.1594 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-19 13:13:14.7011 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-19 13:15:01.3180 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-19 13:22:49.1273 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-19 13:23:01.7279 (AuthenticationComponentSystem.cs:57) RegisterAccount Success(注册成功),username:11,password:2223,source:客户端
2025-03-19 13:23:06.6555 (AuthenticationComponentSystem.cs:77) 账号11超时,移除缓存
2025-03-19 13:23:09.7730 (AuthenticationComponentSystem.cs:117) Login Success(登录成功),username:11,password:2223,source:客户端
2025-03-19 13:23:09.7741 (C2A_LoginRequestHandler.cs:27) 2589053023896469508
2025-03-19 13:23:15.5409 (AuthenticationComponentSystem.cs:100) Login 失败(账号不存在或者密码不正确),username:11,password:222322,source:客户端 缓存中查看
2025-03-19 13:23:15.7741 (AuthenticationComponentSystem.cs:137) Login:username:11 用户移除成功 从缓存中
2025-03-19 13:23:31.0237 (AuthenticationComponentSystem.cs:108) Login 失败(账号不存在或者密码不正确),username:11,password:222322,source:客户端 数据库中查看
2025-03-19 13:23:37.0243 (AuthenticationComponentSystem.cs:137) Login:username:11 用户移除成功 从缓存中

View File

@ -1,58 +0,0 @@
2025-03-19 13:06:52.1594 AuthenticationJWTComponent Error System.Security.Cryptography.CryptographicException: ASN1 corrupted data.
---> System.Formats.Asn1.AsnContentException: The provided data is tagged with 'Universal' class value '16', but it should have been 'Universal' class value '2'.
at System.Formats.Asn1.AsnDecoder.CheckExpectedTag(Asn1Tag tag, Asn1Tag expectedTag, UniversalTagNumber tagNumber)
at System.Formats.Asn1.AsnDecoder.GetPrimitiveContentSpan(ReadOnlySpan`1 source, AsnEncodingRules ruleSet, Asn1Tag expectedTag, UniversalTagNumber tagNumber, Int32& bytesConsumed)
at System.Formats.Asn1.AsnDecoder.GetIntegerContents(ReadOnlySpan`1 source, AsnEncodingRules ruleSet, Asn1Tag expectedTag, UniversalTagNumber tagNumber, Int32& bytesConsumed)
at System.Formats.Asn1.AsnDecoder.ReadIntegerBytes(ReadOnlySpan`1 source, AsnEncodingRules ruleSet, Int32& bytesConsumed, Nullable`1 expectedTag)
at System.Formats.Asn1.AsnDecoder.ReadInteger(ReadOnlySpan`1 source, AsnEncodingRules ruleSet, Int32& bytesConsumed, Nullable`1 expectedTag)
at System.Security.Cryptography.Asn1.RSAPublicKeyAsn.DecodeCore(AsnValueReader& reader, Asn1Tag expectedTag, RSAPublicKeyAsn& decoded)
at System.Security.Cryptography.Asn1.RSAPublicKeyAsn.Decode(Asn1Tag expectedTag, ReadOnlyMemory`1 encoded, AsnEncodingRules ruleSet)
--- End of inner exception stack trace ---
at System.Security.Cryptography.Asn1.RSAPublicKeyAsn.Decode(Asn1Tag expectedTag, ReadOnlyMemory`1 encoded, AsnEncodingRules ruleSet)
at System.Security.Cryptography.RSAKeyFormatHelper.ReadRsaPublicKey(ReadOnlyMemory`1 keyData, AlgorithmIdentifierAsn& algId, RSAParameters& ret)
at System.Security.Cryptography.RSA.ImportRSAPublicKey(ReadOnlySpan`1 source, Int32& bytesRead)
at Hotfix.AuthenticationJWTComponentAwakeSystem.Awake(AuthenticationJWTComponent self) in D:\UGit\EintooAR\GameServer\Server\Hotfix\Outter\Authentication\JWT\AuthenticationJWTComponentSystem.cs:line 31
at Fantasy.Entitas.Interface.AwakeSystem`1.Invoke(Entity self)
at Fantasy.Entitas.EntityComponent.Awake(Entity entity)
at Fantasy.Entitas.EntityComponent.Awake(Entity entity)
at Fantasy.Entitas.Entity.AddComponent[T](Boolean isPool)
at OnCreateScene_InitEvent.Handler(OnCreateScene self) in D:\UGit\EintooAR\GameServer\Server\Hotfix\OnCreateScene_InitEvent.cs:line 15
at OnCreateScene_InitEvent.Handler(OnCreateScene self)
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.EventComponent.PublishAsync[TEventData](TEventData eventData)
at Fantasy.Event.EventComponent.PublishAsync[TEventData](TEventData eventData)
at Fantasy.Scene.<>c__DisplayClass88_0.<Create>b__0()
at Fantasy.ThreadSynchronizationContext.Update()
at Fantasy.MultiThreadScheduler.Loop(Scene scene, CancellationToken cancellationToken)
at Fantasy.MultiThreadScheduler.<>c__DisplayClass5_0.<Add>b__0()
2025-03-19 13:13:14.7011 AuthenticationJWTComponent Error System.Security.Cryptography.CryptographicException: ASN1 corrupted data.
---> System.Formats.Asn1.AsnContentException: The provided data is tagged with 'Universal' class value '16', but it should have been 'Universal' class value '2'.
at System.Formats.Asn1.AsnDecoder.CheckExpectedTag(Asn1Tag tag, Asn1Tag expectedTag, UniversalTagNumber tagNumber)
at System.Formats.Asn1.AsnDecoder.GetPrimitiveContentSpan(ReadOnlySpan`1 source, AsnEncodingRules ruleSet, Asn1Tag expectedTag, UniversalTagNumber tagNumber, Int32& bytesConsumed)
at System.Formats.Asn1.AsnDecoder.GetIntegerContents(ReadOnlySpan`1 source, AsnEncodingRules ruleSet, Asn1Tag expectedTag, UniversalTagNumber tagNumber, Int32& bytesConsumed)
at System.Formats.Asn1.AsnDecoder.ReadIntegerBytes(ReadOnlySpan`1 source, AsnEncodingRules ruleSet, Int32& bytesConsumed, Nullable`1 expectedTag)
at System.Formats.Asn1.AsnDecoder.ReadInteger(ReadOnlySpan`1 source, AsnEncodingRules ruleSet, Int32& bytesConsumed, Nullable`1 expectedTag)
at System.Security.Cryptography.Asn1.RSAPrivateKeyAsn.DecodeCore(AsnValueReader& reader, Asn1Tag expectedTag, RSAPrivateKeyAsn& decoded)
at System.Security.Cryptography.Asn1.RSAPrivateKeyAsn.Decode(Asn1Tag expectedTag, ReadOnlyMemory`1 encoded, AsnEncodingRules ruleSet)
--- End of inner exception stack trace ---
at System.Security.Cryptography.Asn1.RSAPrivateKeyAsn.Decode(Asn1Tag expectedTag, ReadOnlyMemory`1 encoded, AsnEncodingRules ruleSet)
at System.Security.Cryptography.RSAKeyFormatHelper.FromPkcs1PrivateKey(ReadOnlyMemory`1 keyData, AlgorithmIdentifierAsn& algId, RSAParameters& ret)
at System.Security.Cryptography.RSA.ImportRSAPrivateKey(ReadOnlySpan`1 source, Int32& bytesRead)
at Hotfix.AuthenticationJWTComponentAwakeSystem.Awake(AuthenticationJWTComponent self) in D:\UGit\EintooAR\GameServer\Server\Hotfix\Outter\Authentication\JWT\AuthenticationJWTComponentSystem.cs:line 32
at Fantasy.Entitas.Interface.AwakeSystem`1.Invoke(Entity self)
at Fantasy.Entitas.EntityComponent.Awake(Entity entity)
at Fantasy.Entitas.EntityComponent.Awake(Entity entity)
at Fantasy.Entitas.Entity.AddComponent[T](Boolean isPool)
at OnCreateScene_InitEvent.Handler(OnCreateScene self) in D:\UGit\EintooAR\GameServer\Server\Hotfix\OnCreateScene_InitEvent.cs:line 15
at OnCreateScene_InitEvent.Handler(OnCreateScene self)
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.AsyncEventSystem`1.InvokeAsync(Object self)
at Fantasy.Event.EventComponent.PublishAsync[TEventData](TEventData eventData)
at Fantasy.Event.EventComponent.PublishAsync[TEventData](TEventData eventData)
at Fantasy.Scene.<>c__DisplayClass88_0.<Create>b__0()
at Fantasy.ThreadSynchronizationContext.Update()
at Fantasy.MultiThreadScheduler.Loop(Scene scene, CancellationToken cancellationToken)
at Fantasy.MultiThreadScheduler.<>c__DisplayClass5_0.<Add>b__0()

View File

@ -1,18 +0,0 @@
2025-03-19 13:06:51.3381 初始化序列化器成功数量为2
2025-03-19 13:06:51.9593 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-19 13:06:52.1445 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-19 13:06:52.1445 Process:1 Startup Complete SceneCount:1
2025-03-19 13:13:13.9136 初始化序列化器成功数量为2
2025-03-19 13:13:14.4951 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-19 13:13:14.6889 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-19 13:13:14.6889 Process:1 Startup Complete SceneCount:1
2025-03-19 13:15:00.3190 初始化序列化器成功数量为2
2025-03-19 13:15:00.9455 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-19 13:15:01.1422 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-19 13:15:01.1422 Process:1 Startup Complete SceneCount:1
2025-03-19 13:15:01.3180 (AuthenticationJWTComponentSystem.cs:43) RSA密钥导入成功
2025-03-19 13:22:48.2580 初始化序列化器成功数量为2
2025-03-19 13:22:48.9075 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-19 13:22:49.1140 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:11000
2025-03-19 13:22:49.1140 Process:1 Startup Complete SceneCount:1
2025-03-19 13:22:49.1273 (AuthenticationJWTComponentSystem.cs:43) RSA密钥导入成功

View File

@ -1,25 +0,0 @@
2025-03-19 14:19:56.9960 (AuthenticationComponentSystem.cs:150) 1001
2025-03-19 14:19:56.9960 (AuthenticationComponentSystem.cs:150) 1002
2025-03-19 14:19:57.0116 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-19 14:19:57.4107 (AuthenticationComponentSystem.cs:150) 1001
2025-03-19 14:19:57.4107 (AuthenticationComponentSystem.cs:150) 1002
2025-03-19 14:19:57.4107 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-19 14:52:04.0998 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-19 14:52:04.5091 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-19 14:54:34.5872 (AuthenticationComponentSystem.cs:64) RegisterAccount Success(注册成功),username:23123123,password:22222,source:客户端,Position:1002
2025-03-19 14:54:38.6979 (AuthenticationComponentSystem.cs:43) RegisterAccount Fail(注册失败),username:23123123 已存在缓存中
2025-03-19 14:54:39.5145 (AuthenticationComponentSystem.cs:84) 账号23123123超时,移除缓存
2025-03-19 14:54:43.5654 (AuthenticationComponentSystem.cs:64) RegisterAccount Success(注册成功),username:23123121,password:22222,source:客户端,Position:1001
2025-03-19 14:54:48.5654 (AuthenticationComponentSystem.cs:84) 账号23123121超时,移除缓存
2025-03-19 14:54:48.8582 (AuthenticationComponentSystem.cs:129) Login Success(登录成功),username:23123121,password:22222,source:客户端,Position:1001
2025-03-19 14:54:49.6425 (C2A_LoginRequestHandler.cs:29) 2589369683245268996 :TokeneyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhaWQiOjI1ODkzNjk2ODMyNDUyNjg5OTYsIkdhdGVBZGRyZXNzIjoiMTkyLjE2OC4wLjEiLCJuYmYiOjE3NDIzNjcyODksImV4cCI6MTc0MjM2NzI5OSwiaXNzIjoiSnVseSIsImF1ZCI6ImdhbWVVc2VyIn0.kprZt1AoWZd1eypxKW25ja4CZoDFQyb_dgF-RgrwA4I0EL2RNB0NFc1j5GWeXn1eyseg569XqhnKEdNeyN3x6XIt3r0G6nq606DeUybwpEARev-7ZGJJlF-KD7zZ7-yZkuTXsYm0z-M_iGrs05SlKC2totZRGXKhOLuLR1MhyDkrYpcLtxHVcF-flPDNV6kegttR0mm4_oEENbOeLEuYtOKOJHD77EqOmf4lrjl8apCK8syyWHe97B3stjnq-4GNckaHaiHcLbqpIUGzrSXGLyUZNEbM2TiBjnD8VbNILWJua5QRjhlzu0cJRu4nplPaMPbiVHk4_ngS57kvLs_cEw
2025-03-19 14:54:54.8610 (AuthenticationComponentSystem.cs:149) Login:username:23123121 用户移除成功 从缓存中
2025-03-19 14:54:57.7764 (AuthenticationComponentSystem.cs:129) Login Success(登录成功),username:23123121,password:22222,source:客户端,Position:1001
2025-03-19 14:54:57.7764 (C2A_LoginRequestHandler.cs:29) 2589389474454568964 :TokeneyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhaWQiOjI1ODkzODk0NzQ0NTQ1Njg5NjQsIkdhdGVBZGRyZXNzIjoiMTkyLjE2OC4wLjEiLCJuYmYiOjE3NDIzNjcyOTcsImV4cCI6MTc0MjM2NzMwNywiaXNzIjoiSnVseSIsImF1ZCI6ImdhbWVVc2VyIn0.KNJjlZE4DesPrTGH-xZKr3a66B3CXx9G67ygoHsVcOxQM5qd7EG2CF68WiCMAJWeWUqLS2wyNx3MvRG-1FB7fjZ5XykEY4p95apf-K7pylWL1S2ZvIrW4ko4Iu0rMG1p62xODyCROchItzJfChO4l0djoJP4DXBWih-lfKs_Pq7GSY9uzUfii-02rik9yloNLsMu9KlZsyag1OyS2EddtsxaZ5s6oOxw4endTaU9P1D4v14qb5zKQYF-TWmT7O6gXVDjz5PEwzgsEXPBuMtqAahJXD4gcvJdqoBa_pUs20CSSMfHC28fKoLOj0X7QWE1uUNOZv1Zr2Ri4MvtddV7_Q
2025-03-19 14:55:02.6551 (AuthenticationComponentSystem.cs:120) Login 失败(账号不存在或者密码不正确),username:231231213,password:22222,source:客户端 数据库中查看,Position:1001
2025-03-19 14:55:03.7776 (AuthenticationComponentSystem.cs:149) Login:username:23123121 用户移除成功 从缓存中
2025-03-19 14:55:08.6552 (AuthenticationComponentSystem.cs:149) Login:username:231231213 用户移除成功 从缓存中
2025-03-19 14:55:09.1240 (AuthenticationComponentSystem.cs:120) Login 失败(账号不存在或者密码不正确),username:231231215,password:22222,source:客户端 数据库中查看,Position:1001
2025-03-19 14:55:15.1241 (AuthenticationComponentSystem.cs:149) Login:username:231231215 用户移除成功 从缓存中
2025-03-19 14:55:27.4094 (AuthenticationComponentSystem.cs:120) Login 失败(账号不存在或者密码不正确),username:awawjkewnaghwei,password:22222,source:客户端 数据库中查看,Position:1002
2025-03-19 14:55:33.4105 (AuthenticationComponentSystem.cs:149) Login:username:awawjkewnaghwei 用户移除成功 从缓存中

View File

@ -1,16 +0,0 @@
2025-03-19 14:19:56.2348 初始化序列化器成功数量为2
2025-03-19 14:19:56.8018 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-19 14:19:56.9960 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:21001
2025-03-19 14:19:57.0116 (AuthenticationJWTComponentSystem.cs:43) RSA密钥导入成功
2025-03-19 14:19:57.2071 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-03-19 14:19:57.4107 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:21002
2025-03-19 14:19:57.4107 Process:1 Startup Complete SceneCount:2
2025-03-19 14:19:57.4107 (AuthenticationJWTComponentSystem.cs:43) RSA密钥导入成功
2025-03-19 14:52:03.2589 初始化序列化器成功数量为2
2025-03-19 14:52:03.8836 SceneConfigId = 1001 networkTarget = Inner TCPServer Listen 127.0.0.1:11001
2025-03-19 14:52:04.0868 SceneConfigId = 1001 networkTarget = Outer KCPServer Listen 127.0.0.1:21001
2025-03-19 14:52:04.0998 (AuthenticationJWTComponentSystem.cs:43) RSA密钥导入成功
2025-03-19 14:52:04.3079 SceneConfigId = 1002 networkTarget = Inner TCPServer Listen 127.0.0.1:11002
2025-03-19 14:52:04.5079 SceneConfigId = 1002 networkTarget = Outer KCPServer Listen 127.0.0.1:21002
2025-03-19 14:52:04.5079 Process:1 Startup Complete SceneCount:2
2025-03-19 14:52:04.5091 (AuthenticationJWTComponentSystem.cs:43) RSA密钥导入成功

View File

@ -1 +0,0 @@
2025-03-19 14:54:49.9095 (SessionTimeOutComponentSystem.cs:19) 请求过于频繁1742367290820TimeOut1742367289909

View File

@ -1,23 +0,0 @@
2025-03-20 16:21:30.3805 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-20 16:21:30.6374 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-20 16:25:09.6485 (AuthenticationComponentSystem.cs:64) RegisterAccount Success(注册成功),username:wangwei,password:123,source:客户端,Position:1001
2025-03-20 16:25:14.5847 (AuthenticationComponentSystem.cs:84) 账号wangwei超时,移除缓存
2025-03-20 16:25:14.8552 (AuthenticationComponentSystem.cs:129) Login Success(登录成功),username:wangwei,password:123,source:客户端,Position:1001
2025-03-20 16:25:15.6541 (C2A_LoginRequestHandler.cs:29) 2589501624640602116 :TokeneyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhaWQiOjI1ODk1MDE2MjQ2NDA2MDIxMTYsIkdhdGVBZGRyZXNzIjoiMTkyLjE2OC4wLjEiLCJuYmYiOjE3NDI0NTkxMTUsImV4cCI6MTc0MjQ1OTEyNSwiaXNzIjoiSnVseSIsImF1ZCI6ImdhbWVVc2VyIn0.mgWhVk1bWMmfc6TMzOH2GeIkDY2J-4_yJT5pMnaIB9IppQPLoaZpaEJFZFSk2hWHGE4lBFx5Dh_bWnJ4OXdOunSQomr12k2GN95dWJvVVCH1uUHKgILpHina6aPh-xNAq8XJeb-kmYrNwWUCMdhUGH_71ny6LhtCanmqfswTAWq9E-XgJTkqmoN2zjMtZDqFN_WbObxi4l0A1MabBEPz9kD4i4LJ-cQ-oYBquL2BPlH0_AznZ5aGg9yMuM8bLSSZoipUS82z6CX33QnkehetFbP9jN3d_2ejGURZrFA5TLnEn4ICOXS42MyLh9SHc1p-QutNIy-k-r6ueRifJeM8Kg
2025-03-20 16:25:20.8573 (AuthenticationComponentSystem.cs:149) Login:username:wangwei 用户移除成功 从缓存中
2025-03-20 16:34:42.9369 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-20 16:34:43.4004 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-20 16:34:56.1614 (AuthenticationComponentSystem.cs:129) Login Success(登录成功),username:wangwei,password:123,source:客户端,Position:1001
2025-03-20 16:35:02.1702 (AuthenticationComponentSystem.cs:149) Login:username:wangwei 用户移除成功 从缓存中
2025-03-20 16:40:37.2820 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-20 16:40:37.6376 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-20 16:41:50.4440 (AuthenticationComponentSystem.cs:129) Login Success(登录成功),username:wangwei,password:123,source:客户端,Position:1001
2025-03-20 16:41:56.4457 (AuthenticationComponentSystem.cs:149) Login:username:wangwei 用户移除成功 从缓存中
2025-03-20 16:44:22.9408 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-20 16:44:23.3471 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-20 16:44:49.1831 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-20 16:44:49.7841 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-20 16:46:01.6208 (AuthenticationComponentSystem.cs:129) Login Success(登录成功),username:wangwei,password:123,source:客户端,Position:1001
2025-03-20 16:46:07.6232 (AuthenticationComponentSystem.cs:149) Login:username:wangwei 用户移除成功 从缓存中
2025-03-20 16:48:43.2918 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件
2025-03-20 16:48:43.7152 (OnCreateScene_InitEvent.cs:16) 初始化鉴权服务器组件

Some files were not shown because too many files have changed in this diff Show More