Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.65 KB | None | 0 0
  1. System.Reflection.TargetInvocationException was unhandled
  2. _HResult=-2146232828
  3. _message=Exception has been thrown by the target of an invocation.
  4. HResult=-2146232828
  5. IsTransient=false
  6. Message=Exception has been thrown by the target of an invocation.
  7. Source=mscorlib
  8. StackTrace:
  9. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  10. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  11. at System.Delegate.DynamicInvokeImpl(Object[] args)
  12. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  13. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  14. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  15. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  16. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  17. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  18. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  19. at System.Windows.Threading.DispatcherOperation.Invoke()
  20. at System.Windows.Threading.Dispatcher.ProcessQueue()
  21. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  22. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  23. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  24. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  25. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  26. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  27. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  28. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  29. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  30. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  31. at System.Windows.Threading.Dispatcher.Run()
  32. at System.Windows.Application.RunDispatcher(Object ignore)
  33. at System.Windows.Application.RunInternal(Window window)
  34. at System.Windows.Application.Run(Window window)
  35. at System.Windows.Application.Run()
  36. at LegendaryClient.App.Main() in e:\Users\FearMe\Desktop\legendaryclient\LegendaryClient\obj\Debug\App.g.cs:line 0
  37. at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
  38. at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
  39. at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
  40. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  41. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  42. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  43. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  44. at System.Threading.ThreadHelper.ThreadStart()
  45. InnerException: SQLite.SQLiteException
  46. _HResult=-2146233088
  47. _message=no such table: champions
  48. HResult=-2146233088
  49. IsTransient=false
  50. Message=no such table: champions
  51. Source=LegendaryClient
  52. StackTrace:
  53. at SQLite.SQLite3.Prepare2(IntPtr db, String query) in e:\Users\FearMe\Desktop\legendaryclient\LegendaryClient\Logic\SQLite\SQLite.cs:line 3094
  54. at SQLite.SQLiteCommand.Prepare() in e:\Users\FearMe\Desktop\legendaryclient\LegendaryClient\Logic\SQLite\SQLite.cs:line 2166
  55. at SQLite.SQLiteCommand.<ExecuteDeferredQuery>d__0`1.MoveNext() in e:\Users\FearMe\Desktop\legendaryclient\LegendaryClient\Logic\SQLite\SQLite.cs:line 2070
  56. at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  57. at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  58. at SQLite.SQLiteCommand.ExecuteQuery[T]() in e:\Users\FearMe\Desktop\legendaryclient\LegendaryClient\Logic\SQLite\SQLite.cs:line 2038
  59. at SQLite.TableQuery`1.GetEnumerator() in e:\Users\FearMe\Desktop\legendaryclient\LegendaryClient\Logic\SQLite\SQLite.cs:line 2988
  60. at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  61. at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  62. at LegendaryClient.Windows.LoginPage..ctor() in e:\Users\FearMe\Desktop\legendaryclient\LegendaryClient\Windows\LoginPage.xaml.cs:line 81
  63. at LegendaryClient.Windows.PatcherPage.SkipPatchButton_Click(Object sender, RoutedEventArgs e) in e:\Users\FearMe\Desktop\legendaryclient\LegendaryClient\Windows\PatcherPage.xaml.cs:line 96
  64. at LegendaryClient.Windows.PatcherPage.<StartPatcher>b__8() in e:\Users\FearMe\Desktop\legendaryclient\LegendaryClient\Windows\PatcherPage.xaml.cs:line 325
  65. InnerException:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement