TLS initialization failed
-
Hi and welcome to devnet,
What version of Qt are you using ?
Which compiler are you using ? -
Then you should double check, because you have to get an OpenSSL build that uses the same compiler.
-
Then you should double check, because you have to get an OpenSSL build that uses the same compiler.
-
In the Run part of the Project panel, did you also modify the PATH environment variable so the OpenSSL dlls can be found ?
Do not do that system wide.
-
In the Run part of the Project panel, did you also modify the PATH environment variable so the OpenSSL dlls can be found ?
Do not do that system wide.
-
Unfold the Run Environment part, you'll have there the variables you can modify.
-
I meant click on the "Details" arrow under Run Environment.
-
@Sahak After you selected the
Path
variable, you can usePrepend Path
to add the path to the libraries (DLLs) to yourPath
variable. Then at runtime, this directory searched when the DLLs are loaded.Regards
-
You application seems to crash, what do you get if running it through the debugger ?