Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| games:bsd:wine:rockstar_games_launcher_test [2026/04/25 01:52] – Sean Rhone | games:bsd:wine:rockstar_games_launcher_test [2026/05/03 19:42] (current) – Sean Rhone |
|---|
| * 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 |