Instale o Steam
iniciar sessão
|
idioma
简体中文 (Chinês simplificado)
繁體中文 (Chinês tradicional)
日本語 (Japonês)
한국어 (Coreano)
ไทย (Tailandês)
Български (Búlgaro)
Čeština (Tcheco)
Dansk (Dinamarquês)
Deutsch (Alemão)
English (Inglês)
Español-España (Espanhol — Espanha)
Español-Latinoamérica (Espanhol — América Latina)
Ελληνικά (Grego)
Français (Francês)
Italiano (Italiano)
Bahasa Indonesia (Indonésio)
Magyar (Húngaro)
Nederlands (Holandês)
Norsk (Norueguês)
Polski (Polonês)
Português (Portugal)
Română (Romeno)
Русский (Russo)
Suomi (Finlandês)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Relatar um problema com a tradução
Run the RDR2 as administrator.
Just launch Rockstar Game launcher from your desktop. Click Play on Steam.
In the settings of the game Launcher Account information tick auto sign in. This will also update it.
https://steamcommunity.com/sharedfiles/filedetails/?id=2962919442
1 - Delete the Rockstar Games folder, and when opening the game relaunch it. This should create a new folder and fix it. If not, move to number 2
2 - Add Red Dead Redemption to your firewall and whitelist the game. This should allow social club to authenticate without any issues. If this also does not work, proceed to number 3.
3 - Unblock SocialClubHelper.exe and RedDeadRedemption.exe from your controlled folder access. This worked for me, and I hope it works for you as if it doesn't, I don't know any other solutions.
edit: yay i won a community award
I was having similar hangups and crashes, but then this solution fixed it, somehow!
1- se debe permitir la aplicacion read dead redemption en Control Panel\All Control Panel Items\Windows Defender Firewall\Allowed apps
2- agregar el launcher del juego a amenazas permitidas, esto sucede y aparece en historico de amenazas el launcher, windows defender no muestra ventanas emergentes..
3- esto puede suceder con cualquier antivirus que tenga una buena configuracion.
Fix it using this tutorial: https://www.youtube.com/watch?v=6sPlzFlah4I
If it does not work then execute this .bat file to fix it:
(save this in a file called fix.bat and then in cmd execute in the folder location where you stored this script .\fix.bat)
@echo off
:: Created by: Shawn Brink
:: Created on: September 3, 2022
:: Tutorial: https://www.elevenforum.com/t/move-or-restore-default-location-of-documents-folder-in-windows-11.8708/
taskkill /f /im explorer.exe
timeout /t 2 /nobreak >nul
if not exist "%UserProfile%\Documents" mkdir "%UserProfile%\Documents"
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v "Personal" /t REG_SZ /d "C:\Users\%USERNAME%\Documents" /f
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "{f42ee2d3-909f-4907-8871-4c22fc0bf756}" /t REG_EXPAND_SZ /d %%USERPROFILE%%"\Documents" /f
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "Personal" /t REG_EXPAND_SZ /d %%USERPROFILE%%"\Documents" /f
attrib +r -s -h "%USERPROFILE%\Documents" /S /D
timeout /t 1 /nobreak >nul
start explorer.exe