Hi all I been getting this crash from time to time, any idea what this could be?

ServUO Version 0.5, Build 6659.27996
Operating System: Microsoft Windows NT 6.2.9200.0
.NET Framework: 4.0.30319.42000
Time: 4/2/2018 10:21:02 PM
Mobiles: 359395
Items: 3697301
Exception:
System.OverflowException: TimeSpan overflowed because the duration is too long.
at System.TimeSpan.Interval(Double value, Int32 scale)
at Server.Items.BaseWeapon.GetDelay(Mobile m)
at Server.Items.BaseWeapon.OnEquip(Mobile from)
at Server.Mobile.EquipItem(Item item) in c:\Users\Administrator\Documents\GitHub\UOHQ\Server\Mobile.cs:line 10868
at Server.Network.PacketHandlers.EquipReq(NetState state, PacketReader pvSrc) in c:\Users\Administrator\Documents\GitHub\UOHQ\Server\Network\PacketHandlers.cs:line 1119
at VitaNex.Modules.EquipmentSets.EquipmentSets.EquipItemRequest6017(NetState state, PacketReader pvSrc)
at Server.Network.MessagePump.HandleReceive(NetState ns) in c:\Users\Administrator\Documents\GitHub\UOHQ\Server\Network\MessagePump.cs:line 187
at Server.Network.MessagePump.Slice() in c:\Users\Administrator\Documents\GitHub\UOHQ\Server\Network\MessagePump.cs:line 115
at Server.Core.Main(String[] args) in c:\Users\Administrator\Documents\GitHub\UOHQ\Server\Main.cs:line 571
 
Most likely your custom calculations of the impact velocity exceeded the allowed value, which takes a TimeSpan
 
Back