ERROR:
Changing current profile to Azure Whelpling - Riddero
Stopping the bot!
System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.SleepInternal(Int32 millisecondsTimeout)
at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
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 System.Data.SQLite.SQLiteTransaction..ctor(SQLiteConnection connection, Boolean deferredLock)
at System.Data.SQLite.SQLiteConnection.BeginDbTransaction(IsolationLevel isolationLevel)
at System.Data.SQLite.SQLiteConnection.BeginTransaction()
at ?..()
System.Threading.ThreadAbortException: Thread was being aborted.
at Tripper.Navigation.WowNavigator.(DateTime )
at Tripper.Navigation.WowNavigator.FindPath(Vector3 start, Vector3 end)
at Styx.Pathing.MeshNavigator.CanNavigateFully(WoWPoint from, WoWPoint to, Int32 maxHops)
at Styx.Pathing.Navigator.CanNavigateFully(WoWPoint from, WoWPoint to, Int32 maxHops)
at Styx.Pathing.Navigator.CanNavigateFully(WoWPoint from, WoWPoint to)
at Styx.CommonBot.Database.NpcQueries.GetNearestNpc(WoWFactionTemplate myFaction, UInt32 mapId, WoWPoint searchLocation, UnitNPCFlags npcFlags)
at Styx.CommonBot.Profiles.VendorManager.GetClosestVendor(VendorType type)
Starting the bot!
Changing current profile to Azure Whelpling - Riddero
System.Data.SQLite.SQLiteException (0x80004005): Library used incorrectly
No transaction is active on this connection
at System.Data.SQLite.SQLiteTransaction.IsValid(Boolean throwError)
at System.Data.SQLite.SQLiteTransaction.Commit()
at ?..()