http://bugs.winehq.org/show_bug.cgi?id=59600 Bug ID: 59600 Summary: Regression on 11.5 - Diablo IV in game-menu shop no more reachable Product: Wine Version: 11.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: crypt32 Assignee: wine-bugs@list.winehq.org Reporter: joachim.ionoff@gmail.com Distribution: --- Since wine 11.5 the Diablo IV in game-menu shop is no more reachable and other parts of the game to retrieve extra in-game content. Game log (FenrisDebug.txt) extract: [Sigma] [HTTP] [:0]: Unhandled curl error code: 77 (schannel: failed to create certificate chain engine: Paramètre non valide.), url: https://cdn.blz-contentstack.com/v3/content_types/diablo_4_newsv2/entries?&e... [Online.Systems.CNewsFeed] Error making http request for news feed | error: 8 | url: https://cdn.blz-contentstack.com/v3/content_types/diablo_4_newsv2/entries?&e... | status: 0 | output: | error_msg: schannel: failed to create certificate chain engine: Paramètre non valide. [Sigma] [HTTP] [:0]: Unhandled curl error code: 77 (schannel: failed to create certificate chain engine: Paramètre non valide.), url: https://oauth.battle.net/sso [Online.Systems.CAuthSession] FetchAuthToken: unable to generate token | client_user_id: 0 | http_error_code: 8 "Paramètre non valide" means "Parameter is incorrect" or "Parameter is not valid". I found the commit where it regressed in 'include/wincrypt.h': https://gitlab.winehq.org/wine/wine/-/commit/2012949a0de0b550d221c5514f5632e... I reverted back this change, and I adapted also 'dlls/crypt32/chain.c' to comment changes involved on the following commits (to be able to compile): - https://gitlab.winehq.org/wine/wine/-/commit/02bb0a34ad51a7ac4eda1f50d6ac3b7... - https://gitlab.winehq.org/wine/wine/-/commit/eef8e97dd335beccb23f3b13d4f4ad7... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.