[solved] QCAD 3.25.0 Professional doesn't work in Linux

Discussions around the CAM Add-On of QCAD.

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Indicate the post processor used.

Attach drawing files and screenshots.

Post one question per topic.

Post Reply
Valeria367
Newbie Member
Posts: 3
Joined: Fri Aug 21, 2020 7:20 pm
Location: Madrid

[solved] QCAD 3.25.0 Professional doesn't work in Linux

Post by Valeria367 » Fri Aug 21, 2020 7:30 pm

Hi, Everyone. Good evening.

I'm one user of QCAD Professional from some years ago in both OS: Windows and Linux (ElementaryOS). Today I've download the last version (3.25.0) and install it. The Windows version runs correctly, but the linux version doesn't. When I try to run it, I get the next errors log:

QCAD version 3.25.0
Warning: QApplication: invalid style override passed, ignoring it.
Warning: RPropertyTypeId::generateId: property already initialized: 7RObject : "" : "Invisible"
20:11:44: Debug: RGLES3DPlugin::initScriptExtensions
Warning: QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
Warning: QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
Warning: QOpenGLWidget: Failed to create context
Warning: QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
Warning: QOpenGLWidget: Failed to create context
20:11:46: Debug: checking for QCAD Pro updates...
Warning: QSslSocket: cannot resolve CRYPTO_num_locks
Warning: QSslSocket: cannot resolve CRYPTO_set_id_callback
Warning: QSslSocket: cannot resolve CRYPTO_set_locking_callback
Warning: QSslSocket: cannot resolve ERR_free_strings
Warning: QSslSocket: cannot resolve EVP_CIPHER_CTX_cleanup
Warning: QSslSocket: cannot resolve EVP_CIPHER_CTX_init
Warning: QSslSocket: cannot resolve sk_new_null
Warning: QSslSocket: cannot resolve sk_push
Warning: QSslSocket: cannot resolve sk_free
Warning: QSslSocket: cannot resolve sk_num
Warning: QSslSocket: cannot resolve sk_pop_free
Warning: QSslSocket: cannot resolve sk_value
Warning: QSslSocket: cannot resolve SSL_library_init
Warning: QSslSocket: cannot resolve SSL_load_error_strings
Warning: QSslSocket: cannot resolve SSL_get_ex_new_index
Warning: QSslSocket: cannot resolve SSLv2_client_method
Warning: QSslSocket: cannot resolve SSLv3_client_method
Warning: QSslSocket: cannot resolve SSLv23_client_method
Warning: QSslSocket: cannot resolve SSLv2_server_method
Warning: QSslSocket: cannot resolve SSLv3_server_method
Warning: QSslSocket: cannot resolve SSLv23_server_method
Warning: QSslSocket: cannot resolve X509_STORE_CTX_get_chain
Warning: QSslSocket: cannot resolve OPENSSL_add_all_algorithms_noconf
Warning: QSslSocket: cannot resolve OPENSSL_add_all_algorithms_conf
Warning: QSslSocket: cannot resolve SSLeay
Warning: QSslSocket: cannot resolve SSLeay_version
Warning: QSslSocket: cannot call unresolved function CRYPTO_num_locks
Warning: QSslSocket: cannot call unresolved function CRYPTO_set_id_callback
Warning: QSslSocket: cannot call unresolved function CRYPTO_set_locking_callback
Warning: QSslSocket: cannot call unresolved function SSL_library_init
Warning: QSslSocket: cannot call unresolved function SSLv23_client_method
Warning: QSslSocket: cannot call unresolved function sk_num
Warning: QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
20:11:47: Debug: no updates available
Warning: composeAndFlush: makeCurrent() failed
20:11:47: Debug: RGLES3DPlugin::initScriptExtensions
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
Warning: composeAndFlush: makeCurrent() failed
20:12:12: Debug: done
Warning: QSslSocket: cannot call unresolved function CRYPTO_num_locks
Warning: QSslSocket: cannot call unresolved function CRYPTO_set_id_callback
Warning: QSslSocket: cannot call unresolved function CRYPTO_set_locking_callback
Warning: QSslSocket: cannot call unresolved function ERR_free_strings

Thanks in advance. And greetings.

User avatar
andrew
Site Admin
Posts: 9036
Joined: Fri Mar 30, 2007 6:07 am

Re: QCAD 3.25.0 Professional doesn't work in Linux

Post by andrew » Fri Aug 21, 2020 7:48 pm

Is this QCAD Professional or QCAD/CAM? In the latter case, you might want to remove the OpenGL plugin:
plugins/libqcadgles3d.so

Valeria367
Newbie Member
Posts: 3
Joined: Fri Aug 21, 2020 7:20 pm
Location: Madrid

Re: QCAD 3.25.0 Professional doesn't work in Linux

Post by Valeria367 » Fri Aug 21, 2020 8:30 pm

Hi, Andrew. Good evening.

It's QCAD/CAM.
How I can to remove the OpenGL plugin?
Thank you very much.

User avatar
andrew
Site Admin
Posts: 9036
Joined: Fri Mar 30, 2007 6:07 am

Re: QCAD 3.25.0 Professional doesn't work in Linux

Post by andrew » Fri Aug 21, 2020 9:47 pm

You'd have to remove the file
plugins/libqcadgles3d.so
from your QCAD/CAM installation.

Valeria367
Newbie Member
Posts: 3
Joined: Fri Aug 21, 2020 7:20 pm
Location: Madrid

Re: QCAD 3.25.0 Professional doesn't work in Linux

Post by Valeria367 » Sat Aug 22, 2020 3:45 pm

Hi, Andrew. Good afternoon.

OK, I did it. Now works perfectly!!! :D :D :D

Thank you very much. And greetings.

Post Reply

Return to “QCAD/CAM”