New comment by curiousjunior on void-packages repository https://github.com/void-linux/void-packages/issues/35822#issuecomment-1049482301 Comment: I'm sure this error is caused by unnecessary dynamic loading, that's why I'm proposing a patch that just statically links everything except `game` and `cgame` which are built in `modules_21.pk3` from `warsow-data`, the `libcgame_x86_64.so` and `libgame_x86_64.so` you install from `warsow` are loaded only if you disable "pure checks" https://github.com/TeamForbiddenLLC/warfork-qfusion/pull/22/commits/a23c9b818029c390663a16d20528a1a8b368d259 which is useful if you either care about CPU archs beyond x86 or OSes beyond windows, macos and glibc linux or you simply want to add cheats to `cgame` (I did both actually), so if you don't apply a patch that removes "pure checks", warsow won't run on non-x86 archs and musl flavor of void