https://bugs.winehq.org/show_bug.cgi?id=40680
Søren syrelyre@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |syrelyre@gmail.com
--- Comment #2 from Søren syrelyre@gmail.com --- (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