Jump to content
UBot Underground

Cefsharp.browsersubproces Has Stopped Working


Recommended Posts

Anyone having the same problem ?

It crashes my compiled script after a couple of hours of running.

 

 

Problem signature:
  Problem Event Name: APPCRASH
  Application Name: CefSharp.BrowserSubprocess.exe
  Application Version: 67.0.0.0
  Application Timestamp: 5b8f634d
  Fault Module Name: KERNELBASE.dll
  Fault Module Version: 6.3.9600.18007
  Fault Module Timestamp: 55c4bcfc
  Exception Code: e0000008
  Exception Offset: 00015b68
  OS Version: 6.3.9600.2.0.0.272.7
  Locale ID: 1033
  Additional Information 1: 5861
  Additional Information 2: 5861822e1919d7c014bbb064c64908b2
  Additional Information 3: 1318
  Additional Information 4: 13181ae637ac2592fac0ca2dd662cdcc
 
Link to post
Share on other sites
  • 4 months later...

I am late to the show on this, but it is good information to have for anyone.

 

When using any ubot built-in browser than 21, your bot will generate a file named cef_browser_log.txt in the ubot studio folder (inside your roaming folder).

 

That file gets bigger and bigger as your app runs and eventually drags it all to a halt that results in a crash.

 

So, you need to setup a call to delete that file every so often while your bot is running.

 

For example, you can put it in it's own thread so that it gets triggered and then waits x amount of time, and fires again and so on, while the bot moves on to do its real work. I do this for all of my apps that require a long run time.

 

For bots that do not take a long time, i still use a call to delete the file as soon as the user clicks on the run button... this way you stay on top of the issue by default.

  • Like 3
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...