Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception when attempting to commit empty Munged Files list: System.IndexOutOfRangeException #5

Closed
marth8880 opened this issue Jan 20, 2018 · 1 comment
Assignees
Labels

Comments

@marth8880
Copy link
Collaborator

System.IndexOutOfRangeException
  HResult=0x80131508
  Message=Index was outside the bounds of the array.
  Source=ZeroMunge
  StackTrace:
   at ZeroMunge.ZeroMunge.text_MungedFilesEdit_Commit() in C:\Users\aaron\source\repos\ZeroMunge\ZeroMunge\Forms\Main.cs:line 2179
   at ZeroMunge.ZeroMunge.text_MungedFilesEdit_KeyDown(Object sender, KeyEventArgs e) in C:\Users\aaron\source\repos\ZeroMunge\ZeroMunge\Forms\Main.cs:line 2105
   at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
   at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
   at System.Windows.Forms.Control.WmKeyChar(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.RichTextBox.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
   at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   at ZeroMunge.Program.Main() in C:\Users\aaron\source\repos\ZeroMunge\ZeroMunge\Program.cs:line 19
@marth8880 marth8880 added the bug label Jan 20, 2018
@marth8880 marth8880 self-assigned this Jan 20, 2018
marth8880 added a commit that referenced this issue Mar 25, 2018
…forehand to avoid IndexOutOfRangeException
@marth8880
Copy link
Collaborator Author

Issue fixed in db07bcf - closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant