[Duplicate] When shutting down the server, CAT tries to close the wrong PID.

Status
Not open for further replies.
CAT detected the PID as 8008 but tried to close something completely different.

https://gyazo.com/886e3644101cebbcd9ede1b2da287c63

How are you starting your server? Meaning, what is the name of the .EXE file you are starting it with? The ConanServer.exe file, should spawn a child process from it. So you should always have two processes for CE running, the Conanserver.exe and the ConanServer_test.exe files. One is a background process, the other a foreground.
 
How are you starting your server? Meaning, what is the name of the .EXE file you are starting it with? The ConanServer.exe file, should spawn a child process from it. So you should always have two processes for CE running, the Conanserver.exe and the ConanServer_test.exe files. One is a background process, the other a foreground.

Screen of my settings below. Also notice that (even though it is run as admin) seems to keep dumping ALL of my settings. I haven't been able to track down what triggers it except that it happens when I completely restart the program.

Gyazo - 545e73233b3a9868c3189decb5d9fb26.png

Also, I added you to my friends list, you live down the road from me, I live in Beaverton.

Edit: I think I figured out why the settings are getting reset. It's because the game server doesn't shut down and when I reload CAT while it's already running it resets everything to default.
 
Last edited:
Screen of my settings below. Also notice that (even though it is run as admin) seems to keep dumping ALL of my settings. I haven't been able to track down what triggers it except that it happens when I completely restart the program.

Gyazo - 545e73233b3a9868c3189decb5d9fb26.png

Also, I added you to my friends list, you live down the road from me, I live in Beaverton.

Edit: I think I figured out why the settings are getting reset. It's because the game server doesn't shut down and when I reload CAT while it's already running it resets everything to default.

As thecue mentioned, this should hopefully be fixed in the next version. Part of the problem appears to be when CE gets a setting with either a bad value, or a setting it doesn't know how to handle (meaning a feature not implemented yet), it'll stop reading the configs and then overwrite the values with those from the defaultserversettings.ini file. So CAT isn't technically overwriting the settings, CE is.

But, as I said, I've worked through these issues I think in the next version (should be released today/tomorrow probably).

Also, hey neighbor! Sometimes, this is a really small world we live in. =)
 
Status
Not open for further replies.