1

we just began experiencing this problem today. Chrome opens a white window with the _ and X visible in the top right corner. No tabs, address bar, etc.

I can position the cursor and click where the Chrome menu is supposed to be, and the menu appears.

If I resize the window, the new areas appear solid black.

I have uninstalled chrome manually, deleting the C:\program files (x86) directory, the appdata directory, and the registry keys.

Then I rebooted and reinstalled Chrome from chrome.google.com and still get the problem.

Any suggestions?

4 Answers4

3

I haven't experienced this in Chrome, but in Firefox I have had conflicts between my video drivers and Firefox's "Hardware Acceleration" which caused similar behavior. You might want to try launching Chrome from the command line or run box using the following switch:

chrome.exe --disable-gpu

This will temporarily disable the hardware acceleration feature in Chrome. If this works, be sure to turn it off manually on the settings page. You may also want to try running launching in Incognito mode:

chrome.exe --incognito

Since this typically disables all add-ons, so you can check if those were the cause of the issue.

techturtle
  • 9,376
1

I have the same problem, but this solution does not work for me.

I see a solution in https://productforums.google.com/forum/#!topic/chrome/gfSEhLj7cF0 - rename the executable name of "chrome.exe" to anything else.

Very strange, but works fine.

0

My solution (in an Ubuntu-ThinClient Environment not on windows 10) was to use the following parameter:

chromium-browser --use-gl=swiftshader

Found at https://peter.sh/experiments/chromium-command-line-switches/

--disable-gpu was without effect.

Martin T.
  • 101
0

2023 update: Google Chrome broke after an automated update. Spent hours trying to search and try various white screen fixes. No tabs couldn't get into settings, etc. I cleaned the registry, uninstalled everything including roaming data and still it wouldn't work. Finally found this site. turning off HW accelleration just turned it from white to pure black...but changing the name of the executable fixed it. Who would have guessed that would work? I renamed chrome.exe to fredchrome.exe and everything is working again. I also scanned for viruses, trojans, malware nothing in the pc (Win10 22H2). Not sure what they did on the update but thanks for pointing to this as a possible fix!