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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Getting Sqllite exeption

Totlach

New Member
Joined
Sep 10, 2014
Messages
15
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