-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Windows does not wake up after streaming from Moonlight to Sunshine on an application with an command #1858
Comments
I took some time to redo some tests. I found that the current system state, such as what other processes are running or how they affect the video driver state, could affect the test result of the method above, so I recommend to do a system reboot before testing. I tested many nightly CI builds from the GitHub Action, and even the earliest non-expired build, https://github.com/LizardByte/Sunshine/actions/runs/6041792681, has the issue. Again, v0.20.0 is fine. So the issue must be introduced between 31e8b79 and a3eec98. I currently do not have a MinGW environment to further bisect the root cause. Can someone help? |
Nightly builds are available here: https://github.com/LizardByte/Sunshine/releases/tag/nightly-dev |
Thanks. But I need nightly builds BEFORE Aug 31. Or more precisely, all nightly builds SINCE v0.20.0 to bisect the root cause. Do you guys somehow archive historical nightly builds? |
We only keep artifacts for 90 days. |
Thought so. Looks like the only way is to build myself. Gonna take a while... Would anyone be interested to a fix if I can find the culprit commit? |
Yes, it would be helpful if you can track down a specific commit that is causing the issue. |
Found it. I think it's 11aedf5. I don't know enough about Sunshine to see why though. FYI, in order to build with the current MinGW, I have to backport some commits. Specifically, f3a257b1 and cgutman/enet@880e41f. I verified these wouldn't change the outcome of the issue. |
@cgutman I didn't see anything obvious in that commit which could cause this. Any Idea? |
It seems this issue hasn't had any activity in the past 90 days. If it's still something you'd like addressed, please let us know by leaving a comment. Otherwise, to help keep our backlog tidy, we'll be closing this issue in 10 days. Thanks! |
Still waiting for a proper fix. Is anyone interested in taking this? |
As of v0.23.1, I can no longer reproduce the issue. Maybe it's fixed? |
Is there an existing issue for this?
Is your issue described in the documentation?
Is your issue present in the nightly release?
Describe the Bug
Base line
Install Sunshine as a Windows service and make it auto start. After booting, use Start menu to sleep. Wake it up with mouse, behave normal.
Minimum reproducible steps
Other tests
It seems the trigger must include a command being in the Sunshine application, and the command terminates itself.
Expected Behavior
Regardless if there is a command in the application, or if client quits or not, the host should be able to sleep then wake afterwards.
Additional Context
There is a similar (and probably related) issue at #1809. But the trigger seems different. Also, I use WIFI.
Host Operating System
Windows
Operating System Version
Windows 11 23H2
Architecture
64 bit
Sunshine commit or version
0.21.0 and tested in nightly. I verified that earlier versions (such as 0.20.0) does not have the problem.
Package
Windows - Scoop (Third Party)
Nightly (29a1b15, Portable)
GPU Type
Nvidia
GPU Model
RTX 2070 Super
GPU Driver/Mesa Version
546.17
Capture Method (Linux Only)
No response
Config
Apps
Relevant log output
There is no outstanding log. The last line is just the standard "Process Terminated" line.
The text was updated successfully, but these errors were encountered: