- Joined
 - Aug 23, 2015
 
- Messages
 - 1,970
 
- Thread Author
 - #1
 
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:
	
	
		
			
	
Picture of it:
Imgur: The most awesome images on the Internet
		
		
	
	
		
	
 
Ian Caffey - "Yes [I have seen it]. That happens when the menu items change while the menu is opened."
			
			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]
		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
	Ian Caffey - "Yes [I have seen it]. That happens when the menu items change while the menu is opened."


