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

Do not show error dialog if quitAfter is set #977

Closed
wants to merge 1 commit into from

Conversation

Chris3773
Copy link

@Chris3773 Chris3773 commented Mar 31, 2023

If quitAfter is set for the session it will quit without trying to display the error dialog. The window was not visible when the dialog was displayed causing the Moonlight to stay running after the session ended.

The window could be set to be visible to display the error dialog however Sunshine returns an unexpected termination error when the app that the session is bound to is closed. Which would give you the error dialog every time you close the app to end the session. This is why I went with removing the error dialog instead of displaying it as the use case for this is launching directly into a session from the command line without the GUI.

Fix: #939

@cgutman
Copy link
Member

cgutman commented Jun 8, 2024

I believe the underlying issue causing lack of termination after dismissal of the error dialog has been fixed.

@cgutman cgutman closed this Jun 8, 2024
@Chris3773 Chris3773 deleted the termination branch June 8, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Moonlight process stays running on stream termination
2 participants