Hi all, I gotten this a few times, any ideas what this could be related to?

Server Crash Report
===================

ServUO Version 0.5, Build 6613.20291
Operating System: Unix 4.9.0.5
.NET Framework: 4.0.30319.42000
Time: 2/14/2018 6:39:48 AM
Mobiles: 219386
Items: 2267879
Exception:
System.NullReferenceException: Object reference not set to an instance of an object
at VitaNex.Network.ExtendedOPL.Apply () [0x0003e] in <a175f90f7856441ca30739524ca47b12>:0
at VitaNex.Network.ExtendedOPL.ResolveOPL (Server.IEntity e, Server.Mobile v) [0x00067] in <a175f90f7856441ca30739524ca47b12>:0
at VitaNex.Network.ExtendedOPL.SendPropertiesTo (Server.Mobile to, Server.Item item) [0x0000d] in <a175f90f7856441ca30739524ca47b12>:0
at VitaNex.Network.ExtendedOPL.OnBatchQueryProperties (Server.Network.NetState state, Server.Network.PacketReader pvSrc) [0x0010e] in <a175f90f7856441ca30739524ca47b12>:0
at Server.Network.MessagePump.HandleReceive (Server.Network.NetState ns) [0x001e6] in <186d2c531ee2482f8471a476b457e0a7>:0
at Server.Network.MessagePump.Slice () [0x00057] in <186d2c531ee2482f8471a476b457e0a7>:0
at Server.Core.Main (System.String[] args) [0x00571] in <186d2c531ee2482f8471a476b457e0a7>:0
 
In vitanex there's a feature that allows you to add multiple properties to the item properties display ( when you hover over say a weapon and it shows all the properties of the weapon ).

Are you using that on any of your scripts?
 
Back