Hello everyone..I got rid of the client the server was pointing to by mistake but I had another copy I changed it in config and in the data file.. and I got this error when I go to start it. not sure what I did wrong
Error:
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at Server.World.Load() in c:\Users\vicki\Desktop\Legendary Knights ServUO New server\Server\World.cs:line 441
at Server.Core.Main(String[] args) in c:\Users\vicki\Desktop\Legendary Knights ServUO New server\Server\Main.cs:line 545
This exception is fatal, press return to exit
 
might be a corrupted save then, can happen if you close the console manually instead of using shutdown command
 
does your datapath file look like this
private static readonly string CustomPath = Config.Get("DataPath.CustomPath", null);
 
Back