https://bugs.winehq.org/show_bug.cgi?id=42609
--- Comment #6 from ben.jolitz@gmail.com --- To avoid flooding this bug report with logs, I've placed them on a GitHub gist accessible at https://gist.github.com/benjolitz/ae1af72f7538e7fed5e2f2937eb1db7b
Unfortunately the presence or absence of corefonts makes no difference. Same exact crash as before.
I rebuilt from wine HEAD (0799550075654094a3bed080aac722b9bea01307), no wine-staging patches at all.
Here are the steps I followed:
0. Purge ~/.wine 1. Create wine prefix via ``WINEARCH=win64 WINEPREFIX=~/wine-head-base winecfg`` (see step1.log) 2. Add corefonts via ``WINEARCH=win64 WINEPREFIX=~/wine-head-base winetricks -q corefonts`` (step2.log) 3. Install steam via ``WINEARCH=win64 WINEPREFIX=~/wine-head-base wine ~/Downloads/SteamSetup.exe`` (but do not let the installer start it) (step3.log) 4. Start Steam (and exit at the login prompt) via ``WINEARCH=win64 WINEPREFIX=~/wine-head-base wine 'C:/Program Files (x86)/Steam/steam.exe'`` (step4.log) 5. Start Steam, select the Steam Library that has GTA5, click Play GTA 5 and select the offline game using ``WINEARCH=win64 WINEPREFIX=~/wine-head-base wine 'C:/Program Files (x86)/Steam/steam.exe' 2>&1`` (step5.log) 6. Collect gta5-backtrace.txt (from wine error handler) 7. Collect social club logs (socialclub-and-launcher-logs.log) 8. Remove Social Club
::
(cpython36) InvincibleReason:~/wine-head-base$ rm -rf ~/wine-head-base/drive_c/Program\ Files/Rockstar\ Games/Social\ Club/
In the meantime, I tried to install the manual GTA5 Social club that you wrote of. It never would work, always stopping on "Sorry, GTA V isn't installed on this system..." (gta5-social-club-manual-dialog.png)
I tried setting the install path as per https://steamcommunity.com/app/271590/discussions/0/523890046875792294/?ctp=... but it made zero difference.
9. So I tried installing the Social Club from the Steam Installers folder
::
(cpython36) InvincibleReason:~/wine-head-base$ WINEARCH=win64 WINEPREFIX=~/wine-head-base wine ~/SteamLibrary/windows/steamapps/common/Grand\ Theft\ Auto\ V/Installers/Social-Club-Setup.exe 0026:err:plugplay:runloop_thread Couldn't open IOHIDManager.
10. Start Steam, select the Steam Library that has GTA5, click Play GTA 5 and select the offline game using ``WINEARCH=win64 WINEPREFIX=~/wine-head-base wine 'C:/Program Files (x86)/Steam/steam.exe' `` (step10.log) 11. Purge ~/wine-head-base