-
Select Topic AreaQuestion BodyWhy the latest sunshinesvc.cpp pairing API call for /api/pin not working on Windows Server OS? Normally a curl command to /api/pin can do the pairing but with the latest sunshinesvc.cpp it will not work. To get it work I had to use an older sunshinesvc.cpp (about 6 month ago). I only could see this problem on Windows Server OS. Windows 10 and 11 are not affected. What could be the reason? Could this be the problem (bump c++ to 23)? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I don't see how upgrading to c++ 23 could cause that, but I guess anything is possible. You can try doing a git bisect to figure out what's causing the problem. Windows server isn't a priority for us since gamepad support doesn't work there due to a decision by the now deprecated vigembus. |
Beta Was this translation helpful? Give feedback.
-
|
I found the issue. All is fine with the code. It was a modification of my code of sunshinesvc.cpp which started the sunshine.exe with -0 parameter. After deleting this modification it works normal now. |
Beta Was this translation helpful? Give feedback.
I found the issue. All is fine with the code. It was a modification of my code of sunshinesvc.cpp which started the sunshine.exe with -0 parameter. After deleting this modification it works normal now.