- Joined
- Feb 25, 2017
- Messages
- 43
- Thread Author
- #1
Hello guys
I just started to code my own Bot, a simpel Tree chopper it workd fine for few minutes and than stoped after that every time i try to run it i get this message:
https://www.computerbase.de/forum/misc.php?do=bbcode#spoiler
could some one tell me what i am doing wrong?
i can post the sourceCode if its needed.
I just started to code my own Bot, a simpel Tree chopper it workd fine for few minutes and than stoped after that every time i try to run it i get this message:
https://www.computerbase.de/forum/misc.php?do=bbcode#spoiler
java.lang.UnsupportedOperationException: Only a Thread within a bot's ThreadGroup may eavesdrop on the game client. Current Thread=Thread[pool-5-thread-1,5,[t-g]33364 - Servan's Powerchopper]
at nul.IiIIIiiIiIiii.this(twb:199)
at com.runemate.game.api.hybrid.Environment.getGameType(kfc:6)
at com.runemate.game.api.hybrid.Environment.isOSRS(kfc:164)
at nul.IIiIiiiIIIiII.this(gza:108)
at nul.IIiIiiiIIIiII.<init>(gza:50)
at com.runemate.game.api.script.framework.rws.WebServices.<init>(tgb:23)
at com.runemate.game.api.script.framework.rws.WebServices.associate(tgb:205)
at com.runemate.game.api.script.framework.AbstractBot.this(geb:3025)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
at nul.IiIIIiiIiIiii.this(twb:199)
at com.runemate.game.api.hybrid.Environment.getGameType(kfc:6)
at com.runemate.game.api.hybrid.Environment.isOSRS(kfc:164)
at nul.IIiIiiiIIIiII.this(gza:108)
at nul.IIiIiiiIIIiII.<init>(gza:50)
at com.runemate.game.api.script.framework.rws.WebServices.<init>(tgb:23)
at com.runemate.game.api.script.framework.rws.WebServices.associate(tgb:205)
at com.runemate.game.api.script.framework.AbstractBot.this(geb:3025)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
could some one tell me what i am doing wrong?
i can post the sourceCode if its needed.