Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in command line #129

Open
TheSlyFox3033 opened this issue Sep 12, 2024 · 3 comments
Open

error in command line #129

TheSlyFox3033 opened this issue Sep 12, 2024 · 3 comments

Comments

@TheSlyFox3033
Copy link

so im running this server on debian 12 and everything was working fine until it started doing something called "connecting local server to master server" but it seemed to time out. and i cant connect to the server.
image

@GeckoEidechse
Copy link
Collaborator

GeckoEidechse commented Sep 12, 2024

Invalid Value means port forwarding isn't set up or working properly resulting in your game server being unable to register with master server and appearing on server browser.

If you are just trying to connect to your server locally, make sure you enable insecure auth to disable the authentication mechanism.

Check the README for the docker image as we as the wiki for more info https://r2northstar.gitbook.io/r2northstar-wiki/hosting-a-server-with-northstar/local-only-server

For Docker image you wanna set NS_INSECURE as described in the readme

@TheSlyFox3033
Copy link
Author

ok fixed it. works fine. except the fact that for some reason loadouts. don't save at all. i will make the loadout. play a round. leave the server. come back and its back to default

@GeckoEidechse
Copy link
Collaborator

ok fixed it. works fine. except the fact that for some reason loadouts. don't save at all. i will make the loadout. play a round. leave the server. come back and its back to default

That's expected when running in insecure mod as loadouts are not loaded from the masterserver in this case but from the gameserver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants