Google Chrome error [closed]


I have installed Google Chrome by .deb file from google.com/chrome/
Installation was ok but when I opening through terminal it says the code below although it opens it self. And it's unopenable from launcher.

Help me please

drinkon@drinkon:~$ google-chrome
ATTENTION: default value of option force_s3tc_enable overridden by environment.
[6662:6662:0918/163724:ERROR:sandbox_linux.cc(308)] InitializeSandbox() called with multiple threads in process gpu-process
[6622:6622:0918/163724:ERROR:desktop_window_tree_host_x11.cc(1478)] Not implemented reached in void views::DesktopWindowTreeHostX11::MapWindow(ui::WindowShowState)

EDIT: Not it gives me this:

google-chrome
ATTENTION: default value of option force_s3tc_enable overridden by environment.
[2647:2647:0922/182234:ERROR:sandbox_linux.cc(308)] InitializeSandbox() called with multiple threads in process gpu-process
[2607:2607:0922/182238:ERROR:desktop_window_tree_host_x11.cc(1478)] Not implemented reached in void views::DesktopWindowTreeHostX11::MapWindow(ui::WindowShowState)
[2607:2607:0922/182315:ERROR:CONSOLE(26)] "Uncaught Error: Assertion failed", source: chrome://resources/js/util.js (26)
[2607:2818:0922/182317:ERROR:get_updates_processor.cc(240)] PostClientToServerMessage() failed during GetUpdates
[2607:2644:0922/183114:ERROR:connection_factory_impl.cc(335)] Failed to connect to MCS endpoint with error -21
[2607:2644:0922/183143:ERROR:connection_factory_impl.cc(335)] Failed to connect to MCS endpoint with error -106
[2607:2644:0922/183324:ERROR:connection_factory_impl.cc(335)] Failed to connect to MCS endpoint with error -21
[2607:2644:0922/183348:ERROR:connection_factory_impl.cc(335)] Failed to connect to MCS endpoint with error -106
[2607:2644:0922/183438:ERROR:connection_factory_impl.cc(335)] Failed to connect to MCS endpoint with error -106
[2607:2644:0922/183617:ERROR:connection_factory_impl.cc(335)] Failed to connect to MCS endpoint with error -106
[2607:2644:0922/183945:ERROR:connection_factory_impl.cc(335)] Failed to connect to MCS endpoint with error -106
[2607:2644:0922/184631:ERROR:connection_factory_impl.cc(335)] Failed to connect to MCS endpoint with error -106
[2607:2644:0922/185631:ERROR:connection_factory_impl.cc(335)] Failed to connect to MCS endpoint with error -106
[2607:2818:0922/185842:ERROR:get_updates_processor.cc(240)] PostClientToServerMessage() failed during GetUpdates
[2607:2818:0922/185843:ERROR:get_updates_processor.cc(240)] PostClientToServerMessage() failed during GetUpdates
[2607:2818:0922/185845:ERROR:get_updates_processor.cc(240)] PostClientToServerMessage() failed during GetUpdates
[2607:2818:0922/185848:ERROR:get_updates_processor.cc(240)] PostClientToServerMessage() failed during GetUpdates
[2607:2818:0922/185855:ERROR:get_updates_processor.cc(240)] PostClientToServerMessage() failed during GetUpdates
[2607:2818:0922/185906:ERROR:get_updates_processor.cc(240)] PostClientToServerMessage() failed during GetUpdates
[2607:2818:0922/185908:ERROR:get_updates_processor.cc(240)] PostClientToServerMessage() failed during GetUpdates
[WARNING:flash/platform/pepper/pep_module.cpp(63)] SANDBOXED

Solution 1:

This is a bug related with GPU rendering options, but not all bugs are problematics.

If you don't want to see those messages, open your browser adding extra option in command line.

google-chrome --disable-gpu

or

google-chrome > /dev/null 2>&1

This bug is reported since chrome/chromium 33 in 2013.