So I tried to rename the server that you can connect to in the server.cfg and the server/char/list files as well. I did this because I was trying to make a second server, one on the local host and one on my public IP address. However, this did not work and instead gives me the following error:
Code:
2015-03-17 13:32:18,648 [INFO ] [Worker 3] [Server] Dispatching request '/char/list' @127.0.0.1:65361
2015-03-17 13:32:18,648 [ERROR] [Worker 3] [db.SimpleSettings] Attempt to access nonexistant settings 'svr0local'.
2015-03-17 13:32:18,648 [ERROR] [Worker 3] [Server] Error when dispatching request
System.ArgumentException: 'svr0Local' does not exist in settings.
at db.SimpleSettings.GetValue<String key, String def> in i:\Desktop\ROTMX 4.0\Server Source\db\SimpleSettings.cs:line 75
at server.char.list.GetServerList<> in i:\Desktop\ROTMX 4.0\Server Source\server\char\list.cs:line28
at server.char.list.HandleRequest<HttpListenerContext context> in i:\Desktop\ROTMX 4.0\Server Source\server\Program.cs:line 119
Now, it had told me while recompiling that something called svrMonitor was missing or something along those lines. Looking into it, it appears that svrMonitor makes sense of the server list and configs. However, upon checking the folder, svrMonitor was there with the file that was said by SharpDevelop to be missing.
I feel stupid, but if someone could help that would be excellent.
Thanks.
EDIT: Forgot to say, it was the server.exe that gives me this error and it only does this after I open a client.
EDIT AGAIN: I was able to get the svrMonitor back in but now I am getting a different error, though I found answers online. I just can't comprehend them very much. I suppose /thread unless I can't read answers. :P
THIRD EDIT: Still having the issue, what I did did not fix it.