Can't open MIXO on Linux
Hi there, please see this thread and solution from some time ago with the exact same issue:
https://support.mixo.dj/t/4824-running-1-22-0-appimage-on-mx-linux
Remko
MIXO team
Can't open MIXO on Linux
Hi there, please see this thread and solution from some time ago with the exact same issue:
https://support.mixo.dj/t/4824-running-1-22-0-appimage-on-mx-linux
Remko
MIXO team
Remko
• 2 years ago
https://support.mixo.dj/t/4824-running-1-22-0-appimage-on-mx-linux
Remko
MIXO team
1
cadambij
• 2 years ago
When I try to execute the AppImage itself nothing happens. (Though number of related processes start running if I check via `ps ax | grep mixo`.) When I try to launch from command line I get following errors:
$ ./MIXO-1.64.0.AppImage
A JavaScript error occurred in the main process
Uncaught Exception:
Error: libcrypto.so.1.1: cannot open shared object file: No such file or directory
How can I address this? Any ideas? Thanks!
1
cadambij
• 2 years ago
$ sudo dpkg -i libssl3_3.0.11-1
deb12u2_amd64.debdeb12u2_amd64.debdpkg-deb: error: unexpected end of file in archive magic version number in libssl3_3.0.11-1
dpkg: error processing archive libssl3_3.0.11-1
deb12u2_amd64.deb (--install):deb12u2_amd64.debdpkg-deb --control subprocess returned error exit status 2
Errors were encountered while processing:
libssl3_3.0.11-1
Sorry if these are basic issues with easy workaround, I've looked up this error message and can't find solutions.
(Accidentally posted this reply on that thread!)
1
cadambij
• 2 years ago
1
Remko
• 2 years ago
Remko
MIXO team
1
Mathias
• 2 years ago
$ ./MIXO-1.71.0.AppImage
egrep: warning: egrep is obsolescent; using grep -E
A JavaScript error occurred in the main process
Uncaught Exception:
Error: libcrypto.so.1.1: cannot open shared object file: No such file or directory
I fixed it by installing openssl1.1 using :
sudo dnf install 'https://dl.fedoraproject.org/pub/fedora/linux/releases/39/Everything/x86\_64/os/Packages/o/openssl1.1-1.1.1q-5.fc39.x86\_64.rpm'
That I found in a comment in this reddit post :
https://www.reddit.com/r/Fedora/comments/1cmfh9b/libcryptoso11_library_is_missing_or_cannot_be/
This works, but maybe the appimage should be updated because I think openssl1.1 as reached End Of Life and will no longer get security updates...
1