SDClowen / RSBot

A Silkroad Online Open Source Bot
GNU Affero General Public License v3.0
125 stars 110 forks source link

[Bug] CSRO-R crash bot. Object reference not set to an instance of an object. #753

Closed bomber327 closed 6 months ago

bomber327 commented 9 months ago

Hello. When trying to launch a bot on csro-r, it gives an error:

Подробная информация об использовании оперативной (JIT) отладки вместо данного диалогового окна содержится в конце этого сообщения.

** Текст исключения ** System.NullReferenceException: Object reference not set to an instance of an object. at RSBot.Party.Views.Main.<>c.b__20_0(SkillInfo s) in C:\Users\mahmut.yildirim\source\repos\rsbot\Plugins\RSBot.Party\Views\Main.cs:line 364 at System.Linq.Enumerable.WhereListIterator`1.MoveNext() at RSBot.Party.Views.Main.LoadPartyBuffSkills() in C:\Users\mahmut.yildirim\source\repos\rsbot\Plugins\RSBot.Party\Views\Main.cs:line 366 at RSBot.Party.Views.Main.RefreshGroupMembers() in C:\Users\mahmut.yildirim\source\repos\rsbot\Plugins\RSBot.Party\Views\Main.cs:line 203 at RSBot.Party.Views.Main.listViewGroups_SelectedIndexChanged(Object sender, EventArgs e) in C:\Users\mahmut.yildirim\source\repos\rsbot\Plugins\RSBot.Party\Views\Main.cs:line 798 at System.Windows.Forms.ListView.OnSelectedIndexChanged(EventArgs e) at SDUI.Controls.ListView.OnSelectedIndexChanged(EventArgs e) in C:\Users\mahmut.yildirim\source\repos\rsbot\SDUI\SDUI\Controls\ListView.cs:line 47 at System.Windows.Forms.ListView.WmReflectNotify(Message& m) at System.Windows.Forms.ListView.WndProc(Message& m) at SDUI.Controls.ListView.WndProc(Message& m) in C:\Users\mahmut.yildirim\source\repos\rsbot\SDUI\SDUI\Controls\ListView.cs:line 281 at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)