zenos 13 Posted March 10, 2014 Report Share Posted March 10, 2014 WOW heavy try this http://www.sendspace.com/file/f0cnbxselect the clear Memory function and set it inside your Loopthis should help Thank you But it seems it doesn't install the plugin, I don't see it on the plugins tab... I got ubot dev 4, what do you think is the problem ? Quote Link to post Share on other sites
blumi40 222 Posted March 10, 2014 Report Share Posted March 10, 2014 OPEN OS COMMANDFree Ubot Memoryplugin command("Open.Framework.dll", "Free Ubot Memory") Quote Link to post Share on other sites
zenos 13 Posted March 10, 2014 Report Share Posted March 10, 2014 (edited) OPEN OS COMMANDFree Ubot Memoryplugin command("Open.Framework.dll", "Free Ubot Memory")The problem is that the plugin you gave me does not install.... I don't have OPEN OS COMMAND... (thanks fo your help, you rock !) Edited March 10, 2014 by zenos Quote Link to post Share on other sites
blumi40 222 Posted March 10, 2014 Report Share Posted March 10, 2014 here is the latesthttp://www.sendspace.com/file/q8qu6x Quote Link to post Share on other sites
brusacco 20 Posted March 10, 2014 Report Share Posted March 10, 2014 I have a mutithread bot running since yesterday, no crashes. I run 7 threads, one browser(one user/session) by thread. No problems till now, my Resource Monitor shows Browsers.exe no bigger than 100MB. It logins to a site, get some orders from a backend I programmed in Rails and then navigate to a site/scrap and post to the target social site, like 300 times each thread. I have several Wait commands here and there ... and a big random WAIT at the end of each cicle to act more human. Its a big complex BOT and now have no issues with memory. 1 Quote Link to post Share on other sites
UBOTEM 18 Posted March 10, 2014 Report Share Posted March 10, 2014 I have a mutithread bot running since yesterday, no crashes. I run 7 threads, one browser(one user/session) by thread. No problems till now, my Resource Monitor shows Browsers.exe no bigger than 100MB. It logins to a site, get some orders from a backend I programmed in Rails and then navigate to a site/scrap and post to the target social site, like 300 times each thread. I have several Wait commands here and there ... and a big random WAIT at the end of each cicle to act more human. Its a big complex BOT and now have no issues with memory. Great news, may I ask which method you used? I have no trouble with my method Quote Link to post Share on other sites
brusacco 20 Posted March 10, 2014 Report Share Posted March 10, 2014 You can read the hole thing here :http://www.ubotstudio.com/forum/index.php?/topic/15629-browserexe-issues-what-process-is-working-for-you-to-get-around-this/&do=findComment&comment=92885 Quote Link to post Share on other sites
zenos 13 Posted March 10, 2014 Report Share Posted March 10, 2014 here is the latesthttp://www.sendspace.com/file/q8qu6xThank you very much, the installation is ok, I'm gonna try this Quote Link to post Share on other sites
illmill 87 Posted March 10, 2014 Report Share Posted March 10, 2014 Great news, may I ask which method you used? I have no trouble with my method The random wait at the end of each thread helps a lot with this. EDIT: Okay, I will give you the only two sufe fire ways to solve this problem. 1. Get Aymen's http post plugin and use that 100% of the time because it doesn't use the browser at all. Please note: there is a learning curve with this and you will not be able to convert your bots to this overnight. But, this is probably your best long term solution. 2. Create a script/bot with something (not with ubot) to run an infinite loop and close those error messages when it finds one. Quote Link to post Share on other sites
brusacco 20 Posted March 11, 2014 Report Share Posted March 11, 2014 I have no more problems with the Browser.exe crashing ... have another bot, single thread, makes a very long task, use to have random crashes over time.Used the close and open in a shared browser to do the task, and no more problems too. Quote Link to post Share on other sites
a2mateit 395 Posted March 11, 2014 Report Share Posted March 11, 2014 The random wait at the end of each thread helps a lot with this. EDIT: Okay, I will give you the only two sufe fire ways to solve this problem. 1. Get Aymen's http post plugin and use that 100% of the time because it doesn't use the browser at all. Please note: there is a learning curve with this and you will not be able to convert your bots to this overnight. But, this is probably your best long term solution. 2. Create a script/bot with something (not with ubot) to run an infinite loop and close those error messages when it finds one. +1 to Aymens HTTP plugin Its solved the crashing problem for every bot I have converted over so far. Nice to hear whats working for others as well. Quote Link to post Share on other sites
keyuramins 1 Posted March 11, 2014 Report Share Posted March 11, 2014 (edited) I am still on the look-out how to resolve this. Edit: Putting the Set User Agent before Navigate command solved my problem Edited March 14, 2014 by keyuramins Quote Link to post Share on other sites
Kreatus (Ubot Ninja) 422 Posted March 17, 2014 Report Share Posted March 17, 2014 Thanks for the detailed analysis brusacco. It helped! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.