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

Bot thinks tabs are full but they are not

JohnnyJs

New Member
Joined
Apr 7, 2017
Messages
5
Reaction score
1
Pretty much what the title says. For some reason the bot thinks that all tabs are full and it won't work at all. It was working fine a few days ago, I think this problem started after the last update. Any ideas?
 
Code:
[CODE]2017-04-07 07:05:08,763 [5] INFO  Logger - [IdTask] No items to identify.
2017-04-07 07:05:08,784 [5] INFO  Logger - [SellTask] No items to sell.
2017-04-07 07:05:08,801 [5] DEBUG Logger - [Interact] Now going to interact with "Stash".
2017-04-07 07:05:08,945 [5] DEBUG Logger - [InteractWith] Now attempting to highlight 16.
2017-04-07 07:05:08,966 [5] DEBUG Logger - [InteractWith] Now attempting to interact with 16.
2017-04-07 07:05:08,981 [5] INFO  Logger - [LatencyWait] Now sleeping 160 ms.
2017-04-07 07:05:09,158 [5] DEBUG Logger - [Interact] "Stash" has been successfully interacted.
2017-04-07 07:05:09,364 [5] DEBUG Logger - [StashTask] All tabs specified in stashing rules exist in stash.
2017-04-07 07:05:09,380 [5] DEBUG Logger - [Interact] Now going to interact with "Stash".
2017-04-07 07:05:09,382 [5] DEBUG Logger - [CloseBlockingWindows] IsLeftPanelShown || IsRightPanelShown. Closing them.
2017-04-07 07:05:09,562 [5] DEBUG Logger - [InteractWith] Now attempting to highlight 16.
2017-04-07 07:05:09,577 [5] DEBUG Logger - [InteractWith] Now attempting to interact with 16.
2017-04-07 07:05:09,591 [5] INFO  Logger - [LatencyWait] Now sleeping 160 ms.
2017-04-07 07:05:09,777 [5] DEBUG Logger - [Interact] "Stash" has been successfully interacted.
2017-04-07 07:05:09,994 [5] DEBUG Logger - [OpenStashTab] Now switching to tab "5".
2017-04-07 07:05:10,156 [5] DEBUG Logger - [WaitFor] Waiting for stash tab switching (0.1/3)
2017-04-07 07:05:10,276 [5] DEBUG Logger - [WaitFor] Waiting for stash tab switching (0.22/3)
2017-04-07 07:05:10,409 [5] DEBUG Logger - [WaitFor] Waiting for stash tab switching (0.36/3)
2017-04-07 07:05:10,646 [5] DEBUG Logger - [WaitFor] Waiting for stash tab switching (0.59/3)
2017-04-07 07:05:10,873 [5] WARN  Logger - [StashTask] Full tab check: "5" tab is still full.
2017-04-07 07:05:10,875 [5] DEBUG Logger - [OpenStashTab] Now switching to tab "1".
2017-04-07 07:05:11,158 [5] WARN  Logger - [StashTask] Full tab check: "1" tab is still full.
2017-04-07 07:05:11,160 [5] DEBUG Logger - [OpenStashTab] Now switching to tab "2".
2017-04-07 07:05:11,322 [5] DEBUG Logger - [WaitFor] Waiting for stash tab switching (0.1/3)
2017-04-07 07:05:11,426 [5] DEBUG Logger - [WaitFor] Waiting for stash tab switching (0.2/3)
2017-04-07 07:05:11,561 [5] DEBUG Logger - [WaitFor] Waiting for stash tab switching (0.34/3)
2017-04-07 07:05:11,694 [5] DEBUG Logger - [WaitFor] Waiting for stash tab switching (0.47/3)
2017-04-07 07:05:11,912 [5] WARN  Logger - [StashTask] Full tab check: "2" tab is still full.
2017-04-07 07:05:11,915 [5] DEBUG Logger - [OpenStashTab] Now switching to tab "7".
2017-04-07 07:05:12,092 [5] DEBUG Logger - [WaitFor] Waiting for stash tab switching (0.12/3)
2017-04-07 07:05:12,217 [5] DEBUG Logger - [WaitFor] Waiting for stash tab switching (0.24/3)
2017-04-07 07:05:12,427 [5] WARN  Logger - [StashTask] Full tab check: "7" tab is no longer full. Bot will stash items to this tab again.
2017-04-07 07:05:12,429 [5] DEBUG Logger - [OpenStashTab] Now switching to tab "4".
2017-04-07 07:05:12,693 [5] WARN  Logger - [StashTask] Full tab check: "4" tab is still full.
2017-04-07 07:05:12,694 [5] INFO  Logger - [StashTask] 1 items to stash.
2017-04-07 07:05:12,698 [5] WARN  Logger - [StashTask] All tabs for "Maps" are full. Current item will be stashed to "Other" tabs.
2017-04-07 07:05:12,700 [5] ERROR Logger - [StashTask] All tabs for "Maps" are full and all "Other" tabs are full. Now stopping the bot because it cannot continue.
2017-04-07 07:05:12,701 [5] ERROR Logger - [StashTask] Please clean your tabs.
2017-04-07 07:05:12,702 [5] ERROR Logger - [CRITICAL ERROR] Now requesting bot to stop.
2017-04-07 07:05:12,703 [5] INFO  BotManager - [Stop] Now requesting the BotThread to stop.
2017-04-07 07:05:12,707 [5] ERROR BotManager - [Tick] Exception #1 during execution:
Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.Exception: CRITICAL_ERROR
   at EXtensions.ErrorManager.ReportCriticalError() in C:\Users\<username>\Documents\EB24837268\3rdParty\_CONFIGS_\Firestorm\EXtensions\Content-170585609\ErrorManager.cs:line 44
   at EXtensions.CommonTasks.StashTask.GetTabForStashing(String name, Boolean forCurrency) in C:\Users\<username>\Documents\EB24837268\3rdParty\_CONFIGS_\Firestorm\EXtensions\Content-170585609\CommonTasks\StashTask.cs:line 274
   at EXtensions.CommonTasks.StashTask.AssignStashTabs(IEnumerable`1 items) in C:\Users\<username>\Documents\EB24837268\3rdParty\_CONFIGS_\Firestorm\EXtensions\Content-170585609\CommonTasks\StashTask.cs:line 223
   at EXtensions.CommonTasks.StashTask.<Logic>d__2.MoveNext() in C:\Users\<username>\Documents\EB24837268\3rdParty\_CONFIGS_\Firestorm\EXtensions\Content-170585609\CommonTasks\StashTask.cs:line 143
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Loki.Bot.TaskManager.Bx~\]\\SJg;="J!My \[>UoA\\L\[".MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at MapBot.MapBot.<MainCoroutine>d__14.MoveNext() in C:\Users\<username>\Documents\EB24837268\3rdParty\_CONFIGS_\Firestorm\MapBot\Content-170587000\MapBot.cs:line 219
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Buddy.Coroutines.Coroutine.I1|5T?xFZ/\['2>\&5Wkrr\.eiA!.\&Dt\[C#\,H|hz Y~^8#iA/6FR8.MoveNext()
   --- End of inner exception stack trace ---
   at Buddy.Coroutines.Coroutine.?????????????????????????????????????????(Boolean )
   at Buddy.Coroutines.Coroutine.?????????????????????????????????????????(Boolean )
   at Buddy.Coroutines.Coroutine.Resume()
   at MapBot.MapBot.Tick() in C:\Users\<username>\Documents\EB24837268\3rdParty\_CONFIGS_\Firestorm\MapBot\Content-170587000\MapBot.cs:line 144
   at Loki.Bot.BotManager.?????????????????????????????????????????(IBot )
2017-04-07 07:05:12,719 [5] DEBUG Logger - [MapBot] Stop
2017-04-07 07:05:12,721 [5] DEBUG Logger - [CommonEvents] Stop
2017-04-07 07:05:12,721 [5] DEBUG Logger - [AutoFlask] Stop
2017-04-07 07:05:12,722 [5] DEBUG Logger - [AutoLogin] Stop
2017-04-07 07:05:12,722 [5] DEBUG Logger - [DevTab] Stop
2017-04-07 07:05:12,723 [5] DEBUG Logger - [EXtensions] Stop
2017-04-07 07:05:12,723 [5] DEBUG Logger - [GemLeveler] Stop
2017-04-07 07:05:12,724 [5] DEBUG Logger - [ItemFilterEditor] Stop
2017-04-07 07:05:12,725 [5] DEBUG Logger - [ObjectExplorer] Stop
2017-04-07 07:05:12,725 [5] DEBUG Logger - [Stats] Stop
2017-04-07 07:05:12,726 [5] DEBUG Logger - [OldRoutine] Stop
2017-04-07 07:06:44,576 [5] INFO  Logger - [ProcessExited] The game process has closed. Exilebuddy will now close.
 
Bot treats tab as not full if it has at least 20% free space and can fit a 2x4 item (two hand weapon). Most likely your tab does not meet this condition.
 
Bot treats tab as not full if it has at least 20% free space and can fit a 2x4 item (two hand weapon). Most likely your tab does not meet this condition.
Oh I see. Yeah I don't think they do, I have gathered up a lot of currency and maps. I guess I need to do some clean up. Thanks.
 
Back
Top