-
Notifications
You must be signed in to change notification settings - Fork 18
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 open on (K)Ubuntu 24.04 #56
Comments
Related to #1 |
Could you try doing the following steps? Share the output of:
While in the same folder, share the output of:
|
Note:
|
Sorry for the untested instructions, couldn't test them at the time, try these:
While in the same folder, share the output of:
|
With the
I made sure to delete the previous As for the two other commands respectively:
For both of these tests, I have used the latest version of LibreScore as of making the comment. |
cd into the
Try the following as well:
|
I have switched to my desktop for this, but all results are identical, and both machines are running the exact same OS. I re-ran the previous tests and got identical results. When running
The third command returns:
The next two commands return similar errors to the second:
|
I had exactly the same problem. The solution was to change the system library in the appimage by this command sequence: Hope, this helps you and others. |
Indeed, but what's confusing is why it isn't using the system libc. The final command should use the system libraries and not the packaged ones, but for some reason the error message shows libc still being the packaged one. The problem will fix on its own when GitHub Actions switches to Ubuntu 24.04, but for the time being I'm trying to figure out why the AppRun script isn't working as intended |
[edit] Apologies, I wasn't reading. Below is basically the same as #56 (comment):
Also, here is the $ file /usr/lib/x86_64-linux-gnu/libc.so.6
/usr/lib/x86_64-linux-gnu/libc.so.6: ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=6d64b17fbac799e68da7ebd9985ddf9b5cb375e6, for GNU/Linux 3.2.0, stripped
$ file squashfs-root/lib/libc.so.6
squashfs-root/lib/libc.so.6: ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=490fef8403240c91833978d494d39e537409b92e, stripped |
Whenever trying to open the most recent release on Kubuntu 24.04, I get this error:
I am not sure what causes this, or how to fix it.
Kind regards,
@VoxelTek
The text was updated successfully, but these errors were encountered: