Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QxEntityEditor application - unable to register license key on Ubuntu 22.04 #100

Open
QxOrm opened this issue Jun 30, 2023 · 0 comments
Open

Comments

@QxOrm
Copy link
Owner

QxOrm commented Jun 30, 2023

Hello,

When trying to register a QxEntityEditor license key on Ubuntu 22.04, a crash can happen, something like :

Auto configuration failed
139920390236032:error:25066067:DSO support routines:DLFCN_LOAD:could not
load the shared library:dso_dlfcn.c:185:filename(libproviders.so):
libproviders.so: cannot open shared object file:
No such file or directory
139920390236032:error:25070067:DSO support routines:DSO_load:could not
load the shared library:dso_lib.c:244:
139920390236032:error:0E07506E:configuration file
routines:MODULE_LOAD_DSO:error loading
dso:conf_mod.c:285:module=providers, path=providers
139920390236032:error:0E076071:configuration file
routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=providers
QMutex: destroying locked mutex
../QxEntityEditorLauncher.sh: line 9: 562335 Segmentation fault
(core dumped) ./QxEntityEditor

This is due to the new version of OpenSSL.
Here is a similar error with another application : https://stackoverflow.com/questions/73004195/phantomjs-wont-install-autoconfiguration-error

[Workaround] modify the file QxEntityEditorLauncher.sh, and add at the beginning of this file :
export OPENSSL_CONF=/dev/null

Then restart QxEntityEditor and register your license key :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant