-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
sunshine.exe retries every 3 seconds while sunshinesvc.exe runs in the background #3578
Comments
If the service is running, you shouldn't run sunshine manually |
Pardon me if I didn't make it clear, the service was not running before I manually executed Sunshine.
It means the situation after I tried to run Sunshine. |
Something is using a port that Sunshine needs, maybe you have multiple instances running? I would just restart your computer. |
A reboot didn't fix the problem. |
Just did some tests and found no process using port 47990, maybe it's not a port conflict issue. |
The logs indicate something else is using a different port.
|
The information after this log, which I provided a translation before:
Could it be a permission issue? |
Yes, I think there are also other permission issues.
Running Sunshine as a service should prevent permission issues like this though, since it runs as the |
Trying to solve the permission issue: |
Adding that I'm experiencing the same issue. Sunshine service is running and the application keeps trying to start. I have already searched for anything using the 48010 port and found nothing. (Both netstat -ano | findstr :48010 as well as Get-Process -Id (Get-NetTCPConnection -LocalPort 48010).OwningProcess) My log ends slightly differently though: [2025-01-24 11:34:02.760]: Info: Open the Web UI to set your new username and password and getting started |
I encountered the same problem. My computer has Hyper-V enabled. |
Same issue here, I also get
|
Is there an existing issue for this?
Is your issue described in the documentation?
Is your issue present in the latest beta/pre-release?
This issue is present in the latest pre-release
Describe the Bug
Sunshine failed to start while executing
sunshine.exe
. Failed to open WebUI.A
sunshinesvc.exe
is running in the background, which contains aSunshine Service
.A
sunshine.exe
keeps trying to start and fails every 3 seconds in the background.Expected Behavior
No response
Additional Context
No response
Host Operating System
Windows
Operating System Version
24H2 26100.2894
Architecture
amd64/x86_64
Sunshine commit or version
v2025.122.24544
Package
Windows - installer (recommended)
GPU Type
NVIDIA
GPU Model
RTX 3070 Mobile
GPU Driver/Mesa Version
561.09
Capture Method
None
Config
Apps
Relevant log output
The text was updated successfully, but these errors were encountered: