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

MacOS: GUI blocked after accessing the Audio Device Selection dialog #1979

Open
thomasgi1 opened this issue Feb 11, 2024 · 5 comments · Fixed by #2017
Open

MacOS: GUI blocked after accessing the Audio Device Selection dialog #1979

thomasgi1 opened this issue Feb 11, 2024 · 5 comments · Fixed by #2017
Assignees
Labels

Comments

@thomasgi1
Copy link

Once the Audio Device Selection dialog (right click on 'Mute/unmute audio' button) was opened and then closed the GUI is no longer usable. Clicking on either the 'Mute/unmute audio', the 'Start al devices in workspace' or 'Configuration presets' button has no effect. The only way to recover from that situation is to restart the application.

@UncleBuck62
Copy link

This also occurs if you right click the calibration button in the spectrum display.

Also, if you right click on the Websocket Spectrum settings, it opens two copies of the same dialog and the same lockup issues happen as described above.

@srcejon srcejon added the bug label Feb 28, 2024
@srcejon
Copy link
Collaborator

srcejon commented Feb 28, 2024

Seems to be specific to Mac. It's a problem on both Qt 5 and 6.

@srcejon
Copy link
Collaborator

srcejon commented Mar 11, 2024

Have noticed on Linux dialogs can sometimes appear twice. Possibly related to gestures, as I see:

QGestureManager::deliverEvent: could not find the target for gesture

On Ubuntu 22.04, when the dialog doesn't open twice. On 23.10, we don't get this message, but and the dialog opens twice.

@srcejon srcejon self-assigned this Mar 12, 2024
@srcejon srcejon mentioned this issue Mar 12, 2024
@srcejon
Copy link
Collaborator

srcejon commented Mar 12, 2024

Looks like there's two separate issues:

  • Dialogs opening twice. This should be fixed by the above patch.
  • Open Config button being non-responsive after a dialog has been opened. Not sure what the problem is here.

@srcejon
Copy link
Collaborator

srcejon commented Mar 13, 2024

Reopened as only partially fixed so far.

@srcejon srcejon reopened this Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants