{"record":{"id":"f0226d01668f0748","repo":"babalae/better-genshin-impact","slug":"error-f0226d","errorCode":null,"errorMessage":"自己为主机时，联机总人数异常","messagePattern":"自己为主机时，联机总人数异常","errorType":"exception","errorClass":"ArgumentOutOfRangeException","httpStatus":null,"severity":"error","filePath":"BetterGenshinImpact/GameTask/AutoFight/Model/MultiGameStatus.cs","lineNumber":53,"sourceCode":"    /// </summary>\n    public int MaxControlAvatarCount \n    {\n        get\n        {\n            if (!IsInMultiGame)\n            {\n                return 4;\n            }\n\n            if (IsHost)\n            {\n                return PlayerCount switch\n                {\n                    1 => 4,\n                    2 => 2,\n                    3 => 2,\n                    4 => 1,\n                    _ => throw new ArgumentOutOfRangeException(nameof(PlayerCount), \"自己为主机时，联机总人数异常\")\n                };\n            }\n            else\n            {\n                return PlayerCount switch\n                {\n                    2 => 2,\n                    3 => 1,\n                    4 => 1,\n                    _ => throw new ArgumentOutOfRangeException(nameof(PlayerCount), \"进入别人世界时，联机总人数异常\")\n                };\n            }\n        }\n    }\n}","sourceCodeStart":35,"sourceCodeEnd":68,"githubUrl":"https://github.com/babalae/better-genshin-impact/blob/a7cb36712dcb409be610257d877fcea3597e9d6b/BetterGenshinImpact/GameTask/AutoFight/Model/MultiGameStatus.cs#L35-L68","documentation":"Error \"自己为主机时，联机总人数异常\" thrown in babalae/better-genshin-impact.","triggerScenarios":"MultiGameStatus 判定自己是主机且联机，但识别出的 PlayerCount 不在1-4范围，switch 落入默认分支抛出。","commonSituations":"联机人数图标识别错误（多识别或少识别“P”图标），多见于画面异常或联机界面残留。","solutions":["确认当前联机人数识别是否受遮挡影响，调整后重试","等待联机状态稳定后再执行识别","若持续异常，提交截图反馈联机人数识别问题"],"exampleFix":"退出异常联机界面回到正常画面再运行；确保画面无遮挡、分辨率16:9；持续出现则反馈识别问题。","handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"a7cb36712dcb409be610257d877fcea3597e9d6b","analyzedAt":"2026-08-13T16:44:57.548Z","schemaVersion":2},"datasetVersion":"2026-08-13T19:17:28.613Z"}