galaxy-plugin-twitch
galaxy-plugin-twitch copied to clipboard
Plugin unable to launch or install twitch games
The plugin is able to connect to my twitch app, and lists all my twitch games, but installing twitch games or trying to launch games I previously installed opens a pop-up saying "You'll need a new app to open this twitch link"
all twitch games have been moved to Amazon Games App, required to play now.
all twitch games have been moved to Amazon Games App, required to play now.
Wrong! The games are still downloadable through the Twitch Desktop App. They just advertise it less prominently.
@jpegry Seems like there is no scheme handler registered for the Twitch url scheme (twitch://
).
Please check if the registry entry under the key Computer\HKEY_CLASSES_ROOT\twitch
exists and if the subkey shell\open\command
(Computer\HKEY_CLASSES_ROOT\twitch\shell\open\command
in full) has a value with a path to your Twitch application. If not, then you could try adding it yourself or try reinstalling the application.
Value should look like this:
"C:\Users\USERNAME\AppData\Roaming\Twitch\Bin\Twitch.exe" -- "%1"