Welcome!

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

Sign up now!

RuneMate 1.0.0

Joined
Jul 26, 2013
Messages
154
Ladies and gentlemen,

RuneMate 1.0.0 has been released! You can get it now on the download page. As a pilot release, its main purpose is to allow developers to create bots with the help of the JDocs. That means that at the time of this post there are no bots in our Bot Store, but watch this spot because we expect it to fill up with our intelligent developer base's work. We truly appreciate the patience you've had with us and we're so excited to get this ball rolling for everyone. Expect a quick barrage of patches as we iron out the typical release bugs.

We would appreciate any and all contributions you have to make, from bug reports to design suggestions. And remember that we're here to answer all of your questions. Let's make this the best experience for all of us!

Known Bugs:
  • Keyboard and mouse buttons are not functional.
  • Graphical bugs and exception for Java 8.
  • Session does not expire when client is closed from the taskbar, resulting in a five minute wait until a new client can be opened.
  • LoginDialog and SetupDialog (Account+Bot Manager) do not have a taskbar icon.

Have fun botting,
RuneMate Staff
 
Last edited by a moderator:
Joined
Nov 3, 2013
Messages
609
closed the first one, and have just been getting this for the past 10min.
mAdXVoY.jpg
 
Joined
Nov 3, 2013
Messages
609
I'll talk to Cloud to see if there's anything that can be done.
Also, about how long does it take to load the game?
I've got "Loading runtime parameters..." for awhile, which is why I closed the first one.
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
closed the first one, and have just been getting this for the past 10min.
mAdXVoY.jpg
Added a known bug that relates to your problem.
  • Session does not expire when client is closed from the taskbar, resulting in a five minute wait until a new client can be opened.
Looking into your "Loading runtime parameters..." hanging right now.
 
Joined
Nov 3, 2013
Messages
609
Added a known bug that relates to your problem.
  • Session does not expire when client is closed from the taskbar, resulting in a five minute wait until a new client can be opened.
I think there is an onDispose method in the JFrame class, or something similar, so just make it send a logout signal to DB on close. Obviously that signal won't get sent if the process is just straight up stopped or crashes, but it will improve the time when the user closes the window normally.

Edit: I restarted the client again and it is loading now.
Also a suggestion, let it remember my login creds please :)
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
I think there is an onDispose method in the JFrame class, or something similar, so just make it send a logout signal to DB on close. Obviously that signal won't get sent if the process is just straight up stopped or crashes, but it will improve the time when the user closes the window normally.
We aren't using AWT, but the same concept applies to JavaFX. We are aware of the issue and the easy fix. We just completely forgot this release and don't want to send out a new version with just that small patch. It'll be bundled together in 1.0.1. For now I would recommend closing using the X button, which calls the shutdown thread properly.

Thanks for bringing that to our attention. :)
 
Joined
Nov 3, 2013
Messages
609
Also please note that the login screen does not have a tile set, and shows up as a blank item on the taskbar.
Eueohro.jpg


EDIT:
I'm not familiar with JavaFX, but for the script selector, look into something similar to a JOptionPane which does not actually have a start menu icon and is just tied to it's parent window for minimization.
Also a suggestion, let it remember my login creds please :)
 
Last edited:
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
Also please note that the login screen does not have a tile set, and shows up as a blank item on the taskbar.
Eueohro.jpg


EDIT:
I'm not familiar with JavaFX, but for the script selector, look into something similar to a JOptionPane which does not actually have a start menu icon and is just tied to it's parent window for minimization.
Known bug added for no icon for LoginDialog and SetupDialog (Script+Bot Manager). Thanks a bunch.

As far as saving login credentials goes, it was left out intentionally in the first release for security reasons; auto-login would mean that anyone who has access to your computer can start a bot up and login to your account. We will reconsider this decision when we analyze the security implications further.
 
Joined
Nov 3, 2013
Messages
609
As far as saving login credentials goes, it was left out intentionally in the first release for security reasons; auto-login would mean that anyone who has access to your computer can start a bot up and login to your account. We will reconsider this decision when we analyze the security implications further.
Maybe a "remember me" check box so the user can choose.

I'm glad you guys are open to suggestions :)
 
Top