GSMS not detecting games that are scanned via Nvidia App #537
-
Select Topic AreaBug Body(not sure if it's a bug or not?) gsms doesn't find games that was scanned by the new Nvidia App. Any work around? GSMS log: PS C:\Users\adwai\Downloads> ./gsms.exe --dry_run
Found apps.json file.
{
"env": {},
"apps": [
{
"name": "Desktop",
"image-path": "desktop.png"
},
{
"name": "Steam Big Picture",
"cmd": "steam://open/bigpicture",
"auto-detach": "true",
"wait-all": "true",
"image-path": "steam.png"
}
]
}
----
Traceback (most recent call last):
File "gsms\gsms.py", line 525, in <module>
File "gsms\gsms.py", line 417, in main
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\adwai\\AppData\\Local\\NVIDIA Corporation\\Shield Apps'
[12636] Failed to execute script 'gsms' due to unhandled exception! |
Beta Was this translation helpful? Give feedback.
Answered by
ReenigneArcher
Oct 21, 2024
Replies: 1 comment
-
GSMS is Gamestream migration service. It was intended to help people migrate from GFE Gamestream to Sunshine. Edit: It was never intended to work with the new Nvidia App, but PRs would be accepted to extend the functionality. There is also a game finder (for Steam and Epic games) on the Sunshine roadmap. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ReenigneArcher
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GSMS is Gamestream migration service. It was intended to help people migrate from GFE Gamestream to Sunshine.
Edit: It was never intended to work with the new Nvidia App, but PRs would be accepted to extend the functionality. There is also a game finder (for Steam and Epic games) on the Sunshine roadmap.