adoxa / ansicon

Process ANSI escape sequences for Windows console programs.
http://ansicon.adoxa.vze.com/
Other
1.24k stars 130 forks source link

Curl and cutechess crash with ansicon #136

Open kotenok2000 opened 2 years ago

kotenok2000 commented 2 years ago

CrashDumps.zip

adoxa commented 2 years ago
A:\>ver

Microsoft Windows [Version 10.0.19041.388]

A:\>echo %ANSICON_VER%
189

A:\>curl --version
curl 7.79.1 (x86_64-pc-win32) libcurl/7.79.1 OpenSSL/3.0.0 (Schannel) zlib/1.2.11 brotli/1.0.9 zstd/1.5.0 libidn2/2.3.2 libssh2/1.10.0 nghttp2/1.45.1 libgsasl/1.10.0
Release-Date: 2021-09-22
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli gsasl HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz MultiSSL NTLM SPNEGO SSL SSPI TLS-SRP UnixSockets zstd

A:\>cutechess-cli --version
cutechess-cli 1.2.0
Using Qt version 5.11.1

Copyright (C) 2008-2020 Ilari Pihlajisto, Arto Jonsson and contributors
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

A:\>
kotenok2000 commented 2 years ago

I have installed it with -i also i am on [Version 10.0.22000.318]

adoxa commented 2 years ago

The crash dumps don't have the ANSICON DLL, so are they not even loading? Please do echo %ANSICON_VER% to confirm ANSICON is loaded into cmd. Then do ansicon -l2 path\to\curl and post %TEMP%\ansicon.log.

adoxa commented 2 years ago

Alternatively, don't use ANSICON at all, try termon or Windows Terminal.