https://bugs.winehq.org/show_bug.cgi?id=40680
--- Comment #3 from Maxime maxime@mmorel.eu --- (In reply to Søren from comment #2)
(In reply to Maxime from comment #0)
Created attachment 54554 [details] bcrypt patch
Latest Steam update of Rocket League prevents it to run with wine. The game exits early with this message: wine: Call from 0x7b43cf4c to unimplemented function bcrypt.dll.BCryptGenerateSymmetricKey, aborting
This can be fixed by implementing the missing symbol and making it return 0. Seems to be enough for now.
I applied the patch which fixed the issue for starting the game. Entering a competitive game resulted in these errors:
fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm L"AES" not supported wine: Call from 0x7b43cf7c to unimplemented function bcrypt.dll.BCryptEncrypt, aborting
Oups, we may have to go a bit further...