-
Notifications
You must be signed in to change notification settings - Fork 437
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
error while loading shared libraries: libcrypt.so.1 on latest Arch Linux, and fails to boot on X11 plasma #2331
Comments
Thanks for the report @ericfont. I've moved the issue from the https://github.com/mu-editor/docker-mu-appimage/ issue tracker to the mu-editor/mu, as that's were we are looking into Mu issues. |
If you install |
After installing
|
Thanks for the quick test! Okay, we are getting one step closer. Are you using Wayland or X11? Does the X11 seg fault happens when running the appimage with this env variable set?
Or when using the AppImage from this PR build? |
I was on X11. Here is output when setting the env variable:
|
here is output from PR build 2699412265 on X11:
|
FYI, I also have wayland installed on this same computer. Earlier I ran with an X11 plasma desktop. However if I now relogin and start in wayland plasma desktop, both of the Mu-editor app images seem to work (it at least opens at least to the python editor...haven't tested the program further). |
And if you run this?
I assume that'd likely throw the same seg fault at before? |
I get a segfault with |
Okay, so it looks like the seg happens on X11, but it works on Wayland (with the env variable, or without it if using the PR AppImage, which sets the flag internally). We'll need to look into why that might be happening in Arch, as it seems to work fine in X11 in Ubuntu 20.04 and 22.04. Thanks for all the testing! |
I think maybe you are seeing this issue as well: #2318 I've created a test AppImage in CI, and it seems to work for Ubuntu 22.04 with X11. Would you be able to test it to see if it works on your environment as well? It'd be really appreciated. You'll need to be logged into GitHub to be able to click on the download link from this page: |
Unfortunately I deleted my arch linux boot and so can't test. Since you say you were able to reproduce this issue in an Ubuntu 22.04 VM configured to run with X11, and that your new build doesn't have that issue on that VM, then I am confident that arch linux X11 is fixed as well. |
Hi carlosperate, Your created mu-editor AppImage (Mu_Editor-1.2.0-x86_64.AppImage) runs on Manjaro (Arch based) while the official MuEditor-Linux-1.2.0-x86_64.AppImage does not. Segmentation fault. libxcrypt-compat is installed. Rgds |
When I execute the AppImage on my arch linux machine (5.15.55-2-lts), I get:
My machine has
/usr/lib/libcrypt.so.2.0.0
as well as links to it named/usr/lib/libcrypt.so
and/usr/lib/libcrypt.so.2
The text was updated successfully, but these errors were encountered: