-
Notifications
You must be signed in to change notification settings - Fork 280
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
Not running on Debian 12 #5776
Comments
looks like BN's using newer glibc version than debian 12 has. could you paste your i think there's only two solution to this issue:
|
Thanks @scarf005! ldd (Debian GLIBC 2.36-9+deb12u9) 2.36 |
yeah in that case it would be due to outdated glibc version. |
If it's due to outdated Debian we don't want to downgrade to solve it, but I will leave the issue open unless someone else decides to close it. |
Sorry for chiming in, but I believe patchelf is suitable to be used for patching the |
could static linking libc (and other runtime libraries) solve this issue? |
Describe the bug
when executing cataclysm-launcher I get the following output:
Steps To Reproduce
On Debian 12 run catapult-linux-x64-24.11a launcher, download Nightly-24-11-30 and run. Nothing happens. On the downloaded folder ../bn/game0/cataclysm-launcher or cataclysm-bn-tiles error above ocurrs.
Screenshots
N/A
Versions and configuration
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered: