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 UnsupportedOperationException Runtime Error

Joined
Jun 20, 2015
Messages
161
I keep getting this error in my exception log, and occasionally it happens locally:

Code:
java.lang.UnsupportedOperationException: Only a Thread within a bot's ThreadGroup may eavesdrop on the game client. Current Thread=Thread[pool-4-thread-1,5,[t-g]13168 - Infinite Ranging Guild]
 at nul.IiiIiIiiiIII.this(bqb:38)
 at com.runemate.game.api.hybrid.Environment.getGameType(wkb:195)
 at com.runemate.game.api.hybrid.Environment.isRS3(wkb)
 at nul.IIIiiIiIIIII.this(kib:94)
 at nul.IIIiiIiIIIII.validate(kib:60)
 at com.runemate.game.api.script.framework.LoopingBot.run(kdb:203)
 at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
 at java.util.concurrent.FutureTask.run(Unknown Source)
 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
 at java.lang.Thread.run(Unknown Source)
RuneMate v2.5.0.0 - Infinite Ranging Guild v1.0 - OSRS r138 08E6D7 - Windows 10 - Java8u121 x86 (Oracle Corporation)

What does this mean? How do I fix it?
 
Go check out new bots and give helpful feedback.
Joined
Jan 31, 2016
Messages
5,413
I keep getting this error in my exception log, and occasionally it happens locally:

Code:
java.lang.UnsupportedOperationException: Only a Thread within a bot's ThreadGroup may eavesdrop on the game client. Current Thread=Thread[pool-4-thread-1,5,[t-g]13168 - Infinite Ranging Guild]
 at nul.IiiIiIiiiIII.this(bqb:38)
 at com.runemate.game.api.hybrid.Environment.getGameType(wkb:195)
 at com.runemate.game.api.hybrid.Environment.isRS3(wkb)
 at nul.IIIiiIiIIIII.this(kib:94)
 at nul.IIIiiIiIIIII.validate(kib:60)
 at com.runemate.game.api.script.framework.LoopingBot.run(kdb:203)
 at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
 at java.util.concurrent.FutureTask.run(Unknown Source)
 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
 at java.lang.Thread.run(Unknown Source)
RuneMate v2.5.0.0 - Infinite Ranging Guild v1.0 - OSRS r138 08E6D7 - Windows 10 - Java8u121 x86 (Oracle Corporation)

What does this mean? How do I fix it?
Client. You cannot fix it.
 
Go check out new bots and give helpful feedback.
Joined
Jan 31, 2016
Messages
5,413
I haven't gotten it in a while, make sure your error doesn't point to anywhere in your code or the onStart method.
 
Top