this post was submitted on 20 Feb 2024
3 points (100.0% liked)

Linux Gaming

15017 readers
8 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 1 year ago
MODERATORS
 

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)

you are viewing a single comment's thread
view the rest of the comments
[–] jemand771@lemmy.world 1 points 7 months ago* (last edited 7 months ago) (2 children)

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.

  1. After installing the game, run it once so it installs the rockstart launcher, log in
  2. Close the Rockstar launcher
  3. In the game install folder, create a file called fix.bat with this content (the file has to be in the same folder as PlayGTAV.exe):
start /B "null" "C:\Program Files\Rockstar Games\Launcher\LauncherPatcher.exe"

ping -n 20 localhost > nul

./PlayGTAV.exe %*
  1. Set this file as an alternative EXE in the game settings in Heroic
  2. Run the game

NOTES:

  • you might need to adjust the 20 after ping -n if the rockstar launcher takes longer to be ready
  • you'll need to adjust the executable for RDR2 (I don't own the game so I don't know what's the executable)
  • I imagine this should solve the same problem also on Mac but I haven't tried (and I don't know about other problems on Mac)
[–] prettydarknwild@lemmy.world 1 points 7 months ago

Windows batch does not have sleep statement?

[–] prettydarknwild@lemmy.world 1 points 7 months ago