BrawlCrate / BrawlCrateIssues

Separate issue tracker repo for bugs submitted from the application, matching BrawlBox's implementation
3 stars 0 forks source link

Literally I just moved something. God. #272

Open BrawlCrate opened 3 years ago

BrawlCrate commented 3 years ago

v0.36c x86

Non-negative number required.
Parameter name: index
   at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
   at System.Collections.Generic.List`1.RemoveRange(Int32 index, Int32 count)
   at BrawlLib.Internal.Windows.Controls.ModelViewer.MainWindowBase.ModelEditorBase.AddRedo(SaveState save)
   at BrawlLib.Internal.Windows.Controls.ModelViewer.MainWindowBase.ModelEditorBase.BoneChange(IBoneNode[] bones)
   at BrawlLib.Internal.Windows.Controls.ModelViewer.MainWindowBase.ModelEditorBase.modelPanel1_MouseUp(Object sender, MouseEventArgs e)
   at BrawlCrate.UI.Model_Previewer.ModelEditControl.ModelEditControl.modelPanel1_MouseUp(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseUp(MouseEventArgs e)
   at BrawlLib.Internal.Windows.Controls.Model_Panel.ModelPanel.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.UserControl.WndProc(Message& m)
   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, Int32 msg, IntPtr wparam, IntPtr lparam)