Am I Correct Understanding Brave and Chrome will not run in Catalina?
I think you misunderstood something. As described here, you just need MacOS Catalina 10.15 or later
for a successful installation.
When I start Brave, a blank window opens then closes.
When I start Brave from command line:
blank window opens then closes.
Modified start from command line:
A usable window opens, containing a warning
I removed then reinstalled Brave, no change in what happens
This is very odd. Can you try to add this option --enable-logging=stderr --v=1 > debug.txt 2>&1
to your command and post the content or upload the file here?
I need to say I’m a Linux user so my knowledge in the macOS world is limited, but I try my best.
Thank you for taking a look at this problem. I added --enable-logging=stderr --v=1 > debug.txt 2>&1 to the startup command. Steps:
- copy " --enable-logging=stderr --v=1 > debug.txt 2>&1" to a text file
- kill the process running Brave.app
- Start Brave browser from command line using the following command:
open ‘/Applications/Brave Browser.app’ --args --no-sandbox --enable-logging=stderr --v=1 > debug.txt 2>&1
- Come to this thread to post what I did.
The file created, debug.txt was formed but has nothing written into it…
I changed the startup command , removing the no-sandbox argument, to the following:
open ‘/Applications/Brave Browser.app’ --enable-logging=stderr --v=1 > debug.txt 2>&1
Here is what showed up in the debug.txt file.
debug.txt (1.7 KB)
Oh sorry, somehow I had the wrong command option in mind.
You only need to add the --debug
option to the command. To redirect the output of it to a file, you need to add again >>
at the end.
The full command looks like this:
'/Applications/Brave Browser.app' --args --debug >> debug.txt
Notice: I would recommend to delete the old
debug.txt
file to have a clean output before you execute the command again.
I’m very sorry that I missed mentioning you need to add open
in to the command, as you did it before.
Corrected command:
open /Applications/Brave\ Browser.app --args --debug >> debug.txt
Notice:
You can use theTAB
key for autocomplete this makes typing easier.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
@carla_rogers sorry for the super late reply But Catalina is supposed to work as shared above. If it’s quitting immediately after launching, there could be a corrupt profile in place.
You could check ~Library/Application Support/BraveSoftware
and then either rename or delete the Brave-Browser
folder. Renaming is a bit safer - just rename as Brave-Browser2
or something like this.
You may not be using Brave anymore - or maybe you had upgraded your OS. Support for Catalina will be dropped soon - but should have been working fine at the time you created this post.