The Bytecode Club
BUG: 5.3.1: Bot hang/ blank windows - Printable Version

+- The Bytecode Club (https://the.bytecode.club)
+-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1)
+--- Forum: Game Cheating, Botting & Reverse Engineering (https://the.bytecode.club/forumdisplay.php?fid=97)
+--- Thread: BUG: 5.3.1: Bot hang/ blank windows (/showthread.php?tid=216)

Pages: 1 2 3 4 5 6 7 8


RE: BUG: 5.3.1: Bot hang/ blank windows - AtoZ - 01-07-2015




RE: BUG: 5.3.1: Bot hang/ blank windows - AtoZ - 01-07-2015

I added a log every 5 read attempts to findout if what is happening during the loop in getresource func.
Code:
While getGold($BSpos[0] + 51, $BSpos[1] + 66) = "" ; Loops until gold is readable
If _Sleep(500*2) Or $RunState = False Then ExitLoop(2)
$i += 1
If Mod($i,5)=0 Then
    SetLog("GETRESOURCES: Cannot Read for the"&$i&"th time...")
EndIf
If $i >= 7 Then ; If gold cannot be read by 10 seconds
  IF $i >= 30/2 OR _ColorCheckVariation(Hex(PixelGetColor($BSpos[0] + 458, $BSpos[1] + 311), 6), Hex(0x33B5E5, 6)) Then
 SetLog("GETRESOURCES: Cannot Read within 30 loops...")

 If SearchImage($ISNext) Then ;Checks for Out of Sync or Connection Error during search
 SetLog("GETRESOURCES: Next Button Located...")
Click(750, 500) ;Click Next
 Else
SetLog("Cannot locate Next button, Restarting Bot")
checkMainScreen()
$Restart = True
SetLog("GETRESOURCES: Going to MainScreen Successful!!!")
ExitLoop(2)
 EndIf
  EndIf
  $i = 0
EndIf
WEnd

And the result:
Code:
2015-01-07 12:08:03 : ~~~~Welcome to COC Bot Pre-Alpha v5.3!~~~~
2015-01-07 12:08:03 : Bot is starting...
2015-01-07 12:08:08 : Training Troops...
2015-01-07 12:08:22 : Training Troops Complete
2015-01-07 12:08:23 : ~~~Waiting for full army~~~
2015-01-07 12:08:55 : Collecting Resources
2015-01-07 12:08:56 : Collecting Complete
2015-01-07 12:08:57 : Training Troops...
2015-01-07 12:09:10 : Training Troops Complete
2015-01-07 12:09:43 : Collecting Resources
2015-01-07 12:09:43 : Collecting Complete
2015-01-07 12:09:44 : Training Troops...
2015-01-07 12:09:58 : Training Troops Complete
2015-01-07 12:10:31 : Collecting Resources
2015-01-07 12:10:31 : Collecting Complete
2015-01-07 12:10:32 : Training Troops...
2015-01-07 12:10:46 : Training Troops Complete
2015-01-07 12:11:19 : Collecting Resources
2015-01-07 12:11:20 : Collecting Complete
2015-01-07 12:11:21 : Training Troops...
2015-01-07 12:11:35 : Training Troops Complete
2015-01-07 12:11:39 : ===============Searching For Base===============
2015-01-07 12:11:41 : (1) [G]: 27967        [E]: 65627        [D]: 142          [T]: 19
2015-01-07 12:11:46 : (2) [G]: 12290        [E]: 39199        [D]: 729          [T]: 34
2015-01-07 12:11:51 : (3) [G]: 101285       [E]: 55400        [D]: 356          [T]: 22
2015-01-07 12:11:55 : (4) [G]: 64773        [E]: 7349         [D]: 425          [T]: 25
2015-01-07 12:12:00 : (5) [G]: 79388        [E]: 156569       [D]:              [T]: 30
2015-01-07 12:12:05 : (6) [G]: 58380        [E]: 30834        [D]:              [T]: 15
2015-01-07 12:12:09 : (7) [G]: 61574        [E]: 45797        [D]: 416          [T]: 25
2015-01-07 12:12:14 : (8) [G]: 45559        [E]: 41343        [D]: 887          [T]: 30
2015-01-07 12:12:18 : (9) [G]: 40191        [E]: 42424        [D]: 129          [T]: 16
2015-01-07 12:12:23 : (10) [G]: 159707       [E]: 87363        [D]: 246          [T]: 25
2015-01-07 12:12:27 : (11) [G]: 28594        [E]: 15366        [D]: 19           [T]: 14
2015-01-07 12:12:32 : (12) [G]: 53121        [E]: 53412        [D]: 25           [T]: 20
2015-01-07 12:12:36 : (13) [G]: 35834        [E]: 37356        [D]: 907          [T]: 23
2015-01-07 12:12:41 : (14) [G]: 41332        [E]: 143301       [D]: 196          [T]: 14
2015-01-07 12:12:46 : (15) [G]: 77056        [E]: 58279        [D]: 0            [T]: 24
2015-01-07 12:12:50 : (16) [G]: 31843        [E]: 69274        [D]: 581          [T]: 17
2015-01-07 12:12:55 : (17) [G]: 42600        [E]: 90558        [D]: 365          [T]: 22
2015-01-07 12:12:59 : (18) [G]: 39414        [E]: 98101        [D]: 933          [T]: 20
2015-01-07 12:13:04 : (19) [G]: 51939        [E]: 40756        [D]: 98           [T]: 30
2015-01-07 12:13:10 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:13:13 : GETRESOURCES: Cannot Read within 30 loops...
2015-01-07 12:13:13 : Cannot locate Next button, Restarting Bot
2015-01-07 12:13:13 : CheckMainScreen: PRoblem Loading...
2015-01-07 12:13:13 : Not in MainScreen. Trying to get to main screen
2015-01-07 12:13:28 : OutofSync: Reload Successful!!!
2015-01-07 12:13:28 : Checking for MainScreen in 7 secs...
2015-01-07 12:13:31 : In MainSCreen! Exiting Loop!
2015-01-07 12:13:31 : GETRESOURCES: Going to MainScreen Successful!!!
2015-01-07 12:13:35 : Training Troops...
2015-01-07 12:13:48 : Training Troops Complete
2015-01-07 12:13:53 : ===============Searching For Base===============
2015-01-07 12:13:56 : (1) [G]: 25492        [E]: 31381        [D]: 296          [T]: 31
2015-01-07 12:14:00 : (2) [G]: 38551        [E]: 16092        [D]: 1592         [T]: 34
2015-01-07 12:14:05 : (3) [G]: 6284         [E]: 118982       [D]: 834          [T]: 28
2015-01-07 12:14:09 : (4) [G]: 80552        [E]: 72873        [D]: 128          [T]: 22
2015-01-07 12:14:14 : (5) [G]: 28724        [E]: 53054        [D]: 30           [T]: 16
2015-01-07 12:14:18 : (6) [G]: 62967        [E]: 80815        [D]: 488          [T]: 15
2015-01-07 12:14:23 : (7) [G]: 53604        [E]: 280532       [D]: 619          [T]: 20
2015-01-07 12:14:27 : (8) [G]: 83051        [E]: 85872        [D]: 9            [T]: 28
2015-01-07 12:14:32 : (9) [G]: 72481        [E]: 64215        [D]: 674          [T]: 34
2015-01-07 12:14:37 : (10) [G]: 106844       [E]: 57156        [D]: 639          [T]: 17
2015-01-07 12:14:41 : (11) [G]: 52146        [E]: 42693        [D]: 1577         [T]: 18
2015-01-07 12:14:46 : (12) [G]: 34818        [E]: 84957        [D]: 130          [T]: 28
2015-01-07 12:14:50 : (13) [G]: 32646        [E]: 30758        [D]: 100          [T]: 13
2015-01-07 12:14:55 : (14) [G]: 49625        [E]: 60584        [D]: 65           [T]: 14
2015-01-07 12:14:59 : (15) [G]: 37846        [E]: 60551        [D]: 370          [T]: 18
2015-01-07 12:15:04 : (16) [G]: 16341        [E]: 43907        [D]: 115          [T]: 21
2015-01-07 12:15:08 : (17) [G]: 20878        [E]: 39639        [D]: 82           [T]: 22
2015-01-07 12:15:13 : (18) [G]: 43522        [E]: 419840       [D]: 3396         [T]: 21
2015-01-07 12:15:18 : (19) [G]: 35937        [E]: 73079        [D]: 244          [T]: 20
2015-01-07 12:15:22 : (20) [G]: 33944        [E]: 60224        [D]: 161          [T]: 32
2015-01-07 12:15:27 : (21) [G]: 46194        [E]: 55610        [D]: 943          [T]: 26
2015-01-07 12:15:31 : (22) [G]: 80040        [E]: 49214        [D]: 415          [T]: 15
2015-01-07 12:15:36 : (23) [G]: 51612        [E]: 26122        [D]: 414          [T]: 23
2015-01-07 12:15:40 : (24) [G]: 17066        [E]: 80654        [D]: 292          [T]: 24
2015-01-07 12:15:45 : (25) [G]: 71886        [E]: 8914         [D]: 176          [T]: 29
2015-01-07 12:15:49 : (26) [G]: 47759        [E]: 25683        [D]: 0            [T]: 22
2015-01-07 12:15:54 : (27) [G]: 54293        [E]: 6374         [D]: 379          [T]: 24
2015-01-07 12:15:59 : (28) [G]: 147656       [E]: 18543        [D]: 450          [T]: 20
2015-01-07 12:16:03 : (29) [G]: 235870       [E]: 118717       [D]: 1151         [T]: 15
2015-01-07 12:16:08 : (30) [G]: 22812        [E]: 13819        [D]: 343          [T]: 17
2015-01-07 12:16:12 : (31) [G]: 21892        [E]: 11823        [D]: 353          [T]: 21
2015-01-07 12:16:17 : (32) [G]: 45081        [E]: 120166       [D]: 496          [T]: 13
2015-01-07 12:16:21 : (33) [G]: 28555        [E]: 40781        [D]: 557          [T]: 16
2015-01-07 12:16:28 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:16:30 : GETRESOURCES: Cannot Read within 30 loops...
2015-01-07 12:16:30 : Cannot locate Next button, Restarting Bot
2015-01-07 12:16:30 : CheckMainScreen: PRoblem Loading...
2015-01-07 12:16:30 : Not in MainScreen. Trying to get to main screen
2015-01-07 12:16:46 : OutofSync: Reload Successful!!!
2015-01-07 12:16:46 : Checking for MainScreen in 7 secs...
2015-01-07 12:16:48 : In MainSCreen! Exiting Loop!
2015-01-07 12:16:48 : GETRESOURCES: Going to MainScreen Successful!!!
2015-01-07 12:16:53 : Training Troops...
2015-01-07 12:17:05 : Training Troops Complete
2015-01-07 12:17:10 : ===============Searching For Base===============
2015-01-07 12:17:13 : (1) [G]: 10677        [E]: 64731        [D]: 76           [T]: 29
2015-01-07 12:17:17 : (2) [G]: 44515        [E]: 14268        [D]: 580          [T]: 16
2015-01-07 12:17:22 : (3) [G]: 62010        [E]: 35308        [D]: 391          [T]: 14
2015-01-07 12:17:27 : (4) [G]: 14606        [E]: 118121       [D]: 798          [T]: 18
2015-01-07 12:17:31 : (5) [G]: 13967        [E]: 34671        [D]: 392          [T]: 17
2015-01-07 12:17:36 : (6) [G]: 29022        [E]: 80752        [D]: 460          [T]: 15
2015-01-07 12:17:40 : (7) [G]: 17127        [E]: 29187        [D]: 454          [T]: 31
2015-01-07 12:17:45 : (8) [G]: 5058         [E]: 78218        [D]: 239          [T]: 18
2015-01-07 12:17:49 : (9) [G]: 30696        [E]: 23990        [D]: 677          [T]: 18
2015-01-07 12:17:54 : (10) [G]: 38752        [E]: 56484        [D]: 534          [T]: 21
2015-01-07 12:17:59 : (11) [G]: 19260        [E]: 73880        [D]: 269          [T]: 21
2015-01-07 12:18:03 : (12) [G]: 15109        [E]: 81089        [D]: 376          [T]: 22
2015-01-07 12:18:08 : (13) [G]: 18591        [E]: 121712       [D]: 470          [T]: 24
2015-01-07 12:18:12 : (14) [G]: 38702        [E]: 14785        [D]: 620          [T]: 24
2015-01-07 12:18:17 : (15) [G]: 72908        [E]: 34814        [D]: 130          [T]: 21
2015-01-07 12:18:23 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:18:25 : GETRESOURCES: Cannot Read within 30 loops...
2015-01-07 12:18:25 : Cannot locate Next button, Restarting Bot
2015-01-07 12:18:26 : CheckMainScreen: PRoblem Loading...
2015-01-07 12:18:26 : Not in MainScreen. Trying to get to main screen
2015-01-07 12:18:41 : OutofSync: Reload Successful!!!
2015-01-07 12:18:41 : Checking for MainScreen in 7 secs...
2015-01-07 12:18:43 : In MainSCreen! Exiting Loop!
2015-01-07 12:18:43 : GETRESOURCES: Going to MainScreen Successful!!!
2015-01-07 12:18:49 : Training Troops...
2015-01-07 12:19:01 : Training Troops Complete
2015-01-07 12:19:07 : ===============Searching For Base===============
2015-01-07 12:19:09 : (1) [G]: 95626        [E]: 23492        [D]: 413          [T]: 18
2015-01-07 12:19:13 : (2) [G]: 161634       [E]: 415141       [D]: 1090         [T]: 16
2015-01-07 12:19:21 : ~~~~~~~Not dead base, skipping~~~~~~~
2015-01-07 12:19:25 : (3) [G]: 99866        [E]: 293019       [D]: 1092         [T]: 14
2015-01-07 12:19:30 : (4) [G]: 76223        [E]: 3574         [D]: 679          [T]: 15
2015-01-07 12:19:35 : (5) [G]: 99141        [E]: 46347        [D]: 331          [T]: 25
2015-01-07 12:19:39 : (6) [G]: 38698        [E]: 72434        [D]: 753          [T]: 15
2015-01-07 12:19:44 : (7) [G]: 3912         [E]: 57026        [D]: 466          [T]: 27
2015-01-07 12:19:48 : (8) [G]: 96322        [E]: 75045        [D]: 298          [T]: 17
2015-01-07 12:19:53 : (9) [G]: 20412        [E]: 49051        [D]: 221          [T]: 13
2015-01-07 12:19:57 : (10) [G]: 56877        [E]: 33563        [D]: 214          [T]: 14
2015-01-07 12:20:04 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:20:05 : (11) [G]: 65720        [E]: 45261        [D]: 970          [T]: 28
2015-01-07 12:20:10 : (12) [G]: 30355        [E]: 102275       [D]: 759          [T]: 20
2015-01-07 12:20:15 : (13) [G]: 10995        [E]: 30985        [D]: 274          [T]: 24
2015-01-07 12:20:19 : (14) [G]: 228601       [E]: 232249       [D]: 555          [T]: 22
2015-01-07 12:20:27 : ~~~~~~~Not dead base, skipping~~~~~~~
2015-01-07 12:20:32 : (15) [G]: 23511        [E]: 7199         [D]: 23           [T]: 23
2015-01-07 12:20:36 : (16) [G]: 168344       [E]: 28913        [D]: 753          [T]: 21
2015-01-07 12:20:43 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:20:43 : (17) [G]: 69258        [E]: 190129       [D]: 1399         [T]: 15
2015-01-07 12:20:48 : (18) [G]: 96950        [E]: 9307         [D]: 723          [T]: 26
2015-01-07 12:20:52 : (19) [G]: 90885        [E]: 3976         [D]: 12           [T]: 28
2015-01-07 12:20:57 : (20) [G]: 61069        [E]: 68132        [D]: 232          [T]: 19
2015-01-07 12:21:01 : (21) [G]: 24627        [E]: 22761        [D]: 239          [T]: 14
2015-01-07 12:21:06 : (22) [G]: 70338        [E]: 79717        [D]: 1108         [T]: 14
2015-01-07 12:21:12 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:21:15 : GETRESOURCES: Cannot Read within 30 loops...
2015-01-07 12:21:15 : Cannot locate Next button, Restarting Bot
2015-01-07 12:21:15 : CheckMainScreen: PRoblem Loading...
2015-01-07 12:21:15 : Not in MainScreen. Trying to get to main screen
2015-01-07 12:21:30 : OutofSync: Reload Successful!!!
2015-01-07 12:21:30 : Checking for MainScreen in 7 secs...
2015-01-07 12:21:33 : In MainSCreen! Exiting Loop!
2015-01-07 12:21:33 : GETRESOURCES: Going to MainScreen Successful!!!
2015-01-07 12:21:37 : Training Troops...
2015-01-07 12:21:50 : Training Troops Complete
2015-01-07 12:21:55 : ===============Searching For Base===============
2015-01-07 12:21:58 : (1) [G]: 12402        [E]: 27589        [D]: 0            [T]: 16
2015-01-07 12:22:02 : (2) [G]: 25068        [E]: 99732        [D]: 641          [T]: 30
2015-01-07 12:22:07 : (3) [G]: 24669        [E]: 28051        [D]: 355          [T]: 21
2015-01-07 12:22:11 : (4) [G]: 96983        [E]: 11798        [D]:              [T]: 20
2015-01-07 12:22:16 : (5) [G]: 60076        [E]: 77339        [D]: 464          [T]: 17
2015-01-07 12:22:21 : (6) [G]: 14806        [E]: 40665        [D]: 332          [T]: 25
2015-01-07 12:22:25 : (7) [G]: 45980        [E]:              [D]: 658          [T]: 21
2015-01-07 12:22:30 : (8) [G]: 30735        [E]: 65728        [D]: 271          [T]: 26
2015-01-07 12:22:35 : (9) [G]: 20643        [E]: 46233        [D]: 23           [T]: 14
2015-01-07 12:22:39 : (10) [G]: 11230        [E]: 70422        [D]: 643          [T]: 30
2015-01-07 12:22:44 : (11) [G]: 111388       [E]: 92678        [D]: 1448         [T]: 16
2015-01-07 12:22:48 : (12) [G]: 130423       [E]: 80724        [D]: 325          [T]: 17
2015-01-07 12:22:53 : (13) [G]: 102671       [E]: 50033        [D]: 663          [T]: 29
2015-01-07 12:22:57 : (14) [G]: 13872        [E]: 13705        [D]: 884          [T]: 26
2015-01-07 12:23:02 : (15) [G]: 70309        [E]: 6199         [D]: 2            [T]: 30
2015-01-07 12:23:07 : (16) [G]: 70128        [E]: 48929        [D]: 135          [T]: 32
2015-01-07 12:23:11 : (17) [G]: 251276       [E]: 55879        [D]: 639          [T]: 19
2015-01-07 12:23:16 : (18) [G]: 43885        [E]: 81762        [D]: 434          [T]: 22
2015-01-07 12:23:20 : (19) [G]: 26673        [E]: 179733       [D]: 284          [T]: 31
2015-01-07 12:23:27 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:23:29 : GETRESOURCES: Cannot Read within 30 loops...
2015-01-07 12:23:29 : Cannot locate Next button, Restarting Bot
2015-01-07 12:23:29 : CheckMainScreen: PRoblem Loading...
2015-01-07 12:23:29 : Not in MainScreen. Trying to get to main screen
2015-01-07 12:23:45 : OutofSync: Reload Successful!!!
2015-01-07 12:23:45 : Checking for MainScreen in 7 secs...
2015-01-07 12:23:47 : In MainSCreen! Exiting Loop!
2015-01-07 12:23:47 : GETRESOURCES: Going to MainScreen Successful!!!
2015-01-07 12:23:52 : Training Troops...
2015-01-07 12:24:05 : Training Troops Complete
2015-01-07 12:24:10 : ===============Searching For Base===============
2015-01-07 12:24:12 : (1) [G]: 20507        [E]: 65476        [D]: 245          [T]: 15
2015-01-07 12:24:17 : (2) [G]: 32116        [E]: 47           [D]: 167          [T]: 30
2015-01-07 12:24:21 : (3) [G]: 70447        [E]: 82866        [D]: 584          [T]: 16
2015-01-07 12:24:26 : (4) [G]: 35846        [E]: 4603         [D]: 17           [T]: 21
2015-01-07 12:24:31 : (5) [G]: 55002        [E]: 47782        [D]: 521          [T]: 24
2015-01-07 12:24:35 : (6) [G]: 82768        [E]: 57572        [D]: 590          [T]: 28
2015-01-07 12:24:40 : (7) [G]: 205854       [E]: 8414         [D]: 879          [T]: 28
2015-01-07 12:24:44 : (8) [G]: 120707       [E]: 49762        [D]: 587          [T]: 22
2015-01-07 12:24:51 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:24:53 : GETRESOURCES: Cannot Read within 30 loops...
2015-01-07 12:24:53 : Cannot locate Next button, Restarting Bot
2015-01-07 12:24:53 : CheckMainScreen: PRoblem Loading...
2015-01-07 12:24:53 : Not in MainScreen. Trying to get to main screen
2015-01-07 12:25:08 : OutofSync: Reload Successful!!!
2015-01-07 12:25:08 : Checking for MainScreen in 7 secs...
2015-01-07 12:25:10 : In MainSCreen! Exiting Loop!
2015-01-07 12:25:11 : GETRESOURCES: Going to MainScreen Successful!!!
2015-01-07 12:25:15 : Training Troops...
2015-01-07 12:25:28 : Training Troops Complete
2015-01-07 12:25:33 : ===============Searching For Base===============
2015-01-07 12:25:35 : (1) [G]: 17125        [E]: 56236        [D]: 1            [T]: 16
2015-01-07 12:25:40 : (2) [G]: 50971        [E]: 73034        [D]: 50           [T]: 13
2015-01-07 12:25:45 : (3) [G]: 14765        [E]: 88763        [D]: 469          [T]: 19
2015-01-07 12:25:49 : (4) [G]: 69015        [E]: 53887        [D]: 125          [T]: 16
2015-01-07 12:25:54 : (5) [G]: 375690       [E]: 451862       [D]: 1620         [T]: 30
2015-01-07 12:25:57 : ~~~~~~~Dead Base Found!~~~~~~~
2015-01-07 12:25:57 : ===============Searching Complete===============
2015-01-07 12:25:58 : Preparing to search
2015-01-07 12:25:58 : Preparing to attack
2015-01-07 12:25:58 : -Barbarian 119
2015-01-07 12:25:59 : -Archer 96
2015-01-07 12:25:59 : -Giant 1
2015-01-07 12:26:00 : ======Beginning Attack======
2015-01-07 12:26:00 : ~Attacking in all sides...
2015-01-07 12:26:01 : Dropping first wave of Barbarians
2015-01-07 12:26:02 : Dropping first wave of Archers
2015-01-07 12:26:04 : Dropping second wave of Barbarians
2015-01-07 12:26:06 : Dropping second wave of Archers
2015-01-07 12:26:08 : Dropping left over troops
2015-01-07 12:26:09 : ~Finished Attacking, waiting to finish
2015-01-07 12:27:10 : Gold change detected, waiting...
2015-01-07 12:27:41 : Gold change detected, waiting...
2015-01-07 12:28:12 : Returning Home
2015-01-07 12:28:28 : Training Troops...
2015-01-07 12:28:42 : Training Troops Complete
2015-01-07 12:28:43 : ~~~Waiting for full army~~~
2015-01-07 12:29:15 : Collecting Resources
2015-01-07 12:29:19 : Collecting Complete
2015-01-07 12:29:20 : Training Troops...
2015-01-07 12:29:34 : Training Troops Complete
2015-01-07 12:30:07 : Collecting Resources
2015-01-07 12:30:07 : Collecting Complete
2015-01-07 12:30:08 : Training Troops...
2015-01-07 12:30:22 : Training Troops Complete
2015-01-07 12:30:54 : Collecting Resources
2015-01-07 12:30:55 : Collecting Complete
2015-01-07 12:30:56 : Training Troops...
2015-01-07 12:31:09 : Training Troops Complete
2015-01-07 12:31:42 : Collecting Resources
2015-01-07 12:31:43 : Collecting Complete
2015-01-07 12:31:44 : Training Troops...
2015-01-07 12:31:58 : Training Troops Complete
2015-01-07 12:32:30 : Collecting Resources
2015-01-07 12:32:31 : Collecting Complete
2015-01-07 12:32:32 : Training Troops...
2015-01-07 12:32:45 : Training Troops Complete
2015-01-07 12:33:18 : Collecting Resources
2015-01-07 12:33:18 : Collecting Complete
2015-01-07 12:33:19 : Training Troops...
2015-01-07 12:33:33 : Training Troops Complete
2015-01-07 12:34:06 : Collecting Resources
2015-01-07 12:34:07 : Collecting Complete
2015-01-07 12:34:08 : Training Troops...
2015-01-07 12:34:21 : Training Troops Complete
2015-01-07 12:34:54 : Collecting Resources
2015-01-07 12:34:54 : Collecting Complete
2015-01-07 12:34:55 : Training Troops...
2015-01-07 12:35:09 : Training Troops Complete
2015-01-07 12:35:42 : Collecting Resources
2015-01-07 12:35:42 : Collecting Complete
2015-01-07 12:35:43 : Training Troops...
2015-01-07 12:35:57 : Training Troops Complete
2015-01-07 12:36:29 : Collecting Resources
2015-01-07 12:36:30 : Collecting Complete
2015-01-07 12:36:31 : Training Troops...
2015-01-07 12:36:45 : Training Troops Complete
2015-01-07 12:37:17 : Collecting Resources
2015-01-07 12:37:18 : Collecting Complete
2015-01-07 12:37:19 : Training Troops...
2015-01-07 12:37:32 : Training Troops Complete
2015-01-07 12:38:05 : Collecting Resources
2015-01-07 12:38:07 : Collecting Complete
2015-01-07 12:38:08 : Training Troops...
2015-01-07 12:38:23 : Training Troops Complete
2015-01-07 12:38:57 : Collecting Resources
2015-01-07 12:39:00 : Collecting Complete
2015-01-07 12:39:01 : Training Troops...
2015-01-07 12:39:14 : Training Troops Complete
2015-01-07 12:39:47 : Collecting Resources
2015-01-07 12:39:48 : Collecting Complete
2015-01-07 12:39:49 : Training Troops...
2015-01-07 12:40:02 : Training Troops Complete
2015-01-07 12:40:35 : Collecting Resources
2015-01-07 12:40:36 : Collecting Complete
2015-01-07 12:40:37 : Training Troops...
2015-01-07 12:40:50 : Training Troops Complete
2015-01-07 12:41:23 : Collecting Resources
2015-01-07 12:41:24 : Collecting Complete
2015-01-07 12:41:25 : Training Troops...
2015-01-07 12:41:33 : Barrack 3 is not available
2015-01-07 12:41:38 : Training Troops Complete
2015-01-07 12:42:12 : Collecting Resources
2015-01-07 12:42:12 : Collecting Complete
2015-01-07 12:42:13 : Training Troops...
2015-01-07 12:42:27 : Training Troops Complete
2015-01-07 12:42:31 : ===============Searching For Base===============
2015-01-07 12:42:34 : (1) [G]: 63633        [E]: 37306        [D]: 1392         [T]: 34
2015-01-07 12:42:40 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:42:48 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:42:56 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:43:04 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:43:12 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:43:20 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:43:28 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:43:36 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:43:44 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:43:52 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:44:00 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:44:07 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:44:15 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:44:23 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:44:31 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:44:39 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:44:47 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:44:55 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:45:03 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:45:11 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:45:19 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:45:27 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:45:35 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:45:43 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:45:51 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:45:59 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:46:06 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:46:14 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:46:22 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:46:30 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:46:38 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:46:46 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:46:54 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:47:02 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:47:10 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:47:18 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:47:26 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:47:34 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:47:36 : GETRESOURCES: Cannot Read within 30 loops...
2015-01-07 12:47:36 : Cannot locate Next button, Restarting Bot
2015-01-07 12:47:36 : CheckMainScreen: PRoblem Loading...
2015-01-07 12:47:36 : Not in MainScreen. Trying to get to main screen
2015-01-07 12:47:53 : OutofSync: Reload Successful!!!
2015-01-07 12:47:53 : Checking for MainScreen in 7 secs...
2015-01-07 12:47:55 : In MainSCreen! Exiting Loop!
2015-01-07 12:47:55 : GETRESOURCES: Going to MainScreen Successful!!!
2015-01-07 12:48:00 : Training Troops...
2015-01-07 12:48:12 : Training Troops Complete
2015-01-07 12:48:18 : ===============Searching For Base===============
2015-01-07 12:48:24 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:48:32 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:48:40 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:48:48 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:48:56 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:49:04 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:49:12 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:49:20 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:49:27 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:49:35 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:49:43 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:49:51 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:49:59 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:50:07 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:50:15 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:50:23 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:50:31 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:50:38 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:50:46 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:50:54 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:51:02 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:51:10 : GETRESOURCES: Cannot Read for the5th time...
2015-01-07 12:51:18 : GETRESOURCES: Cannot Read for the5th time...

It restarts after detecting inactivity but did not hang. Could anyone try adding the log to check if we have the same errors getting stuck on that loop.


RE: BUG: 5.3.1: Bot hang/ blank windows - dinobot - 01-07-2015




RE: BUG: 5.3.1: Bot hang/ blank windows - AtoZ - 01-07-2015




RE: BUG: 5.3.1: Bot hang/ blank windows - dinobot - 01-07-2015

seeing my last log, why suddenly bot cant find barrack? It could also happen while beginning search or while searching. So see that the error looks random.

Dont think is the restarting process of bluestack that makes it unable to detect window. but will check control if i happened to see it again... too random.. dont know when it will happen...

I was thinking if we could make the bot reopen a duplicate bot after every attack, start it, end itself (1st bot), 2nd bot start working, after first attack, loop back to first bot.............

if we can do this and if the bot can last for more than 8hr... then we could confirm is memory issue?


RE: BUG: 5.3.1: Bot hang/ blank windows - AtoZ - 01-07-2015




RE: BUG: 5.3.1: Bot hang/ blank windows - dinobot - 01-07-2015

Oh yes.. going to test it out...


RE: BUG: 5.3.1: Bot hang/ blank windows - dinobot - 01-07-2015

beautifully execute... going to leave it on for hours now... let wait and see....


RE: BUG: 5.3.1: Bot hang/ blank windows - zealous - 01-08-2015

isit working ?


RE: BUG: 5.3.1: Bot hang/ blank windows - yuji - 01-08-2015

(01-08-2015, 01:58 AM)zealous Wrote:  isit working ?

Add the code, edit whatever and try it! works thus far; 1hour in.