SBOX_FATAL_MEMORY_EXCEEDED error shown when Chromedriver turned 1800-1900 pages using Selenium

This error… …implies that there is a huge memory consumption issue in Chrome that cause tabs to crash with SBOX_FATAL_MEMORY_EXCEEDED error. Deep Dive As per the article SBOX FATAL MEMORY EXCEEDED constantly and chrome is using large amounts of memory this issue of Chrome consuming huge memory is observed with all of the following instances: Google Chrome … Read more

How to install grub after installing Windows 10

First live boot to your Linux Mint system, using external Live CD/USB Drive, then follow these commands to re-install GRUB on MBR. mount your Linux installed partition to some mount point. here XY is the number of your Linux distro partition.sudo mount <root-partition[e.g. /dev/sdaXY]> <mount-point[e.g. /mnt/]> Now bind some essential live root partition directories to … Read more

VMWare Workstation Pro can’t run on Windows [closed]

There are various ways to solve this : Uninstall windows updates and block them from reinstalling using “Show or hide troubleshooter”. This tool can be downloaded from microsoft official website. Install ADK and use compatibility administrator to “Disable entry” for vmware.exe. source : http://mauricemuteti.info/solved-vmware-workstation-14-1-7-12-5-9-15-5-pro-cant-run-on-windows-version-1903-update-problem-fixed/

MSCOMCTL.ocx missing Windows 10

The ocx control should be in your Syswow64 (if 64 bit pc) folder and not in the app folder, and it needs to be registered manually (common vb6 problem in Win7, 8 ,10). It seems you can see the file, but it might not be registered. Run cmd in administrator mode, type regsvr32 C:\Windows\SysWOW64\MSCOMCTL.OCX. This … Read more