Shows when attempting to install the game, terminal outputs:
qml: DEP Script finished with code: 0
qt.network.ssl: QSslSocket: cannot resolve EVP_PKEY_base_id
qt.network.ssl: QSslSocket: cannot resolve SSL_get_peer_certificate
qt.network.ssl: QSslSocket: cannot call unresolved function SSL_get_peer_certificate
qml: SyntaxError: JSON.parse: Parse error
Perhaps this error comes from an old depreciated version of TLS?
There does not seem to be an issue with my network, trying with/without ipv6 gave the same error.
Shows when attempting to install the game, terminal outputs:
`qml: DEP Script finished with code: 0
qt.network.ssl: QSslSocket: cannot resolve EVP_PKEY_base_id
qt.network.ssl: QSslSocket: cannot resolve SSL_get_peer_certificate
qt.network.ssl: QSslSocket: cannot call unresolved function SSL_get_peer_certificate
qml: SyntaxError: JSON.parse: Parse error
`
Perhaps this error comes from an old depreciated version of TLS?
There does not seem to be an issue with my network, trying with/without ipv6 gave the same error.
from https://forum.qt.io/topic/136538/workaround-for-using-ssl-3-in-qt-6-3/3
> No, Qt6.3 does not support OpenSSL 3 - install OpenSSL 1.1
Seems like there is no possibility of using openssl3, Qt6.4 doesn't support it.
Also I'm not sure regarding bundling libssl1 to AppImage it may not work properly of different systems.
You may still try grabbing Ubuntu libs: https://notabug.org/loentar/paimon-launcher/issues/12#issuecomment-33407
Shows when attempting to install the game, terminal outputs:
qml: DEP Script finished with code: 0 qt.network.ssl: QSslSocket: cannot resolve EVP_PKEY_base_id qt.network.ssl: QSslSocket: cannot resolve SSL_get_peer_certificate qt.network.ssl: QSslSocket: cannot call unresolved function SSL_get_peer_certificate qml: SyntaxError: JSON.parse: Parse error
Perhaps this error comes from an old depreciated version of TLS?
There does not seem to be an issue with my network, trying with/without ipv6 gave the same error.
Hi, try installing
libssl1.1
The Qt version used is depend on that lib.
same here,
libssl1.1
doesn't exist outside debian reposLooks like we need to move to the newer version of Qt
Please try this one: Built with Qt 6.4.2 on Ubuntu 22.04.
https://drive.google.com/file/d/1Q5abxnYBYCu3kQ3zbOMh-t7zKXqFghMy/view?usp=share_link
didn't work for me :/
on terminal:
from https://forum.qt.io/topic/136538/workaround-for-using-ssl-3-in-qt-6-3/3
Seems like there is no possibility of using openssl3, Qt6.4 doesn't support it.
Also I'm not sure regarding bundling libssl1 to AppImage it may not work properly of different systems.
You may still try grabbing Ubuntu libs: #12