Advertisement
Guest User

Mapleseed 1.1.0.53 crash

a guest
Nov 24th, 2017
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. System.TypeInitializationException: The type initializer for 'MapleLib.Database' threw an exception. ---> System.InvalidOperationException: Sequence contains no elements
  2. at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
  3. at MapleLib.Settings.get_Config() in E:\Projects\MapleTree\MapleLib\Settings.cs:line 35
  4. at MapleLib.Settings.get_LibraryDirectory() in E:\Projects\MapleTree\MapleLib\Settings.cs:line 39
  5. at MapleLib.Databases.WiiuTitleDatabase..ctor(LiteDatabase db) in E:\Projects\MapleTree\MapleLib\Databases\WiiuTitleDatabase.cs:line 33
  6. at MapleLib.Database..cctor() in E:\Projects\MapleTree\MapleLib\Database.cs:line 36
  7. --- End of inner exception stack trace ---
  8. at MapleLib.Database.GetConfig()
  9. at MapleLib.Settings.get_Config() in E:\Projects\MapleTree\MapleLib\Settings.cs:line 35
  10. at MapleLib.Databases.GraphicPackDatabase.<InitDatabase>d__15.MoveNext() in E:\Projects\MapleTree\MapleLib\Databases\GraphicPackDatabase.cs:line 53
  11. --- End of stack trace from previous location where exception was thrown ---
  12. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  13. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  14. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  15. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  16. at System.Threading.ThreadPoolWorkQueue.Dispatch()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement