blob: a6f9bf1f9bcaf450482fa24bf608bdc2d3e087a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
[Game]: Garrys Mod Dedicated Server > Segmentation fault (core dumped)
**What Game**
The game name.
A link to the storefront where to get the game. GOG, Steam, Itch.io, etc
Garrys Mod Dedicated Server
**Describe the bug**
A clear and concise description of what the bug is.
I installing server from linuxgsm like here: https://linuxgsm.com/servers/gmodserver/
But i getting errora after running, and not like this game, 1 day ago i try to setup rust server, and i get the same error(
```
FEXBash-gmodserver@minecraft:~> ./gmodserver install
fetching GitHub core_trap.sh...OK
fetching GitHub _default.cfg...OK
copying _default.cfg...OK
fetching GitHub check_ip.sh...OK
fetching GitHub info_game.sh...OK
fetching GitHub common.cfg...OK
fetching GitHub secrets-common.cfg...OK
fetching GitHub gmodserver.cfg...OK
fetching GitHub secrets-gmodserver.cfg...OK
fetching GitHub linuxgsm.sh...OK
fetching GitHub core_getopt.sh...OK
fetching GitHub command_install.sh...OK
fetching GitHub check.sh...OK
fetching GitHub check_version.sh...OK
fetching GitHub check_tmuxception.sh...OK
fetching GitHub check_permissions.sh...OK
fetching GitHub check_glibc.sh...OK
fetching GitHub info_distro.sh...OK
fetching GitHub check_system_requirements.sh...OK
Segmentation fault (core dumped)
```
**To Reproduce**
Steps to reproduce the behavior:
Run this commands:
```
FEXBash
wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh gmodserver
./gmodserver install
```
**Expected behavior**
And after i getting error: Segmentation fault (core dumped)
**System information:**
(This is free oracle vds) (Ampere)
OS: Ubuntu 20.04 focal
Kernel: aarch64 Linux 5.15.0-1037-oracle
Shell: bash 5.0.17
Disk: 12G / 206G (6%)
CPU: 3.0 GHz Ampere® Altra™ (4x)
RAM: 23988MiB
- OS: [eg: Ubuntu 21.10]
- CPU/SoC: [eg: Snapdragon 888, Intel Core i8-12900k]
- Video driver version: [eg: OpenGL ES 3.2 Mesa 22.0.0-devel (git-9ff086052a)]
- RootFS used: Installed from FEXBash
- FEX version: FEX-2301
- Thunks Enabled: [Yes/No]:
**Additional context**
- Is this an x86 or x86-64 game: [x86/x86-64/Both]
- Does this reproduce on x86-64 host with FEX: [Yes/No/Untested]
- Does this reproduce on AArch64 with Radeon/Intel/Nvidia: [Yes/No/Untested]
- Is this a Vulkan game: [Yes/No/Unknown]
- If Yes, What is your Vulkan driver:
Add any other context about the problem here.
|