https://bugs.winehq.org/show_bug.cgi?id=48289
--- Comment #11 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
--- quote from log --- 012d:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm L"DH" not supported --- end quote ---
This is the last thing in thread 012d before the unhandled page fault in the same thread.
BCRYPT_DH_ALGORITHM is currently unimplemented in Wine.
I don't know if it's the cause of the issue, but it's worth a shot.
1. Please, provide a WINEDEBUG=+bcrypt,+seh,+tid debug trace. Instruction to get a debug trace are available at point 10.1.2 there: https://wiki.winehq.org/FAQ#get_log
2. Could anyone with a Windows copy (64-bit Win 7/8 or 10) test if overriding bcrypt with native bcrypt.dll from Windows/System32 makes a difference (if it works at all)?
To do this, copy bcrypt.dll to the directory where GTA5.exe is, set bcrypt to native on 'libraries' tab in winecfg, retest and report any change.
Regards.