https://bugs.winehq.org/show_bug.cgi?id=40692
Bug ID: 40692 Summary: Rocket League needs AES encryption/ decryption implemented in bcrypt.dll Product: Wine Version: 1.9.10 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: bcrypt Assignee: wine-bugs@winehq.org Reporter: maxime@mmorel.eu Distribution: ---
A recent update of the game in Steam broke wine support. The game requires AES encryption features from bcrypt.dll to play online. These API must be implemented with AES algorithm : BCryptOpenAlgorithmProvider BCryptGenerateSymmetricKey BCryptEncrypt BCryptDecrypt BCryptDestroyKey BCryptCloseAlgorithmProvider
With stub implementation of these, the game is running and can be played in solo.