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

Open Interface Explorer [Deleted]

Discussion in 'Bot Support & Feedback' started by SlashnHax, Jul 9, 2016.

Thread Status:
Not open for further replies.
  1. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,198
    Likes Received:
    1,041
  2. Party

    Party Client Developer

    Joined:
    Oct 12, 2015
    Messages:
    3,708
    Likes Received:
    1,606
  3. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,198
    Likes Received:
    1,041
  4. proxi

    proxi s̶c̶r̶i̶p̶t̶ bot*

    Joined:
    Aug 23, 2015
    Messages:
    2,222
    Likes Received:
    501
    OH DEAR GAWD YES! SLASH I LOVE YOU!
     
    Serene likes this.
  5. Serene

    Serene ( ͡° ͜ʖ ͡°)

    Joined:
    Mar 30, 2015
    Messages:
    2,408
    Likes Received:
    508
    I wanna use so bad but have no idea how the hell how. Just brings up a gray translucent-ish box saying "starting bot." the whole time.
     
  6. tyb51

    tyb51 Niche bots at your disposal

    Joined:
    Dec 23, 2015
    Messages:
    1,098
    Likes Received:
    439
    Hi,
    I'm having some problems getting this to run. I'm using inteliJ and it builds fine. When running it in spectre i get this error:
    Code (Text):
    1. javafx.fxml.LoadException:
    2. unknown path
    3.  
    4.     at javafx.fxml.FXMLLoader.constructLoadException(Unknown Source)
    5.     at javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
    6.     at javafx.fxml.FXMLLoader.load(Unknown Source)
    7.     at com.openbots.bots.open_interface_explorer.OpenInterfaceExplorer.lambda$onStart$1(OpenInterfaceExplorer.java:28)
    8.     at com.sun.javafx.application.PlatformImpl.lambda$null$174(Unknown Source)
    9.     at java.security.AccessController.doPrivileged(Native Method)
    10.     at com.sun.javafx.application.PlatformImpl.lambda$runLater$175(Unknown Source)
    11.     at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
    12.     at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
    13.     at com.sun.glass.ui.win.WinApplication.lambda$null$149(Unknown Source)
    14.     at java.lang.Thread.run(Unknown Source)
    15. Caused by: java.lang.UnsupportedOperationException: Only a Thread within a bot's ThreadGroup may eavesdrop on the game client. Current Thread=Thread[JavaFX Application Thread,5,main]
    16.     at nul.iiiIIIiIIiii.false(nmb:61)
    17.     at com.runemate.game.api.hybrid.Environment.getBot(zob:14)
    18.     at nul.iiiIiIiIiIII.false(mgb:61)
    19.     at com.runemate.game.api.hybrid.queries.QueryBuilder.results(xxa:55)
    20.     at nul.iIiiIIiIIiIi.getComponents(eeb:125)
    21.     at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceContainer.getComponents(yxa:24)
    22.     at com.openbots.bots.open_interface_explorer.ui.InterfaceTreeItem.init(InterfaceTreeItem.java:67)
    23.     at com.openbots.bots.open_interface_explorer.ui.InterfaceTreeItem.<init>(InterfaceTreeItem.java:34)
    24.     at com.openbots.bots.open_interface_explorer.ui.InterfaceTreeItem.init(InterfaceTreeItem.java:56)
    25.     at com.openbots.bots.open_interface_explorer.ui.InterfaceTreeItem.<init>(InterfaceTreeItem.java:30)
    26.     at com.openbots.bots.open_interface_explorer.ui.InterfaceExplorerController.initialize(InterfaceExplorerController.java:161)
    27.     ... 10 more
    28.  
    TL;DR:
    Code (Text):
    1. Only a Thread within a bot's ThreadGroup may eavesdrop on the game client. Current Thread=Thread[JavaFX Application Thread,5,main]
    IS this a known error and can you help me with a way to fix this?
     
  7. Party

    Party Client Developer

    Joined:
    Oct 12, 2015
    Messages:
    3,708
    Likes Received:
    1,606
    Run it locally.
     
  8. tyb51

    tyb51 Niche bots at your disposal

    Joined:
    Dec 23, 2015
    Messages:
    1,098
    Likes Received:
    439
    @Party Sorry but I don't quite understand. Run it without spectre or how?

    (I am running it through IntelliJ with spectre in -dev mode, I suppose that is local, but it gives me that error)
     
    #8 tyb51, Apr 4, 2017
    Last edited: Apr 4, 2017
  9. Fonrus

    Joined:
    Dec 1, 2016
    Messages:
    59
    Likes Received:
    20
    In the bot store page (where you added it) there is an additional button to download the source code for it. Download the code and run it like you would a bot that you wrote yourself. It will then magically work.
     
  10. Serene

    Serene ( ͡° ͜ʖ ͡°)

    Joined:
    Mar 30, 2015
    Messages:
    2,408
    Likes Received:
    508
    hey
     
  11. tyb51

    tyb51 Niche bots at your disposal

    Joined:
    Dec 23, 2015
    Messages:
    1,098
    Likes Received:
    439
    As i've mentioned twice now, that's what I done. I'll add a picture if you don't believe me.
    Where would i get the error anyway?
    [​IMG][/IMG] [​IMG]
     
  12. Fonrus

    Joined:
    Dec 1, 2016
    Messages:
    59
    Likes Received:
    20
    This is a separate bug. If you try to start it multiple times in a row does it always occur? Does it occur right when you start the bot?
     
  13. tyb51

    tyb51 Niche bots at your disposal

    Joined:
    Dec 23, 2015
    Messages:
    1,098
    Likes Received:
    439
    It occurs every time I run it:
    It does not stop the bot, it runes it, gives a black screen overlay (size of rs client), and gives that error
     
  14. Guru

    Joined:
    Dec 31, 2015
    Messages:
    602
    Likes Received:
    175
    Its completely broken at the moment. Not sure why.
     
  15. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,198
    Likes Received:
    1,041
  16. Party

    Party Client Developer

    Joined:
    Oct 12, 2015
    Messages:
    3,708
    Likes Received:
    1,606
    @SlashnHax can you please make the necessary changes to add InterfaceCompont.Type querying, toggling of GameEvent handlers and making sure it displays relevant non-deprecated info? I've already added most of that to my version on Github.
     
  17. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,198
    Likes Received:
    1,041
    This resource has been removed and is no longer available for download.
     
Thread Status:
Not open for further replies.

Share This Page

Loading...