Advertisement
Guest User

Untitled

a guest
May 6th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.58 KB | None | 0 0
  1. -------------- Message --------------
  2. O índice estava fora do intervalo. Ele deve ser não-negativo e menor que o tamanho da coleção.
  3. Nome do parâmetro: index
  4. -------------- Stack trace --------------
  5. em GrfToWpfBridge.Application.DefaultErrorHandler._reportAnyManagedExceptions(String message, Exception exception, ErrorLevel errorLevel)
  6. em GrfToWpfBridge.Application.DefaultErrorHandler.Handle(Exception exception, ErrorLevel errorLevel)
  7. em ActEditor.Core.ActEditorWindow._openFromFile(String file)
  8. em ActEditor.Core.ActEditorWindow._open(TkPath file)
  9. em ActEditor.Core.ActEditorWindow._parseCommandLineArguments(Boolean init)
  10. em ActEditor.Core.ActEditorWindow.<>c__DisplayClassf.<.ctor>b__2(Object , RoutedEventArgs )
  11. em System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  12. em System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  13. em System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  14. em System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  15. em System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
  16. em System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
  17. em MS.Internal.LoadedOrUnloadedOperation.DoWork()
  18. em System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
  19. em System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
  20. em System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
  21. em System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
  22. em System.Windows.Media.MediaContext.Resize(ICompositionTarget resizedCompositionTarget)
  23. em System.Windows.Interop.HwndTarget.OnResize()
  24. em System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
  25. em System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  26. em MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  27. em MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  28. em System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  29. em MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  30. em System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  31. em MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  32. em MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  33. em MS.Win32.HwndSubclass.DefWndProcWrapper(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  34. em MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  35. em MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  36. em MS.Win32.UnsafeNativeMethods.SetWindowPos(HandleRef hWnd, HandleRef hWndInsertAfter, Int32 x, Int32 y, Int32 cx, Int32 cy, Int32 flags)
  37. em System.Windows.Interop.HwndSource.Resize(Size newSize)
  38. em System.Windows.Interop.HwndSource.OnLayoutUpdated(Object obj, EventArgs args)
  39. em System.Windows.ContextLayoutManager.fireLayoutUpdateEvent()
  40. em System.Windows.ContextLayoutManager.UpdateLayout()
  41. em System.Windows.UIElement.UpdateLayout()
  42. em System.Windows.Interop.HwndSource.SetLayoutSize()
  43. em System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)
  44. em System.Windows.Interop.HwndSource.set_RootVisual(Visual value)
  45. em System.Windows.Window.SetRootVisual()
  46. em System.Windows.Window.SetRootVisualAndUpdateSTC()
  47. em System.Windows.Window.SetupInitialState(Double requestedTop, Double requestedLeft, Double requestedWidth, Double requestedHeight)
  48. em System.Windows.Window.CreateSourceWindow(Boolean duringShow)
  49. em System.Windows.Window.CreateSourceWindowDuringShow()
  50. em System.Windows.Window.SafeCreateWindowDuringShow()
  51. em System.Windows.Window.ShowHelper(Object booleanBox)
  52. em System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  53. em MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  54. em System.Windows.Threading.DispatcherOperation.InvokeImpl()
  55. em System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  56. em System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  57. em System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  58. em System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  59. em System.Windows.Threading.DispatcherOperation.Invoke()
  60. em System.Windows.Threading.Dispatcher.ProcessQueue()
  61. em System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  62. em MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  63. em MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  64. em System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  65. em MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  66. em System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  67. em MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  68. em MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  69. em System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  70. em System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  71. em System.Windows.Threading.Dispatcher.Run()
  72. em System.Windows.Application.RunDispatcher(Object ignore)
  73. em System.Windows.Application.RunInternal(Window window)
  74. em System.Windows.Application.Run(Window window)
  75. em ActEditor.GRFEditorMain.Main(String[] args)
  76.  
  77. -------------- Exception --------------
  78. System.ArgumentOutOfRangeException: O índice estava fora do intervalo. Ele deve ser não-negativo e menor que o tamanho da coleção.
  79. Nome do parâmetro: index
  80. em System.ThrowHelper.ThrowArgumentOutOfRangeException()
  81. em ActEditor.Core.WPF.EditorControls.ActIndexSelector._updateAction()
  82. em ActEditor.Core.WPF.EditorControls.ActIndexSelector._frameSelector_ActionChanged(Object sender, Int32 actionindex)
  83. em ActEditor.Core.WPF.EditorControls.ActIndexSelector.FrameIndexChangedDelegate.Invoke(Object sender, Int32 actionIndex)
  84. em ActEditor.Core.WPF.EditorControls.ActIndexSelector.OnActionChanged(Int32 actionindex)
  85. em ActEditor.Core.WPF.EditorControls.ActIndexSelector._comboBoxActionIndex_SelectionChanged(Object sender, SelectionChangedEventArgs e)
  86. em System.Windows.Controls.SelectionChangedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  87. em System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  88. em System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  89. em System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  90. em System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  91. em System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  92. em System.Windows.Controls.ComboBox.OnSelectionChanged(SelectionChangedEventArgs e)
  93. em System.Windows.Controls.Primitives.Selector.InvokeSelectionChanged(List`1 unselectedInfos, List`1 selectedInfos)
  94. em System.Windows.Controls.Primitives.Selector.SelectionChanger.End()
  95. em System.Windows.Controls.Primitives.Selector.SelectionChanger.SelectJustThisItem(ItemInfo info, Boolean assumeInItemsCollection)
  96. em System.Windows.Controls.Primitives.Selector.OnSelectedIndexChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
  97. em System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  98. em System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  99. em System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
  100. em System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
  101. em System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
  102. em System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
  103. em ActEditor.Core.WPF.EditorControls.ActIndexSelector._actEditor_ActLoaded(Object sender)
  104. em ActEditor.Core.ActEditorWindow.ActEditorEventDelegate.Invoke(Object sender)
  105. em ActEditor.Core.ActEditorWindow.OnActLoaded()
  106. em ActEditor.Core.ActEditorWindow._openFromFile(String file)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement