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

Error using Auto Login

majhealth

Member
Joined
Aug 7, 2012
Messages
40
Reaction score
1
I use steam to run PoE. That Bot makes it past the title screen fine, but each time I have it try to login to a character name it fails. Is anyone else experiencing this issue? It basically breaks the ability to use Chicken as the bot cannot log back in and continue.

This is a fresh install of EB.
I only have 4 plugins installed above standard. Autoflask 2.0, Advanced Grind Zone, MapRunner, and Questplugin. I have tried many different combinations of plugins enable and disabled. I have also specifically tried with all disabled except the standard plugins that come with the bot. One final thing I have noticed is the Basic Grind bot is ignoring what ever zone I select. I could have chamber of sin selected and it still goes to the caverns which is where my next quest is on the way to finish Act 2.

Adding Log.
Replaced log with a log of when the bot goes to the wrong Grindzone even though it is set to the right zone. I have tried it with and without advancedgrindzonechanger.
Code:
2015-01-20 18:16:11,196 [1] INFO  Logger (null) - [AdvanceGrindZoneChangerGui]  StopButton_Click
2015-01-20 18:16:11,201 [1] ERROR Logger (null) - [Stop] The BotThread is not running. Please use BotManager.Start first.
2015-01-20 18:16:44,827 [1] INFO  Logger (null) - [AdvanceGrindZoneChangerGui]  StartButton_Click
2015-01-20 18:16:44,829 [1] INFO  Logger (null) - [Start] Now creating the BotThread.
2015-01-20 18:16:44,858 [6] DEBUG Logger (null) - [BasicGrindBot] Start
2015-01-20 18:16:44,858 [6] DEBUG Logger (null) - [Start] LowFpsMode: False.
2015-01-20 18:16:44,859 [6] DEBUG Logger (null) - [ExilePather] Now reloading the pathfinder.
2015-01-20 18:16:44,858 [6] DEBUG Logger (null) - [Start] MsBetweenTicks: 15.
2015-01-20 18:16:44,858 [6] DEBUG Logger (null) - [Start] InputEventMsDelay: 100.
2015-01-20 18:16:44,858 [6] DEBUG Logger (null) - [Start] PlayerMover.Instance: Loki.Bot.v3.DefaultPlayerMover.
2015-01-20 18:16:44,863 [6] INFO  Logger (null) - [Dat] Now building the Stat lookup table.
2015-01-20 18:16:44,966 [6] INFO  Logger (null) - [Dat] The Stat lookup table has been built.
2015-01-20 18:16:44,968 [6] INFO  Logger (null) - [Dat] Now building the Passive Skills lookup table.
2015-01-20 18:16:45,038 [6] INFO  Logger (null) - [Dat] The Passive Skills lookup table has been built.
2015-01-20 18:16:45,097 [6] DEBUG Logger (null) - [GetPathfindingData] Now creating the pathfinding data.
2015-01-20 18:16:45,118 [6] DEBUG Logger (null) - [GetPathfindingData] The pathfinding data has been created (00:00:00.0005678).
2015-01-20 18:16:45,144 [6] DEBUG Logger (null) - [ExilePather] Now creating the navmesh.
2015-01-20 18:16:45,341 [6] DEBUG Logger (null) - [ExilePather] The navmesh has been created.
2015-01-20 18:16:45,345 [6] DEBUG Logger (null) - [ExilePather] The pathfinder has been reloaded.
2015-01-20 18:16:45,346 [6] DEBUG Logger (null) - [AddAtBack] Now adding [TownRunTask] A task to go back to town during the middle of a bot run..
2015-01-20 18:16:45,347 [6] DEBUG Logger (null) - [AddAtBack] Now adding [LootItemTask (Leash -1)] This task handles looting items..
2015-01-20 18:16:45,347 [6] DEBUG Logger (null) - [AddAtBack] Now adding [MergeInventoryTask] A task to handle merging the inventory into full stacks..
2015-01-20 18:16:45,346 [6] DEBUG Logger (null) - [AddAtBack] Now adding [ClearCursorTask] This task places any item left on the cursor into the inventory..
2015-01-20 18:16:45,346 [6] DEBUG Logger (null) - [AddAtBack] Now adding [HandleBlockingChestsTask] This task will handle breaking any blocking chests that interfere with movement..
2015-01-20 18:16:45,346 [6] DEBUG Logger (null) - [AddAtBack] Now adding [CombatTask (Leash 50)] This task executes routine logic for combat..
2015-01-20 18:16:45,346 [6] DEBUG Logger (null) - [AddAtBack] Now adding [AssignMoveSkillTask] A task to handle assigning the Move skill if it's not already on the skill bar..
2015-01-20 18:16:45,345 [6] DEBUG Logger (null) - [AddAtBack] Now adding [ResurrectTask] This task handles resurrection..
2015-01-20 18:16:45,346 [6] DEBUG Logger (null) - [AddAtBack] Now adding [LootItemTask (Leash 50)] This task handles looting items..
2015-01-20 18:16:45,346 [6] DEBUG Logger (null) - [AddAtBack] Now adding [HandleDoorsTask] This task handles opening doors..
2015-01-20 18:16:45,347 [6] DEBUG Logger (null) - [AddAtBack] Now adding [OpenChestTask (Leash 50)] This task handles opening chests..
2015-01-20 18:16:45,347 [6] DEBUG Logger (null) - [AddAtBack] Now adding [IdTask] A task to identify items in inventory..
2015-01-20 18:16:45,347 [6] DEBUG Logger (null) - [AddAtBack] Now adding [SellTask] A task to vendor items in the inventory..
2015-01-20 18:16:45,347 [6] DEBUG Logger (null) - [AddAtBack] Now adding [StashTask] This task will stash all applicable items in town..
2015-01-20 18:16:45,347 [6] DEBUG Logger (null) - [AddAtBack] Now adding [WithdrawTask] A task to withdraw items from stash when we are in town..
2015-01-20 18:16:45,347 [6] DEBUG Logger (null) - [AddAtBack] Now adding [HandleInventoryItemsTask] A task to manage inventory items that are not stashed..
2015-01-20 18:16:45,348 [6] DEBUG Logger (null) - [AddAtBack] Now adding [SortInventoryTask] A task to sort the main inventory by moving items towards the top left corner..
2015-01-20 18:16:45,348 [6] DEBUG Logger (null) - [AddAtBack] Now adding [ReturnToGrindZoneTask] This task will return the bot to the previous grind zone after a town run..
2015-01-20 18:16:45,348 [6] DEBUG Logger (null) - [AddAtBack] Now adding [TagWaypointTask] This task will tag a waypoint if it is not already unlocked..
2015-01-20 18:16:45,348 [6] DEBUG Logger (null) - [AddAtBack] Now adding [UseLooseCandleTask] This task will use the Loose Candle when the grind zone is set to The Archives..
2015-01-20 18:16:45,348 [6] DEBUG Logger (null) - [AddAtBack] Now adding [UnblockCorruptedAreaTransitionTask] This task will use the Loose Grate and Sarcophagus covers for corrupted area transitions..
2015-01-20 18:16:45,348 [6] DEBUG Logger (null) - [AddAtBack] Now adding [TakeCorruptedAreaTask] A task to take corrupted areas..
2015-01-20 18:16:45,349 [6] DEBUG Logger (null) - [AddAtBack] Now adding [TravelThroughBossAreasTask-BossFarm] This task will travel though the local area transitions in boss zones..
2015-01-20 18:16:45,348 [6] DEBUG Logger (null) - [AddAtBack] Now adding [TravelToGrindZoneTask] This task will travel to the grind zone configured..
2015-01-20 18:16:45,349 [6] DEBUG Logger (null) - [AddAtBack] Now adding [OpenChestTask (Leash -1)] This task handles opening chests..
2015-01-20 18:16:45,349 [6] DEBUG Logger (null) - [AddAtBack] Now adding [TravelThroughBossAreasTask-PassThrough] This task will travel though the local area transitions in boss zones..
2015-01-20 18:16:45,349 [6] DEBUG Logger (null) - [AddAtBack] Now adding [CombatTask (Leash -1)] This task executes routine logic for combat..
2015-01-20 18:16:45,349 [6] DEBUG Logger (null) - [AddAtBack] Now adding [ExplorationCompleteTask (Early)] A task to execute exploration complete logic..
2015-01-20 18:16:45,349 [6] DEBUG Logger (null) - [AddAtBack] Now adding [ExploreTask] This task handles exploring an area..
2015-01-20 18:16:45,349 [6] DEBUG Logger (null) - [AddAtBack] Now adding [ExplorationCompleteTask] A task to execute exploration complete logic..
2015-01-20 18:16:45,350 [6] DEBUG Logger (null) - [AddAtBack] Now adding [FallbackTask] This task is the last task executed. It should not execute..
2015-01-20 18:16:45,350 [6] DEBUG Logger (null) - [AdvanceGrindZoneChanger] Start
2015-01-20 18:16:45,350 [6] DEBUG Logger (null) - [AutoFlask] Start
2015-01-20 18:16:45,350 [6] DEBUG Logger (null) - [AutoResync] Start
2015-01-20 18:16:45,351 [6] DEBUG Logger (null) - [Chicken] Start
2015-01-20 18:16:45,351 [6] DEBUG Logger (null) - [GemLeveler] Start
2015-01-20 18:16:45,351 [6] DEBUG Logger (null) - [GemLeveler] Now resetting task state.
2015-01-20 18:16:45,351 [6] DEBUG Logger (null) - [Scheduler] Start
2015-01-20 18:16:45,351 [6] DEBUG Logger (null) - [StuckDetection] Start
2015-01-20 18:16:45,351 [6] DEBUG Logger (null) - [ExampleRoutine] Start
2015-01-20 18:16:45,352 [6] DEBUG Logger (null) - [HandleBlockingChestsTask] Now resetting task state.
2015-01-20 18:16:45,352 [6] DEBUG Logger (null) - [IdTask] Now resetting task state.
2015-01-20 18:16:45,352 [6] DEBUG Logger (null) - [SellTask] Now resetting task state.
2015-01-20 18:16:45,352 [6] DEBUG Logger (null) - [WithdrawTask] Now resetting task state.
2015-01-20 18:16:45,352 [6] DEBUG Logger (null) - [ReturnToGrindZoneTask] Now resetting task state.
2015-01-20 18:16:45,352 [6] DEBUG Logger (null) - [TagWaypointTask] Now resetting task state.
2015-01-20 18:16:45,353 [6] DEBUG Logger (null) - [UseLooseCandleTask] Now resetting task state.
2015-01-20 18:16:45,353 [6] DEBUG Logger (null) - [UnblockCorruptedAreaTransitionTask] Now resetting task state.
2015-01-20 18:16:45,353 [6] DEBUG Logger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2015-01-20 18:16:45,353 [6] DEBUG Logger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2015-01-20 18:16:45,353 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] Now resetting task state.
2015-01-20 18:16:45,353 [6] DEBUG Logger (null) - [Start] The plugin AutoFlask is enabled.
2015-01-20 18:16:45,353 [6] DEBUG Logger (null) - [Start] The plugin AdvanceGrindZoneChanger is enabled.
2015-01-20 18:16:45,354 [6] DEBUG Logger (null) - [Start] The plugin AutoResync is enabled.
2015-01-20 18:16:45,354 [6] DEBUG Logger (null) - [Start] The plugin Chicken is enabled.
2015-01-20 18:16:45,354 [6] DEBUG Logger (null) - [Start] The plugin GemLeveler is enabled.
2015-01-20 18:16:45,354 [6] DEBUG Logger (null) - [Start] The plugin Scheduler is enabled.
2015-01-20 18:16:45,354 [6] DEBUG Logger (null) - [Start] The plugin StuckDetection is enabled.
2015-01-20 18:16:45,354 [6] DEBUG Logger (null) - [Start] PlayerMover.Instance: Loki.Bot.v3.DefaultPlayerMover.
2015-01-20 18:16:45,363 [6] DEBUG Logger (null) - [GemLeveler] Now resetting task state.
2015-01-20 18:16:45,364 [6] DEBUG Logger (null) - [HandleBlockingChestsTask] Now resetting task state.
2015-01-20 18:16:45,364 [6] DEBUG Logger (null) - [HandleDoorsTask] Now resetting task state.
2015-01-20 18:16:45,365 [6] DEBUG Logger (null) - [IdTask] Now resetting task state.
2015-01-20 18:16:45,365 [6] DEBUG Logger (null) - [SellTask] Now resetting task state.
2015-01-20 18:16:45,365 [6] DEBUG Logger (null) - [WithdrawTask] Now resetting task state.
2015-01-20 18:16:45,365 [6] DEBUG Logger (null) - [ReturnToGrindZoneTask] Now resetting task state.
2015-01-20 18:16:45,366 [6] DEBUG Logger (null) - [UseLooseCandleTask] Now resetting task state.
2015-01-20 18:16:45,366 [6] DEBUG Logger (null) - [TagWaypointTask] Now resetting task state.
2015-01-20 18:16:45,366 [6] DEBUG Logger (null) - [UnblockCorruptedAreaTransitionTask] Now resetting task state.
2015-01-20 18:16:45,366 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] Now resetting task state.
2015-01-20 18:16:45,367 [6] DEBUG Logger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2015-01-20 18:16:45,367 [6] DEBUG Logger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2015-01-20 18:16:45,484 [6] INFO  Logger (null) - [GridExplorer] TileSeenRadius is being set to 5.
2015-01-20 18:16:45,484 [6] INFO  Logger (null) - [GridExplorer] AutoResetOnAreaChange is being set to False.
2015-01-20 18:16:45,483 [6] INFO  Logger (null) - [GridExplorer] AutoResetOnAreaChange is being set to True.
2015-01-20 18:16:45,484 [6] INFO  Logger (null) - [GridExplorer] TileKnownRadius is being set to 7.
2015-01-20 18:16:45,498 [6] DEBUG Logger (null) - [GridExplorer] Now segmenting the current area.
2015-01-20 18:16:45,544 [6] DEBUG Logger (null) - [GridExplorer] Area segmentation complete 00:00:00.0457922.
2015-01-20 18:16:45,644 [6] INFO  Logger (null) - [IdTask] We do not need to id. Skipping this task until an area change or restart.
2015-01-20 18:16:45,660 [6] INFO  Logger (null) - [WithdrawTask] We do not need to withdraw any currency items. Skipping this task until an area change or restart.
2015-01-20 18:16:45,685 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] GrindZoneId = 2_2_15.
2015-01-20 18:16:45,760 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_2_town.
2015-01-20 18:16:45,761 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_10_3.
2015-01-20 18:16:45,761 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_13.
2015-01-20 18:16:45,761 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_15.
2015-01-20 18:16:45,761 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_18_1.
2015-01-20 18:16:45,760 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_2_14_2.
2015-01-20 18:16:45,760 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_2_14_3.
2015-01-20 18:16:45,760 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_1.
2015-01-20 18:16:45,761 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_10_0.
2015-01-20 18:16:45,760 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_town.
2015-01-20 18:16:45,761 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_10_1.
2015-01-20 18:16:45,761 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_2.
2015-01-20 18:16:45,762 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_18_2.
2015-01-20 18:16:45,762 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_1.
2015-01-20 18:16:45,762 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_town.
2015-01-20 18:16:45,762 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_2.
2015-01-20 18:16:45,762 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_3.
2015-01-20 18:16:45,762 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_4_1.
2015-01-20 18:16:45,762 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_4_2.
2015-01-20 18:16:45,763 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_5.
2015-01-20 18:16:45,763 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_6.
2015-01-20 18:16:45,763 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_7_1.
2015-01-20 18:16:45,763 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_7_2.
2015-01-20 18:16:45,763 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_8.
2015-01-20 18:16:45,763 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_9.
2015-01-20 18:16:45,763 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_10.
2015-01-20 18:16:45,764 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_11_1.
2015-01-20 18:16:45,764 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_11_2.
2015-01-20 18:16:45,764 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_2_1.
2015-01-20 18:16:45,764 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_2_town.
2015-01-20 18:16:45,764 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_2_2.
2015-01-20 18:16:45,764 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_2_3.
2015-01-20 18:16:45,765 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_2_15.
2015-01-20 18:16:45,773 [6] INFO  Logger (null) - [TakeWaypointTo] 1_2_14_2 
2015-01-20 18:16:45,910 [6] DEBUG Logger (null) - [MoveToLocation] Now moving towards {188, 116}. We have been performing this task for 00:00:00.1117521.
2015-01-20 18:16:46,125 [6] DEBUG Logger (null) - Adding location ["Stash"][19471] = {194, 206} for area [0x3FE2A08C]
2015-01-20 18:16:46,142 [6] DEBUG Logger (null) - Adding location ["Waypoint"][18280] = {188, 116} for area [0x3FE2A08C]
2015-01-20 18:16:46,158 [6] DEBUG Logger (null) - Adding location ["The Old Fields"][22936] = {311, 172} for area [0x3FE2A08C]
2015-01-20 18:16:46,158 [6] DEBUG Logger (null) - Adding location ["The Southern Forest"][10278] = {188, 73} for area [0x3FE2A08C]
2015-01-20 18:16:46,175 [6] DEBUG Logger (null) - Adding location ["The Riverways"][817] = {63, 174} for area [0x3FE2A08C]
2015-01-20 18:16:46,177 [6] DEBUG Logger (null) - [MoveToLocation] Now moving towards {188, 116}. We have been performing this task for 00:00:00.3784717.
2015-01-20 18:16:46,176 [6] DEBUG Logger (null) - [ResetAnchorPoint] Setting CurrentAnchorPoint to {183, 149} for 1071816844.
2015-01-20 18:16:46,176 [6] DEBUG Logger (null) - [ResetAnchorPoint] Setting AnchorPoint to {183, 149} for 1071816844.
2015-01-20 18:16:46,395 [6] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Move.
2015-01-20 18:16:46,426 [6] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Move.
2015-01-20 18:16:46,460 [6] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Move.
2015-01-20 18:16:46,509 [6] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Move.
2015-01-20 18:16:46,542 [6] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Move.
2015-01-20 18:16:46,583 [6] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Move.
2015-01-20 18:16:46,626 [6] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Move.
2015-01-20 18:16:46,676 [6] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Move.
2015-01-20 18:16:46,709 [6] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Move.
2015-01-20 18:16:46,762 [6] DEBUG Logger (null) - [InteractWith] Now attempting to highlight 18280.
2015-01-20 18:16:47,176 [6] DEBUG Logger (null) - [InteractWith] Now attempting to interact with 18280.
2015-01-20 18:16:47,211 [6] DEBUG Logger (null) - [WaitForWorldPanel]
2015-01-20 18:16:47,211 [6] DEBUG Logger (null) - [WaitForWorldPanel] We have been waiting 00:00:00.0001348 for the world panel to open.
2015-01-20 18:16:50,976 [6] DEBUG Logger (null) - [WaitForAreaChange]
2015-01-20 18:16:50,977 [6] DEBUG Logger (null) - [WaitForAreaChange] We have been waiting 00:00:00.0000945 for an area change.
2015-01-20 18:16:51,079 [6] DEBUG Logger (null) - [WaitForAreaChange] We have been waiting 00:00:00.1018333 for an area change.
2015-01-20 18:16:51,192 [6] DEBUG Logger (null) - [WaitForAreaChange] We have been waiting 00:00:00.2161216 for an area change.
2015-01-20 18:16:51,308 [6] DEBUG Logger (null) - [WaitForAreaChange] We have been waiting 00:00:00.3323266 for an area change.
2015-01-20 18:16:51,694 [6] DEBUG Logger (null) - [WaitForAreaChange] We have been waiting 00:00:00.7177229 for an area change.
2015-01-20 18:16:51,919 [6] DEBUG Logger (null) - [ExilePather] Now reloading the pathfinder.
2015-01-20 18:16:51,923 [6] DEBUG Logger (null) - [GetPathfindingData] The pathfinding data has been created (00:00:00.0019599).
2015-01-20 18:16:51,920 [6] DEBUG Logger (null) - [GetPathfindingData] Now creating the pathfinding data.
2015-01-20 18:16:51,973 [6] DEBUG Logger (null) - [ExilePather] Now creating the navmesh.
2015-01-20 18:16:52,456 [1] INFO  Logger (null) - [AdvanceGrindZoneChangerGui]  StopButton_Click
2015-01-20 18:16:52,458 [1] INFO  Logger (null) - [Stop] Now requesting the BotThread to stop.
2015-01-20 18:16:52,922 [6] DEBUG Logger (null) - [ExilePather] The navmesh has been created.
2015-01-20 18:16:52,924 [6] DEBUG Logger (null) - [IdTask] Now resetting task state.
2015-01-20 18:16:52,926 [6] DEBUG Logger (null) - [TagWaypointTask] Now resetting task state.
2015-01-20 18:16:52,924 [6] DEBUG Logger (null) - [WithdrawTask] Now resetting task state.
2015-01-20 18:16:52,924 [6] DEBUG Logger (null) - [HandleDoorsTask] Now resetting task state.
2015-01-20 18:16:52,923 [6] DEBUG Logger (null) - [GemLeveler] Now resetting task state.
2015-01-20 18:16:52,923 [6] DEBUG Logger (null) - [ExilePather] The pathfinder has been reloaded.
2015-01-20 18:16:52,923 [6] DEBUG Logger (null) - [HandleBlockingChestsTask] Now resetting task state.
2015-01-20 18:16:52,924 [6] DEBUG Logger (null) - [ReturnToGrindZoneTask] Now resetting task state.
2015-01-20 18:16:52,924 [6] DEBUG Logger (null) - [SellTask] Now resetting task state.
2015-01-20 18:16:52,926 [6] DEBUG Logger (null) - [UseLooseCandleTask] Now resetting task state.
2015-01-20 18:16:52,926 [6] DEBUG Logger (null) - [UnblockCorruptedAreaTransitionTask] Now resetting task state.
2015-01-20 18:16:52,927 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] Now resetting task state.
2015-01-20 18:16:52,927 [6] DEBUG Logger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2015-01-20 18:16:52,927 [6] DEBUG Logger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2015-01-20 18:16:53,779 [6] INFO  Logger (null) - [GridExplorer] AutoResetOnAreaChange is being set to True.
2015-01-20 18:16:53,780 [6] DEBUG Logger (null) - [GridExplorer] Now segmenting the current area.
2015-01-20 18:16:53,780 [6] INFO  Logger (null) - [GridExplorer] TileKnownRadius is being set to 7.
2015-01-20 18:16:53,780 [6] INFO  Logger (null) - [GridExplorer] TileSeenRadius is being set to 5.
2015-01-20 18:16:53,780 [6] INFO  Logger (null) - [GridExplorer] AutoResetOnAreaChange is being set to False.
2015-01-20 18:16:54,035 [6] DEBUG Logger (null) - [GridExplorer] Area segmentation complete 00:00:00.2548154.
2015-01-20 18:16:54,890 [6] DEBUG Logger (null) - [BasicGrindBot] OnStop
2015-01-20 18:16:54,891 [6] DEBUG Logger (null) - [AdvanceGrindZoneChanger] Stop
2015-01-20 18:16:54,892 [6] DEBUG Logger (null) - [ExampleRoutine] Stop
2015-01-20 18:16:54,892 [6] DEBUG Logger (null) - [StuckDetection] Stop
2015-01-20 18:16:54,891 [6] DEBUG Logger (null) - [GemLeveler] Stop
2015-01-20 18:16:54,892 [6] DEBUG Logger (null) - [Scheduler] Stop
2015-01-20 18:16:54,891 [6] DEBUG Logger (null) - [AutoResync] Stop
2015-01-20 18:16:54,891 [6] DEBUG Logger (null) - [AutoFlask] Stop
2015-01-20 18:16:54,891 [6] DEBUG Logger (null) - [Chicken] Stop
 
Last edited:
Something else to add. I have double triple and quadruple checked that I have the name typed right and the correct checks. The name is all standard letters of course.
 
Are you using all of the same plugins as I stated above? I am just trying to think of a root cause potentially. Or is your client ran through Steam?
Hey majhealth,
2015-01-20 18:10:27,991 [19] DEBUG Logger (null) - [MainCoroutine] AutoSelectCharacter returned CharacterNotFound.
Causes:
1. Name is incorrect.
2. There is a space in your name after the last character, delete the space.
3. Name does not exist.

Let me know, thanks.
 
Hey majhealth,
2015-01-20 18:10:27,991 [19] DEBUG Logger (null) - [MainCoroutine] AutoSelectCharacter returned CharacterNotFound.
Causes:
1. Name is incorrect.
2. There is a space in your name after the last character, delete the space.
3. Name does not exist.

Let me know, thanks.
No spaces but I did resolve the issue. EB is case sensitive. So when I looked in Character screen it shows all caps. But when I look in game using "C" it was first letter uppercase and the rest lower. That fixed my issue for the login, but I am still having an issue with even though I set my Grindzone to Fellshrine Ruins or The Ledge as an example it keeps going to the Caverns Level 2 and trying to run the pyramid.
[HIDE]2015-01-20 18:16:11,196 [1] INFO Logger (null) - [AdvanceGrindZoneChangerGui] StopButton_Click
2015-01-20 18:16:11,201 [1] ERROR Logger (null) - [Stop] The BotThread is not running. Please use BotManager.Start first.
2015-01-20 18:16:44,827 [1] INFO Logger (null) - [AdvanceGrindZoneChangerGui] StartButton_Click
2015-01-20 18:16:44,829 [1] INFO Logger (null) - [Start] Now creating the BotThread.
2015-01-20 18:16:44,858 [6] DEBUG Logger (null) - [BasicGrindBot] Start
2015-01-20 18:16:44,858 [6] DEBUG Logger (null) - [Start] LowFpsMode: False.
2015-01-20 18:16:44,859 [6] DEBUG Logger (null) - [ExilePather] Now reloading the pathfinder.
2015-01-20 18:16:44,858 [6] DEBUG Logger (null) - [Start] MsBetweenTicks: 15.
2015-01-20 18:16:44,858 [6] DEBUG Logger (null) - [Start] InputEventMsDelay: 100.
2015-01-20 18:16:44,858 [6] DEBUG Logger (null) - [Start] PlayerMover.Instance: Loki.Bot.v3.DefaultPlayerMover.
2015-01-20 18:16:44,863 [6] INFO Logger (null) - [Dat] Now building the Stat lookup table.
2015-01-20 18:16:44,966 [6] INFO Logger (null) - [Dat] The Stat lookup table has been built.
2015-01-20 18:16:44,968 [6] INFO Logger (null) - [Dat] Now building the Passive Skills lookup table.
2015-01-20 18:16:45,038 [6] INFO Logger (null) - [Dat] The Passive Skills lookup table has been built.
2015-01-20 18:16:45,097 [6] DEBUG Logger (null) - [GetPathfindingData] Now creating the pathfinding data.
2015-01-20 18:16:45,118 [6] DEBUG Logger (null) - [GetPathfindingData] The pathfinding data has been created (00:00:00.0005678).
2015-01-20 18:16:45,144 [6] DEBUG Logger (null) - [ExilePather] Now creating the navmesh.
2015-01-20 18:16:45,341 [6] DEBUG Logger (null) - [ExilePather] The navmesh has been created.
2015-01-20 18:16:45,345 [6] DEBUG Logger (null) - [ExilePather] The pathfinder has been reloaded.
2015-01-20 18:16:45,346 [6] DEBUG Logger (null) - [AddAtBack] Now adding [TownRunTask] A task to go back to town during the middle of a bot run..
2015-01-20 18:16:45,347 [6] DEBUG Logger (null) - [AddAtBack] Now adding [LootItemTask (Leash -1)] This task handles looting items..
2015-01-20 18:16:45,347 [6] DEBUG Logger (null) - [AddAtBack] Now adding [MergeInventoryTask] A task to handle merging the inventory into full stacks..
2015-01-20 18:16:45,346 [6] DEBUG Logger (null) - [AddAtBack] Now adding [ClearCursorTask] This task places any item left on the cursor into the inventory..
2015-01-20 18:16:45,346 [6] DEBUG Logger (null) - [AddAtBack] Now adding [HandleBlockingChestsTask] This task will handle breaking any blocking chests that interfere with movement..
2015-01-20 18:16:45,346 [6] DEBUG Logger (null) - [AddAtBack] Now adding [CombatTask (Leash 50)] This task executes routine logic for combat..
2015-01-20 18:16:45,346 [6] DEBUG Logger (null) - [AddAtBack] Now adding [AssignMoveSkillTask] A task to handle assigning the Move skill if it's not already on the skill bar..
2015-01-20 18:16:45,345 [6] DEBUG Logger (null) - [AddAtBack] Now adding [ResurrectTask] This task handles resurrection..
2015-01-20 18:16:45,346 [6] DEBUG Logger (null) - [AddAtBack] Now adding [LootItemTask (Leash 50)] This task handles looting items..
2015-01-20 18:16:45,346 [6] DEBUG Logger (null) - [AddAtBack] Now adding [HandleDoorsTask] This task handles opening doors..
2015-01-20 18:16:45,347 [6] DEBUG Logger (null) - [AddAtBack] Now adding [OpenChestTask (Leash 50)] This task handles opening chests..
2015-01-20 18:16:45,347 [6] DEBUG Logger (null) - [AddAtBack] Now adding [IdTask] A task to identify items in inventory..
2015-01-20 18:16:45,347 [6] DEBUG Logger (null) - [AddAtBack] Now adding [SellTask] A task to vendor items in the inventory..
2015-01-20 18:16:45,347 [6] DEBUG Logger (null) - [AddAtBack] Now adding [StashTask] This task will stash all applicable items in town..
2015-01-20 18:16:45,347 [6] DEBUG Logger (null) - [AddAtBack] Now adding [WithdrawTask] A task to withdraw items from stash when we are in town..
2015-01-20 18:16:45,347 [6] DEBUG Logger (null) - [AddAtBack] Now adding [HandleInventoryItemsTask] A task to manage inventory items that are not stashed..
2015-01-20 18:16:45,348 [6] DEBUG Logger (null) - [AddAtBack] Now adding [SortInventoryTask] A task to sort the main inventory by moving items towards the top left corner..
2015-01-20 18:16:45,348 [6] DEBUG Logger (null) - [AddAtBack] Now adding [ReturnToGrindZoneTask] This task will return the bot to the previous grind zone after a town run..
2015-01-20 18:16:45,348 [6] DEBUG Logger (null) - [AddAtBack] Now adding [TagWaypointTask] This task will tag a waypoint if it is not already unlocked..
2015-01-20 18:16:45,348 [6] DEBUG Logger (null) - [AddAtBack] Now adding [UseLooseCandleTask] This task will use the Loose Candle when the grind zone is set to The Archives..
2015-01-20 18:16:45,348 [6] DEBUG Logger (null) - [AddAtBack] Now adding [UnblockCorruptedAreaTransitionTask] This task will use the Loose Grate and Sarcophagus covers for corrupted area transitions..
2015-01-20 18:16:45,348 [6] DEBUG Logger (null) - [AddAtBack] Now adding [TakeCorruptedAreaTask] A task to take corrupted areas..
2015-01-20 18:16:45,349 [6] DEBUG Logger (null) - [AddAtBack] Now adding [TravelThroughBossAreasTask-BossFarm] This task will travel though the local area transitions in boss zones..
2015-01-20 18:16:45,348 [6] DEBUG Logger (null) - [AddAtBack] Now adding [TravelToGrindZoneTask] This task will travel to the grind zone configured..
2015-01-20 18:16:45,349 [6] DEBUG Logger (null) - [AddAtBack] Now adding [OpenChestTask (Leash -1)] This task handles opening chests..
2015-01-20 18:16:45,349 [6] DEBUG Logger (null) - [AddAtBack] Now adding [TravelThroughBossAreasTask-PassThrough] This task will travel though the local area transitions in boss zones..
2015-01-20 18:16:45,349 [6] DEBUG Logger (null) - [AddAtBack] Now adding [CombatTask (Leash -1)] This task executes routine logic for combat..
2015-01-20 18:16:45,349 [6] DEBUG Logger (null) - [AddAtBack] Now adding [ExplorationCompleteTask (Early)] A task to execute exploration complete logic..
2015-01-20 18:16:45,349 [6] DEBUG Logger (null) - [AddAtBack] Now adding [ExploreTask] This task handles exploring an area..
2015-01-20 18:16:45,349 [6] DEBUG Logger (null) - [AddAtBack] Now adding [ExplorationCompleteTask] A task to execute exploration complete logic..
2015-01-20 18:16:45,350 [6] DEBUG Logger (null) - [AddAtBack] Now adding [FallbackTask] This task is the last task executed. It should not execute..
2015-01-20 18:16:45,350 [6] DEBUG Logger (null) - [AdvanceGrindZoneChanger] Start
2015-01-20 18:16:45,350 [6] DEBUG Logger (null) - [AutoFlask] Start
2015-01-20 18:16:45,350 [6] DEBUG Logger (null) - [AutoResync] Start
2015-01-20 18:16:45,351 [6] DEBUG Logger (null) - [Chicken] Start
2015-01-20 18:16:45,351 [6] DEBUG Logger (null) - [GemLeveler] Start
2015-01-20 18:16:45,351 [6] DEBUG Logger (null) - [GemLeveler] Now resetting task state.
2015-01-20 18:16:45,351 [6] DEBUG Logger (null) - [Scheduler] Start
2015-01-20 18:16:45,351 [6] DEBUG Logger (null) - [StuckDetection] Start
2015-01-20 18:16:45,351 [6] DEBUG Logger (null) - [ExampleRoutine] Start
2015-01-20 18:16:45,352 [6] DEBUG Logger (null) - [HandleBlockingChestsTask] Now resetting task state.
2015-01-20 18:16:45,352 [6] DEBUG Logger (null) - [IdTask] Now resetting task state.
2015-01-20 18:16:45,352 [6] DEBUG Logger (null) - [SellTask] Now resetting task state.
2015-01-20 18:16:45,352 [6] DEBUG Logger (null) - [WithdrawTask] Now resetting task state.
2015-01-20 18:16:45,352 [6] DEBUG Logger (null) - [ReturnToGrindZoneTask] Now resetting task state.
2015-01-20 18:16:45,352 [6] DEBUG Logger (null) - [TagWaypointTask] Now resetting task state.
2015-01-20 18:16:45,353 [6] DEBUG Logger (null) - [UseLooseCandleTask] Now resetting task state.
2015-01-20 18:16:45,353 [6] DEBUG Logger (null) - [UnblockCorruptedAreaTransitionTask] Now resetting task state.
2015-01-20 18:16:45,353 [6] DEBUG Logger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2015-01-20 18:16:45,353 [6] DEBUG Logger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2015-01-20 18:16:45,353 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] Now resetting task state.
2015-01-20 18:16:45,353 [6] DEBUG Logger (null) - [Start] The plugin AutoFlask is enabled.
2015-01-20 18:16:45,353 [6] DEBUG Logger (null) - [Start] The plugin AdvanceGrindZoneChanger is enabled.
2015-01-20 18:16:45,354 [6] DEBUG Logger (null) - [Start] The plugin AutoResync is enabled.
2015-01-20 18:16:45,354 [6] DEBUG Logger (null) - [Start] The plugin Chicken is enabled.
2015-01-20 18:16:45,354 [6] DEBUG Logger (null) - [Start] The plugin GemLeveler is enabled.
2015-01-20 18:16:45,354 [6] DEBUG Logger (null) - [Start] The plugin Scheduler is enabled.
2015-01-20 18:16:45,354 [6] DEBUG Logger (null) - [Start] The plugin StuckDetection is enabled.
2015-01-20 18:16:45,354 [6] DEBUG Logger (null) - [Start] PlayerMover.Instance: Loki.Bot.v3.DefaultPlayerMover.
2015-01-20 18:16:45,363 [6] DEBUG Logger (null) - [GemLeveler] Now resetting task state.
2015-01-20 18:16:45,364 [6] DEBUG Logger (null) - [HandleBlockingChestsTask] Now resetting task state.
2015-01-20 18:16:45,364 [6] DEBUG Logger (null) - [HandleDoorsTask] Now resetting task state.
2015-01-20 18:16:45,365 [6] DEBUG Logger (null) - [IdTask] Now resetting task state.
2015-01-20 18:16:45,365 [6] DEBUG Logger (null) - [SellTask] Now resetting task state.
2015-01-20 18:16:45,365 [6] DEBUG Logger (null) - [WithdrawTask] Now resetting task state.
2015-01-20 18:16:45,365 [6] DEBUG Logger (null) - [ReturnToGrindZoneTask] Now resetting task state.
2015-01-20 18:16:45,366 [6] DEBUG Logger (null) - [UseLooseCandleTask] Now resetting task state.
2015-01-20 18:16:45,366 [6] DEBUG Logger (null) - [TagWaypointTask] Now resetting task state.
2015-01-20 18:16:45,366 [6] DEBUG Logger (null) - [UnblockCorruptedAreaTransitionTask] Now resetting task state.
2015-01-20 18:16:45,366 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] Now resetting task state.
2015-01-20 18:16:45,367 [6] DEBUG Logger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2015-01-20 18:16:45,367 [6] DEBUG Logger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2015-01-20 18:16:45,484 [6] INFO Logger (null) - [GridExplorer] TileSeenRadius is being set to 5.
2015-01-20 18:16:45,484 [6] INFO Logger (null) - [GridExplorer] AutoResetOnAreaChange is being set to False.
2015-01-20 18:16:45,483 [6] INFO Logger (null) - [GridExplorer] AutoResetOnAreaChange is being set to True.
2015-01-20 18:16:45,484 [6] INFO Logger (null) - [GridExplorer] TileKnownRadius is being set to 7.
2015-01-20 18:16:45,498 [6] DEBUG Logger (null) - [GridExplorer] Now segmenting the current area.
2015-01-20 18:16:45,544 [6] DEBUG Logger (null) - [GridExplorer] Area segmentation complete 00:00:00.0457922.
2015-01-20 18:16:45,644 [6] INFO Logger (null) - [IdTask] We do not need to id. Skipping this task until an area change or restart.
2015-01-20 18:16:45,660 [6] INFO Logger (null) - [WithdrawTask] We do not need to withdraw any currency items. Skipping this task until an area change or restart.
2015-01-20 18:16:45,685 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] GrindZoneId = 2_2_15.
2015-01-20 18:16:45,760 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_2_town.
2015-01-20 18:16:45,761 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_10_3.
2015-01-20 18:16:45,761 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_13.
2015-01-20 18:16:45,761 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_15.
2015-01-20 18:16:45,761 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_18_1.
2015-01-20 18:16:45,760 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_2_14_2.
2015-01-20 18:16:45,760 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_2_14_3.
2015-01-20 18:16:45,760 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_1.
2015-01-20 18:16:45,761 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_10_0.
2015-01-20 18:16:45,760 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_town.
2015-01-20 18:16:45,761 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_10_1.
2015-01-20 18:16:45,761 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_2.
2015-01-20 18:16:45,762 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 1_3_18_2.
2015-01-20 18:16:45,762 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_1.
2015-01-20 18:16:45,762 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_town.
2015-01-20 18:16:45,762 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_2.
2015-01-20 18:16:45,762 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_3.
2015-01-20 18:16:45,762 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_4_1.
2015-01-20 18:16:45,762 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_4_2.
2015-01-20 18:16:45,763 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_5.
2015-01-20 18:16:45,763 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_6.
2015-01-20 18:16:45,763 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_7_1.
2015-01-20 18:16:45,763 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_7_2.
2015-01-20 18:16:45,763 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_8.
2015-01-20 18:16:45,763 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_9.
2015-01-20 18:16:45,763 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_10.
2015-01-20 18:16:45,764 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_11_1.
2015-01-20 18:16:45,764 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_1_11_2.
2015-01-20 18:16:45,764 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_2_1.
2015-01-20 18:16:45,764 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_2_town.
2015-01-20 18:16:45,764 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_2_2.
2015-01-20 18:16:45,764 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_2_3.
2015-01-20 18:16:45,765 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] PathToGrindZone = 2_2_15.
2015-01-20 18:16:45,773 [6] INFO Logger (null) - [TakeWaypointTo] 1_2_14_2
2015-01-20 18:16:45,910 [6] DEBUG Logger (null) - [MoveToLocation] Now moving towards {188, 116}. We have been performing this task for 00:00:00.1117521.
2015-01-20 18:16:46,125 [6] DEBUG Logger (null) - Adding location ["Stash"][19471] = {194, 206} for area [0x3FE2A08C]
2015-01-20 18:16:46,142 [6] DEBUG Logger (null) - Adding location ["Waypoint"][18280] = {188, 116} for area [0x3FE2A08C]
2015-01-20 18:16:46,158 [6] DEBUG Logger (null) - Adding location ["The Old Fields"][22936] = {311, 172} for area [0x3FE2A08C]
2015-01-20 18:16:46,158 [6] DEBUG Logger (null) - Adding location ["The Southern Forest"][10278] = {188, 73} for area [0x3FE2A08C]
2015-01-20 18:16:46,175 [6] DEBUG Logger (null) - Adding location ["The Riverways"][817] = {63, 174} for area [0x3FE2A08C]
2015-01-20 18:16:46,177 [6] DEBUG Logger (null) - [MoveToLocation] Now moving towards {188, 116}. We have been performing this task for 00:00:00.3784717.
2015-01-20 18:16:46,176 [6] DEBUG Logger (null) - [ResetAnchorPoint] Setting CurrentAnchorPoint to {183, 149} for 1071816844.
2015-01-20 18:16:46,176 [6] DEBUG Logger (null) - [ResetAnchorPoint] Setting AnchorPoint to {183, 149} for 1071816844.
2015-01-20 18:16:46,395 [6] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Move.
2015-01-20 18:16:46,426 [6] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Move.
2015-01-20 18:16:46,460 [6] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Move.
2015-01-20 18:16:46,509 [6] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Move.
2015-01-20 18:16:46,542 [6] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Move.
2015-01-20 18:16:46,583 [6] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Move.
2015-01-20 18:16:46,626 [6] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Move.
2015-01-20 18:16:46,676 [6] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Move.
2015-01-20 18:16:46,709 [6] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Move.
2015-01-20 18:16:46,762 [6] DEBUG Logger (null) - [InteractWith] Now attempting to highlight 18280.
2015-01-20 18:16:47,176 [6] DEBUG Logger (null) - [InteractWith] Now attempting to interact with 18280.
2015-01-20 18:16:47,211 [6] DEBUG Logger (null) - [WaitForWorldPanel]
2015-01-20 18:16:47,211 [6] DEBUG Logger (null) - [WaitForWorldPanel] We have been waiting 00:00:00.0001348 for the world panel to open.
2015-01-20 18:16:50,976 [6] DEBUG Logger (null) - [WaitForAreaChange]
2015-01-20 18:16:50,977 [6] DEBUG Logger (null) - [WaitForAreaChange] We have been waiting 00:00:00.0000945 for an area change.
2015-01-20 18:16:51,079 [6] DEBUG Logger (null) - [WaitForAreaChange] We have been waiting 00:00:00.1018333 for an area change.
2015-01-20 18:16:51,192 [6] DEBUG Logger (null) - [WaitForAreaChange] We have been waiting 00:00:00.2161216 for an area change.
2015-01-20 18:16:51,308 [6] DEBUG Logger (null) - [WaitForAreaChange] We have been waiting 00:00:00.3323266 for an area change.
2015-01-20 18:16:51,694 [6] DEBUG Logger (null) - [WaitForAreaChange] We have been waiting 00:00:00.7177229 for an area change.
2015-01-20 18:16:51,919 [6] DEBUG Logger (null) - [ExilePather] Now reloading the pathfinder.
2015-01-20 18:16:51,923 [6] DEBUG Logger (null) - [GetPathfindingData] The pathfinding data has been created (00:00:00.0019599).
2015-01-20 18:16:51,920 [6] DEBUG Logger (null) - [GetPathfindingData] Now creating the pathfinding data.
2015-01-20 18:16:51,973 [6] DEBUG Logger (null) - [ExilePather] Now creating the navmesh.
2015-01-20 18:16:52,456 [1] INFO Logger (null) - [AdvanceGrindZoneChangerGui] StopButton_Click
2015-01-20 18:16:52,458 [1] INFO Logger (null) - [Stop] Now requesting the BotThread to stop.
2015-01-20 18:16:52,922 [6] DEBUG Logger (null) - [ExilePather] The navmesh has been created.
2015-01-20 18:16:52,924 [6] DEBUG Logger (null) - [IdTask] Now resetting task state.
2015-01-20 18:16:52,926 [6] DEBUG Logger (null) - [TagWaypointTask] Now resetting task state.
2015-01-20 18:16:52,924 [6] DEBUG Logger (null) - [WithdrawTask] Now resetting task state.
2015-01-20 18:16:52,924 [6] DEBUG Logger (null) - [HandleDoorsTask] Now resetting task state.
2015-01-20 18:16:52,923 [6] DEBUG Logger (null) - [GemLeveler] Now resetting task state.
2015-01-20 18:16:52,923 [6] DEBUG Logger (null) - [ExilePather] The pathfinder has been reloaded.
2015-01-20 18:16:52,923 [6] DEBUG Logger (null) - [HandleBlockingChestsTask] Now resetting task state.
2015-01-20 18:16:52,924 [6] DEBUG Logger (null) - [ReturnToGrindZoneTask] Now resetting task state.
2015-01-20 18:16:52,924 [6] DEBUG Logger (null) - [SellTask] Now resetting task state.
2015-01-20 18:16:52,926 [6] DEBUG Logger (null) - [UseLooseCandleTask] Now resetting task state.
2015-01-20 18:16:52,926 [6] DEBUG Logger (null) - [UnblockCorruptedAreaTransitionTask] Now resetting task state.
2015-01-20 18:16:52,927 [6] DEBUG Logger (null) - [TravelToGrindZoneTask] Now resetting task state.
2015-01-20 18:16:52,927 [6] DEBUG Logger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2015-01-20 18:16:52,927 [6] DEBUG Logger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2015-01-20 18:16:53,779 [6] INFO Logger (null) - [GridExplorer] AutoResetOnAreaChange is being set to True.
2015-01-20 18:16:53,780 [6] DEBUG Logger (null) - [GridExplorer] Now segmenting the current area.
2015-01-20 18:16:53,780 [6] INFO Logger (null) - [GridExplorer] TileKnownRadius is being set to 7.
2015-01-20 18:16:53,780 [6] INFO Logger (null) - [GridExplorer] TileSeenRadius is being set to 5.
2015-01-20 18:16:53,780 [6] INFO Logger (null) - [GridExplorer] AutoResetOnAreaChange is being set to False.
2015-01-20 18:16:54,035 [6] DEBUG Logger (null) - [GridExplorer] Area segmentation complete 00:00:00.2548154.
2015-01-20 18:16:54,890 [6] DEBUG Logger (null) - [BasicGrindBot] OnStop
2015-01-20 18:16:54,891 [6] DEBUG Logger (null) - [AdvanceGrindZoneChanger] Stop
2015-01-20 18:16:54,892 [6] DEBUG Logger (null) - [ExampleRoutine] Stop
2015-01-20 18:16:54,892 [6] DEBUG Logger (null) - [StuckDetection] Stop
2015-01-20 18:16:54,891 [6] DEBUG Logger (null) - [GemLeveler] Stop
2015-01-20 18:16:54,892 [6] DEBUG Logger (null) - [Scheduler] Stop
2015-01-20 18:16:54,891 [6] DEBUG Logger (null) - [AutoResync] Stop
2015-01-20 18:16:54,891 [6] DEBUG Logger (null) - [AutoFlask] Stop
2015-01-20 18:16:54,891 [6] DEBUG Logger (null) - [Chicken] Stop[/HIDE]
 
Last edited:
Check your difficulty.

Your path to grind zone is trying to travel from Normal to Cruel, so that most likely is the issue.
 
Back
Top