New comment by HO5DTOAT on void-packages repository https://github.com/void-linux/void-packages/issues/41388#issuecomment-1880509795 Comment: I am getting a similar EAC error when trying to run [Brawlhalla](https://store.steampowered.com/app/291550/Brawlhalla/). I tried both Steam with Proton experimental as well as Lutris with Ubisoft Connect and got the same error. This started happening after the glibc 2.38 update. ![image](https://github.com/void-linux/void-packages/assets/101270121/ff9db577-b009-4740-922b-3afd192be25e) In the EAC logs folder of the game (`~/.local/share/Steam/steamapps/compatdata/291550/pfx/drive_c/users/steamuser/AppData/Roaming/EasyAntiCheat/2a5901f5be6545b39f551a92214978d6/e7e719b170b74c18b89ba4f3cccd4fdc/loader.log`) , I can see the download success followed by the error message. ``` [2024.01.08-13.09.03] Download Progress: 99 [2024.01.08-13.09.03] Download Progress: 99 [2024.01.08-13.09.03] Download Progress: 99 [2024.01.08-13.09.03] Download Progress: 100 [2024.01.08-13.09.03] Download Progress: 100 [2024.01.08-13.09.03] Download Progress: 100 [2024.01.08-13.09.03] Download Progress: 100 [2024.01.08-13.09.03] [Connection] Connect result: No error (0) Response Code: 200 Destination IP: 18.66.57.4 [2024.01.08-13.09.03] Download Progress: 100 [2024.01.08-13.09.03] [EAC Callback] Code: 507. Message: 'Failed to load the anti-cheat module.'. ``` In my system which has the glibc 2.38. I can see only the `.gnu.hash` entries. ![image](https://github.com/void-linux/void-packages/assets/101270121/30bd4e74-6170-4d25-b019-af72bfd7f18f) Checking the commit history for glibc. it seems the patch that enabled DT_HASH is not present in the 2.38 commit https://github.com/void-linux/void-packages/commit/ee93adc0af49c8f3825dff7e3c6c7dbc40ef4b70. Could that be causing the issue again? ![image](https://github.com/void-linux/void-packages/assets/101270121/f5097ebf-ecaf-45fa-b5b6-46c211890658)