avivace / ror2-server

Host your own Risk of Rain 2 dedicated server. No technical skills required. Runs everywhere.
https://hub.docker.com/r/avivace/ror2server
GNU General Public License v3.0
169 stars 29 forks source link

This server is broken. #8

Closed xiahualiu closed 4 years ago

xiahualiu commented 4 years ago
Could not load config /Config/server_pregame.cfg: Could not find file "Z:\home\steam\ror2-dedicated\Risk of Rain 2_Data\Config\server_pregame.cfg"

(Filename: C:\buildslave\unity\build\Runtime/Export/Debug.bindings.h Line: 45)

The error is so devastating that I have to kill the process manually to exit.

KyberJeffHason commented 4 years ago

same problem

dubvulture commented 4 years ago

See other issues where this behavior has already been reported, that's just a debug log. If you try to connect it should be working as intended.

As of the impossibility of using ctrl+c to kill the process, that's probably on SteamCMD.

fnicolini commented 4 years ago

First of all, @xiahualiu i edited the issue title because it really wasn't necessary the add that part (caps lock as well). Not only your title was pretty harsh for no particular reason, but the issue itself is useless and just demonstrates the fact that u didn't even bother checking the other issues for the answer to your "problem" (which really isn't one).

Here's the link to 2 different answer in another issue #3 that would solved your doubts: 1 2

In short, as @dubvulture said, it's simply an informatve log about the abscence of a file that is not necessary at all for the server to work. For killing the container you should refer to the docker documentation of the docker kill command and consider not running the container in foreground if you don't want your shell to be hanging.