Description of the issue: How can this issue be reproduced?
For Linux Ubuntu 22042. Clicking on Brave Icon Will not start. And from terminal running BRAVE-BROWSER will not start and gives an error.
The Terminal Readout is as follows…
[2801:2801:0416/090126.143103:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled.
[0416/090126.481303:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0416/090126.484387:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
[0416/090126.484419:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
/usr/bin/brave-browser: line 48: 2801 Bus error (core dumped) "$HERE/brave" "$@"
\
Expected result:
Result is Brave will not run. Brave Version( check About Brave):
Brave will not run. Maybe Version 150.119 Additional Information:
Just started happening after update on Apr 15 2023.
I tried updating. The update applied. But I get the same error.
So I tried brave-browser --disable-gpu But I get the same Error that I first posted. Thank You for the reply but I am still not able to run Brave. Take Care.
I saw in another post to try installing chrome. So I installed chromium and it works fine. Then I tried running Brave but it will not run. Hope the next Brave update fixes this.
So I Tried this and everything installed but Brave will not run from the Icon, and from the terminal… BRAVE-BROWSER still gives me this ERROR.
[6220:6220:0418/232633.912012:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled.
[0418/232634.264100:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0418/232634.267255:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
[0418/232634.267286:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
/usr/bin/brave-browser: line 48: 6220 Bus error (core dumped) “$HERE/brave” “$@”
Again Thanks, but I am not sure how to fix this one?? Take Care…
OK I tried this and everything went ok.
BUT Brave will still not run from the ICON. And from the terminal command BRAVE-BROWSER I still get this Error.
[6220:6220:0418/232633.912012:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled.
[0418/232634.264100:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0418/232634.267255:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
[0418/232634.267286:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
/usr/bin/brave-browser: line 48: 6220 Bus error (core dumped) "$HERE/brave" "$@"
Again Thanks. But I cannot get Brave to run yet. Take Care.
OK here is the command and the output of each, hope this helps.
uname -a
Linux BL270 5.19.0-40-generic #41~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 31 16:00:14 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.2 LTS
Release: 22.04
Codename: jammy
dpkg -l \*brave\*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
++±==================-============-============-==============================>
ii brave-browser 1.50.119 amd64 The web browser from Brave
ii brave-browser-beta 1.51.95 amd64 The web browser from Brave
ii brave-keyring 1.13 all Brave Browser keyring and repo>
snap list | grep brave
(sorry, no terminal output, just went back to command line.)
which brave-browser
/usr/bin/brave-browser
update-alternatives --display brave-browser
brave-browser - auto mode
link best version is /usr/bin/brave-browser-stable
link currently points to /usr/bin/brave-browser-stable
link brave-browser is /usr/bin/brave-browser
/usr/bin/brave-browser-beta - priority 151
/usr/bin/brave-browser-stable - priority 201
Also I typed brave-browser-beta. I got this output but Brave Browser Beta did run. Here is the output I got first then the Beta did run.
[4383:4383:0420/002848.372536:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled.
[4417:4417:0420/002848.799320:ERROR:gpu_memory_buffer_support_x11.cc(49)] dri3 extension not supported.
```
Very interesting. Okay it means that whatever problem you’re running into, it’s only the current release version that has it. The next major version of Brave (i.e. the one currently in Beta) is not affected.
Can you try this:
sudo apt install --reinstall brave-browser
It will re-download the release version of Brave and then reinstall it (not touching any of your personal data like bookmarks or saved passwords).
After that, start brave from the command line using brave-browser-stable
OK. I ran sudo apt install --reinstall brave-browser. It installed OK. Then I ran brave-browser-stable. But Brave did not run and I still get this output.
[0420/105446.440857:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0420/105446.501430:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
[0420/105446.501462:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
[3494:3494:0100/000000.511911:ERROR:gpu_memory_buffer_support_x11.cc(49)] dri3 extension not supported.
/usr/bin/brave-browser-stable: line 48: 3458 Bus error (core dumped) "$HERE/brave" "$@"
Sorry. I thought that might do it. Thanks. PS the updater for Brave was here, Version 150.121. So I installed that too but still get the same error.
Also when I ran the updater it updated the Beta Version too. Now brave-browser-beta 1.51.97. I ran brave-browser-beta just to see if it was still working and yes it ran, but the Output changed a bit. Here is the new Beta Output. Maybe this helps?
[4859:4859:0420/112336.600812:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled.
[4895:4895:0420/112337.318094:ERROR:gpu_memory_buffer_support_x11.cc(49)] dri3 extension not supported.
[4859:4859:0420/112419.331419:ERROR:CONSOLE(2178)] "[Brave Settings Overrides] Appearance Page cannot find use default theme button template", source: chrome://settings/settings.js (2178)
[4859:4859:0420/112504.856428:ERROR:CONSOLE(2178)] "[Brave Settings Overrides] Appearance Page cannot find use default theme button template", source: chrome://settings/settings.js (2178)
[4859:4859:0420/112506.473232:ERROR:CONSOLE(2615)] "[Brave Settings Overrides] Could not find certs template", source: chrome://settings/settings.js (2615)
[4859:4859:0420/112506.845641:ERROR:CONSOLE(0)] "Unchecked runtime.lastError: IPFS node is not launched", source: chrome://settings/?search=Sidebar (0)
So if I wait for the Update Version 151 then Brave should start working again and whatever caused the error should be fixed. SO I just need to wait?? How soon do you think they will release the next major version? OR Should we try to fix this error still?? And again, I Just wanted to Thank You for the help.
I ran into a similar error with Fedora 37. I just downgraded the package to the last version to get going again.
Version that crashes on startup: brave-browser-1.50.121-1.x86_64
error: /usr/bin/brave-browser: line 48: 9733 Illegal instruction (core dumped) “$HERE/brave” “$@”
Version that works: brave-browser-1.50.119-1.x86_64
Hi, I have just updated brave and now have a similar problem on Fedora Linux 37.
When I try running brave-browser from the terminal, I get the error message:
[ky@fedorabook ~]$ uname -a
Linux fedorabook 6.2.10-200.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 6 23:30:41 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
[ky@fedorabook ~]$ which brave-browser
/usr/bin/brave-browser
[ky@fedorabook ~]$ update-alternatives --display brave-browser
brave-browser - status is auto.
link currently points to /usr/bin/brave-browser-stable
/usr/bin/brave-browser-stable - priority 200
Current `best' version is /usr/bin/brave-browser-stable.
Thanks for all of the details. We’re in the middle of preparing an emergency release for Linux. It will come out today and should fix this startup crash.