1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Bug UnsupportedOperationException Runtime Error

Discussion in 'Developer Support' started by Infinite Monkeys, Mar 14, 2017.

  1. Infinite Monkeys

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

    Code (Text):
    1. 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]
    2.  at nul.IiiIiIiiiIII.this(bqb:38)
    3.  at com.runemate.game.api.hybrid.Environment.getGameType(wkb:195)
    4.  at com.runemate.game.api.hybrid.Environment.isRS3(wkb)
    5.  at nul.IIIiiIiIIIII.this(kib:94)
    6.  at nul.IIIiiIiIIIII.validate(kib:60)
    7.  at com.runemate.game.api.script.framework.LoopingBot.run(kdb:203)
    8.  at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    9.  at java.util.concurrent.FutureTask.run(Unknown Source)
    10.  at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    11.  at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    12.  at java.lang.Thread.run(Unknown Source)
    13. 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?
     
  2. awesome123man

    awesome123man Go check out new bots and give helpful feedback.

    Joined:
    Jan 31, 2016
    Messages:
    5,413
    Likes Received:
    1,662
    Client. You cannot fix it.
     
    MaskedMouse likes this.
  3. MaskedMouse

    Joined:
    Feb 21, 2016
    Messages:
    60
    Likes Received:
    11
    And I thought I was doing something wrong, got it occasionally as well when starting the bot. Too bad we cannot fix that :p
     
  4. awesome123man

    awesome123man Go check out new bots and give helpful feedback.

    Joined:
    Jan 31, 2016
    Messages:
    5,413
    Likes Received:
    1,662
    I haven't gotten it in a while, make sure your error doesn't point to anywhere in your code or the onStart method.
     

Share This Page

Loading...