Scripts: Skipping VB.NET Scripts...done (use -vb to enable)
Scripts: Verifying...done (2350 items, 665 mobiles)
Regions: Loading...done
World: Loading...An error was encountered while loading a saved object
- Type: Server.Mobiles.PlayerMobile
- Serial: 0x00000001
Delete the object? (y/n)
 
you altered a scripts serialize/deserialized by adding or substracting from it and not editing the
serialize method to reflect it. dont delete objects or it will corrupt the save.

try undoing whatever script you changed last to the way it was when it was working
and look at other scripts here or elsewhere on how they alter the serialize
when adding or removing stuff.
 
加載保存的對象時遇
you altered a scripts serialize/deserialized by adding or substracting from it and not editing the
serialize method to reflect it. dont delete objects or it will corrupt the save.

try undoing whatever script you changed last to the way it was when it was working
and look at other scripts here or elsewhere on how they alter the serialize
when adding or removing stuff.

到錯誤。

--------------------------------------------------------------------------------

ServUO - [https://www.servuo.com] Version 0.5, Build 6516.7144
Core: Optimizing for 4 processors
RandomImpl: CSPRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...done (cached)
Scripts: Skipping VB.NET Scripts...done (use -vb to enable)
Scripts: Verifying...
Finished (5625 items, 1310 mobiles, 5 customs) (6.90 seconds)
Config: Warning, using default value for DataPath.CustomPath
DataPath: C:\Program Files\Electronic Arts\Ultima Online Classic\
Regions: Loading...done
World: Loading...
An error was encountered while loading a saved object
- Type: Server.Items.SmallFish
- Serial: 0x4002388C
Delete the object? (y/n)

new crash

what's matter..?
 
it is not a crash, this is a loading error, your save files are not lined up with the deserialized method, in this case it would be the smallfish that's having issues loading. You need to undo whatever changes you made or account for the saved data in the change you made, it's telling you the same thing as before, just in regards to a different class/file.
 
it is not a crash, this is a loading error, your save files are not lined up with the deserialized method, in this case it would be the smallfish that's having issues loading. You need to undo whatever changes you made or account for the saved data in the change you made, it's telling you the same thing as before, just in regards to a different class/file.
so how can fix that.? what is smallfish?
 
What happened before the issue started? This could be due to a corrupted save (can happen if server is closed while saving), could also be due to updating scripts. Try backing up your save folder to a different location, loading the server without a save, saving and restarting servUO. See if the same issue happens. That will at least let us know if it's a ser/deser issue or bad save files
 
What happened before the issue started? This could be due to a corrupted save (can happen if server is closed while saving), could also be due to updating scripts. Try backing up your save folder to a different location, loading the server without a save, saving and restarting servUO. See if the same issue happens. That will at least let us know if it's a ser/deser issue or bad save files
so how can i do?
 
Copy your current server folder, paste it somewhere, then try to use a older backup save if u have any

edit: ahhh lol @Talow i missed your post, you already told him, my bad :)

@sunnyks i dont know why it says ''Config: Warning, using default value for DataPath.CustomPath''
and if thats normal.
 
Last edited:
Back