nntpgrab_trunk_snapshot_svn_r1958 error

Added by simexi over 3 years ago

after starting the prog i get these popups..

Untitled.png (15.6 KB)


Replies

RE: nntpgrab_trunk_snapshot_svn_r1958 error - Added by surfer over 3 years ago

So you get "QSslSocket: cannot resolve TLSv1_1_client_method". Posting the message as plain text will make it easier in combination with Google ...

When I Google that, I get hits on Qt ... so do you use Qt? On which platform?

And isn't TLS related to SSL? If so, are you using NNTPS (or HTTPS)? If you turn it off, is the error message gone?

RE: nntpgrab_trunk_snapshot_svn_r1958 error - Added by Alguno over 3 years ago

It indeed is an error coming from Qt.
Recently Qt5 was released and the NNTPGrab snapshots started to use that version of Qt.
Apparently there's still a bug in the SSL support so I'll need to look into that.

Are you using the win32 or the win64 version of NNTPGrab?

RE: nntpgrab_trunk_snapshot_svn_r1958 error - Added by simexi over 3 years ago

I'm using x86. Although the program works even that error occurs at startup.

RE: nntpgrab_trunk_snapshot_svn_r1958 error - Added by Alguno over 3 years ago

Okay, in that case the messages can be ignored.
I'll try to find out a method to avoid these warnings

RE: nntpgrab_trunk_snapshot_svn_r1958 error - Added by Alguno over 3 years ago

Do you happen to have files named libcrypto-10.dll and libssl-10.dll in the folder C:\Program Files\NNTPGrab\bin ?
If that is the case, then these files can be removed (or renamed). These files belong to OpenSSL which used to be a
dependency of NNTPGrab in the past, but as of NNTPGrab 0.7 it isn't used any more. It should be safe to remove those

RE: nntpgrab_trunk_snapshot_svn_r1958 error - Added by simexi over 3 years ago

Those files do not exist. I just deleted bin folder and installed the trunk.

RE: nntpgrab_trunk_snapshot_svn_r1958 error - Added by Alguno over 3 years ago

Did you also try to search for these files on your entire C:\ drive?

RE: nntpgrab_trunk_snapshot_svn_r1958 error - Added by simexi over 3 years ago

Just checked. Nothing.

RE: nntpgrab_trunk_snapshot_svn_r1958 error - Added by surfer over 3 years ago

FWIW:

On a plain Windows 7 64-bit, I downloaded and installed nntpgrab_trunk_snapshot_svn_r1958_setup_x64.exe , and I get the same error messages in this order:

TLSv1_1_client_method
TLSv1_2_client_method
TLSv1_1_server_method
TLSv1_2_server_method

Clicking on the OK four times results in NNTPgrab starting and working normally.

HTH