- Joined
- Sep 27, 2017
- Messages
- 16
- Thread Author
- #1
Hi, I'm getting a very frustrating bug and would appreciate any help solving it.
I get this error when I run a bot on RuneMate. It is a bot I wrote, and I've had this error with 3 different bots (all that I have written). In fact, I don't think I've ever run a bot I've written on this PC without it sometimes crashing due to this error. I think it only happens for bots I've written/local
I have changed from windows 7 to windows 10 due to this issue and it still occurs.
I was using Java version 8.0_153 and updated to 8.0_171 and still get this error.
Also I have another machine where I can run these bots and never have this error.
I'm also quite sure that opening an osrs client after opening runemate or through runemate does not help.
The exact occurrence is as follows:
- I use the scroll boxes to pick a bot, account and client in that order.
- After clicking start instance the loading circle takes an abnormally LONG time, 3 minutes+
- From here there is maybe a 50% chance the bot will run and the green sdk message will appear in RuneMate. The rest of the time the loading ends and the bot running panel shows, but there is no sdk message. After about a minute there will be a error that terminates the bot giving this stack trace.
Thanks in advance...
Really need help with this. Is this stack trace usable for a bug fix @Arbiter? Or perhaps there's something else I can try?
Code:
[Debug] Java Home: C:\Program Files (x86)\Java\jre1.8.0_171
[Debug] Java Version: 8u171 x86 (Oracle Corporation)
[Debug] Maximum Heap Size: 990MB
[Debug] RuneMate Version: 2.84.3
[Debug] Operating System: Windows 10 x64
[Clouse] Downloaded 999 human mouse movements selected for you by Clouse.
java.lang.IllegalStateException: [CLIENT ERROR] The bot is not running on a designated bot thread.
at com.runemate.game.api.script.framework.AbstractBot.start(uub:17278)
at nul.IiiIiIiiiIiiI.run(mkc:127)
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]2224 - botFinal]
at nul.IiiiIIiiIIiii.break(qqc:75)
at nul.IIIiIIiiIIiii.break(pic:24)
at nul.IIIiIIiiIIiii.break(pic:154)
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)
I get this error when I run a bot on RuneMate. It is a bot I wrote, and I've had this error with 3 different bots (all that I have written). In fact, I don't think I've ever run a bot I've written on this PC without it sometimes crashing due to this error. I think it only happens for bots I've written/local
I have changed from windows 7 to windows 10 due to this issue and it still occurs.
I was using Java version 8.0_153 and updated to 8.0_171 and still get this error.
Also I have another machine where I can run these bots and never have this error.
I'm also quite sure that opening an osrs client after opening runemate or through runemate does not help.
The exact occurrence is as follows:
- I use the scroll boxes to pick a bot, account and client in that order.
- After clicking start instance the loading circle takes an abnormally LONG time, 3 minutes+
- From here there is maybe a 50% chance the bot will run and the green sdk message will appear in RuneMate. The rest of the time the loading ends and the bot running panel shows, but there is no sdk message. After about a minute there will be a error that terminates the bot giving this stack trace.
Thanks in advance...
Really need help with this. Is this stack trace usable for a bug fix @Arbiter? Or perhaps there's something else I can try?