|
||
|
|||||||
| Server Support on Windows Get (and give) support on general questions related to the RunUO server itself. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Master of the Internet
Join Date: Apr 2005
Location: Nowhere
Age: 22
Posts: 11,653
|
When I load I constantly get this error :
Code:
World: Loading...An error was encountered while loading a saved object - Type: Server.Mobiles.PlayerMobile - Serial: 0x00000002 Delete the object? (y/n) Cuz it deletes my char everytime I recompile. |
|
|
|
|
|
#2 (permalink) |
|
Forum Master
Join Date: Feb 2005
Location: ShatteredSosaria.com
Posts: 9,260
|
It is because you edited your PlayerMobile.cs's Serialize/Deserialize. There is no way around this, sorry. The only way to have it not-delete your stuff is to revert to your old PlayerMobile.cs. Sorry
. |
|
|
|
|
|
#3 (permalink) |
|
Master of the Internet
Join Date: Apr 2005
Location: Nowhere
Age: 22
Posts: 11,653
|
Could I juste replace the part in mistakingly removed by the original ? Because I was removing the young system and the veteran reward system and the death warranty ... I must of removed it by accident.
(I know I can turn off the systems with a simple false bool value. But i'm changing the whole system practically and I want things to be clear and visible without useless stuff hanging around.) |
|
|
|
|
|
#4 (permalink) |
|
Forum Master
Join Date: Feb 2005
Location: ShatteredSosaria.com
Posts: 9,260
|
That was probably it, when you entirely removed the Young system. It tried to load a PlayerMobile that was young, and couldn't because it didn't recognize what Young was. You will have to either:
1. Delete all of those PlayerMobiles, or 2. Re-add everything and then just select bool false. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|