arielgomesb
Initiate
I'm trying update my server, my last update wat in 2017 november, i update to last servuo repo, but now a lot of items got serialize problems
Have anyway to debug this? all my files look equal to the repo now.
Code:
World: Loading...An error was encountered while loading a saved object
- Type: Server.Items.BoneArms
- Serial: 0x40053E56
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:
World: Loading...An error was encountered while loading a saved object
- Type: Server.Items.BoneArms
- Serial: 0x40053E56
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.Exception: Load failed (items=True, mobiles=False, guilds=False, data=False, type=Server.Items.BoneArms, serial=0x40053E56) ---> System.Exception: ***** Bad serialize on Server.Items.BoneArms *****
em Server.World.Load() na c:\Ilusions 3\Server\World.cs:linha 647
--- Fim do rastreamento de pilha de exceções internas ---
em Server.World.Load() na c:\Ilusions 3\Server\World.cs:linha 858
em Server.Core.Main(String[] args) na c:\Ilusions 3\Server\Main.cs:linha 634
This exception is fatal, press return to exit
Code:
World: Loading...An error was encountered while loading a saved object
- Type: Server.Items.LeatherGorget
- Serial: 0x400269E3
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.Exception: Load failed (items=True, mobiles=False, guilds=False, data=False, type=Server.Items.LeatherGorget, serial=0x400269E3) ---> System.IO.EndOfStreamException: Não é possível ler depois do fim do fluxo.
em System.IO.__Error.EndOfFile()
em System.IO.BinaryReader.FillBuffer(Int32 numBytes)
em System.IO.BinaryReader.ReadInt32()
em Server.BinaryFileReader.ReadInt() na c:\Ilusions 3\Server\Serialization.cs:linha 1373
em Server.BaseAttributes..ctor(Item owner, GenericReader reader)
em Server.Items.BaseArmor.Deserialize(GenericReader reader)
em Server.Items.LeatherGorget.Deserialize(GenericReader reader)
em Server.World.Load() na c:\Ilusions 3\Server\World.cs:linha 641
--- Fim do rastreamento de pilha de exceções internas ---
em Server.World.Load() na c:\Ilusions 3\Server\World.cs:linha 858
em Server.Core.Main(String[] args) na c:\Ilusions 3\Server\Main.cs:linha 634
This exception is fatal, press return to exit
Have anyway to debug this? all my files look equal to the repo now.