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!

Joined
Sep 14, 2014
Messages
43
Hello everyone,

Every time I try to set up my bot to stash to tab, I get errors. Can anyone possibly help me with that? See below:

2016-02-12 21:09:42,027 [6] DEBUG CustomLogger (null) - [CustomRules][Keep] item.IsCurrency returned true for Orb of Alchemy
2016-02-12 21:09:42,033 [6] DEBUG CustomLogger (null) - [CustomRules][Keep] item.IsCurrency returned true for Orb of Scouring
2016-02-12 21:09:42,042 [6] DEBUG CustomLogger (null) - [CustomRules][Keep] item.IsCurrency returned true for Chaos Orb
2016-02-12 21:09:42,057 [6] DEBUG CustomLogger (null) - [CustomRules][Keep] item.IsCurrency returned true for Orb of Alteration
2016-02-12 21:09:42,063 [6] DEBUG CustomLogger (null) - [CustomRules][Keep] item.IsCurrency returned true for Orb of Scouring
2016-02-12 21:09:42,069 [6] DEBUG CustomLogger (null) - [CustomRules][Keep] item.IsCurrency returned true for Orb of Alchemy
2016-02-12 21:09:42,076 [6] DEBUG CustomLogger (null) - [CustomRules][Keep] item.IsCurrency returned true for Scroll of Wisdom
2016-02-12 21:09:42,083 [6] DEBUG CustomLogger (null) - [CustomRules][Keep] item.IsCurrency returned true for Orb of Chance
2016-02-12 21:09:42,090 [6] DEBUG CustomLogger (null) - [CustomRules][Keep] item.IsCurrency returned true for Portal Scroll
2016-02-12 21:09:42,101 [6] DEBUG CustomLogger (null) - [StashToSpecificTabTask] Found specific items in inventory, stashing them in given tabs :
2016-02-12 21:09:42,102 [6] ERROR CustomLogger (null) - [Tick] Exception during execution:
Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.IndexOutOfRangeException: Index was outside the bounds of the array.
at AdvancedItemFilter.Tasks.StashToSpecificTabTask.<Logic>d__3d.MoveNext() in c:\Users\Casutherland42\Desktop\POE\Plugins\AdvancedItemFilter\Tasks\StashToSpecificTab.cs:line 254
--- 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.r?G_7k`-|h06bK\,\]Xd"iPFg6#.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.ValidateEnd(Task task)
at Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.R@'EO5\[8\[5AT\._9YO\]$M\[4`@'.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 Buddy.Coroutines.Coroutine.o=?c6!K#k_'jEk6>)M"'4\*qG".sU?A\]9/yg@"}\&\\ai5FAIT:jF!.MoveNext()
--- End of inner exception stack trace ---
at Buddy.Coroutines.Coroutine.?????????????????????????????????????????(Boolean )
at Buddy.Coroutines.Coroutine.?????????????????????????????????????????(Boolean )
at Buddy.Coroutines.Coroutine.Resume()
at Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
at Loki.Bot.BotManager.?????????????????????????????????????????(IBot )
 
I dont know but there seems to be unusual spaces in the log such as:

Casutherland42\Desktop\POE\Plugins\Advanc edItemFilter\Tasks\StashToSpecificTab.cs:line 254

maybe rename the folder correctly?
 
Last edited:
Give us a screnshot of your specific tab in your settings, something is fishy in there.
6ihf2nks7
 
I temporarily unchecked the options so that I could run the bot without errors. The issues I am having are clearly related to the stashing options.

so this issue is usually related to the array length supposed to hold the data, sadly, it's hardcoded and can't really fuck up. Are you using a fresh install of the plugin?

8a69aa3f83.png


You tried disabling each of em one by one to see which one triggers the issue?

Nothing much I can do, nobody related this issue for now, and I'm not really sure what could cause this.
 
Back
Top