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 [RS3] Lobby handler fails to work

Joined
Jun 9, 2015
Messages
3,735
When disabling the Login Handler, and enabling it again, there is a chance it will break the Lobby handler

Example:
Runtime 01:00:00 - Logout - Disable Login Handler
Runtime 01:15:00 - Enable Login Handler
Bot logs in but hangs around in the lobby (Lobby Handler is not activated)

Even if you force the Lobby Handler and enable it, it still won't do anything.

What information is required to solve this issue? @Party

CC: @proxi
 
Joined
May 24, 2016
Messages
1,113
@RobinPC can you check if the lobby button looks like it's been pressed?

I've been plagued by some bug where my lobby login button freezes (the rest of the lobby works just fine) after the bot presses the login button, for a long time - but always thought it was some legacy client bug, however I just tested pressing the lobby login button manually and that logs me in just fine. There's something about the way RuneMate clicks this button that causes it to freeze.
 
Joined
Jun 9, 2015
Messages
3,735
Code:
01:29:31 INFO    Breaking for: 00:00:00
Login Handler enabled: true
Lobby Handler enabled: true
01:29:31 DEBUG    Login Handler has been activated!
01:29:31 TRACE    [Login handler] Clearing password
01:29:32 TRACE    [Login handler] Entering password

Bot is stuck at the lobby as seen here:
http://i.imgur.com/kDE59SE.png

@Party
 
Client Developer
Joined
Oct 12, 2015
Messages
3,781
Adding some debug, so that after next update we'll be able to see where it's getting stuck a little better, as I can't reproduce this issue.
 
Top