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/20/2017 7:42:29 PM
Mobiles: 8157
Items: 130991
Exception:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at Server.Items.RunicReforging.GetSuffixName(ReforgedSuffix suffix) in c:\Users\Demented\Downloads\Disel'sRepack-morestable-\ServUO-master\Scripts\Services\RunicReforging\RunicReforging.cs:line 1326
   at Server.Items.BaseArmor.AddNameProperty(ObjectPropertyList list) in c:\Users\Demented\Downloads\Disel'sRepack-morestable-\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'sRepack-morestable-\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'sRepack-morestable-\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')

my baseArmor
Dont understand this crash first time encoutered
 

Attachments

  • BaseArmor.cs
    117 KB · Views: 1
Thanks @Dexter_Lexia all Fixed now, now if I can Get this Compress error for vita fixed..
Code:
5/17/2017 9:36:41 PM Warning: Compression buffer overflowed on packet 0xDD ('DisplayGumpPacked') (length=0)
   at Server.Network.Packet.InternalCompile(Boolean compress)
   at Server.Network.Packet.Compile(Boolean compress, Int32& length)
   at Server.Network.NetState.Send(Packet p)
   at Server.Gumps.Gump.SendTo(NetState state)
   at Server.Mobile.SendGump(Gump g, Boolean throwOnOffline)
   at VitaNex.SuperGumps.SuperGump.<Send>b__7()
   at VitaNex.VitaNexCore.TryCatchGet[T](Func`1 func, Action`1 handler)
   at VitaNex.SuperGumps.SuperGump.Send()
   at VitaNex.SuperGumps.SuperGump.Refresh(Boolean recompile)
   at VitaNex.VitaNexCoreUI.<>c__DisplayClass13.<CompileBuffer>b__12(GumpButton b)
   at VitaNex.SuperGumps.SuperGump.HandleButtonClick(GumpButton button)
   at VitaNex.SuperGumps.SuperGump.OnResponse(NetState sender, RelayInfo info)
   at Server.Network.PacketHandlers.DisplayGumpResponse(NetState state, PacketReader pvSrc)
   at Server.Network.MessagePump.HandleReceive(NetState ns)
   at Server.Network.MessagePump.Slice()
   at Server.Core.Main(String[] args)
 
Back