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

Resolved Client Freezes after any event is fired in the ChatBox Listener

Discussion in 'Client & Site Support' started by Infinite Inferno, May 18, 2015.

  1. Infinite Inferno

    Infinite Inferno The Pip Collector

    Joined:
    Sep 14, 2014
    Messages:
    445
    Likes Received:
    122
    So i use the ChatBox listener in my Gilded Altar bot to stop the bot when the entered player name has either logged out or locked his house. I ran a Platform.runLater(() ->) and then Environment.getScript.stop() and it froze, removed the Platform.runLater(() -> ), still froze.

    @Cloud
     
  2. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    So Environment.getScript().stop() isn't working when fired from the ChatboxListener? What about other event threads like the PaintListener or InventoryListener?
     
  3. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
    I don't believe it's Environment.getScript().stop() that's the issue specifically. In my experience anything at all in ChatboxListener causes issues.
     
    Infinite Inferno likes this.

Share This Page

Loading...