[Bug 47235] New: Steep (Uplay) crashes on unimplemented function ncrypt.dll.BCryptSecretAgreement
https://bugs.winehq.org/show_bug.cgi?id=47235 Bug ID: 47235 Summary: Steep (Uplay) crashes on unimplemented function ncrypt.dll.BCryptSecretAgreement Product: Wine Version: 4.8 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: sashok.olen(a)gmail.com Distribution: --- The game ("Steep", which is currently free on Uplay) starts fine but when it tries to connect to its servers, it crashes with: wine: Call from 0x7b456026 to unimplemented function ncrypt.dll.BCryptSecretAgreement, aborting. If you need any additional information regarding this, I will be happy to provide it. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47235 pattietreutel <katyaberezyaka(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katyaberezyaka(a)gmail.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47235 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |bcrypt -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47235 Alexandr Oleynikov <sashok.olen(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 |x86-64 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47235 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE CC| |dark.shadow4(a)web.de --- Comment #1 from Fabian Maurer <dark.shadow4(a)web.de> --- Duplicate of bug 46564. Should be fixed by wine-staging. *** This bug has been marked as a duplicate of bug 46564 *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47235 --- Comment #2 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- (In reply to Fabian Maurer from comment #1)
Duplicate of bug 46564. Should be fixed by wine-staging.
*** This bug has been marked as a duplicate of bug 46564 ***
Staging patch needs to be updated though, because this bug references ncrypt, but the stub in Staging only changes the bcrypt spec file. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47235 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=46564 Status|RESOLVED |REOPENED CC| |leslie_alistair(a)hotmail.com | |, z.figura12(a)gmail.com Ever confirmed|0 |1 Product|Wine |Wine-staging Resolution|DUPLICATE |--- Component|bcrypt |-unknown --- Comment #3 from Fabian Maurer <dark.shadow4(a)web.de> --- Ah yes, my bad... Of course ncrypt needs to forward the function to bcrypt. Reopening and moving to wine-staging. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47235 --- Comment #4 from Fabian Maurer <dark.shadow4(a)web.de> --- Created attachment 64514 --> https://bugs.winehq.org/attachment.cgi?id=64514 Updated patch Running make_specfiles is enough, but for simplicity attaching an updated patch -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47235 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Product|Wine-staging |Wine Component|-unknown |bcrypt Status|REOPENED |NEW --- Comment #5 from Zebediah Figura <z.figura12(a)gmail.com> --- (In reply to Fabian Maurer from comment #3)
Reopening and moving to wine-staging.
I'd rather not. The bug "ncrypt.BCryptSecretAgreement is unimplemented" affects upstream Wine as well; it is not introduced by a Staging patch. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47235 --- Comment #6 from Alexandr Oleynikov <sashok.olen(a)gmail.com> --- Created attachment 64518 --> https://bugs.winehq.org/attachment.cgi?id=64518 updated patch #2 (apply on top of staging) Intially it didn't work because it also wanted DeriveKey, so I adapted the patch for that call too and now the game runs just fine. Here's the patch that I used (it only changes ncrypt.spec because I was applying it on top of staging). -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47235 --- Comment #7 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- (In reply to Gijs Vermeulen from comment #2)
(In reply to Fabian Maurer from comment #1)
Duplicate of bug 46564. Should be fixed by wine-staging.
*** This bug has been marked as a duplicate of bug 46564 ***
Staging patch needs to be updated though, because this bug references ncrypt, but the stub in Staging only changes the bcrypt spec file.
The staging patches have been updated. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47235 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |STAGED Staged patchset| |https://github.com/wine-sta | |ging/wine-staging/tree/mast | |er/patches/bcrypt-BCryptSec | |retAgreement -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47235 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|STAGED |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |08bc5b0d349b40efec0fc41e609 | |88a18de3a9d28 --- Comment #8 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Fixed by https://source.winehq.org/git/wine.git/?a=commit;h=08bc5b0d349b40efec0fc41e6... https://source.winehq.org/git/wine.git/?a=commit;h=eb615ea0cbe46e156a7840ad0... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47235 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 4.10. -- 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.
participants (1)
-
wine-bugs@winehq.org