Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. An unhandled fatal exception has occurred.
  2.  
  3. ==== BEGIN ====
  4. System.TypeInitializationException: The type initializer for 'SQLLiteExtensions.SQLExtConnection' threw an exception. ---> System.InvalidOperationException: Unable to get a working Sqlite driver
  5. at SQLLiteExtensions.SQLExtConnection.GetSqliteProviderFactory () [0x0001d] in <e9d44c29bfdd4ee4af6486fb2dccbf58>:0
  6. at SQLLiteExtensions.SQLExtConnection..cctor () [0x00000] in <e9d44c29bfdd4ee4af6486fb2dccbf58>:0
  7. --- End of inner exception stack trace ---
  8. at EliteDangerousCore.DB.SQLiteConnectionSystem..ctor (System.Boolean ro) [0x0000b] in <d990ce09af2a499f8d0f94347ad524a4>:0
  9. at EliteDangerousCore.DB.SystemsDatabaseConnection..ctor (System.Boolean ro) [0x00006] in <d990ce09af2a499f8d0f94347ad524a4>:0
  10. at EliteDangerousCore.DB.SystemsDatabase.CreateConnection () [0x00006] in <d990ce09af2a499f8d0f94347ad524a4>:0
  11. at SQLLiteExtensions.SQLProcessingThread`1[ConnectionType].SqlThreadProc () [0x0003c] in <e9d44c29bfdd4ee4af6486fb2dccbf58>:0
  12. at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00014] in <a1336bab325642fd867e87ca7626bada>:0
  13. at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <a1336bab325642fd867e87ca7626bada>:0
  14. at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <a1336bab325642fd867e87ca7626bada>:0
  15. at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in <a1336bab325642fd867e87ca7626bada>:0
  16. at System.Threading.ThreadHelper.ThreadStart () [0x00008] in <a1336bab325642fd867e87ca7626bada>:0
  17. at EliteDangerousCore.DB.SQLiteConnectionUser..ctor () [0x0000b] in <d990ce09af2a499f8d0f94347ad524a4>:0
  18. at EliteDangerousCore.DB.UserDatabaseConnection..ctor () [0x00006] in <d990ce09af2a499f8d0f94347ad524a4>:0
  19. at EliteDangerousCore.DB.UserDatabase.CreateConnection () [0x00000] in <d990ce09af2a499f8d0f94347ad524a4>:0
  20. at SQLLiteExtensions.SQLProcessingThread`1[ConnectionType].SqlThreadProc () [0x0003c] in <e9d44c29bfdd4ee4af6486fb2dccbf58>:0
  21. at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00014] in <a1336bab325642fd867e87ca7626bada>:0
  22. at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <a1336bab325642fd867e87ca7626bada>:0
  23. at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <a1336bab325642fd867e87ca7626bada>:0
  24. at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in <a1336bab325642fd867e87ca7626bada>:0
  25. at System.Threading.ThreadHelper.ThreadStart () [0x00008] in <a1336bab325642fd867e87ca7626bada>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement