-
-
Notifications
You must be signed in to change notification settings - Fork 460
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
Doesn't start: GLIBC not found #2665
Comments
Using the flatpak instead of the appimage works. |
I did the same steps and can't reproduce this on Arch Linux 5.11.16.arch1-1
Since you're on linux, you can try running
I don't think it fails to do that, since your logs state that If I'm correct, the AppImage from https://chatterino.com/linux is built from CI, not exactly sure about flatpak one. |
Running ./chatterino --version results in the same error |
@MrBarnabass @Fijxu could you guys check what libc version do you have? |
I can confirm it does come with 2.28 |
The usual suggested solution appears to be to create the AppImage on an older system for eg. one with glibc 2.26, which will make that be the version requirement for the resulting AppImage: |
As this is a 2021 issue, and we more or less hate the AppImage now, I'm going to go ahead and close this. Currently the approach is to support as many distros as possible natively, and leaving the AppImage as a last resort, as it's usefulness is no longer outweighing the issues that arise from it. As noted from the original author, the flatpak worked on his distro. |
Describe the bug
Chatterino doesn't start since updating to 2.3.0 from 2.2.2
To reproduce
I used the appimage from https://chatterino.com/linux
Result
Running it from the command line results in this:
/tmp/.mount_chatteoX1Sri/usr/bin/chatterino: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /tmp/.mount_chatteoX1Sri/usr/bin/chatterino)
/tmp/.mount_chatteoX1Sri/usr/bin/chatterino: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_chatteoX1Sri/usr/bin/../lib/libpulse.so.0)
/tmp/.mount_chatteoX1Sri/usr/bin/chatterino: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_chatteoX1Sri/usr/bin/../lib/libpulsecommon-13.99.so)
/tmp/.mount_chatteoX1Sri/usr/bin/chatterino: /lib64/libc.so.6: version `GLIBC_2.30' not found (required by /tmp/.mount_chatteoX1Sri/usr/bin/../lib/libsystemd.so.0)
/tmp/.mount_chatteoX1Sri/usr/bin/chatterino: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_chatteoX1Sri/usr/bin/../lib/libsndfile.so.1)
/tmp/.mount_chatteoX1Sri/usr/bin/chatterino: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_chatteoX1Sri/usr/bin/../lib/libFLAC.so.8)
Chatterino version
Since it won't start I cant access the about page I can't paste the whole thing but the version is 2.3.0
Operating system
Red Hat Enterprise Linux 8.3
Additional Information
Seems like chatterino fails to create the .mount_chatteoX1Sri directory, I only found similar directories (.mount_chatteXYZXYZ) that were made before updating, maybe irrelevant I don't know.
The text was updated successfully, but these errors were encountered: