Page 1 of 1

Weird bug

PostPosted: 08 Jul 2013, 02:35
by edtheman
Does anyone know what this is?
Type: SQLiteException
Source: System.Data.SQLite
Message: SQLite error
table Blocks has no column named Map
Target: Prepare
Trace: at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
at MCDzienny.SQLite.ExecuteQuery(String queryString, Dictionary`2 parameters)
at MCDzienny.DBInterface.ExecuteQuery(String queryString, Boolean createDB)
at MCDzienny.Database.DBManager.Initialization()

Re: Weird bug

PostPosted: 08 Jul 2013, 16:23
by edtheman
I really need help guys.

Re: Weird bug

PostPosted: 08 Jul 2013, 16:32
by HETAL
Try replacing your exe files and DLL files

Re: Weird bug

PostPosted: 08 Jul 2013, 16:41
by Warren1001
What command did you use?
It might be a custom command...
edtheman wrote:table Blocks has no column named Map

Meaning a custom command or even a core command could have tried to use the table "blocks" which doesn't have column named "map", and it tried to use the column "map". It threw an error because it's not there...

Re: Weird bug

PostPosted: 08 Jul 2013, 17:02
by ismellike
That is an old error that isn't harmful or anything.
It happens on start up, and like warren said, there is not an entry for Blocks in the database.
It happens to almost everyone.

Re: Weird bug

PostPosted: 08 Jul 2013, 20:26
by edtheman
Does it prevent people from joining?

Re: Weird bug

PostPosted: 08 Jul 2013, 20:57
by ismellike
Not at all, it is just a visual problem really.
I think everyone gets it, unless they make the entry for blocks themselves.