World: Loading...
An error was encountered while loading a saved object
- Type: Server.Engines.Quests.Gareth
- Serial: 0x00000001
Delete the object? (y/n)
After pressing return an exception will be thrown and the server will terminate.

Error:
System.Exception: Load failed (items=False, mobiles=True, guilds=False, data=False, type=Server.Engines.Quests.Gareth, serial=0x00000001) ---> System.Exception: ***** Bad serialize on Server.Engines.Quests.Gareth *****
at Server.World.Load() in f:\ServUO-master\Server\World.cs:line 599
--- End of inner exception stack trace ---
at Server.World.Load() in f:\ServUO-master\Server\World.cs:line 328
at Server.Core.Main(String[] args) in f:\ServUO-master\Server\Main.cs:line 545
This exception is fatal, press return to exit
 
Looks like you altered something on the serialize and / or deserialze and that doesnt reflect to the other method properly
 
Back