unixoide / 5th-echelon

https://unixoide.github.io/5th-echelon/
76 stars 2 forks source link

Can not host server #34

Open OakBwood opened 2 months ago

OakBwood commented 2 months ago

ipout I try hosting a game but get a connection error. and this error in the server exe. is there any fix?

unixoide commented 2 months ago

Looks like there is already something listening on one of the server ports (I'm guessing on 80 or 8000), so the server can't fully start up.

For windows, you can find some instructions here to figure out what program is blocking them: https://stackoverflow.com/questions/48198/how-do-i-find-out-which-process-is-listening-on-a-tcp-or-udp-port-on-windows

OakBwood commented 2 months ago

Looks like there is already something listening on one of the server ports (I'm guessing on 80 or 8000), so the server can't fully start up.

For windows, you can find some instructions here to figure out what program is blocking them: https://stackoverflow.com/questions/48198/how-do-i-find-out-which-process-is-listening-on-a-tcp-or-udp-port-on-windows

i looked it up and both 80 and 8000 are both the dedicated server should i remove one from the port forward?

unixoide commented 2 months ago

Hm, you don't have multiple instances of the server running, do you? Otherwise I don't know why it would complain about a occupied port. Can you share the service.json.log file? You can send it to my email if you prefer.

OakBwood commented 2 months ago

not unless its running in the background and i do not notice. i emailed my recent logs

unixoide commented 2 months ago

Hm, nothing in the logs. Possible that this error doesn't get saved to the logs. Sorry. Can you share your server config file?