User Tools

Site Tools


games:bsd:wine:rockstar_games_launcher_test

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:bsd:wine:rockstar_games_launcher_test [2026/04/24 23:39] Sean Rhonegames:bsd:wine:rockstar_games_launcher_test [2026/05/03 19:42] (current) Sean Rhone
Line 1: Line 1:
-  * 2026/04/22: Rockstar Games Launcher doesn't load [[bsd:freebsd_15.0_xfce|15.0]] ((Wine 11.5; also didn't load 11.6 on 15.1-PRE)) 
-  * :?: 2026/04/24: Loaded UI with ''wine-proton'' to initial-patch but failed to load launcher afterwards for log-in ((''wine-devel'' used after patch still didn't load/looped something in terminal)) 
   * CEF 143: https://www.codeweavers.com/support/forums/general?t=27;forumcurPos=51;msg=349681#c1   * CEF 143: https://www.codeweavers.com/support/forums/general?t=27;forumcurPos=51;msg=349681#c1
 +  * :!: 2025/04: GTA V loads but stuck at Story Mode loading screen due to Rockstar Games Launcher being required ((GTA V needs RGL signed-in and hooked (no ''-fromRGL''); RGL doesn't load to log-in FreeBSD 15.0 ''wine-devel'' and ''wine-proton''))
 +  * [[games:linux:wine:gta_v_legacy_legendary|Linux notes]] (RGL fine Staging 11.6)
  
   mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/GTA V' WINEARCH='wow64' wine wineboot --init && WINEPREFIX=~/'.wine/GTA V' wine winecfg /v 'win10' && WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'winemenubuilder.exe' /t 'REG_SZ' /d '' /f   mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/GTA V' WINEARCH='wow64' wine wineboot --init && WINEPREFIX=~/'.wine/GTA V' wine winecfg /v 'win10' && WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'winemenubuilder.exe' /t 'REG_SZ' /d '' /f
Line 80: Line 80:
 -waterQuality 0</code> -waterQuality 0</code>
  
 +====== wine-proton ======
 +
 +<code>
 +mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/GTA V pt' WINEARCH='win64' '/usr/local/wine-proton/bin/wine64' wineboot --init && WINEPREFIX=~/'.wine/GTA V pt' '/usr/local/wine-proton/bin/wine64' winecfg /v 'win10' && WINEPREFIX=~/'.wine/GTA V pt' '/usr/local/wine-proton/bin/wine64' REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'winemenubuilder.exe' /t 'REG_SZ' /d '' /f
 +
 +WINEPREFIX=~/'.wine/GTA V pt' '/usr/local/wine-proton/bin/wine64' winecfg
 +
 +WINEPREFIX=~/'.wine/GTA V pt' '/usr/local/wine-proton/bin/wineserver' -k
 +
 +mkdir -p ~/'.wine/GTA V pt/drive_c/Program Files/Legendary' ~/'.wine/GTA V pt/drive_c/Program Files/Epic Games' && gio open ~/'.wine/GTA V pt/drive_c/Program Files'
 +
 +WINEPREFIX=~/'.wine/GTA V pt' '/usr/local/wine-proton/bin/wine64' wineconsole ~/'.wine/GTA V pt/drive_c/Program Files/Legendary/legendary.exe' auth
 +
 +WINEPREFIX=~/'.wine/GTA V pt' '/usr/local/wine-proton/bin/wine64' wineconsole ~/'.wine/GTA V pt/drive_c/Program Files/Legendary/legendary.exe' import '9d2d0eb64d5c44529cece33fe2a46482' ~/'.wine/GTA V pt/drive_c/Program Files/Epic Games/GTAV'
 +
 +WINEPREFIX=~/'.wine/GTA V pt' '/usr/local/wine-proton/bin/wine64' wineconsole ~/'.wine/GTA V pt/drive_c/Program Files/Legendary/legendary.exe' repair '9d2d0eb64d5c44529cece33fe2a46482' -y --repair-and-update
 +
 +cd ~/'.wine/GTA V pt/drive_c/Program Files/Epic Games/GTAV' && WINEPREFIX=~/'.wine/GTA V pt' DXVK_HUD='full' WINEDEBUG='' vblank_mode='3' '/usr/local/wine-proton/bin/wine64' wineconsole ~/'.wine/GTA V pt/drive_c/Program Files/Legendary/legendary.exe' launch '9d2d0eb64d5c44529cece33fe2a46482' --wrapper "'EpicGamesLauncher.exe' 'GTA5.exe' %* -useEpic -fromRGL -onSteamDeck"
 +
 +rm -Rf '/tmp/dxvk-'* && tar -xvzf ~/'Downloads/dxvk-'*'.tar.gz' -C '/tmp' && mv -fv '/tmp/dxvk-'*'/x64/d3d11.dll' '/tmp/dxvk-'*'/x64/dxgi.dll' '/tmp/dxvk-'*'/x64/d3d10core.dll' ~/'.wine/GTA V pt/drive_c/windows/system32' && rm -Rf '/tmp/dxvk-'*
 +
 +WINEPREFIX=~/'.wine/GTA V pt' '/usr/local/wine-proton/bin/wine64' REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d11' /t 'REG_SZ' /d 'native' /f && WINEPREFIX=~/'.wine/GTA V pt' '/usr/local/wine-proton/bin/wine64' REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'dxgi' /t 'REG_SZ' /d 'native' /f && WINEPREFIX=~/'.wine/GTA V pt' '/usr/local/wine-proton/bin/wine64' REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d10core' /t 'REG_SZ' /d 'native' /f
 +
 +</code>
/srv/www/wiki/data/attic/games/bsd/wine/rockstar_games_launcher_test.1777088393.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki