It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
avatar
Ryan9245: Another workaround is to go to the Github page, download the source "Code," and copy the "src" folder contents to the Rockstar plugin folder (maybe the "consts" file is enough).
avatar
Fudilaus: YES! Thanks.
The correct line is visable in the new code.

And the line is:
"start_uri": "ht-tps://signin.rockstargames.com/connect/authorize/rsg?lang=en-US&returnUrl=/",
(this gets converted by forum into clickable url and the text is formated incorrectly when copied. Not sure how to disable this, so remove the "-" in https after copy)

Edit the file:
consts.py (line 44)

From the location:
%LOCALAPPDATA%\GOG.com\Galaxy\plugins\installed\rockstar_****
Thanks a lot !
On this forum the solutions work in 5min whereas usually when I have any concern I spend several hours

Thanks to Ryan9245 too
avatar
krashd: As it is a third party plugin I would recommend just keeping an eye on the github page for when or if the author fixes it.
avatar
Ryan9245: Looks like the author fixed it, but it'll take a few days for the plugin to update. Until then, the workaround is to go to %LOCALAPPDATA%\GOG.com\Galaxy\plugins\installed\rockstar and find the "consts" file, open it, find the "start_uri" line, and add "&returnUrl=/" to the end of the "https://signin.rockstargames.com/connect/authorize/srg?lang-en-US" line.
Just confirming this fixed the issue on mine :D
avatar
krashd: As it is a third party plugin I would recommend just keeping an eye on the github page for when or if the author fixes it.
avatar
Ryan9245: Looks like the author fixed it, but it'll take a few days for the plugin to update. Until then, the workaround is to go to %LOCALAPPDATA%\GOG.com\Galaxy\plugins\installed\rockstar and find the "consts" file, open it, find the "start_uri" line, and add "&returnUrl=/" to the end of the "https://signin.rockstargames.com/connect/authorize/srg?lang-en-US" line.
Adding another confirmation, this fixed the issue on my end as well. I apparently still have the 0.5.13 version, so, updates aren't rolling out for everyone yet, seems like.
plugin crashing
and others say its offline "retry"
Post edited June 25, 2022 by -THEKlNG-
The fix works perfectly, thanks.
avatar
Alefin_Gamer: same problem

I can put the credentials but when I finish the rockstar games launcher conection screen turn gray
Resolve this please.

now I can't put credentials
stupid man
avatar
Ryan9245: Another workaround is to go to the Github page, download the source "Code," and copy the "src" folder contents to the Rockstar plugin folder (maybe the "consts" file is enough).
This worked for me.
high rated
avatar
krashd: As it is a third party plugin I would recommend just keeping an eye on the github page for when or if the author fixes it.
avatar
Ryan9245: Looks like the author fixed it, but it'll take a few days for the plugin to update. Until then, the workaround is to go to %LOCALAPPDATA%\GOG.com\Galaxy\plugins\installed\rockstar and find the "consts" file, open it, find the "start_uri" line, and add "&returnUrl=/" to the end of the "https://signin.rockstargames.com/connect/authorize/srg?lang-en-US" line.
Thank you so much, this worked for me.
Post edited July 09, 2022 by xReadyAimMissx84
AUTH_PARAMS = {
"window_title": "Login to Rockstar Games Social Club",
"window_width": 700,
"window_height": 600,
"start_uri": "https://signin.rockstargames.com/connect/authorize/rsg?lang=en-US&returnUrl=/",
"end_uri_regex": r"https://scapi.rockstargames.com/profile/getbasicprofile"
}
Yes the solution worked for me as well, thannks a lot. Just a little note, it didn't load at first attempt, I needed the close GOG and re-open it and it worked this time.
Post edited August 02, 2022 by domnsync
avatar
krashd: As it is a third party plugin I would recommend just keeping an eye on the github page for when or if the author fixes it.
avatar
Ryan9245: Looks like the author fixed it, but it'll take a few days for the plugin to update. Until then, the workaround is to go to %LOCALAPPDATA%\GOG.com\Galaxy\plugins\installed\rockstar and find the "consts" file, open it, find the "start_uri" line, and add "&returnUrl=/" to the end of the "https://signin.rockstargames.com/connect/authorize/srg?lang-en-US" line.
This has worked for me now too, many thanks!
avatar
Ryan9245: Another workaround is to go to the Github page, download the source "Code," and copy the "src" folder contents to the Rockstar plugin folder (maybe the "consts" file is enough).
avatar
Fudilaus: YES! Thanks.
The correct line is visable in the new code.

And the line is:
"start_uri": "ht-tps://signin.rockstargames.com/connect/authorize/rsg?lang=en-US&returnUrl=/",
(this gets converted by forum into clickable url and the text is formated incorrectly when copied. Not sure how to disable this, so remove the "-" in https after copy)

Edit the file:
consts.py (line 44)

From the location:
%LOCALAPPDATA%\GOG.com\Galaxy\plugins\installed\rockstar_****
Yes, when I went in to edit the line it also had ;amp written before &returnUrl=/ (just after en-US) - I realised I must've tried this solution before and copied the incorrect code. So, I just deleted ;amp and next time I started up Gog Galaxy I could connect my Rockstar account. :D
Post edited August 15, 2022 by Spyder_Webb
worked, thank you!
I had a lot of weirdness with this, so let me list ALL the steps that finally got it working for me:

1. Completely close GOG Galaxy 2.0 if it is running. This means make sure it is not in the taskbar either. Do this by clicking on the gear icon in the upper left of the GOG galaxy windows and selecting exit.

2. Go in to your %LOCALAPPDATA%\GOG.com\Galaxy\plugins\installed\ folder and remove any existing Rockstar plugin.

3. Start then fully exit the GOG Galaxy 2.0 client again. This insures the client has forgotten all about Rockstar.

4. Restart GOG Galaxy 2.0. Click the gear icon in the upper left and go in to settings. Confirm there is no Rockstar plugin entry.

5. Go into the Search GitHub field and type 'Rockstar'. Install the plug-in.

6. Once installed, attempt to connect. I checked the Accept Cookies box to be safe. Go through the login process. This will fail at a black screen; this is expected. Close the login window then completely exit GOG Galaxy again.

7. Go to your %LOCALAPPDATA%\GOG.com\Galaxy\plugins\installed\ folder and then go in the Rockstar plugin folder and edit the config.py file. Find the line that begins with "start_uri" (that's with an i, not an l). At the end of that line, inside the ending quotes, add the text "&returnUrl=/" (this time it is url and not uri). Save your changes.

8. Restart GOG Galaxy and attempt to connect. This time, after a brief pause with a black window, it should work.
Ive added "&returnUrl=/" but I have to open Rockstar Launcher at least once everytime I boot my pc for Rockstar games to show in Galaxy.

Whats wrong
Post edited August 27, 2022 by Northman.Ast
avatar
nciceman: I had a lot of weirdness with this, so let me list ALL the steps that finally got it working for me:

1. Completely close GOG Galaxy 2.0 if it is running. This means make sure it is not in the taskbar either. Do this by clicking on the gear icon in the upper left of the GOG galaxy windows and selecting exit.

2. Go in to your %LOCALAPPDATA%\GOG.com\Galaxy\plugins\installed\ folder and remove any existing Rockstar plugin.

3. Start then fully exit the GOG Galaxy 2.0 client again. This insures the client has forgotten all about Rockstar.

4. Restart GOG Galaxy 2.0. Click the gear icon in the upper left and go in to settings. Confirm there is no Rockstar plugin entry.

5. Go into the Search GitHub field and type 'Rockstar'. Install the plug-in.

6. Once installed, attempt to connect. I checked the Accept Cookies box to be safe. Go through the login process. This will fail at a black screen; this is expected. Close the login window then completely exit GOG Galaxy again.

7. Go to your %LOCALAPPDATA%\GOG.com\Galaxy\plugins\installed\ folder and then go in the Rockstar plugin folder and edit the config.py file. Find the line that begins with "start_uri" (that's with an i, not an l). At the end of that line, inside the ending quotes, add the text "&returnUrl=/" (this time it is url and not uri). Save your changes.

8. Restart GOG Galaxy and attempt to connect. This time, after a brief pause with a black window, it should work.
Hi there. I wanted to say thank you for writing these steps. This fixed the login problem for me that I was having for months, which caused me to give up on having the Rockstar launcher integrated with GOG.
avatar
OriginalSyn: Just encountered this issue today on trying to connect to Rockstar for the first time - solution works a charm, thanks
avatar
jstrongnz: Just so this is clear for everyone, your edited line should end up like this "start_uri": "https://signin.rockstargames.com/connect/authorize/rsg?lang=en-US&returnUrl=/",
Thank you!
Post edited September 07, 2022 by RazorEHS