From a86e3ecfacbb1d498ebaa19e86f0042569f729c2 Mon Sep 17 00:00:00 2001 From: galister <3123227-galister@users.noreply.gitlab.com> Date: Fri, 9 Feb 2024 11:29:01 +0000 Subject: [PATCH] add eac info --- content/docs/vrchat/eac.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/docs/vrchat/eac.md diff --git a/content/docs/vrchat/eac.md b/content/docs/vrchat/eac.md new file mode 100644 index 0000000..50122c6 --- /dev/null +++ b/content/docs/vrchat/eac.md @@ -0,0 +1,20 @@ +--- +weight: 50 +title: Easy Anti-Cheat +--- + +# Easy Anti-Cheat + +If you are getting EAC errors, you might be running an incompatible glibc version. + +EAC requires glibc to be built with a specific flag to work. (`--hash-style=both`) + +Flatpak Steam includes this fix, however Flatpak Steam is not recommended for VR. + +As of 2024-02-09, Arch Linux no longer ships with a compatible glibc. + +## How to Fix +- Arch users can instead use the EAC-specific glibc from the AUR: https://aur.archlinux.org/packages/glibc-eac +- Gentoo users can enable the fix using the `hash-sysv-compat` USE flag on `sys-libs/glibc`. + +If you're not using the above distros and know of a fix for your own, please add it here. \ No newline at end of file