Unvanquished / updater

QML based updater to install, update and launch the Unvanquished game.
https://unvanquished.net/download
15 stars 7 forks source link

QSslSocket: cannot resolve SSLv2_client_method #17

Closed illwieckz closed 4 years ago

illwieckz commented 6 years ago

I built the updater to have a look, and I got some ssl-related errors, and nothing is downloaded, neither blog entries neither the game itself, I guess the following json error occurs on an empty file due to a timeout or something like that.

qt.network.ssl: QSslSocket: cannot resolve SSLv2_client_method
qt.network.ssl: QSslSocket: cannot resolve SSLv2_server_method
file:///…/Qt5.9.1/5.9.1/gcc_64/qml/QtQuick/Dialogs/DefaultFileDialog.qml:210:25: QML ListView: Binding loop detected for property "model"
qrc:/News.qml:30: SyntaxError: JSON.parse: Parse error
DolceTriade commented 6 years ago

Can you check if you get this on the latest prebuilt version? I haven't committed anything since then. This sounds like a QT issue and not being able to dynamically load an SSL library.

illwieckz commented 4 years ago

This happened with an old build of mine, seems related to some mismatch with old build and newer distro.