https://bugs.winehq.org/show_bug.cgi?id=55887
Bug ID: 55887 Summary: Zofzpcb fails to instantiate algorithm 200, cipher 23 (GNUTLS_ECDHE_ECDSA_CHACHA20_POLY1305?) Product: Wine Version: 8.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: secur32 Assignee: wine-bugs@winehq.org Reporter: winezilla@xobs.io Distribution: ---
Created attachment 75420 --> https://bugs.winehq.org/attachment.cgi?id=75420 A crash of 3d_pcba_viewer.exe with +secur32,+crypt,+cryptnet,+chain trace
When launching zofzpcb.exe it performs a license check. This check apparently uses the AEAD algorithm Chacha20 Poly1305.
By default, this fails with the following error:
0124:fixme:secur32:get_cipher_algid unknown algorithm 23 0124:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23
From other bug reports, and from a more thorough log, this appears to be GNUTLS_ECDHE_ECDSA_CHACHA20_POLY1305.
I installed wininet based on a recommendation in bug #32479 but that simply resulted in an exception getting thrown: `Unhandled exception: unimplemented function urlmon.dll.414 called in 64-bit code`
I am running Ubuntu 22.04.1. For ease of debugging, I'm running this under WSL2, however the ultimate goal is to get this running under macOs.
The software in question is https://www.zofzpcb.com/Gerber-Viewer-Download
https://bugs.winehq.org/show_bug.cgi?id=55887
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- Duplicate (thanks Patrick)
*** This bug has been marked as a duplicate of bug 44210 ***
https://bugs.winehq.org/show_bug.cgi?id=55887
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing duplicate.