diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
| commit | f2ec263023649e596c5076df32c2d328bc9393d2 (patch) | |
| tree | 5dd86caab46e552bd2e62bf9c4fb1a7504a44db4 /results/scraper/fex/2727 | |
| parent | 63d2e9d409831aa8582787234cae4741847504b7 (diff) | |
| download | qemu-analysis-f2ec263023649e596c5076df32c2d328bc9393d2.tar.gz qemu-analysis-f2ec263023649e596c5076df32c2d328bc9393d2.zip | |
Diffstat (limited to 'results/scraper/fex/2727')
| -rw-r--r-- | results/scraper/fex/2727 | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/results/scraper/fex/2727 b/results/scraper/fex/2727 new file mode 100644 index 000000000..a6f9bf1f9 --- /dev/null +++ b/results/scraper/fex/2727 @@ -0,0 +1,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. |