Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug UnsupportedOp Mouse.setSpeedMultiplier

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,771
I'm calling Mouse.setSpeedMultiplier() in onStart so i don't see how it's not on the bot thread @Cloud
Code:
java.lang.UnsupportedOperationException: Calling methods that must query the session for information is no longer allowed within non-bot threads.
 at nul.IiiiIIiIIIiI.super(nkb:6)
 at com.runemate.game.api.hybrid.Environment.getScript(jnb:135)
 at com.runemate.game.api.hybrid.input.Mouse.setSpeedMultiplier(yqa:97)
 at com.runemate.maxibots.looping.worldwalker.WorldWalker.onStart(WorldWalker.java:24)
 at com.runemate.game.api.script.framework.AbstractScript.start(ifb:145)
 at nul.iIIiIIiiIiII.run(dmb:200)
RuneMate v2.2.9.0 - MaxiWorldWalker v1.0.1 - OSRS B9139C - Windows 7 - Java8u92 x86 (Oracle Corporation)
 
Top