http://bugs.winehq.org/show_bug.cgi?id=59163 Bug ID: 59163 Summary: Adding debug channel +crypt makes Total Commander behave different/fail. Product: Wine Version: 11.0-rc3 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: crypt32 Assignee: wine-bugs@list.winehq.org Reporter: bernhardu@mailbox.org Distribution: --- When trying to further investigate bug 56887 I wanted to add a debug log with +crypt. But then it fails before that bugs orignal issue. I could track it down to the channel +crypt calling `gnutls_global_set_log_level` with a value of equal or above 2. Unfortunately +crypt sets it by default to 4. This different behaviour can be avoided by additionally using the environment GNUTLS_DEBUG_LEVEL set to a value 1 or 0. As this difference seems to happen inside gnutls it may be important to note this happens inside a Debian 13 Trixie VM. -- 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.