gcompris / GCompris-qt

GCompris in Qt Quick - Mirror of https://invent.kde.org/education/gcompris
219 stars 168 forks source link

No sound in version 0.95 #241

Closed rsantellan closed 2 years ago

rsantellan commented 5 years ago

Hi, I just download the latest GCompris and I can't make the sound work. I'm using linux mint 15 xfce and this is the log I could find. How can I fix this?

exeCount set to: 7 defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer" qml: enter main.qml (run #7, ratio=1.476923076923077, fontRatio=1.598281076687517, dpi=101, userDataPath=/home/rodrigo/.local/share/GCompris) Downloading resource file "data2/voices-ogg/voices-es.rcc" qt.network.ssl: QSslSocket: cannot resolve CRYPTO_num_locks qt.network.ssl: QSslSocket: cannot resolve CRYPTO_set_id_callback qt.network.ssl: QSslSocket: cannot resolve CRYPTO_set_locking_callback qt.network.ssl: QSslSocket: cannot resolve ERR_free_strings qt.network.ssl: QSslSocket: cannot resolve EVP_CIPHER_CTX_cleanup qt.network.ssl: QSslSocket: cannot resolve EVP_CIPHER_CTX_init qt.network.ssl: QSslSocket: cannot resolve sk_new_null qt.network.ssl: QSslSocket: cannot resolve sk_push qt.network.ssl: QSslSocket: cannot resolve sk_free qt.network.ssl: QSslSocket: cannot resolve sk_num qt.network.ssl: QSslSocket: cannot resolve sk_pop_free qt.network.ssl: QSslSocket: cannot resolve sk_value qt.network.ssl: QSslSocket: cannot resolve SSL_library_init qt.network.ssl: QSslSocket: cannot resolve SSL_load_error_strings qt.network.ssl: QSslSocket: cannot resolve SSL_get_ex_new_index qt.network.ssl: QSslSocket: cannot resolve SSLv3_client_method qt.network.ssl: QSslSocket: cannot resolve SSLv23_client_method qt.network.ssl: QSslSocket: cannot resolve SSLv3_server_method qt.network.ssl: QSslSocket: cannot resolve SSLv23_server_method qt.network.ssl: QSslSocket: cannot resolve X509_STORE_CTX_get_chain qt.network.ssl: QSslSocket: cannot resolve OPENSSL_add_all_algorithms_noconf qt.network.ssl: QSslSocket: cannot resolve OPENSSL_add_all_algorithms_conf qt.network.ssl: QSslSocket: cannot resolve SSLeay qt.network.ssl: QSslSocket: cannot resolve SSLeay_version qt.network.ssl: QSslSocket: cannot call unresolved function SSLeay qt.network.ssl: Incompatible version of OpenSSL Local resource is up-to-date: "voices-es.rcc" Successfully registered resource "/home/rodrigo/.cache/KDE/gcompris-qt/data2/voices-ogg/voices-es.rcc" DownloadManager: shutting down, 0 active jobs DownloadManager: shutting down, 0 active jobs

petitlapin commented 5 years ago

Hi,

Which package did you download (the source + compilation, the standalone package from https://gcompris.net/download/qt/linux/gcompris-qt-0.95-Linux64.sh or the package from the distribution)?

At first guess, I would say gstreamer plugins are missing (gstreamer1.0-plugins-bad, gstreamer1.0-plugins-good). Can you try to install them to see if it fixes the issue?

For reference: https://doc.qt.io/qt-5/linux-requirements.html ("Multimedia Dependencies" section).

(If it does not work, we can take a look at https://forums.linuxmint.com/viewtopic.php?t=280944)

Johnny

petitlapin commented 5 years ago

Hi, have you tried installing the gstreamer packages?

petitlapin commented 2 years ago

Obsolete version and no news. Please reopen it if the issue still exists after installing the gstreamer packages