What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Getting Sqllite exeption

Totlach

New Member
Joined
Sep 10, 2014
Messages
15
Reaction score
0
Hey Guys always getting this exception repeating constantly while running bot with singular

System.Data.SQLite.SQLiteException (0x80004005): SQL logic error or missing database
no such function: DISTANCE2D
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.ExecuteReader()
at ‪‎‪‎‬***‏‏‏​‫***‬‏***.*‎‏‏‬‪**​**‬‏‏*​‪‪‫‏*‫​***‏‏‏​**.‫‪**‫​***‬**‏**‫‎***‏‎*‪**(WoWUnit )
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at ‪‎‪‎‬***‏‏‏​‫***‬‏***.*‎‏‏‬‪**​**‬‏‏*​‪‪‫‏*‫​***‏‏‏​**.‎‫​‎**‫‎‏‫‬‬‬*‪‫‫*‎‬‪*()
bot seems to work but this exception doesnt sound well
 
Back
Top