strange behavior (Exception)
Unsolved
General and Desktop
-
Hi at all,
I'm going crazy to understand the real cause.This message appear when I step over the code
qDebug() << "--- show ---"; // <-- Exception here !! show();
but sometimes appear at the follow line;
qDebug() << "--- show ---"; show(); // <-- Exception here !!
I wrote a program that send an email.
On standalone program works correctly, when I put these classes on my primary project I got strange behavior like this, and the email it is not sent. On debug output I read this log message.qt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed
to isolate the problem what approach do you adopt in these cases?
-
@addebito said in strange behavior (Exception):
qt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed
This means your program can't find the OpenSSL DLLs.