Marnek
Initiate
Whenever I start my shard I get this error.
I've been ripping my hair out trying to fix it but I have no idea how, if there's any files I should attach please let me know. Any help would be greatly appreciated
Code:
----------------------------------------------------------------------------
ServUO - [http://www.servuo.com] Version 0.5, Build 5268.40121
Publish 54
Core: Optimizing for 4 64-bit processors
RandomImpl: CSPRandom (Software)
Scripts: Compiling C# scripts...Finished with: 0 errors, 0 warnings
Scripts: Skipping VB.NET Scripts...done (use -vb to enable)
Scripts: Verifying...
Finished (4165 items, 1036 mobiles, 9 customs) (1.05 seconds)
Regions: Loading...done
World: Loading...An error was encountered while loading a saved object
- Type: Server.Mobiles.PlayerMobile
- Serial: 0x00000002
Delete the object? (y/n)
Delete all objects of that type? (y/n)
After pressing return an exception will be thrown and the server will terminate.
Error:
System.FormatException: Index (zero based) must be greater than or equal to zero
and less than the size of the argument list.
at System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String fo
rmat, Object[] args)
at System.String.Format(IFormatProvider provider, String format, Object[] arg
s)
at Server.World.Load() in e:\Users\adsf\Documents\servuo\ServUO-master\Server
\World.cs:line 844
at Server.Core.Main(String[] args) in e:\Users\adsf\Documents\servuo\ServUO-m
aster\Server\Main.cs:line 590
This exception is fatal, press return to exit