RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[RunUO SVN] Hawkins' Vendor Auction and Mall 2.0

Devinc07

Sorceror
Hi i have been using the system for a while now and its great. I just got a crash when a player tried to dismiss a vendor. Can someone give me help as to why this happened. Thank you

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

RunUO Version 2.1, Build 3793.19965
Operating System: Microsoft Windows NT 6.0.6002 Service Pack 2
.NET Framework: 2.0.50727.4200
Time: 5/31/2010 6:55:15 PM
Mobiles: 38521
Items: 264999
Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at Server.Mobiles.CommissionedVendor.Dismiss(Mobile from)
at Server.Gumps.NewPlayerVendorOwnerGump.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)

I am trying to figure out if it deals with the same problem as before i am still having with the manager being removed after a few days. Server can restart over and over or not at all for days and still the manager dissapears.

I have tested dismissing the vendor and it has nothing to do with weather the manager is present or not.

Ok i have found the reason for why the crash occurs now can someone just help me fix it. I need to put in some kind of code that will have the comissionedvendor search within so many tiles ( say 30 or something ) to find the manager because the manager is going null on the vendor then it crashes when dismissed. I believe that will fix the crash.
 
Top