- Joined
- Dec 10, 2014
- Messages
- 3,332
- Thread Author
- #1
Slack
Not too sure what causes this, but when it occurs it spams the terminal, even after stopping the bot.
@Arbiter @Cloud
I have a sneaking suspicion it has something to do with LoopingThreads.
Not too sure what causes this, but when it occurs it spams the terminal, even after stopping the bot.
@Arbiter @Cloud
I have a sneaking suspicion it has something to do with LoopingThreads.
Code:
java.lang.UnsupportedOperationException: Calling methods that must query the session for information is no longer allowed within non-
bot threads.
at nul.IIiIIIiIIIIi.this(aic:181)
at com.runemate.game.api.hybrid.Environment.getScript(xec:266)
at com.runemate.game.api.script.framework.core.LoopingThread$ExceptionHandler.uncaughtException(gpb:69)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1057)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1052)
at com.sun.glass.ui.Application.reportException(Application.java:453)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:745)