高级玩家

- 贡献度
- 32
- 金元
- 2966
- 积分
- 425
- 精华
- 0
- 注册时间
- 2013-4-20
|
就武林大会要开的那个月会红字
文本如下
2022-09-27 01:44:16.4055|ERROR|Main|GameData.Program|System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GameData.Domains.TaiwuEvent.MonthlyEventActions.MartialArtTournamentMonthlyAction.IsAllCharactersAtLocation(CharacterFilterRequirement[] filterRequirements, List`1 characterSets) in C:\GitLab-Runner\builds\n1JyyH3P\0\scroll-of-taiwu\game-data\GameData\Domains\TaiwuEvent\MonthlyEventActions\MartialArtTournamentMonthlyAction.cs:line 541
at GameData.Domains.TaiwuEvent.MonthlyEventActions.MartialArtTournamentMonthlyAction.MonthlyHandler() in C:\GitLab-Runner\builds\n1JyyH3P\0\scroll-of-taiwu\game-data\GameData\Domains\TaiwuEvent\MonthlyEventActions\MartialArtTournamentMonthlyAction.cs:line 95
at GameData.Domains.TaiwuEvent.MonthlyEventActions.MonthlyEventActionsManager.HandleMonthlyActions() in C:\GitLab-Runner\builds\n1JyyH3P\0\scroll-of-taiwu\game-data\GameData\Domains\TaiwuEvent\MonthlyEventActions\MonthlyEventActionsManager.cs:line 122
at GameData.Domains.TaiwuEvent.TaiwuEventDomain.HandleMonthlyActions() in C:\GitLab-Runner\builds\n1JyyH3P\0\scroll-of-taiwu\game-data\GameData\Domains\TaiwuEvent\TaiwuEventDomain.cs:line 740
at GameData.Domains.World.WorldDomain.AdvanceMonth(DataContext context) in C:\GitLab-Runner\builds\n1JyyH3P\0\scroll-of-taiwu\game-data\GameData\Domains\World\WorldDomain_Calc_Time.cs:line 165
at GameData.Domains.World.WorldDomain.CallMethod(Operation operation, RawDataPool argDataPool, RawDataPool returnDataPool, DataContext context) in C:\GitLab-Runner\builds\n1JyyH3P\0\scroll-of-taiwu\game-data\GameData\Domains\World\WorldDomain_Interface.cs:line 742
at GameData.GameDataBridge.GameDataBridge.ProcessMethodCall(Operation operation, RawDataPool argDataPool, DataContext context) in C:\GitLab-Runner\builds\n1JyyH3P\0\scroll-of-taiwu\game-data\GameData\GameDataBridge\GameDataBridge.cs:line 296
at GameData.GameDataBridge.GameDataBridge.ProcessOperations(DataContext context) in C:\GitLab-Runner\builds\n1JyyH3P\0\scroll-of-taiwu\game-data\GameData\GameDataBridge\GameDataBridge.cs:line 263
at GameData.GameDataBridge.GameDataBridge.RunMainLoop() in C:\GitLab-Runner\builds\n1JyyH3P\0\scroll-of-taiwu\game-data\GameData\GameDataBridge\GameDataBridge.cs:line 137
at GameData.Program.Main(String[] args) in C:\GitLab-Runner\builds\n1JyyH3P\0\scroll-of-taiwu\game-data\GameData\Program.cs:line 64
UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
UnityEngine.DebugLogHandler ogFormat(LogType, Object, String, Object[])
UnityEngine.Logger og(LogType, Object)
UnityEngine.Debug ogError(Object)
GameData.GameDataBridge.GameDataBridge:CheckErrorMessages()
GameData.GameDataBridge.UnityAdapter.GameDataBridgeUnityAdapter:Update() |
|