I was trying to play the epic games store version of GTA V with Heroic Games Launcher, but after a launcher update today, when i try to launch it, it fails with the error “The rockstar games services are unavailable and offline play could not be verified (code 134)” (at the moment of posting this, the rockstar web services are up and running)
someone (@arieljuod) on the heroic games launcher discord came up with a fix!
message link: https://discord.com/channels/812703221789097985/1210747284086849578/1210747284086849578
looks like after an update (?), the rockstar games launcher doesn’t open automatically / in time anymore when you launch GTA. as a small hack, you can launch the launcher (ugh) in the background, wait a bit, and then run the game. This seems to also affect other games in the rockstar launcher, such as red dead redemption (which I don’t play myself)
copying their message here for reference:
I’m don’t play the game so I’m not sure if this is fully working, but I got inside the game in the story mode.
This is based on the solution that works on windows.
fix.bat
with this content (the file has to be in the same folder asPlayGTAV.exe
):start /B "null" "C:\Program Files\Rockstar Games\Launcher\LauncherPatcher.exe" ping -n 20 localhost > nul ./PlayGTAV.exe %*
NOTES:
20
afterping -n
if the rockstar launcher takes longer to be readythank you :D
Windows batch does not have a sleep statement?
PS: It works flawlessly