Welcome!

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

Sign up now!

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

The Pip Collector
Joined
Sep 14, 2014
Messages
445
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
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
So Environment.getScript().stop() isn't working when fired from the ChatboxListener? What about other event threads like the PaintListener or InventoryListener?
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
So Environment.getScript().stop() isn't working when fired from the ChatboxListener? What about other event threads like the PaintListener or InventoryListener?
I don't believe it's Environment.getScript().stop() that's the issue specifically. In my experience anything at all in ChatboxListener causes issues.
 
Top