Welcome!

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

Sign up now!

Alpha Nature Runner [Deleted]

Status
Not open for further replies.
Joined
Feb 6, 2015
Messages
5
The bot freezes after a while when running to the altar. Then the actual client crashes when I try and stop the bot. So I dunno if its the client or the bot but it seems to only do this with this script.
 
Joined
Dec 10, 2014
Messages
3,255
The bot freezes after a while when running to the altar. Then the actual client crashes when I try and stop the bot. So I dunno if its the client or the bot but it seems to only do this with this script.
Hmmm, that's strange. Can you run runemate via command line or batch/shell script and let me know if there's any output to the console?
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,046
Hmmm, that's strange. Can you run runemate via command line or batch/shell script and let me know if there's any output to the console?
Or he can just look in C:/Users/{you}/RuneMate/logs/ to find the log with the issue.
 
Joined
Feb 6, 2015
Messages
5
Heres what the log says
(11:04:36) [Debug] Started RuneMate v1.0.2 with Java 8 Update 40
(11:04:49) [Setup] Downloading game...
(11:04:53) [Setup] Syncing with RuneMate Cloud (d2d7db6)...
(11:08:19) Bank pin has been activated!
(11:57:53) java.lang.NullPointerException
(11:57:53) at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.short(iqb:41)
(11:57:53) at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.hover(iqb:202)
(11:57:53) at app.ql.for(dob:203)
(11:57:53) at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.withdraw(fob:32)
(11:57:53) at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.withdraw(fob:269)
(11:57:53) at com.slashnhax.scripts.premium.haxnats.tasks.RenewFamiliar.execute(RenewFamiliar.java:51)
(11:57:53) at com.slashnhax.framework.taskscript.TaskScript.executeTask(TaskScript.java:25)
(11:57:53) at com.slashnhax.framework.taskscript.TaskScript.onLoop(TaskScript.java:18)
(11:57:53) at com.runemate.game.api.script.framework.LoopingScript.run(prb:261)
(11:57:53) at com.runemate.game.api.script.framework.AbstractScript.start(kvb:193)
(11:57:53) at app.BJ.run(kmb:53)
(11:57:53) java.lang.IllegalStateException: Not on FX application thread; currentThread = Bot-Hax Nature Runecrafter
(11:57:53) at com.sun.javafx.tk.Toolkit.checkFxUserThread(Unknown Source)
(11:57:53) at com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(Unknown Source)
(11:57:53) at javafx.stage.Window.setShowing(Unknown Source)
(11:57:53) at javafx.stage.Window.hide(Unknown Source)
(11:57:53) at javafx.stage.Stage.close(Unknown Source)
(11:57:53) at com.slashnhax.scripts.premium.haxnats.HaxNats.onStop(HaxNats.java:24)
(11:57:53) at com.runemate.game.api.script.framework.AbstractScript.stop(kvb:118)
(11:57:53) at app.BJ.run(kmb:246)
 
Joined
Dec 10, 2014
Messages
3,255
Code:
(11:57:53) at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.short(iqb:41)
(11:57:53) at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.hover(iqb:202)
(11:57:53) at app.ql.for(dob:203)
(11:57:53) at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.withdraw(fob:32)
(11:57:53) at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.withdraw(fob:269)

Seems to be an API related issue? @Cloud
 
Joined
Feb 6, 2015
Messages
5
Also whenever I try to use the Tokkul-Zo as the ring the script always stops and it says Error: Item needed for teleport not found.
java.lang.IllegalStateException: Not on FX application thread; currentThread = Bot-Hax Nature Runecrafter
at com.sun.javafx.tk.Toolkit.checkFxUserThread(Unknown Source)
at com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(Unknown Source)
at javafx.stage.Window.setShowing(Unknown Source)
at javafx.stage.Window.hide(Unknown Source)
at javafx.stage.Stage.close(Unknown Source)
at com.slashnhax.scripts.premium.haxnats.HaxNats.onStop(HaxNats.java:24)
at com.runemate.game.api.script.framework.AbstractScript.stop(kvb:118)
at com.slashnhax.scripts.premium.haxnats.tasks.BankHandler.execute(BankHandler.java:54)
at com.slashnhax.framework.taskscript.TaskScript.executeTask(TaskScript.java:25)
at com.slashnhax.framework.taskscript.TaskScript.onLoop(TaskScript.java:18)
at com.runemate.game.api.script.framework.LoopingScript.run(prb:261)
at com.runemate.game.api.script.framework.AbstractScript.start(kvb:193)
at app.BJ.run(kmb:53)


The Tokkul-Zo is charged and stuff and works fine until it banks. Banking is fine with the ring of kinship though.
 
Joined
Dec 10, 2014
Messages
3,255
Also whenever I try to use the Tokkul-Zo as the ring the script always stops and it says Error: Item needed for teleport not found.
java.lang.IllegalStateException: Not on FX application thread; currentThread = Bot-Hax Nature Runecrafter
at com.sun.javafx.tk.Toolkit.checkFxUserThread(Unknown Source)
at com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(Unknown Source)
at javafx.stage.Window.setShowing(Unknown Source)
at javafx.stage.Window.hide(Unknown Source)
at javafx.stage.Stage.close(Unknown Source)
at com.slashnhax.scripts.premium.haxnats.HaxNats.onStop(HaxNats.java:24)
at com.runemate.game.api.script.framework.AbstractScript.stop(kvb:118)
at com.slashnhax.scripts.premium.haxnats.tasks.BankHandler.execute(BankHandler.java:54)
at com.slashnhax.framework.taskscript.TaskScript.executeTask(TaskScript.java:25)
at com.slashnhax.framework.taskscript.TaskScript.onLoop(TaskScript.java:18)
at com.runemate.game.api.script.framework.LoopingScript.run(prb:261)
at com.runemate.game.api.script.framework.AbstractScript.start(kvb:193)
at app.BJ.run(kmb:53)


The Tokkul-Zo is charged and stuff and works fine until it banks. Banking is fine with the ring of kinship though.
Very strange, I'll look into this.
 
Joined
Dec 10, 2014
Messages
3,255
how is the anti ban? i heard running nature is high ban rate
Depends what you mean by anti-ban. I've attempted to make full use of the API in order to prevent bot-like patterns from forming, and I'm quite pleased with the result.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Also whenever I try to use the Tokkul-Zo as the ring the script always stops and it says Error: Item needed for teleport not found.
java.lang.IllegalStateException: Not on FX application thread; currentThread = Bot-Hax Nature Runecrafter
at com.sun.javafx.tk.Toolkit.checkFxUserThread(Unknown Source)
at com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(Unknown Source)
at javafx.stage.Window.setShowing(Unknown Source)
at javafx.stage.Window.hide(Unknown Source)
at javafx.stage.Stage.close(Unknown Source)
at com.slashnhax.scripts.premium.haxnats.HaxNats.onStop(HaxNats.java:24)
at com.runemate.game.api.script.framework.AbstractScript.stop(kvb:118)
at com.slashnhax.scripts.premium.haxnats.tasks.BankHandler.execute(BankHandler.java:54)
at com.slashnhax.framework.taskscript.TaskScript.executeTask(TaskScript.java:25)
at com.slashnhax.framework.taskscript.TaskScript.onLoop(TaskScript.java:18)
at com.runemate.game.api.script.framework.LoopingScript.run(prb:261)
at com.runemate.game.api.script.framework.AbstractScript.start(kvb:193)
at app.BJ.run(kmb:53)


The Tokkul-Zo is charged and stuff and works fine until it banks. Banking is fine with the ring of kinship though.
Was this issue ever resolved?
 
Joined
Dec 10, 2014
Messages
3,255
Was this issue ever resolved?
Yeah, it was a regex issue on my behalf, and the IllegalStateException was due to me forgetting to use Platform.runLater() when interacting with the GUI in the bot itself. They should both be fixed.
 
Status
Not open for further replies.
Top