Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. ---------------------------
  2. Crash Report 1.9.9.1
  3. ---------------------------
  4. TexTools ran into an error.
  5.  
  6. Please submit a bug report with the following information.
  7.  
  8. ======================================================
  9. System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  10. Parameter name: index
  11. at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
  12. at FFXIV_TexTools2.IO.SaveModel.Save(String selectedCategory, String modelName, String selectedMesh, String selectedItemName, List`1 meshData, List`1 meshList)
  13. at FFXIV_TexTools2.ViewModel.ModelViewModel.ExportOBJ(Object obj)
  14. at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
  15. at System.Windows.Controls.Primitives.ButtonBase.OnClick()
  16. at System.Windows.Controls.Button.OnClick()
  17. at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
  18. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  19. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  20. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  21. at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
  22. at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
  23. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  24. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  25. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  26. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  27. at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  28. at System.Windows.Input.InputManager.ProcessStagingArea()
  29. at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  30. at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
  31. at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
  32. at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  33. at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  34. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  35. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  36. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  37. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  38. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  39. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  40. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  41. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  42. at System.Windows.Application.RunDispatcher(Object ignore)
  43. at System.Windows.Application.RunInternal(Window window)
  44. at FFXIV_TexTools2.App.Main()
  45. ======================================================
  46.  
  47. Copy to clipboard?
  48. ---------------------------
  49. Yes No
  50. ---------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement