Welcome!

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

Sign up now!

Bug Right click menu stuck open

Joined
Aug 25, 2017
Messages
270
RuneMate Version: on going issue
Affected Games: RS3
Code Used: interact("action")

Using interact sometimes brings up the right click menu. If the click fails, it can get stuck in an infinite loop with the right click menu stuck open.

A work around is to add a fail counter to your code to have it hover somewhere else if it fails X times.
 
cuppa.drink(java);
Joined
Mar 13, 2018
Messages
7,102
RuneMate Version: on going issue
Affected Games: RS3
Code Used: interact("action")

Using interact sometimes brings up the right click menu. If the click fails, it can get stuck in an infinite loop with the right click menu stuck open.

A work around is to add a fail counter to your code to have it hover somewhere else if it fails X times.
I've experienced this, this happens if Clouse misclicks and you don't have logic to handle a misclick. Just include something in your code about how if the menu is open and it's not the correct menu, close the menu.

Edit: oh you already have a workaround. Yeah I'm not sure if I'd classify this as a bug tho since it's kind of expected behavior.
 
Joined
Aug 25, 2017
Messages
270
I've experienced this, this happens if Clouse misclicks and you don't have logic to handle a misclick. Just include something in your code about how if the menu is open and it's not the correct menu, close the menu.

Edit: oh you already have a workaround. Yeah I'm not sure if I'd classify this as a bug tho since it's kind of expected behavior.

It is not expected behavior. It is a bug that has a work around. Expected behavior would be Clouse closing the right click interact menu when it fails to complete the click not leaving it open and getting stuck in an endless loop.
 
Top