[GH-ISSUE #209] [nmrihserver] script still not working #171

Closed
opened 2026-02-27 01:59:55 +03:00 by kerem · 14 comments
Owner

Originally created by @medic917 on GitHub (Nov 3, 2014).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/209

Hey daniel!
Thanks for updating the app id on the script, however, it seems like it still isn't working.
First I didn't see login as anonymous so I just edited that one.
Second, it seems like the new folders have to be placed somewhere else, according to a person on the comment section on your nmrih script webpage.

I tried what he suggested but it didn't work for me.

Any chance you have a nmrih server to test it on or a friend who can?

Originally created by @medic917 on GitHub (Nov 3, 2014). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/209 Hey daniel! Thanks for updating the app id on the script, however, it seems like it still isn't working. First I didn't see login as anonymous so I just edited that one. Second, it seems like the new folders have to be placed somewhere else, according to a person on the comment section on your nmrih script webpage. I tried what he suggested but it didn't work for me. Any chance you have a nmrih server to test it on or a friend who can?
kerem 2026-02-27 01:59:55 +03:00
  • closed this issue
  • added the
    type: bug
    label
Author
Owner

@Scarsz commented on GitHub (Nov 3, 2014):

What distro & version are you using?

<!-- gh-comment-id:61441909 --> @Scarsz commented on GitHub (Nov 3, 2014): What distro & version are you using?
Author
Owner

@dgibbs64 commented on GitHub (Nov 3, 2014):

I will have to test tonight. That is a pain if they have changed to dir structure as well.

<!-- gh-comment-id:61445061 --> @dgibbs64 commented on GitHub (Nov 3, 2014): I will have to test tonight. That is a pain if they have changed to dir structure as well.
Author
Owner

@jargon-au commented on GitHub (Nov 3, 2014):

Here's how I edited mine to work:
https://pastee.org/e4k2p

Two more important things, if you're using the "libm.so.6" fix you need to move the file from ./serverfiles/srcds/ into the root server directory (./serverfiles/) and there was also a typo in my "srcds_nmrih" script downloaded during the update:

ERROR: Invalid game type '../nmrih' sepecified.

removing the trailing ../ seems to fix this, i.e.:
sh ./srcds_run -game nmrih "$@"

<!-- gh-comment-id:61461233 --> @jargon-au commented on GitHub (Nov 3, 2014): Here's how I edited mine to work: https://pastee.org/e4k2p Two more important things, if you're using the "libm.so.6" fix you need to move the file from ./serverfiles/srcds/ into the root server directory (./serverfiles/) and there was also a typo in my "srcds_nmrih" script downloaded during the update: ERROR: Invalid game type '../nmrih' sepecified. removing the trailing ../ seems to fix this, i.e.: sh ./srcds_run -game nmrih "$@"
Author
Owner

@Scarsz commented on GitHub (Nov 4, 2014):

difference analysis for reference
https://www.diffchecker.com/5rsogyaj

<!-- gh-comment-id:61598545 --> @Scarsz commented on GitHub (Nov 4, 2014): difference analysis for reference https://www.diffchecker.com/5rsogyaj
Author
Owner

@dgibbs64 commented on GitHub (Nov 4, 2014):

Odd looks like the current version is older than the rest of the scripts. No idea how that has happened :/

<!-- gh-comment-id:61600728 --> @dgibbs64 commented on GitHub (Nov 4, 2014): Odd looks like the current version is older than the rest of the scripts. No idea how that has happened :/
Author
Owner

@jargon-au commented on GitHub (Nov 4, 2014):

Yeah I have quite an old script it seems but the main changes were to lines 16,17 and 48. -insecure should also be in the starting command line as NMRiH doesn't support VAC yet.

<!-- gh-comment-id:61600901 --> @jargon-au commented on GitHub (Nov 4, 2014): Yeah I have quite an old script it seems but the main changes were to lines 16,17 and 48. -insecure should also be in the starting command line as NMRiH doesn't support VAC yet.
Author
Owner

@dgibbs64 commented on GitHub (Nov 4, 2014):

That's the thing I made that I secure change a while ago. I will have to find out why changes have reverted. I managed to start working on this but was unable to finish last night.

edit: I get it now. I thought my version was old for some reason :/. -insecure is in the script but not in parms section :)

<!-- gh-comment-id:61603412 --> @dgibbs64 commented on GitHub (Nov 4, 2014): That's the thing I made that I secure change a while ago. I will have to find out why changes have reverted. I managed to start working on this but was unable to finish last night. edit: I get it now. I thought my version was old for some reason :/. -insecure is in the script but not in parms section :)
Author
Owner

@dgibbs64 commented on GitHub (Nov 4, 2014):

blah this is very broken now. Might take some time to get working again.

<!-- gh-comment-id:61695949 --> @dgibbs64 commented on GitHub (Nov 4, 2014): blah this is very broken now. Might take some time to get working again.
Author
Owner

@dgibbs64 commented on GitHub (Nov 4, 2014):

Hopefully fixed.....Please can this be tested as for some reason the server is pretty broken for me. I the script now points at the new location for the binaries.

I have also raised this issue https://github.com/ZPSNMRiHIssues/nmrihissues/issues/657

<!-- gh-comment-id:61699771 --> @dgibbs64 commented on GitHub (Nov 4, 2014): Hopefully fixed.....Please can this be tested as for some reason the server is pretty broken for me. I the script now points at the new location for the binaries. I have also raised this issue https://github.com/ZPSNMRiHIssues/nmrihissues/issues/657
Author
Owner

@medic917 commented on GitHub (Nov 5, 2014):

daniel I'm about to try the script. The script is updated on the original page right? https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/NoMoreRoomInHell/nmrihserver
Is this the righit one (this is the one listed).

Also the username and password is now not necessary anymore because we login as anonymous, right?

<!-- gh-comment-id:61832162 --> @medic917 commented on GitHub (Nov 5, 2014): daniel I'm about to try the script. The script is updated on the original page right? https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/NoMoreRoomInHell/nmrihserver Is this the righit one (this is the one listed). Also the username and password is now not necessary anymore because we login as anonymous, right?
Author
Owner

@dgibbs64 commented on GitHub (Nov 5, 2014):

Yeah thats the one. anonymous is now only required just forgot to change that :P

<!-- gh-comment-id:61834371 --> @dgibbs64 commented on GitHub (Nov 5, 2014): Yeah thats the one. anonymous is now only required just forgot to change that :P
Author
Owner

@medic917 commented on GitHub (Nov 5, 2014):

Seems to be working Daniel! Thanks man your the best.

I'll be back if there is any other issues I can find, but it seems to work for now.

Again you are the best and thanks for your kind support, and that goes for the rest of the crew that helps too!

<!-- gh-comment-id:61846783 --> @medic917 commented on GitHub (Nov 5, 2014): Seems to be working Daniel! Thanks man your the best. I'll be back if there is any other issues I can find, but it seems to work for now. Again you are the best and thanks for your kind support, and that goes for the rest of the crew that helps too!
Author
Owner

@dgibbs64 commented on GitHub (Nov 5, 2014):

Closing as fixed. ALso changed to anonymous now :). Thank you for your kind comments.

<!-- gh-comment-id:61858108 --> @dgibbs64 commented on GitHub (Nov 5, 2014): Closing as fixed. ALso changed to anonymous now :). Thank you for your kind comments.
Author
Owner

@lock[bot] commented on GitHub (Jul 20, 2018):

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:406463062 --> @lock[bot] commented on GitHub (Jul 20, 2018): This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#171
No description provided.