Molly Posted February 9, 2016 Posted February 9, 2016 (edited) Mirror client version - 2.13.107 Console output / terminal output [ERROR][bot #1][02/08 08:45:45 PM]: Error in bot executor! java.lang.AbstractMethodError: client.emu.EmuClient.getMembersWorld()Z at org.osbot.rs07.api.Worlds.isMembersWorld(gf:83) at TM.onLoop(TM.java:19) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(ff:33) at java.lang.Thread.run(Unknown Source) Crash report if a crash occurred Script that you ran - It wasn't working in my Hobgoblins scripts, as of today, the issue was not present on previous runs this week. I made a simple test script to show the problem. Here's the only relevant portion: public int onLoop() throws InterruptedException { if(getWorlds().isMembersWorld()) log("Please work!"); return 1000; } JVM/Browser bit version (32 / 64) - 32 Edited February 9, 2016 by Molly
Developer Zach Posted February 10, 2016 Developer Posted February 10, 2016 Strange, hooks haven't changed so I'm not sure what the problem is. Any thoughts @MGI?