Advertisement
Guest User

Mapleseed 2.1.1.18 crash

a guest
Nov 24th, 2017
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. System.IO.DirectoryNotFoundException: Title Database is empty. This should not happen!!!
  2. at MapleLib.Databases.WiiuTitleDatabase.<LoadLibrary>d__9.MoveNext() in E:\projects\MapleTree\MapleLib\Databases\WiiuTitleDatabase.cs:line 68
  3. --- End of stack trace from previous location where exception was thrown ---
  4. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  5. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  6. at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
  7. at MapleLib.Databases.WiiuTitleDatabase.<Load>d__11.MoveNext() in E:\projects\MapleTree\MapleLib\Databases\WiiuTitleDatabase.cs:line 100
  8. --- End of stack trace from previous location where exception was thrown ---
  9. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
  10. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  11. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  12. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  13. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  14. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  15. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  16. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  17. at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  18. at System.Windows.Threading.DispatcherOperation.Invoke()
  19. at System.Windows.Threading.Dispatcher.ProcessQueue()
  20. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  21. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  22. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  23. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  24. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  25. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  26. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  27. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  28. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  29. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  30. at System.Windows.Application.RunDispatcher(Object ignore)
  31. at System.Windows.Application.RunInternal(Window window)
  32. at System.Windows.Application.Run(Window window)
  33. at System.Windows.Application.Run()
  34. at MapleCake.App.Main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement