Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1. System.NullReferenceException: Object reference not set to an instance of an object.
  2. at FFXIV_TexTools.Views.SimpleModPackImporter.<>c__DisplayClass18_0.<<ImportOldModPack>b__0>d.MoveNext()
  3. --- End of stack trace from previous location where exception was thrown ---
  4. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  5. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  6. at FFXIV_TexTools.Views.SimpleModPackImporter.<ImportOldModPack>d__18.MoveNext()
  7. --- End of stack trace from previous location where exception was thrown ---
  8. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  9. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  10. at FFXIV_TexTools.Views.SimpleModPackImporter.<Initialize>d__16.MoveNext()
  11. --- End of stack trace from previous location where exception was thrown ---
  12. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  13. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  14. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  15. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  16. at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
  17. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  18. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  19. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  20. at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  21. at System.Windows.Threading.DispatcherOperation.Invoke()
  22. at System.Windows.Threading.Dispatcher.ProcessQueue()
  23. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  24. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  25. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  26. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  27. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  28. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  29. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  30. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  31. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  32. at System.Windows.Window.ShowHelper(Object booleanBox)
  33. at System.Windows.Window.ShowDialog()
  34. at FFXIV_TexTools.MainWindow.<ImportModpack>d__29.MoveNext()
  35. --- End of stack trace from previous location where exception was thrown ---
  36. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  37. at FFXIV_TexTools.MainWindow.<Menu_ImportModpack_Click>d__28.MoveNext()
  38. --- End of stack trace from previous location where exception was thrown ---
  39. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  40. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  41. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  42. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  43. at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
  44. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  45. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  46. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  47. at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  48. at System.Windows.Threading.DispatcherOperation.Invoke()
  49. at System.Windows.Threading.Dispatcher.ProcessQueue()
  50. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  51. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  52. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  53. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  54. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  55. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  56. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  57. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  58. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  59. at System.Windows.Application.RunDispatcher(Object ignore)
  60. at System.Windows.Application.RunInternal(Window window)
  61. at FFXIV_TexTools.App.Main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement