Page 4 of 4

Re: SQLite (Debian) is related with Bug Place Eight

PostPosted: 16 Apr 2014, 17:06
by HETAL
Does not work
Code: Select all
----04/16/2014 14:43:25 ----
Type: DllNotFoundException
Source: System.Data.SQLite
Message: System.Data.SQLite.dll
Target: StaticIsInitialized
Trace:   at (wrapper managed-to-native) System.Data.SQLite.UnsafeNativeMethods:sqlite3_config_none (System.Data.SQLite.SQLiteConfigOpsEnum)
  at System.Data.SQLite.SQLite3.StaticIsInitialized () [0x00000] in <filename unknown>:0
  at System.Data.SQLite.SQLiteLog.Initialize () [0x00000] in <filename unknown>:0
  at System.Data.SQLite.SQLiteConnection..ctor (System.String connectionString, Boolean parseViaFramework) [0x00000] in <filename unknown>:0
  at System.Data.SQLite.SQLiteConnection..ctor (System.String connectionString) [0x00000] in <filename unknown>:0
  at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteConnection:.ctor (string)
  at MCDzienny.SQLite.ExecuteQuery (System.String queryString, System.Collections.Generic.Dictionary`2 parameters) [0x00000] in <filename unknown>:0

-------------------------
----04/16/2014 14:43:27 ----
Type: SqliteException
Source: Mono.Data.Sqlite
Message: Unable to open the database file
Target: Open
Trace:   at Mono.Data.Sqlite.SQLite3.Open (System.String strFilename, SQLiteOpenFlagsEnum flags, Int32 maxPoolSize, Boolean usePool) [0x00000] in <filename unknown>:0
  at Mono.Data.Sqlite.SqliteConnection.Open () [0x00000] in <filename unknown>:0

-------------------------
----04/16/2014 14:43:27 ----
Type: SqliteException
Source: Mono.Data.Sqlite
Message: Unable to open the database file
Target: Open
Trace:   at Mono.Data.Sqlite.SQLite3.Open (System.String strFilename, SQLiteOpenFlagsEnum flags, Int32 maxPoolSize, Boolean usePool) [0x00000] in <filename unknown>:0
  at Mono.Data.Sqlite.SqliteConnection.Open () [0x00000] in <filename unknown>:0

-------------------------
----04/16/2014 14:43:27 ----
Type: SqliteException
Source: Mono.Data.Sqlite
Message: Unable to open the database file
Target: Open
Trace:   at Mono.Data.Sqlite.SQLite3.Open (System.String strFilename, SQLiteOpenFlagsEnum flags, Int32 maxPoolSize, Boolean usePool) [0x00000] in <filename unknown>:0
  at Mono.Data.Sqlite.SqliteConnection.Open () [0x00000] in <filename unknown>:0

-------------------------
----04/16/2014 14:43:27 ----
Type: NullReferenceException
Source: MCDzienny_
Message: Object reference not set to an instance of an object
Target: StartFreebuild
Trace:   at MCDzienny.Server.StartFreebuild () [0x00000] in <filename unknown>:0
  at MCDzienny.Server.<Start>b__d () [0x00000] in <filename unknown>:0

-------------------------

Re: SQLite (Debian) is related with Bug Place Eight

PostPosted: 16 Apr 2014, 17:39
by dzienny
Another small adjustment to the db path. Also, make sure you have "Database" folder in your server directory.

Re: SQLite (Debian) is related with Bug Place Eight

PostPosted: 16 Apr 2014, 17:43
by HETAL
There is a Database folder but it is empty.

Re: SQLite (Debian) is related with Bug Place Eight

PostPosted: 16 Apr 2014, 21:47
by dzienny
I'm quite sure this one should work :)

Re: SQLite (Debian) is related with Bug Place Eight

PostPosted: 16 Apr 2014, 22:57
by HETAL
That fixed a majority of it :D
Code: Select all
(21:56:54) Transaction error: SQLite error
17 values for 24 columns

Re: SQLite (Debian) is related with Bug Place Eight

PostPosted: 16 Apr 2014, 23:25
by dzienny
Ok, that's great! :)

And, I finally installed Linux so that allowed me to properly test it this time.

The error you mentioned shouldn't appear the next time you start your server. Also, this version contains IRC fix and the /levels command should work from the console.

Thank you for all the feedback, it was very helpful <ok>

Re: SQLite (Debian) is related with Bug Place Eight

PostPosted: 17 Apr 2014, 00:17
by HETAL
Nice :D