You actually updated this.... Wow that's shocking haha
Other people did the work, I just pushed it lol
@Guru
Nice work on the addition!
@Exia
The OSRS Mining Guild banking fix was included in this update. The bot page still has it in pending next release.
I'll fix that, thanks.
So there have been quite few exceptions in my error log lately, and since the stack traces do not work properly, they are pretty useless to me. This means that it is nearly impossible for me to debug and fix the issues that you guys are submitting. In order to combat this, I've added a new feature:
Error Catching.
What this does: anytime an error occurs, it is logged and then promptly ignored as the bot continues to run. Then when you hit the stop button, the bot will reproduce all of the errors that it had stored at once so that they can still be submitted to me.
In most cases, the errors that occur are just a matter of an object that the bot is trying to click invalidating between the time that the object is picked to be clicked and the time that it actually get's clicked. This means that it's just a case of wrong place, wrong time and the next action to be taken will be correct.
For now, this is a good bandaid for the issue, but I'll end up removing it once the problems with stack traces have been resolved.
Please note that a list of errors being stored in the background may eat up a bit more memory, with that in mind, I've also added the option to disable this feature.
@kneckter is hard at work! In addition to my bandaid patch, there is a new location or two in the works. Look out for v1.4.8.