Jump to content
UBot Underground

Emanu2000

Members
  • Content Count

    43
  • Joined

  • Last visited

Everything posted by Emanu2000

  1. Hello Carl, I have already done some tests and the speed of the memory leak continues at the same speed ... I forgot to give you an important detail ... the speed of the leak is directly connected to the amount of components used ... in the test of video, I did with 12 selects, all with the dynamic checked and with the two variables filled ... using 12 selects Browser.exe grows on average 20 mb every 10 minutes ... in both chrome 21 and 49
  2. Hello Carl, my name is Emanuel and firstly I would like to congratulate you for the excellent work with Ustrap so far ... I have been your client since 2015 when I acquired SSUB v5, and both have already helped me a lot in some projects ... Recently I am developing a bot that requires continuous operation, since in general it monitors some situations and needs to stay days on. I am developing the GUI in the USTRAP and 10 days ago I came across a BUG in Ustrap that took me a week to find out what caused this BUG. This BUG causes a kind of memory leak in browser.exe. it occurs when we us
  3. All this has been done, is running .NET 4.6.2 and C ++ 2015 ... smart screen turned off too ... before the upgrade everything was working fine ​ ...
  4. Hello friends, maybe someone of you is going through this too ... I have a bot that was running normally for a few months on a client computer with windows 10 pro, fact is that after an update package it just does not run anymore , nor even to open a process .... I have already done many procedures, I even formatted the client machine and after it formatted the bot came back up, until again the update was made and then again the bot stopped opening. I am suspicious that it is the April update package (1803) since I found this article talking about possible errors in applications that use .
  5. I have already used two different plugins to clear the memory of the browser.exe process, including the Pash plugin .... what happens is that they only temporarily reset the memory, but something from behind accumulates, and then there are huge jumps in memory of the process, going from 3mb to 100/200/300 until it reaches 1000mb, when it breaks
  6. Hello, seeing what is old, but having exactly that problem, I'm using Carl's USTRAP (old SSUB), and when I import the UI interface into the html panel it already starts my nightmare ... it opens a browser.exe process exclusive to the UI html panel and this same consumes processing continuously, raising very fast the ram memory and after a few hours it hangs. This happens when I run the already compiled version of the Bot ... so I do not know what to do, my there are not many loops that trigger the browser, all this behavior occurs with it stopped, as I said, just import the USTRAP code for the
  7. My God, I felt a stupid now ... it was only withdraw "Version = 3". worked now, thank Bundeskanzler .... I'm embarrassed here
  8. yes, I can see and do queries on the table usually using another program. Thanks for the tips, I'll see what I do
  9. I created the database file and the table "userinfo". I am using only the native sqlite resource UBot v5.9.17. the query I'm using is simple: SELECT rodou_compartilhamento FROM userinfo WHERE id = 1
  10. Hi guys, I need help with Sqlite, I'm able to connect to the external file, however when running the query with the result, or just the query, it returns error that can not find my table within the file. is the file that I generated this in the wrong format? I tried to generate 3 extensions: db, sqlite and sqlite 3 and no work. I used the program "DB browser for sqlite," I do not know what to do, I need to use this feature. I hope someone can help me. http://i.imgur.com/sfw6BON.png http://i.imgur.com/SRBnBeJ.png
  11. Pash, I want to know what are the video formats that the "convert" can do ?, output example: avi, webm, mp4, flv, 3gp, wmv .....
  12. Pash...I did something like your script but actually I needed to "navigate" inside "in new browser" at the end to become the master browser. anyway thanks for your help!
  13. Hello everyone! ... I need something that was supposed to be simple. I have two web pages to run simultaneously, the first one I run with the command "navigate" this page is my load the page. while it is running, the second page is executing my script in "thread" -> "in browser share", however when this second page end to run, I would like her to take forward the browser. User without the need to click in the window that opens on the right side as we run the command "shared in browser". already I tried everything here with my knowledge ... hey staff of UBot was just having a command lik
  14. it's all right in my code, what I discovered is that the browser UBot (chrome 39) this freezing when my routine interacts with an ajax element on the page. from there he can not recognize any more element and interact with him only when they give a refresh by navigating to another page and then back to the page again, then the browser "unlock". thanks for the help of all, I believe it to be a bug in the browser, someone from the development team could do some tests with more "heavy" pages involving ajax elements to see if this problem persists.
  15. I think what may be happening is that my script is too long, and has detected that is after he runs a part where there are some interactions with elements in the browser, then he no longer works when it is activated for the second time. My script contains commands Some interaction with external windows system, such as sending files and I suspect that the problem can be when he goes through that part. Your example is simple and it works perfectly.
  16. Hello everyone, I'm new here ... I would like to help with a command "define". I have a button on a html panel, which runs a script of a "define". what happens is that the first time I press the button, everything is perfect, however when I press the button again it does not run correctly, I do not know if I need to stop the script with a "return" or if there is a command to reset the define ?, is some kind of cache? I do not know what else to do.
×
×
  • Create New...