After adding fs ats system i got an error but couldnt find a way to solve it.I didnt change any of these quest files but its still giving me the errors...


Scripts: Compiling C# scripts...done (cached)
Scripts: Verifying...
Finished (6732 items, 1422 mobiles, 5 customs) (1,01 seconds)
Config: Warning, using default value for DataPath.CustomPath
DataPath: C:\Program Files (x86)\Electronic Arts\Ultima Online Classic\
Regions: Loading...done
World: Loading...
An error was encountered while loading a saved object
- Type: Server.Engines.Quests.Morz
- Serial: 0x00000006
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=False, mobiles=True, guilds=False, data=False, type=Server.Engines.Quests.Morz, serial=0x00000006) ---> System.Exception: ***** Bad serialize on Server.Engines.Quests.Morz *****
konum: Server.World.Load()
--- İç özel durum yığını izlemesinin sonu ---
konum: Server.World.Load()
konum: Server.Core.Main(String[] args)
This exception is fatal, press return to exit

after changing uo client files directory another error like that shows again.

Scripts: Compiling C# scripts...done (cached)
Scripts: Verifying...
Finished (6732 items, 1422 mobiles, 5 customs) (1,00 seconds)
Config: Warning, using default value for DataPath.CustomPath
Enter the Ultima Online directory:
> C:\Users\Administrator\Desktop\Electronic Arts
DataPath: C:\Users\Administrator\Desktop\Electronic Arts
Regions: Loading...done

World: Loading...
An error was encountered while loading a saved object
- Type: Server.Engines.Quests.SheriffOfMinoc
- Serial: 0x00000007
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.
y
Error:
System.Exception: Load failed (items=False, mobiles=True, guilds=False, data=False, type=Server.Engines.Quests.SheriffOfMinoc, serial=0x00000007) ---> System.Exception: ***** Bad serialize on Server.Engines.Quests.SheriffOfMinoc *****
konum: Server.World.Load()
--- İç özel durum yığını izlemesinin sonu ---
konum: Server.World.Load()
konum: Server.Core.Main(String[] args)
This exception is fatal, press return to exit

Anyone knows what is triggering these errors?
Thanks in advance :)
 
Hammenhand, i did some changes on basecreature from looking the original servuo it worked after that just fine.
Then it crashed and giving the same fatal error again could you help me?

Crash Report


Exception:

System.NullReferenceException: Nesne başvurusu bir nesnenin örneğine ayarlanmadı.
konum: daat99.MasterStorageUtils.GiveTypeToPlayer(PlayerMobile player, Type type, Int32 amount, Boolean informPlayer)
konum: Server.Mobiles.BaseCreature.OnDeath(Container c)
konum: Server.Mobile.Kill()
konum: Server.Mobile.Damage(Int32 amount, Mobile from, Boolean informMount, Boolean checkDisrupt)
konum: Server.Mobiles.BaseCreature.Damage(Int32 amount, Mobile from, Boolean informMount, Boolean checkDisrupt)
konum: Server.AOS.Damage(IDamageable damageable, Mobile from, Int32 damage, Boolean ignoreArmor, Int32 phys, Int32 fire, Int32 cold,Int32 pois, Int32 nrgy, Int32 chaos, Int32 direct, Boolean keepAlive, DamageType type)
konum: Server.Items.BaseWeapon.OnHit(Mobile attacker, IDamageable damageable, Double damageBonus)
konum: Server.Items.BaseWeapon.OnSwing(Mobile attacker, IDamageable damageable, Double damageBonus)
konum: Server.Items.Fists.OnSwing(Mobile attacker, IDamageable defender)
konum: Server.Mobile.CombatTimer.OnTick()
konum: Server.Timer.Slice()
konum: Server.Core.Main(String[] args)

Fatal Error:

An error was encountered while loading a saved object
- Type: Server.Engines.Quests.Morz
- Serial: 0x00000005
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.Morz, serial=0x00000005) ---> System.ArgumentNullException: Value can not be Null.
Parametre adı: typeName
at System.Type.GetType(String typeName)
at Server.Mobiles.BaseCreature.Deserialize(GenericReader reader) c:\Users\Administrator\Desktop\Newest Peaceful Coast\Newest Peaceful Coast\Scripts\Mobiles\Normal\BaseCreature.cs içinde: satır 3499
at Server.Mobiles.BaseVendor.Deserialize(GenericReader reader) c:\Users\Administrator\Desktop\Newest Peaceful Coast\Newest Peaceful Coast\Scripts\Mobiles\NPCs\BaseVendor.cs içinde: satır 2299
at Server.Engines.Quests.MondainQuester.Deserialize(GenericReader reader) c:\Users\Administrator\Desktop\Newest Peaceful Coast\Newest Peaceful Coast\Scripts\Services\MondainsLegacyQuests\MondainQuester.cs içinde: satır 224
at Server.Engines.Quests.Morz.Deserialize(GenericReader reader) c:\Users\Administrator\Desktop\Newest Peaceful Coast\Newest Peaceful Coast\Scripts\Services\Town Cryer\Quests\PaladinsOfTrinsic.cs içinde: satır 235
at Server.World.Load()
--- end of inner exception stack trace ---
konum: Server.World.Load()
konum: Server.Core.Main(String[] args)
This exception is fatal, press return to exit

Thanks again :)
 

Attachments

  • BaseCreature.cs
    284.7 KB · Views: 1
Last edited:
Back