galaxy-plugin-twitch icon indicating copy to clipboard operation
galaxy-plugin-twitch copied to clipboard

Plugin unable to launch or install twitch games

Open r0mnic opened this issue 4 years ago • 2 comments

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"

Screenshot (1)

r0mnic avatar Jul 14 '20 17:07 r0mnic

all twitch games have been moved to Amazon Games App, required to play now.

thespyman13 avatar Aug 14 '20 06:08 thespyman13

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.

image


@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"

Rall3n avatar Aug 14 '20 18:08 Rall3n