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(a)winehq.org Reporter: winezilla(a)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 -- 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.