UNKNOWN_ERROR - disconnected: unable to connect to renderer

When I try to run a test it gives me the following message on the console

I use version 0.28.0

The problem started since I updated my Chrome version to 62.0.3202.75

Looks like ChromeDriver needs to be updated.
Get latest version https://chromedriver.storage.googleapis.com/2.33/chromedriver_win32.zip
Unzip and place it in C:\Program Files\Oxygen\selenium
Restart the IDE afterwards.

Thank you Roman, it is working now