mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2024-11-10 02:20:26 +01:00
add eac info
This commit is contained in:
parent
9d1104ce83
commit
a86e3ecfac
1 changed files with 20 additions and 0 deletions
20
content/docs/vrchat/eac.md
Normal file
20
content/docs/vrchat/eac.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue