Advertisement
Its_Patchi

Untitled

Aug 13th, 2016
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. System.TypeInitializationException was unhandled
  2. HResult=-2146233036
  3. Message=The type initializer for 'NadekoBot.Classes.DbHandler' threw an exception.
  4. Source=NadekoBot
  5. TypeName=NadekoBot.Classes.DbHandler
  6. StackTrace:
  7. at NadekoBot.Classes.DbHandler.get_Instance()
  8. at NadekoBot.Modules.Administration.Commands.ServerGreetCommand..ctor(DiscordModule module) in C:\Users\Ember Primrose\Desktop\NadekoBot\NadekoBot\NadekoBot\Modules\Administration\Commands\ServerGreetCommand.cs:line 37
  9. at NadekoBot.Modules.Administration.AdministrationModule..ctor() in C:\Users\Ember Primrose\Desktop\NadekoBot\NadekoBot\NadekoBot\Modules\Administration\AdministrationModule.cs:line 22
  10. at NadekoBot.NadekoBot.Main() in C:\Users\Ember Primrose\Desktop\NadekoBot\NadekoBot\NadekoBot\NadekoBot.cs:line 167
  11. at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
  12. at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
  13. at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
  14. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  15. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  16. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  17. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  18. at System.Threading.ThreadHelper.ThreadStart()
  19. InnerException:
  20. HResult=-2146233052
  21. Message=Unable to load DLL 'sqlite3': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
  22. Source=NadekoBot
  23. TypeName=""
  24. StackTrace:
  25. at SQLite.SQLite3.Open(Byte[] filename, IntPtr& db, Int32 flags, IntPtr zvfs)
  26. at SQLite.SQLiteConnection..ctor(String databasePath, SQLiteOpenFlags openFlags, Boolean storeDateTimeAsTicks) in C:\Users\Ember Primrose\Desktop\NadekoBot\NadekoBot\NadekoBot\SQLite.cs:line 198
  27. at SQLite.SQLiteConnection..ctor(String databasePath, Boolean storeDateTimeAsTicks) in C:\Users\Ember Primrose\Desktop\NadekoBot\NadekoBot\NadekoBot\SQLite.cs:line 162
  28. at NadekoBot.Classes.DbHandler..ctor() in C:\Users\Ember Primrose\Desktop\NadekoBot\NadekoBot\NadekoBot\Classes\DBHandler.cs:line 21
  29. at NadekoBot.Classes.DbHandler..cctor() in C:\Users\Ember Primrose\Desktop\NadekoBot\NadekoBot\NadekoBot\Classes\DBHandler.cs:line 12
  30. InnerException:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement