The Bytecode Club

Full Version: BUG: 5.3.1: Bot hang/ blank windows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
If that's the case I think we can target the checknextbutton(). Actually it can be optimized like this:

Code:
While not detect out of sync or inactivity message
   If next button found exitloop
   If detect out of sync, click message, runBot
   If 1 minutes pass restart BS, runBot
Wend
(01-06-2015, 01:21 AM)marvinPRO Wrote: [ -> ]@Antidote, cool will try it. Smile

Just asking, are these fixes are also included in the released files?

Once the fix is done, we will be sure to release it.
Hmm. That's strange, since I'm aware of checking for out of sync and if you notice, func _Sleep() is already used for out of sync and inactivity check. So when while loop pass through _Sleep(), it will check for out of sync and if found, it will stop there and calling main program again. Can you describe what happen when there is Out of Sync error? Maybe I should put some setlog in between to check for function flow.
last version,blank page after 2 hours
Pages: 1 2 3 4 5 6 7 8