02-10-2022, 11:18 PM
Hello everyone. :54:
When I run in the terminal:
I get the output:
And the browser does not open, I looked for the error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init:
https://bugs.launchpad.net/ubuntu/+sourc...ug/1923054
There they mention a custom file that as I understand it should not be there, however I don't know how they fixed it (answer in the last message)
I also looked for the bug: sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process, in this one propose to open chrome with the following parameters:
However, it did not work, as they are not available:
This error has happened to me before and I solved it by reinstalling the browser, but this time it didn't fix the problem when I reinstalled it, I have the latest version of Google Chrome (98.0.4758.80)
When I run in the terminal:
Code:
google-chrome
I get the output:
Code:
[9018:9051:0210/174210.531464:ERROR:object_proxy.cc(623)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.InvalidArgs: No such interface "org.freedesktop.portal.FileChooser"
[9018:9051:0210/174210.531548:ERROR:select_file_dialog_impl_portal.cc(243)] Failed to read portal version property.
libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
[9060:9060:0210/174210.629570:ERROR:sandbox_linux.cc(377)] Called InitializeSandbox() with multiple threads in gpu-process.
And the browser does not open, I looked for the error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init:
https://bugs.launchpad.net/ubuntu/+sourc...ug/1923054
There they mention a custom file that as I understand it should not be there, however I don't know how they fixed it (answer in the last message)
I also looked for the bug: sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process, in this one propose to open chrome with the following parameters:
Code:
google-chrome --disable-gpu --disable-software-rasterizer
However, it did not work, as they are not available:
Code:
--incognito --no-proxy-server --proxy-auto-detect --proxy-server= --version
--new-window --password-store= --proxy-pac-url= --user-data-dir= --user-data-dir=
This error has happened to me before and I solved it by reinstalling the browser, but this time it didn't fix the problem when I reinstalled it, I have the latest version of Google Chrome (98.0.4758.80)