Can't open MIXO on Linux

cadambij shared this question 5 months ago
Answered

Trying to run latest MIXO AppImage (v1.64.0) on AVLinux (MX Libretto 23.3, Debian 12 bookwork x64) with Xfce 4.18.1.

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 <br>A JavaScript error occurred in the main process<br>Uncaught Exception:<br>Error: libcrypto.so.1.1: cannot open shared object file: No such file or directory

How can I address this? Any ideas? Thanks!

Replies (2)

photo
1

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

photo
1

Oh no, I see it is same issue. Apologies for repeating. One issue still: when I try to follow solution there and install latest libssl (it is v. 3.0.11 now I guess, not 1.1), then I get following error:

$ sudo dpkg -i libssl3_3.0.11-1~deb12u2_amd64.deb
dpkg-deb: error: unexpected end of file in archive magic version number in libssl3_3.0.11-1~deb12u2_amd64.deb
dpkg: error processing archive libssl3_3.0.11-1~deb12u2_amd64.deb (--install):
 dpkg-deb --control subprocess returned error exit status 2
Errors were encountered while processing:
 libssl3_3.0.11-1~deb12u2_amd64.deb

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!)

photo
1

Hi, any idea about this? Can't figure it out still and I really need to convert from Mixxx to Rekordbox for an upcoming gig this weekend...

photo
1

Linux is a highly customisable platform that I have very little experience with. Because this is an system environment issue I would only turn to Google myself, so that's probably your best bet.


Remko
MIXO team

photo
photo
1

Hi, I had the same issue on fedora 40.


$ ./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...

Leave a Comment
 
Attach a file