-
Notifications
You must be signed in to change notification settings - Fork 436
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
Appimage does not run on Arch Linux (Address boundary error) #2295
Comments
@tmontes this is the issue I showed you during the EP sprints. |
(linking with #2235 that seems to report a similar case under Arch Linux) |
Are you using Wayland? 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 using X11. I tested again today: both Appimage (1.1.1 and run 2699412265) work on Wayland and crash on X11. |
System:KDE Plasma Version 5.25.4 |
Ah, interesting, thanks for the test and the additional information! I'm not too familiar with debugging linux applications, so I don't really know if this will be useful at all, but would it be worth running ldd/readelf to see what it shows? On Ubuntu 22.04 this is what I get:
|
|
Hi @hoh, I don't think this is the exact same issue as #2318, but might be related to the packaged Python version, so maybe the same fix would apply. Would you be able to test if this CI AppImage works on your environment? 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: |
Hi @carlosperate , That version works on my Arch Linux environment. It would be difficult to know if the fix of #2318 or updates on Arch (rolling release) fixed the issue, but it works 😊. |
Thanks for keeping track and for the update. I believe we can now close this issue. |
What were you trying to do?
Run Mu_Editor-1.1.1-x86_64.AppImage on a laptop running Arch Linux
What steps did you take to trigger the issue?
chmod +x Mu_Editor-1.1.1-x86_64.AppImage
./Mu_Editor-1.1.1-x86_64.AppImage
/tmp/.mount_Mu_EdiWDgDGs/usr/bin/python3.8: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
sudo pacman -S libxcrypt-compat
./Mu_Editor-1.1.1-x86_64.AppImage
What did you expect to happen?
Mu opens and I can start mu-ing
What actually happened?
The following error message appeared in the terminal:
When looking at
dmesg
, I read the following error message:This message includes
segfault at (...) in libX11.so.6.4.0
Operating System Version
Arch Linux, updated as of 2022-07-16
Mu Version
1.1.1
Other Info
The system has an NVIDIA graphic card.
Hardware: XPS 15 9520 laptop with a i7-12700H and NVIDIA GeForce RTX 3050 Ti.
Editor Log
No response
The text was updated successfully, but these errors were encountered: