Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Ungoogled Chromium unable to load web pages. Chromium 115.0.5790.171 Artix Linux (Read 806 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Ungoogled Chromium unable to load web pages. Chromium 115.0.5790.171 Artix Linux

Chromium crashes when I try to go to any website.

Terminal error:
Code: [Select]
[11600:11600:0817/182103.954825:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled.
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[11600:11610:0817/182112.993509:ERROR:ev_root_ca_metadata.cc(161)] Failed to decode OID: 0
[11600:11600:0817/182113.119548:ERROR:interface_endpoint_client.cc(702)] Message 1 rejected by interface blink.mojom.WidgetHost
^C
[1]+  Segmentation fault      chromium
.xsession-errors
Code: [Select]
[11438:11438:0817/182025.427875:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled.
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[11438:11486:0817/182031.446273:ERROR:ev_root_ca_metadata.cc(161)] Failed to decode OID: 0
[11723:11723:0817/182122.698591:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled.
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[11723:11737:0817/182124.838238:ERROR:ev_root_ca_metadata.cc(161)] Failed to decode OID: 0
QApplication: invalid style override 'gtk' passed, ignoring it.
Available styles: Breeze, bb10dark, bb10bright, kvantum-dark, kvantum, cleanlooks, gtk2, cde, motif, plastique, qt5ct-style, Oxygen, Windows, Fusion
QCommandLineParser: option not defined: "allow-screencapture"
QApplication: invalid style override 'gtk' passed, ignoring it.
Available styles: Breeze, bb10dark, bb10bright, kvantum-dark, kvantum, cleanlooks, gtk2, cde, motif, plastique, qt5ct-style, Oxygen, Windows, Fusion


I'm not sure if there's any additional information that I can provide. I know yesterday the error I saw was "error while loading shared libraries: libre2.so.10: cannot open shared object file: No such file or directory" which appears to have been resolved, but, I can't visit any websites.

Please let me know if there's any more information I can provide. I do see some leads for errors in the log. Upon searching, I don't see anything from looking up some of the errors that is recent, anyways. I see some older topics mentioning Chromium, but I don't see any solutions. Some suggest downgrading, but, the previous version wouldn't open since libre2.so.11 is the newest version of that library, and 10 isn't present anymore. The others say to try to rebuild it myself. I'm not sure I know how to do that necessarily. The version in the subject line is the latest update that was available when I did pacman -Syu.

Then again notepadqq was having the same error yesterday with the library looking for .10 when .11 is the latest, but it opens and works fine today.

Re: Ungoogled Chromium unable to load web pages. Chromium 115.0.5790.171 Artix Linux

Reply #1
I assume you have the universe repository enabled.
What happens if you redo:
Code: [Select]
sudo pacman -Syu

Re: Ungoogled Chromium unable to load web pages. Chromium 115.0.5790.171 Artix Linux

Reply #2
Code: [Select]
:: Synchronizing package databases...
 system is up to date
 world                   4.8 MiB   465 KiB/s 00:10 [----------------------] 100%
 galaxy is up to date
 lib32 is up to date
 universe is up to date
 omniverse is up to date
 extra                   8.3 MiB  4.62 MiB/s 00:02 [----------------------] 100%
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Package (2)        Old Version  New Version  Net Change  Download Size

world/libwbclient  4.18.5-2     4.18.6-1       0.00 MiB       0.03 MiB
world/smbclient    4.18.5-2     4.18.6-1       0.21 MiB       6.77 MiB

Total Download Size:    6.80 MiB
Total Installed Size:  27.83 MiB
Net Upgrade Size:       0.21 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 libwbclient-4.18...    35.8 KiB  42.8 KiB/s 00:01 [----------------------] 100%
 smbclient-4.18.6...     6.8 MiB  2.22 MiB/s 00:03 [----------------------] 100%
 Total (2/2)             6.8 MiB  2.13 MiB/s 00:03 [----------------------] 100%
(2/2) checking keys in keyring                     [----------------------] 100%
(2/2) checking package integrity                   [----------------------] 100%
(2/2) loading package files                        [----------------------] 100%
(2/2) checking for file conflicts                  [----------------------] 100%
(2/2) checking available disk space                [----------------------] 100%
:: Processing package changes...
(1/2) upgrading libwbclient                        [----------------------] 100%
(2/2) upgrading smbclient                          [----------------------] 100%

This is the most recent.


Re: Ungoogled Chromium unable to load web pages. Chromium 115.0.5790.171 Artix Linux

Reply #4
ungoogled-chromium-116.0.5845.96 is now in the universe repo and seems to be working correctly and stable.

artist

Re: Ungoogled Chromium unable to load web pages. Chromium 115.0.5790.171 Artix Linux

Reply #5
Thanks Artist!  8)

edit: How do I mark my thread as solved? I've never been able to figure it out on my own.

Edit 2: As soon as I hit save I saw the "mark solved" button.