Advertisement
Guest User

Untitled

a guest
Jun 26th, 2012
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 KB | None | 0 0
  1. D3Emu
  2.  
  3.  
  4. [ Info] [Program]: D3Emu v1.9991.4553.16821 warming-up..
  5. [ Info] [Program]: Required client version: 9991.
  6. [ Info] [Program]: Found OpenSSL version 1.0.0f Release.
  7. [Fatal] [DBManager]: Connect() - [Exception] System.DllNotFoundException: System.Data.SQLite.dll
  8. at (wrapper managed-to-native) System.Data.SQLite.UnsafeNativeMethods:sqlite3_config (int,System.Data.SQLite.SQLiteLogCallback,intptr)
  9. at System.Data.SQLite.SQLite3.StaticIsInitialized () [0x00000] in <filename unknown>:0
  10. at System.Data.SQLite.SQLiteLog.Initialize () [0x00000] in <filename unknown>:0
  11. at System.Data.SQLite.SQLiteConnection..ctor (System.String connectionString) [0x00000] in <filename unknown>:0
  12. at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteConnection:.ctor (string)
  13. at D3Emu.Common.Storage.DBManager.Connect () [0x00000] in <filename unknown>:0
  14. [Fatal] [Program]: D3Emu terminating because of unhandled exception. - [Exception] FluentNHibernate.Cfg.FluentConfigurationException: An invalid or incomplete configuration was used while creating a SessionFactory. Check PotentialReasons collection, and InnerException for more detail.
  15.  
  16. * Database was not configured through Database method.
  17. * No mappings were configured through the Mappings method.
  18. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DllNotFoundException: System.Data.SQLite.dll
  19. at (wrapper managed-to-native) System.Data.SQLite.UnsafeNativeMethods:sqlite3_config (int,System.Data.SQLite.SQLiteLogCallback,intptr)
  20. at System.Data.SQLite.SQLite3.StaticIsInitialized () [0x00000] in <filename unknown>:0
  21. at System.Data.SQLite.SQLiteLog.Initialize () [0x00000] in <filename unknown>:0
  22. at System.Data.SQLite.SQLiteConnection..ctor (System.String connectionString) [0x00000] in <filename unknown>:0
  23. at System.Data.SQLite.SQLiteConnection..ctor () [0x00000] in <filename unknown>:0
  24. at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
  25. at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  26. --- End of inner exception stack trace ---
  27. at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  28. at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  29. at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x00000] in <filename unknown>:0
  30. at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] in <filename unknown>:0
  31. at System.Activator.CreateInstance (System.Type type) [0x00000] in <filename unknown>:0
  32. at NHibernate.Bytecode.ActivatorObjectsFactory.CreateInstance (System.Type type) [0x00000] in <filename unknown>:0
  33. at NHibernate.Driver.ReflectionDriveConnectionCommandProvider.CreateConnection () [0x00000] in <filename unknown>:0
  34. at NHibernate.Driver.ReflectionBasedDriver.CreateConnection () [0x00000] in <filename unknown>:0
  35. at NHibernate.Driver.SQLite20Driver.CreateConnection () [0x00000] in <filename unknown>:0
  36. at NHibernate.Connection.DriverConnectionProvider.GetConnection () [0x00000] in <filename unknown>:0
  37. at NHibernate.Tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.Prepare () [0x00000] in <filename unknown>:0
  38. at NHibernate.Tool.hbm2ddl.SchemaMetadataUpdater.GetReservedWords (NHibernate.Dialect.Dialect dialect, IConnectionHelper connectionHelper) [0x00000] in <filename unknown>:0
  39. at NHibernate.Tool.hbm2ddl.SchemaMetadataUpdater.Update (ISessionFactory sessionFactory) [0x00000] in <filename unknown>:0
  40. at NHibernate.Impl.SessionFactoryImpl..ctor (NHibernate.Cfg.Configuration cfg, IMapping mapping, NHibernate.Cfg.Settings settings, NHibernate.Event.EventListeners listeners) [0x00000] in <filename unknown>:0
  41. at NHibernate.Cfg.Configuration.BuildSessionFactory () [0x00000] in <filename unknown>:0
  42. at FluentNHibernate.Cfg.FluentConfiguration.BuildSessionFactory () [0x00000] in <filename unknown>:0
  43. --- End of inner exception stack trace ---
  44. at FluentNHibernate.Cfg.FluentConfiguration.BuildSessionFactory () [0x00000] in <filename unknown>:0
  45. at D3Emu.Common.Storage.AccountDataBase.SessionProvider.CreateSessionFactory () [0x00000] in <filename unknown>:0
  46. at D3Emu.Common.Storage.AccountDataBase.SessionProvider.get_SessionFactory () [0x00000] in <filename unknown>:0
  47. at D3Emu.Common.Storage.DBSessions.get_AccountSession () [0x00000] in <filename unknown>:0
  48. at D3Emu.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
  49.  
  50. * Database was not configured through Database method.
  51. * No mappings were configured through the Mappings method.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement