I managed to reproduce the blank GUI after letting it run for all night. Here's the last logs before it went blank: (after around 8 hours)
so it has to be a specific event in game that messed up the program flow and trigger repeated restart of BS hence the memory issue. I wlll try to add screenshots function at main screen check to see what causes it.
about 6 hour break I didn't monitor it closely but since it can run past the 6 hour mark I think it's working lol (though not very elegant as it's just bruteforcing to main screen). But I believe with the backgrounding that GkevinOD is developing, it will become much easier for everyone to test since it can be run 24/24 without interfering with daily use. Also I kinda mixed up version number (not sure 5.3.1 or 5.3.4 but a member sent me the 5.3.3 release which I did a file compare with no difference except for the one I edited so I guess 5.3.4 is the one. However there are update on other dev as well that I haven't managed to grab so I'll create a separate thread so if anyone has other modifications I'll try to integrate it. But I think the code will soon be going through major rewrite nevertheless.
Code:
2015-01-05 09:10:15 : Cannot locate Next button, Restarting Bot
2015-01-05 09:10:15 : Trying to get to main screen
2015-01-05 09:15:20 : Could not automatically load Clash Of Clans
2015-01-05 09:15:21 : Restarting BlueStacks
2015-01-05 09:15:41 : Trying to get to main screen
2015-01-05 09:20:47 : Could not automatically load Clash Of Clans
2015-01-05 09:20:48 : Restarting BlueStacks
2015-01-05 09:21:08 : Trying to get to main screen
2015-01-05 09:26:14 : Could not automatically load Clash Of Clans
2015-01-05 09:26:15 : Restarting BlueStacks
2015-01-05 09:26:35 : Trying to get to main screen
2015-01-05 09:31:41 : Could not automatically load Clash Of Clans
2015-01-05 09:31:42 : Restarting BlueStacks
2015-01-05 09:32:02 : Trying to get to main screen
2015-01-05 09:37:08 : Could not automatically load Clash Of Clans
2015-01-05 09:37:09 : Restarting BlueStacks
2015-01-05 09:37:29 : Trying to get to main screen
2015-01-05 09:42:35 : Could not automatically load Clash Of Clans
2015-01-05 09:42:36 : Restarting BlueStacks
2015-01-05 09:42:56 : Trying to get to main screen
2015-01-05 09:48:02 : Could not automatically load Clash Of Clans
2015-01-05 09:48:03 : Restarting BlueStacks
2015-01-05 09:48:23 : Trying to get to main screen
2015-01-05 09:53:29 : Could not automatically load Clash Of Clans
2015-01-05 09:53:30 : Restarting BlueStacks
2015-01-05 09:53:50 : Trying to get to main screen
so it has to be a specific event in game that messed up the program flow and trigger repeated restart of BS hence the memory issue. I wlll try to add screenshots function at main screen check to see what causes it.
about 6 hour break I didn't monitor it closely but since it can run past the 6 hour mark I think it's working lol (though not very elegant as it's just bruteforcing to main screen). But I believe with the backgrounding that GkevinOD is developing, it will become much easier for everyone to test since it can be run 24/24 without interfering with daily use. Also I kinda mixed up version number (not sure 5.3.1 or 5.3.4 but a member sent me the 5.3.3 release which I did a file compare with no difference except for the one I edited so I guess 5.3.4 is the one. However there are update on other dev as well that I haven't managed to grab so I'll create a separate thread so if anyone has other modifications I'll try to integrate it. But I think the code will soon be going through major rewrite nevertheless.