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

No Mac version? #32

Open deKay01 opened 4 years ago

deKay01 commented 4 years ago

There's a win32 version in the releases, but no OS X version. I assumed since it was all python it wouldn't matter, and GOG sees the plugin, but when I try to connect to Twitch it says the plugin has crashed.

enfenix commented 4 years ago

Yes, I also have the same problem (GLX 2.0.16, MacOS 10.15.5)

Rall3n commented 4 years ago

The plugin uses the winreg python module to get the path to the Twitch App and the installed games from the Windows Registry. As it is a module designed to access the Windows Registry, it unfortunately does not exist on MacOS/OSX. That is why the plugin is crashing.