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 will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Question Help closing interface

Joined
Jun 25, 2019
Messages
24
Any ideas on how I would go about closing this interface? I've tried looking through the api but haven't been able to find anything useful
 

Attachments

  • image.png
    image.png
    22.3 KB · Views: 11
Joined
Jun 25, 2019
Messages
24
Cheers. Seems broken:

Code:
java.lang.NullPointerException
    at nul.IIIIIIiiIiiiI.initialize(hcc:140)
    at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2548)
    at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441)
    at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2409)
    at nul.iiIiIiiiIIiii.IIiIIiiiiiIii(bz:67)
    at nul.iiIiIiiiIIiii.IIiIIiiiiiIii(bz:229)
    at nul.IIIIIIiiIiiiI.<init>(hcc:12)
    at nul.IIIIIIiiIiiiI.<init>(hcc:74)
    at nul.IiIiiIiiiIIIi.IIiIIiiiiiIii(vvc:78)
    at nul.iIIIiIiiiiIiI.IIiIIiiiiiIii(lvb:226)
    at nul.iiiiiiiIIIiii.IIiIIiiiiiIii(nvb:2846)
    at nul.iiiiiiiIIIiii.call(nvb:22736)
    at javafx.concurrent.Task$TaskCallable.call(Task.java:1423)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.lang.Thread.run(Thread.java:748)
Failed to load bot interface.
[Report on the forums] The bot object was finalized before its exception was processed.
 
Making nice things
Joined
Jun 7, 2019
Messages
39
Bot Store | RuneMate

Visual developer allows you to ctrl+click on the screen and it will then tell you some properties.
What i most of the times do is first inspect it with the visual developer so i know what the id's of the interface are, and then i go to the Development toolkit bot and check the interfaces by id.
This way you dont have to manually search for your interface :)
 
Joined
Jun 25, 2019
Messages
24
Bot Store | RuneMate

Visual developer allows you to ctrl+click on the screen and it will then tell you some properties.
What i most of the times do is first inspect it with the visual developer so i know what the id's of the interface are, and then i go to the Development toolkit bot and check the interfaces by id.
This way you dont have to manually search for your interface :)

thankyou kindly, your advice worked very well :)
 
Top