Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brave opens as a new instance and crashes the running one #257

Open
FezVrasta opened this issue Apr 1, 2022 · 5 comments
Open

Brave opens as a new instance and crashes the running one #257

FezVrasta opened this issue Apr 1, 2022 · 5 comments
Labels

Comments

@FezVrasta
Copy link

Describe the bug
Lately I started experiencing this problem where when I open a link, Brave launches as a new instance (I see two Brave icons in the Dock), the new one "bounces" for a while and eventually the old instance crashes and the new one opens the link.

Your configuration

// Use https://finicky-kickstart.now.sh to generate basic configuration
// Learn more about configuration options: https://github.com/johnste/finicky/wiki/Configuration

// Get Bundle ID: osascript -e 'id of app "SomeApp"'

const BRAVE_PERSONAL = { name: 'Brave Browser', profile: 'Default' };
const BRAVE_SIRONA = {
  name: 'Brave Browser',
  profile: 'Sirona Medical',
};

module.exports = {
  options: {
    hideIcon: false,
  },
  defaultBrowser: BRAVE_PERSONAL,
  handlers: [
    // Zoom
    {
      match: ['*.zoom.us/*'],
      browser: '/Applications/zoom.us.app',
    },
    // Calendar links
    {
      match: ({ opener }) => opener.bundleId === 'com.apple.iCal',
      browser: BRAVE_SIRONA,
    },
  ],
};

To Reproduce

I'm not sure how to reproduce this, it happens seemingly randomly. I tried to restart the Mac to no avail. In the past the same happened with Chrome when I used Choosy rather than Finicky.

@FezVrasta FezVrasta added the bug label Apr 1, 2022
@FezVrasta
Copy link
Author

I don't want to talk to soon but I may have fixed it reinstalling Brave. I'll keep this issue updated with any progress.

@FezVrasta
Copy link
Author

update, it still crashes

@ramnathk
Copy link

I see this with Chrome on my system too. Please help

@FezVrasta
Copy link
Author

The only solution I found is to reinstall the browser every time it starts doing it 😞

@JavierMartinz
Copy link

It happens to me as well since a few days ago

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants