I've tried multiple ways of fixing this even changing it back to the origial way it was then tried doing this....
Code:
        [CommandProperty(AccessLevel.GameMaster)]
        public TimeSpan NextTamingBulkOrder
        {
			get
			{
                return module.NextTamingBulkOrder;
			}
			set
			{
                Server.Engines.BulkOrders.TamingBOBFilter( reader );
			}
		}
the true answer to my problem eludes me
 
@Hammerhand you mean just taking it all together?
[doublepost=1494853969][/doublepost]Re-downloaded FS-Taming and put playermobile back way it was and aimaltrainer now not getting crash errors with it when Isave, but now after a save and reboot it wants to delete playermobile and dunno why yet.
[doublepost=1494860041][/doublepost]--------------------------------------------------------------------------------

ServUO - [https://www.servuo.com] Version 0.5, Build 6343.17116
Core: Optimizing for 4 processors
RandomImpl: CSPRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...Finished with: 0 errors, 0 warnings
Scripts: Skipping VB.NET Scripts...done (use -vb to enable)
Scripts: Verifying...
Finished (6969 items, 1402 mobiles, 7 customs) (2.27 seconds)
Searching for Ultima Online installations...
Config: Warning, using default value for DataPath.CustomPath
Found 1 Ultima Online installations:
C:\Program Files\Electronic Arts\Ultima Online Classic
ACC Registered: Server.ACC.CM.CentralMemory
ACC Registered: Server.ACC.CSS.CSS
ACC Registered: Server.ACC.PG.PGSystem
DataPath: C:\Program Files\Electronic Arts\Ultima Online Classic



**** VITA-NEX: CORE 4.0.0.0 ****

Root Directory: Scripts\Customs\New Systems\Vita-Nex Core 4.0.0.0\
Working Directory:
C:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\VitaNexCore\
Build Directory:
C:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\VitaNexCore\Build\
Data Directory:
C:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\VitaNexCore\Data\
Cache Directory:
C:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\VitaNexCore\Cache
\ Services Directory:
C:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\VitaNexCore\Ser
vices\ Modules Directory:
C:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\VitaNexCor
e\Modules\ Backup Directory:
C:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\VitaNe
xCore\Backups\ Saves Directory:
C:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\Vi
taNexCore\Saves\ Logs Directory:
C:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\
VitaNexCore\Logs\
http://core.vita-nex.com



[VitaNexCore]:
[VitaNexCore]: Compile action started...
[VitaNexCore]: Compiling Services...
[VitaNexCore]: Compiling Modules...
[VitaNexCore]: Compile action completed in 0.01 seconds
[VitaNexCore]:
[VitaNexCore]: Configure action started...
[VitaNexCore]: Configuring Services...
[VitaNexCore]: Configuring Modules...
[VitaNexCore]: Configure action completed in 1.26 seconds
Regions: Loading...done
World: Loading...
An error was encountered while loading a saved object
- Type: Server.Mobiles.PlayerMobile
- Serial: 0x0000037B
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=Fal
se, type=Server.Mobiles.PlayerMobile, serial=0x0000037B) ---> System.ArgumentOut
OfRangeException: The added or subtracted value results in an un-representable D
ateTime.
Parameter name: t
at System.DateTime.op_Addition(DateTime d, TimeSpan t)
at Server.Engines.BulkOrders.BulkOrderSystem.SetNextBulkOrder(BODType type, P
layerMobile pm, TimeSpan ts)
at Server.Mobiles.PlayerMobile.set_NextSmithBulkOrder(TimeSpan value)
at Server.Mobiles.PlayerMobile.Deserialize(GenericReader reader)
at Server.World.Load() in c:\Users\Demented\Downloads\Disel'sRepackh\ServUO-m
aster\Server\World.cs:line 597
--- End of inner exception stack trace ---
at Server.World.Load() in c:\Users\Demented\Downloads\Disel'sRepackh\ServUO-m
aster\Server\World.cs:line 846
at Server.Core.Main(String[] args) in c:\Users\Demented\Downloads\Disel'sRepa
ckh\ServUO-master\Server\Main.cs:line 553
This exception is fatal, press return to exit
this is the crash error i get for playerMobiles
 
Post (attach) your PlayerMobile.cs with the modifications in place. The delete is usually a problem with the Ser/Deser. May not be numbered right.
 
All Fixed It was my Playermobile that was messed up,but i got it
it was the Bulk Order edits with FS-taming and the original ServuomCode,I redid a merge and got it working
 
Hmm now when J [createworld it gets so far and then crashes....
Code:
Server Crash Report
===================

ServUO Version 0.5, Build 6343.17116
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
.NET Framework: 4.0.30319.42000
Time: 5/15/2017 6:17:53 PM
Mobiles: 7271
Items: 119691
Exception:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at Server.Items.RunicReforging.GetSuffixName(ReforgedSuffix suffix) in c:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\Scripts\Services\RunicReforging\RunicReforging.cs:line 1326
   at Server.Items.BaseArmor.AddNameProperty(ObjectPropertyList list) in c:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\Scripts\Items\Equipment\Armor\BaseArmor.cs:line 2698
   at Server.Item.AddNameProperties(ObjectPropertyList list) in c:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\Server\Item.cs:line 1306
   at Server.Item.GetProperties(ObjectPropertyList list) in c:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\Server\Item.cs:line 1400
   at Server.Items.BaseArmor.GetProperties(ObjectPropertyList list) in c:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\Scripts\Items\Equipment\Armor\BaseArmor.cs:line 2752
   at Server.Item.get_PropertyList() in c:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\Server\Item.cs:line 2108
   at Server.Item.InvalidateProperties() in c:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\Server\Item.cs:line 2159
   at Server.Item.set_Map(Map value) in c:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\Server\Item.cs:line 2406
   at Server.Item.AddItem(Item item) in c:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\Server\Item.cs:line 3793
   at Server.Items.Container.AddItem(Item item) in c:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\Server\Items\Container.cs:line 1770
   at Server.Items.Container.DropItem(Item dropped) in c:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\Server\Items\Container.cs:line 1797
   at Server.Engines.TreasuresOfKotlCity.KotlRegalChest.Fill() in c:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\Scripts\Services\TreasuresOfKotlCity\Items\RegalChest.cs:line 76
   at Server.Timer.DelayCallTimer.OnTick() in c:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\Server\Timer.cs:line 614
   at Server.Timer.Slice() in c:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\Server\Timer.cs:line 409
   at Server.Core.Main(String[] args) in c:\Users\Demented\Downloads\Disel'sRepackh\ServUO-master\Server\Main.cs:line 586

Clients:
- Count: 1
+ 127.0.0.1: (account = demented) (mobile = 0x37B 'test')
I dont under stand why am crashing at BaseWeapon or BaseArmor AddnNameproperties i have like they always been without crash..and I dont know about cotaainer it is like stockServUs
 

Attachments

  • BaseWeapon.cs
    160.8 KB · Views: 1
  • BaseArmor.cs
    117 KB · Views: 1
  • Container.cs
    27 KB · Views: 1
Back