sigboe / pie-galaxy

A GOG Galaxy like client for RetroPie
24 stars 9 forks source link

GOG Login - wrong variables for wyvern download in setup script #16

Open rngarcia opened 2 years ago

rngarcia commented 2 years ago

So, I've been trying to login with email/password or code and keep getting Login Unsuccessful, but it seems it doesn't even try to connect. I`ve tried to run wyvern directly from bash, but then I get "-bash: ./wyvern: cannot execute binary file: Exec format error", so I noticed this was downloaded in wrong format.

Exploring the setup script I noticed that the isPlatform variable has a mixed up variable check with the download version; that is, when platform is x86 it is downloading wyvern arm and vice versa. I've inverted the commands, re-run the script and now everything works fine.

Please have a look at it!