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 job finishes that contains an empty Munged Files list: System.ArgumentOutOfRangeException #6

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

Comments

@marth8880
Copy link
Collaborator

System.ArgumentOutOfRangeException
  HResult=0x80131502
  Message=Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
  Source=mscorlib
  StackTrace:
   at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
   at System.Collections.Generic.List`1.get_Item(Int32 index)
   at ZeroMunge.ZeroMunge.ProcManager_NotifyProcessComplete(Int32 whichFile, Boolean singleFile) in C:\Users\aaron\source\repos\ZeroMunge\ZeroMunge\Forms\Main.cs:line 423
   at ZeroMunge.ZeroMunge.<>c__DisplayClass52_0.<ProcManager_StartProcess>b__2(Object sender, EventArgs e) in C:\Users\aaron\source\repos\ZeroMunge\ZeroMunge\Forms\Main.cs:line 625
   at System.Diagnostics.Process.OnExited()
   at System.Diagnostics.Process.RaiseOnExited()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading._ThreadPoolWaitOrTimerCallback.PerformWaitOrTimerCallback(Object state, Boolean timedOut)
@marth8880 marth8880 added the bug label Jan 20, 2018
@marth8880 marth8880 self-assigned this Jan 20, 2018
@marth8880 marth8880 changed the title Exception job finishes that contains an empty Munged Files list: System.ArgumentOutOfRangeException Exception when job finishes that contains an empty Munged Files list: System.ArgumentOutOfRangeException Mar 10, 2018
marth8880 added a commit that referenced this issue Mar 25, 2018
…forehand to avoid ArgumentOutOfRangeException
@marth8880
Copy link
Collaborator Author

Issue fixed in 5d46eb8 - 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