My timeout problems look to be solved in the last version.
Good work.
My timeout problems look to be solved in the last version.
Good work.
I understand that I can get disconnected and that is not such a problem,I thought the bot wasn't logging back in after I get disconnected and that would've been a problem.
but I forgot I changed max timeout to 10.. and each new try is 37 seconds apart it seems so it is a long time to log back in.
so I've changed max timeout to 5 again and put it to "relog to gateway" option and that seems to work fine for now... phew finally![]()
Last edited by Rhendanwan; 02-25-2014 at 09:16 AM.
This is kind of an odd suggestion but any way we can have the app [optionally] jump into sword coast adventures and grab the daily reward? Not a big deal but sometimes nice stuff pops out of those professions packs it drops.
Thanks.![]()
I never implied that you were lying to me. Sorry if it read the wayI just can't possibly know how much you know/understand about what you are doing and I want to be 100% sure that the files are correct before I start spending time to implement support for this. You must understand that I am just trying to protect myself from a situation where I spend a few hours working on something only to find out that it can't work because something else is wrong that I can't fix myself.
I will post in a while the rest of the required strings.
Sounds like either your "@account" or the character name is misspelled. You may also want to edit out the character name when you post a log.
Good to hear
Once all the profession aspect features are done, I will check if this is possible or not. No promises though as I have no idea if this is even possible as I believe SCA is in flash.
Last edited by BaseN; 02-25-2014 at 11:53 AM.
BaseN, No problem. If I just do something, do it efficiently, you are one of all those who have agreed to make a program for Russian and its part of the job I want to do well, because I know that you spend your time for us. And when you replace a strings in the program, I myself will be tested for proper operation, check the logs, all jobs, so do not worry about my job, I'll do it well.
Thanks for your help![]()
I did have some timeout problems with 3.6 (different than the ones from 3.5 - in 3.5 it was switching characters, with 3.6 it seemed to be which collecting rewards). I'm now running 3.8 so I will see if any of them show up again.
Umm, I think I found a problem, here's what I know so far:
After getting disconnected with "DNS not responding", the bot stops at a gray screen, and just waits there, and after I click "Stop" or the "x" to close it and reopen, my pc freezes, I've traced it down to ram getting clogged up, and after I opened my C drive, I found a 20 gb pagefile.sys. Don't know how or why. I've opened task manager and tried to recreate it, and I saw that it was using more and more ram, steadily increasing by 20-30 mb per second. Here: https://i.imgur.com/PMFUrp2.png
Other then that, it's been rock solid, good job![]()
DNS not responding means your network went haywire
That said I need the log where this happened. It means at the exact point where your network died, I am not handling the stop button correctly. There are too many loops in the code that need to stop when that buttons is pressed (or the X button is hit which does the equivalent of hitting the stop button before closing). It is always possible that some edge scenario is not accounted for so I need the log to figure out where exactly APBU was when you clicked the stop button.
The rest is just the result of the above. If the stop button is not handled properly somewhere and you hit it, then you get stuck in an infinite loop that allocates memory on the heap ad infinitum. When you run out of commitable memory windows will increase the pagefile in order to prevent an out of memory condition that results in a stop error/bsod (even if you have set a fixed size). This is how windows works.
Hmm, I've done some further testing, the log won't do you any good as it happens on multiple different occurrences, which all have one thing in common, failure to load a page because of my network failing (I'm guessing since there is no connection to the internet it receives no data and thereby "loses its mind"). I've also found out that pressing "Stop" alone only inflates CPU usage, while pressing "x" inflates both RAM and CPU. However, I had no issue closing or stopping if there was no page loading failure to begin with.
I still need to see logs. Multiple logs.
Is this option implemented? I (can) use simple "image_search" to find "Start" -button and start APBU after reboot, but commandline -option is better or if APBU windows buttons has names so they can be located by external script. Basically same script what I use with APBI but longer restart timer because its more stable,.
EXPORT/IMPORT (load/save) and load RECENT profile.
Can those options work same way how they worked in APBI? Currently I change one profile settings and after script restarts then all instances are updated... in APBU this must be done by hand or I must make new script for that. Well, making script for will be fun, but for easy use it is not.
Or at least can you add option to change DEFAULT directory for EXPORT/IMPORT so all profiles are easier handle from same location.
Both current APBx versions works well for me, but APBU seems to be better for short jobs like Refine/Gathering just because APBI can have some Start up errors. Havent seen "Timeouts" because automation do restarts, xD .
https://i.imgur.com/OkJstRL.pngCode:19:11:51: Logging in. 19:12:03: Waiting for Character Select to load... 19:12:03: Switching to character [name] 19:12:07: Checking slot 1. /Point of disconnecting from the internet 19:12:16: Slot 1 is Free. Starting new task. /Gray screen halt
https://i.imgur.com/jmB0oBV.pngCode:19:18:18: Logging in. /dc point 19:18:32: Waiting for Character Select to load... /gray screen point 19:18:44: Character Selection loading timed out. Retry 1...
https://i.imgur.com/3E0vkYC.pngCode:19:24:33: Logging in. 19:24:56: Waiting for Character Select to load... 19:24:56: Switching to character [name] 19:25:00: Checking slot 1. 19:25:09: Slot 1 is Free. Starting new task. /dc point 19:25:32: New task started. /there was a gray screen until a connection was made again 19:25:32: Checking slot 2. 19:25:33: Slot 2 is Finished. Collecting Reward. 19:26:22: Slot 2 is Free. 19:26:31: Starting a new task on slot 2. /dc point 19:27:26: New task started. /a gray screen until reconnection 19:27:26: Checking slot 3. 19:27:27: Slot 3 is Finished. Collecting Reward. 19:27:39: Checking if slot 3 is now Free. 19:27:51: Slot 3 is Free. /dc point 19:28:00: Starting new task on slot 3. /gray halt, for good