|
|
发表于 2024-4-29 16:29:27
|
显示全部楼层
抛出异常了
未经处理的异常: System.ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index
在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
在 System.Collections.Generic.List`1.get_Item(Int32 index)
在 WoWLoginAutomator.LoginAutomator.GetWoWbyPID(Int32 pid) 位置 C:\Users\69563\Downloads\WoW-LoginAutomator-master\WoW-LoginAutomator-master\WoWLoginAutomator\WoWLoginAutomator.cs:行号 78
在 WoWLoginAutomator.LoginAutomator.DoLogin(Int32 pid, Int32 characterSlot, String username, String password) 位置 C:\Users\69563\Downloads\WoW-LoginAutomator-master\WoW-LoginAutomator-master\WoWLoginAutomator\WoWLoginAutomator.cs:行号 29
在 WoWLoginAutomator.LoginAutomator.Main(String[] args) 位置 C:\Users\69563\Downloads\WoW-LoginAutomator-master\WoW-LoginAutomator-master\WoWLoginAutomator\WoWLoginAutomator.cs:行号 146 |
|