MilkyBars Posted January 19, 2017 Posted January 19, 2017 Hello there I was wondering if anyone else is having the same problem as me, or if anyone has a fix for my problem. Whenever I try to run a bot I get an error message in the logger, I've tried multiple scripts with the same following error message: [ERROR][bot #1][01/19 05:59:58 PM]: Error in bot executor! java.lang.AbstractMethodError: client.getWidgetNodes()Lorg/osbot/rs07/accessor/XNodeContainer; at org.osbot.rs07.api.ui.RS2Widget.iIiiiiiiIiiI(go:292) at org.osbot.rs07.api.ui.RS2Widget.iIiiiiiiIiiI(go:222) at org.osbot.rs07.api.ui.RS2Widget.getAbsX(go:267) at org.osbot.rs07.api.ui.RS2Widget.getAbsX(go:8) at org.osbot.rs07.api.ui.RS2Widget.getAbsX(go:8) at org.osbot.rs07.api.ui.RS2Widget.getAbsX(go:8) at org.osbot.rs07.api.ui.RS2Widget.getAbsX(go:8) at org.osbot.rs07.api.ui.RS2Widget.getPosition(go:480) at org.osbot.rs07.api.Chatbox.isVisible(ph:13) at org.osbot.rs07.api.Dialogues.inDialogue(fp:191) at org.osbot.rs07.api.Dialogues.isPendingContinuation(fp:132) at rqtanner.Main.onLoop(p:159) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(gm:185) at java.lang.Thread.run(Unknown Source) If anyone knows how to solve this problem it would be greatly appreciated, thank you.
The Viking Posted January 19, 2017 Posted January 19, 2017 RS update just came out today, which broke some hooks in the client. Just have to wait for the devs to fix it.
MilkyBars Posted January 19, 2017 Author Posted January 19, 2017 (edited) Thank you very much The Viking, I figured as much but wanted to ask just in case it was something else. Edited January 19, 2017 by MilkyBars