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

Question Help closing interface

Discussion in 'Developer Support' started by theSmeg, Aug 6, 2019.

  1. theSmeg

    Joined:
    Jun 25, 2019
    Messages:
    24
    Likes Received:
    5
    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
     

    Attached Files:

  2. Fabreze

    Fabreze #1 Fabric Cleaner

    Joined:
    Mar 18, 2017
    Messages:
    388
    Likes Received:
    106
  3. theSmeg

    Joined:
    Jun 25, 2019
    Messages:
    24
    Likes Received:
    5
    Cheers. Seems broken:

    Code (Text):
    1. java.lang.NullPointerException
    2.     at nul.IIIIIIiiIiiiI.initialize(hcc:140)
    3.     at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2548)
    4.     at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441)
    5.     at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2409)
    6.     at nul.iiIiIiiiIIiii.IIiIIiiiiiIii(bz:67)
    7.     at nul.iiIiIiiiIIiii.IIiIIiiiiiIii(bz:229)
    8.     at nul.IIIIIIiiIiiiI.<init>(hcc:12)
    9.     at nul.IIIIIIiiIiiiI.<init>(hcc:74)
    10.     at nul.IiIiiIiiiIIIi.IIiIIiiiiiIii(vvc:78)
    11.     at nul.iIIIiIiiiiIiI.IIiIIiiiiiIii(lvb:226)
    12.     at nul.iiiiiiiIIIiii.IIiIIiiiiiIii(nvb:2846)
    13.     at nul.iiiiiiiIIIiii.call(nvb:22736)
    14.     at javafx.concurrent.Task$TaskCallable.call(Task.java:1423)
    15.     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    16.     at java.lang.Thread.run(Thread.java:748)
    17. Failed to load bot interface.
    18. [Report on the forums] The bot object was finalized before its exception was processed.
     
  4. CoreBot

    CoreBot Making nice things

    Joined:
    Jun 7, 2019
    Messages:
    39
    Likes Received:
    21
    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 :)
     
  5. theSmeg

    Joined:
    Jun 25, 2019
    Messages:
    24
    Likes Received:
    5
    thankyou kindly, your advice worked very well :)
     

Share This Page

Loading...