nyash-qq / galaxy-plugin-twitch

Twitch python plugin for GOG Galaxy 2.0
GNU General Public License v3.0
135 stars 6 forks source link

Plugin unable to launch or install twitch games #35

Open r0mnic opened 4 years ago

r0mnic commented 4 years ago

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)

thespyman13 commented 4 years ago

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

Rall3n commented 4 years ago

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"