You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to randomize the trainers in pokemon sword i get this error
Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index').
Then i hit details and this comes up
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
at System.SZArrayHelper.get_Item[T](Int32 index)
at pkNX.Randomization.MoveRandomizer.GetRandomSTABMove(IPersonalType types) in D:\a\1\s\pkNX.Randomization\Randomizers\MoveRandomizer.cs:line 94
at pkNX.Randomization.MoveRandomizer.GetRandomMoves(IPersonalType Types, Int32 movecount) in D:\a\1\s\pkNX.Randomization\Randomizers\MoveRandomizer.cs:line 80
at pkNX.Randomization.MoveRandomizer.GetRandomMoveset(IPersonalType Types, Int32 movecount) in D:\a\1\s\pkNX.Randomization\Randomizers\MoveRandomizer.cs:line 64
at pkNX.Randomization.MoveRandomizer.GetRandomMoveset(Int32 index, Int32 movecount) in D:\a\1\s\pkNX.Randomization\Randomizers\MoveRandomizer.cs:line 60
at pkNX.Randomization.TrainerRandomizer.RandomizeEntryMoves(TrainerPoke pk) in D:\a\1\s\pkNX.Randomization\Randomizers\TrainerRandomizer.cs:line 298
at pkNX.Randomization.TrainerRandomizer.UpdatePKMFromSettings(TrainerPoke pk) in D:\a\1\s\pkNX.Randomization\Randomizers\TrainerRandomizer.cs:line 262
at pkNX.Randomization.TrainerRandomizer.Execute() in D:\a\1\s\pkNX.Randomization\Randomizers\TrainerRandomizer.cs:line 81
at pkNX.WinForms.BTTE.B_Randomize_Click(Object sender, EventArgs e) in D:\a\1\s\pkNX.WinForms\Subforms\BTTE.cs:line 575
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(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)
When i try to randomize the trainers in pokemon sword i get this error
Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index').
Then i hit details and this comes up
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
************** Loaded Assemblies **************
Show
The text was updated successfully, but these errors were encountered: