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!

Crash on Save

dazedmouse

Sorceror
Can any one shed some light on this crash:



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

RunUO Version 2.1, Build 4535.17468
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
.NET Framework: 2.0.50727.5456
Time: 6/2/2012 9:07:53 PM
Mobiles: 89326
Items: 643648
Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at Solaris.ItemStore.ItemListEntry.Serialize(GenericWriter writer)
at Solaris.ItemStore.BaseAddonDeedListEntry.Serialize(GenericWriter writer)
at Solaris.ItemStore.ListEntry.Serialize(GenericWriter writer)
at Solaris.ItemStore.ItemStore.Serialize(GenericWriter writer)
at Server.Items.AddonDeedKey.Serialize(GenericWriter writer)
at Server.StandardSaveStrategy.SaveItems(SaveMetrics metrics) in c:\Users\xxxxx\Desktop\New Beyond Time\Beyond Time New\Server\Persistence\StandardSaveStrategy.cs:line 139
at Server.DualSaveStrategy.<>c__DisplayClass1.<Save>b__0() in c:\Users\xxxxx\Desktop\New Beyond Time\Beyond Time New\Server\Persistence\DualSaveStrategy.cs:line 45
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()


Thank you
 

mumuboy

Sorceror
This is the wrong forum, but it is something wrong with a custom script. Look at the file with Solaris.ItemStore namespace, class is ItemListEntry, function is Serialize.
 
Top