Skip to content

Commit 9121c45

Browse files
committed
Recommend patchelf for clearing execstack
1 parent d13eb40 commit 9121c45

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/guide/install/index.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Guide - Install NT;RE (Client)
22

33
# Guide - Install NT;RE (Client)
4-
Last Updated: 2025-02-13
4+
Last Updated: 2025-02-16
55

66
## Operating System Requirement
77

@@ -119,7 +119,16 @@ causing the game to not start. To workaround this, go to the Source SDK 2013 Mul
119119
~/.steam/steam/steamapps/common/Source SDK Base 2013 Multiplayer/bin
120120
```
121121

122-
Then make a backup of `engine.so` and use [execstack](https://linux.die.net/man/8/execstack) on it:
122+
Then make a backup of `engine.so` and use either:
123+
124+
[patchelf](https://github.com/NixOS/patchelf):
125+
126+
```
127+
$ cp engine.so engine.so.bak
128+
$ patchelf --clear-execstack engine.so
129+
```
130+
131+
Or [execstack](https://linux.die.net/man/8/execstack):
123132

124133
```
125134
$ cp engine.so engine.so.bak

0 commit comments

Comments
 (0)