You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am using a minecraft launcher which has a module for Discord rich presence which uses this library, yet it doesn't work on Ubuntu 20.04 due to outdated libc6 version (upgrading to 21 is not an option for me, as most of the guides say to do (nor I want to spend hours of time to update libc manually)).
Error:
java.lang.UnsatisfiedLinkError: /home/alex/.minecraftlauncher/SoF/guard/libdiscord_game_sdk_jni.so: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/alex/.minecraftlauncher/SoF/guard/libdiscord_game_sdk_jni.so)
$ uname -a
Linux pcdjoh 5.15.0-52-generic #58~20.04.1-Ubuntu SMP Thu Oct 13 13:09:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
The java-impl branch contains the Java-only implementation. It is currently known to work with Windows, Mac (Intel & ARM) as well as Arch Linux (and probably other distros).
It is mostly API compatible to the master branch and even though some things might be missing, the main features are available.
Hello, I am using a minecraft launcher which has a module for Discord rich presence which uses this library, yet it doesn't work on Ubuntu 20.04 due to outdated libc6 version (upgrading to 21 is not an option for me, as most of the guides say to do (nor I want to spend hours of time to update libc manually)).
Error:
The text was updated successfully, but these errors were encountered: