Advertisement
eipieq-1

StaxRip 2.1.4.4 empty source filter file type error

Sep 6th, 2020
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. TargetInvocationException (2.1.4.4)
  2.  
  3. Exception has been thrown by the target of an invocation.
  4.  
  5. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: Failed to compare two elements in the array. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  6. at StaxRip.StringPair.CompareTo(StringPair other) in D:\Projekte\VB\staxrip\General\General.vb:line 810
  7. at System.Collections.Generic.GenericArraySortHelper`1.InsertionSort(T[] keys, Int32 lo, Int32 hi)
  8. at System.Collections.Generic.GenericArraySortHelper`1.IntrospectiveSort(T[] keys, Int32 left, Int32 length)
  9. at System.Collections.Generic.GenericArraySortHelper`1.Sort(T[] keys, Int32 index, Int32 length, IComparer`1 comparer)
  10. --- End of inner exception stack trace ---
  11. at System.Collections.Generic.GenericArraySortHelper`1.Sort(T[] keys, Int32 index, Int32 length, IComparer`1 comparer)
  12. at System.Array.Sort[T](T[] array, Int32 index, Int32 length, IComparer`1 comparer)
  13. at System.Collections.Generic.List`1.Sort(Int32 index, Int32 count, IComparer`1 comparer)
  14. at StaxRip.MainForm.ShowSettingsDialog() in D:\Projekte\VB\staxrip\Forms\MainForm.vb:line 3544
  15. --- End of inner exception stack trace ---
  16. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  17. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  18. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  19. at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
  20. at StaxRip.CommandManager.Process(Command command, List`1 params) in D:\Projekte\VB\staxrip\General\General.vb:line 1096
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement