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

Pick a Browser window freezes with cromium based browsers with versions > 3.5.1 #51

Closed
cjs1976 opened this issue Sep 23, 2023 · 3 comments
Labels
Milestone

Comments

@cjs1976
Copy link

cjs1976 commented Sep 23, 2023

Hello,

I've tried it with three different systems. With the version 3.5.1 everything works well, but with the later versions (I've tried up until the 3.6.1) the Pick-a-Browser window freezes upon choosing between Chrome, Brave, Opera, Epic, Maxthon, etc... The browser window opens with the right url, but the Pick-a-Browser window is still there and has no reaction. What's even stranger is that with Firefox, Firefox Developer Edition and Edge it is still working. Also, if I close the browser window, the Pick-a-browser window closes too and everything runs normal. If I click many times the "Pick-a-Browser" window, or if I try closing it, the app crashes.

Am I doing something wrong here?

Many thanks,
Christian

@fixator10
Copy link

It doesnt related to chromium, since for me it happens also with Links browser and MPV. It seems to be that a BrowserTamer waits for process its spawned to end.

If browser is already open at the moment of choosing its works just fine, but if browser is closed, the process spawned by BT becomes main process of the browser and doesnt die immediately

@aloneguid
Copy link
Owner

Yes you're right, broken in #39 since 3.5.2. BT will wait for proxy process to exit which is not always the case.

@aloneguid
Copy link
Owner

should be fixed in 3.6.2

@aloneguid aloneguid added the core label Sep 25, 2023
@aloneguid aloneguid added this to the 3.6.2 milestone Sep 25, 2023
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