Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. System.ArgumentOutOfRangeException: Non-negative number required.
  2. Parameter name: count
  3. at System.IO.BinaryReader.ReadBytes(Int32 count)
  4. at FFXIV_TexTools2.IO.ImportModel.Create(List`1 cmdList, String internalPath, String selectedMesh, String category, String itemName, ModelData modelData)
  5. at FFXIV_TexTools2.IO.ImportModel.ImportDAE(String category, String itemName, String modelName, String selectedMesh, String internalPath, ModelData modelData, Dictionary`2 settings)
  6. at FFXIV_TexTools2.ViewModel.ModelViewModel.ImportOBJ(Object obj)
  7. at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
  8. at System.Windows.Controls.Primitives.ButtonBase.OnClick()
  9. at System.Windows.Controls.Button.OnClick()
  10. at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
  11. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  12. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  13. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  14. at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
  15. at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
  16. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  17. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  18. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  19. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  20. at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  21. at System.Windows.Input.InputManager.ProcessStagingArea()
  22. at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  23. at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
  24. at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
  25. at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  26. at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  27. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  28. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  29. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  30. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  31. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  32. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  33. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  34. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  35. at System.Windows.Application.RunDispatcher(Object ignore)
  36. at System.Windows.Application.RunInternal(Window window)
  37. at FFXIV_TexTools2.App.Main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement