Google Chrome浏览器错误[关闭]


11


我已经通过google.com/chrome/.deb文件安装了Google Chrome浏览器。 安装还可以,但是当我通过终端打开时,它说下面的代码,尽管它可以自行打开。而且它无法从启动器中打开。

请帮帮我

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)

编辑:不是它给我这个:

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

您能否发布以下命令的结果:dpkg -l libxcursor1
Erdorath 2014年

感谢您的关注。它说:dpkg -l libxcursor1 Desired =未知/安装/删除/清除/保持| 状态=否/安装/配置文件/解压缩/ halF-conf /半安装/触发等待/触发挂起| / Err?=(无)/需要重新安装(状态,错误:大写=错误)|| /名称版本架构描述+++-======================================- =============================== ii libxcursor1:i3 1:1.1.14-1 i386 X光标管理库
sidlo 2014年

好的,这是因为libxcursor 1.1.14-2有一个错误,该错误会导致chrome以您描述的方式崩溃,但是显然您的版本没有问题,所以很抱歉,我无法提供更多帮助。 。
Erdorath

您好,现在它给了我另一个答复。我已经编辑的第一篇文章..
sidlo

2
您应该向Google chrome小组提交错误报告:support.google.com/chrome/answer/95315hl = zh-CN
Erdorath

Answers:


6

这是与GPU渲染选项相关的错误,但并非所有错误都是有问题的。

如果您不想看到这些消息,请打开浏览器,在命令行中添加其他选项。

google-chrome --disable-gpu

要么

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

2013年使用铬/铬33以来,已报告此错误。


0

安装Chrome时遇到类似的问题。这可能与计算机连接到DNS服务器的方式有关,因为在连接到工作网络时会出现此错误,而在连接到家庭wifi时却不会。

我最终卸载了Google Chrome,然后安装了Chromium Browser。安装不仅更容易,而且资源占用更少,并且在所有目的和用途上都与Chrome完全一样(您所有的Chrome书签都无缝同步到Chromium中,并且界面几乎相同)。

祝好运!


-1

尝试卸载,然后从ubuntu存储库下载Chrome浏览器

它提供相同的基本功能及其开源

在终端中使用代码

sudo apt-get install Chrome浏览器


OP正在谈论的是Google Chrome,而不是Chromium。
dadexix86 '16

现在正在编辑帖子
GuessWhatBBQ

-2

尝试使用铬。它进入了Ubuntu App Store。这是chrome的开源版本。只需在搜索栏或App Store中搜索Chrome。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.