mortenn / BrowserPicker

Smart browser selector for Windows
MIT License
242 stars 17 forks source link

BrowserPicker does not open #94

Closed Klaster1 closed 5 months ago

Klaster1 commented 1 year ago

How to reproduce:

  1. Install the v2.0-beta3.
  2. Have two browsers open.
  3. Click a link in any application (Slack, Sublime Text).

Expected: BrowserPicker opens, used to work in 1.x.

Observed: BrowserPicker does not open. Presence of the link in the rule list does not affect the outcome.

Klaster1 commented 1 year ago

A relevant similar thing happens after downgrading to 1.8.6: I set Firefox as the default browser. When prompted with the browser choice and clicking on Firefox, it does not open, even though the second browser - Chrome - opens. Firefox does not have an icon in the browser list either. Refreshing browser list does not help.

Update: manually adding Firefox in 1.8.6 helps. In 2.0 beta 3 manually adding Firefox throws an error: image

mortenn commented 1 year ago

Hi, did you try beta 3.1?

Klaster1 commented 1 year ago

Sorry for taking too long. Beta 3.1 does not fix the issue. Is there anything I can do to assist with debugging, does BrowserPicker have a verbose log mode?

mortenn commented 1 year ago

No problem, I'm being quite slow as well on this project these days ;) There is no verbose logging mode, but the stack trace in the crash message should be enough to make a quick fix

mortenn commented 5 months ago

Hello, I've just rewritten the configuration part of the app and upgraded it to .NET 8, if you would be so kind as to give this build a try, that'd be great!

mortenn commented 5 months ago

I am going to presume this works with v2.0.2, let me know if the problem persists.