Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

gTablets [Deleted]

Status
Not open for further replies.
Joined
Dec 3, 2017
Messages
2
Hi, is this still working? Struggling to get it to even start (Says status:Broken) in the bottom left. Am I breaking it haha?
 
Community Manager
Joined
Apr 7, 2015
Messages
1,394
Hi, is this still working? Struggling to get it to even start (Says status:Broken) in the bottom left. Am I breaking it haha?
It should only say that when the bot isn’t starting properly. Could you provide me with your logs? You can find them by opening runemate and going through help > view logs.
Thanks!
 
Joined
Dec 3, 2017
Messages
2
Hi, thanks for the reply.

Looked through all the logs for gTablets and all of them just have the same two lines which are:
00:00:00 INFO Logger Initialised - this log file can be found at C:\Users\David\RuneMate\logs\gTablets 12-20 9-06-32.log
00:00:00 INFO Logging level can be adjusted in the Preferences tab.

Im assuming you needed the logs for gTablets and not the Runemate ones?
 
Community Manager
Joined
Apr 7, 2015
Messages
1,394
Hi, thanks for the reply.

Looked through all the logs for gTablets and all of them just have the same two lines which are:
00:00:00 INFO Logger Initialised - this log file can be found at C:\Users\David\RuneMate\logs\gTablets 12-20 9-06-32.log
00:00:00 INFO Logging level can be adjusted in the Preferences tab.

Im assuming you needed the logs for gTablets and not the Runemate ones?
In this case the runemate logs would be interesting, as the bot doesn't seem to even have started properly.
When the bot "loads" properly the status should say "Waiting for user input...", if you would like to try simply starting it again.
 
Joined
Apr 7, 2017
Messages
47
Whenever I start the bot, the status stays as "Broken" and there's no choices in the drop down menu where tablet selection would normally be. Also, the version says 0.0.0.

Any idea what's going on here? Thank you.
 
Community Manager
Joined
Apr 7, 2015
Messages
1,394
Whenever I start the bot, the status stays as "Broken" and there's no choices in the drop down menu where tablet selection would normally be. Also, the version says 0.0.0.

Any idea what's going on here? Thank you.
This seems to be happening out of nowhere for multiple people, I haven't changed anything... I'm looking into it
 
Joined
Dec 26, 2018
Messages
7
Same problem as everyone else. Was looking forward to trying the script. Any chance I can take a look at it? Never coded java but have other languages. Might be able to pick up some java while trying to fix it.
 
Community Manager
Joined
Apr 7, 2015
Messages
1,394
Same problem as everyone else. Was looking forward to trying the script. Any chance I can take a look at it? Never coded java but have other languages. Might be able to pick up some java while trying to fix it.
Could you send me your runemate logs for the session where you start this bot?
 
Joined
Dec 26, 2018
Messages
7
Could you send me your runemate logs for the session where you start this bot?
00:00:00 INFO Logger Initialised - this log file can be found at C:\Users\Dell\RuneMate\logs\gTablets 12-30 9-01-51.log
00:00:00 INFO Logging level can be adjusted in the Preferences tab.

I keep getting that as the log but on the bottom it says
Status: broken
 
Community Manager
Joined
Apr 7, 2015
Messages
1,394
00:00:00 INFO Logger Initialised - this log file can be found at C:\Users\Dell\RuneMate\logs\gTablets 12-30 9-01-51.log
00:00:00 INFO Logging level can be adjusted in the Preferences tab.

I keep getting that as the log but on the bottom it says
Status: broken
I need the runemate.log for the session in question
 
Joined
Dec 26, 2018
Messages
7
Sorry didn't realize there was a different log. Here it is from a fresh session only trying this bot.

[Debug] Java Home: c:\program files (x86)\runemate\jre
[Debug] Java Version: 1.8.0_181 x86 (Oracle Corporation)
[Debug] Maximum Heap Size: 743MB
[Debug] RuneMate Version: 2.95.12
[Debug] Operating System: Windows 10 x64
[Debug] C:\Users\Dell\jagexcache is a cache root according to the registry.
Checking for a new game client every second for two minutes or until one is found.
Found a new game instance after 4 seconds.
[Clouse] Downloaded 1000 human mouse movements selected for you by Clouse.
[Debug] C:\Users\Dell\jagexcache is a cache root according to the registry.
Error loading GUI
javafx.fxml.LoadException:
unknown path
at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601)
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2579)
at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2425)
at robot.iiIIiiIiIi.<init>(f:31)
at com.gengsta.bots.tablets.Tablet.botInterfaceProperty(rm.entrypoint:103)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException: Input stream must not be null
at javafx.scene.image.Image.validateInputStream(Image.java:1128)
at javafx.scene.image.Image.<init>(Image.java:706)
at robot.iiIIiiIiIi.initialize(f:211)
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2548)
... 7 more
 
I need the runemate.log for the session in question
Just curious how long you think it will take to get this fixed? Been looking forward to trying this bot since I saw it and been looking into scripting but can't find a reliable bot so I can spend my time scripting rather than playing lol.
 
Last edited:
Community Manager
Joined
Apr 7, 2015
Messages
1,394
Sorry didn't realize there was a different log. Here it is from a fresh session only trying this bot.

[Debug] Java Home: c:\program files (x86)\runemate\jre
[Debug] Java Version: 1.8.0_181 x86 (Oracle Corporation)
[Debug] Maximum Heap Size: 743MB
[Debug] RuneMate Version: 2.95.12
[Debug] Operating System: Windows 10 x64
[Debug] C:\Users\Dell\jagexcache is a cache root according to the registry.
Checking for a new game client every second for two minutes or until one is found.
Found a new game instance after 4 seconds.
[Clouse] Downloaded 1000 human mouse movements selected for you by Clouse.
[Debug] C:\Users\Dell\jagexcache is a cache root according to the registry.
Error loading GUI
javafx.fxml.LoadException:
unknown path
at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601)
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2579)
at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2425)
at robot.iiIIiiIiIi.<init>(f:31)
at com.gengsta.bots.tablets.Tablet.botInterfaceProperty(rm.entrypoint:103)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException: Input stream must not be null
at javafx.scene.image.Image.validateInputStream(Image.java:1128)
at javafx.scene.image.Image.<init>(Image.java:706)
at robot.iiIIiiIiIi.initialize(f:211)
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2548)
... 7 more
 

Just curious how long you think it will take to get this fixed? Been looking forward to trying this bot since I saw it and been looking into scripting but can't find a reliable bot so I can spend my time scripting rather than playing lol.
(potential) Fix is in queue, was (probably) related to an image I added for another bot, while forgetting to change directories.
 
Joined
Dec 26, 2018
Messages
7
(potential) Fix is in queue, was (probably) related to an image I added for another bot, while forgetting to change directories.
Alright thanks.
 
Seems to be working good now with the roofs turned off. Thanks

Edit: Just had a problem wondering away from Phials as it was leaving the portal and it was trying to interact with him but couldn't find him. Maybe a failsafe to make sure he walks towards him if he cant find him would help. Thanks again.
 
Another bug i noticed is that it chooses the wrong lecturn to study and doesn't realize it and will keep visiting it over and over depending on how peoples houses are set up. Might be something you want to look into. I have been blocking the people who advertise the houses that mess the bot up for now
 
Another bug is that it blacklists houses that it can find the lecturn just fine.
Another bug is that it doesn't black list houses that it finds the wrong lecturn because of the layout. Not sure if the lecturns have different id's but lots of houses are set up differently to have the enchantment lecturn in the ideal place and it will just sit there after clicking it instead of leaving and blacklisting.
 
Joined
Nov 18, 2018
Messages
50
Works great other than a couple of things I've found so far.

With a mud battlestaff and trying to make ardy teleports it just closes the bot as if there's not enough runes/clay to make them.

If you select to use the ornate pool, it'll run to the wrong lectern.

If someone has a lectern closer which doesn't have the teleport to house tabs it'll just stand there

Also, if you force host and the player goes offline, it'll stand there clicking to enter all the time. Maybe add something to disable to the bot if you can't enter?
 
Community Manager
Joined
Apr 7, 2015
Messages
1,394
Works great other than a couple of things I've found so far.

With a mud battlestaff and trying to make ardy teleports it just closes the bot as if there's not enough runes/clay to make them.

If you select to use the ornate pool, it'll run to the wrong lectern.

If someone has a lectern closer which doesn't have the teleport to house tabs it'll just stand there

Also, if you force host and the player goes offline, it'll stand there clicking to enter all the time. Maybe add something to disable to the bot if you can't enter?
1. Adding to issue list
2. Never seen personally and should only be related to how the host has their house set up.
3. Known issue and I have no idea how to fix it tbh
4. Force host should only be used if you KNOW the host will not log out, if this isn't used the bot will get a new host if they log out/lock the house.
 
Joined
Nov 18, 2018
Messages
50
other than those few avoidable issues this is the best script i've used. Yet to be banned on a couple of throwaway accounts and made some decent cash
 
Joined
Nov 18, 2018
Messages
50
I'm having an issue with the script crashing, works fine up until it tries to enter the name of a host and then crashes. Sent a bug report from the bot.
 
Community Manager
Joined
Apr 7, 2015
Messages
1,394
I'm having an issue with the script crashing, works fine up until it tries to enter the name of a host and then crashes. Sent a bug report from the bot.
Will be resolved in next update, was related to the latest client update.
 
Status
Not open for further replies.
Top