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 Empty Menu Bug while executing Bank.Withdraw(object, int)

Joined
Aug 23, 2015
Messages
1,961
Recently when executing Bank.withdraw, sometimes a menu with nothing but a "Cancel" option will open and the bot will get stuck until the bank interface is closed.

I have only tested on OSRS. It is not a common occurrence, but will happen rarely when calling Bank.withdraw

@Fonrus suggests that it is because the item is being clicked too fast. @Dark sage has also experienced this bug.

IntelliJ output:
00:21:56 TRACE [Bank] Withdrawing with action: Withdraw-All
00:21:57 WARN [Bank] Action not found in [Cancel]
00:21:57 TRACE [Bank] Withdrawing with action: Withdraw
00:21:57 WARN [Bank] Action not found in [Cancel]
00:21:57 TRACE [Bank] Withdrawing with action: Withdraw
00:21:57 WARN [Bank] Action not found in [Cancel]
00:21:57 TRACE [Bank] Withdrawing with action: Withdraw
00:21:57 TRACE [Bank] Withdrawing with action: Withdraw
00:21:57 WARN [Bank] Action not found in [Cancel]
00:21:57 TRACE [Bank] Withdrawing with action: Withdraw
00:21:57 WARN [Bank] Action not found in [Cancel]
00:21:57 TRACE [Bank] Withdrawing with action: Withdraw
00:21:57 WARN [Bank] Action not found in [Cancel]
00:21:57 TRACE [Bank] Withdrawing with action: Withdraw
00:21:57 WARN [Bank] Action not found in [Cancel]
00:21:58 WARN [Bank] Action not found in [Cancel]
00:21:58 TRACE [Bank] Withdrawing with action: Withdraw
00:21:58 TRACE [Bank] Withdrawing with action: Withdraw
00:21:58 WARN [Bank] Action not found in [Cancel]
00:21:58 WARN [Bank] Action not found in [Cancel]
00:21:58 TRACE [Bank] Withdrawing with action: Withdraw
00:21:58 WARN [Bank] Action not found in [Cancel]

Picture of it:
Imgur: The most awesome images on the Internet
bLVjJ4C.png

 
Ian Caffey - "Yes [I have seen it]. That happens when the menu items change while the menu is opened."
 
Top