Full Version : Crash
xmlspawner >>Troubleshooting >>Crash


<< Prev | Next >>

Tru- 04-11-2006
CODE
Reports: Loading...Error:
System.Reflection.TargetInvocationException: Exception has been thrown by the ta
rget of an invocation. ---> System.Xml.XmlException: This is an unexpected token
. The expected token is 'EndElement'. Line 72630, position 5.
   at System.Xml.XmlTextReader.Read()
   at Server.Engines.Reports.XmlPersistanceReader.BeginChildren()
   at Server.Engines.Reports.XmlPersistanceReader.GetChild()
   at Server.Engines.Reports.ReportItem.DeserializeChildren(PersistanceReader ip
)
   at Server.Engines.Reports.XmlPersistanceReader.GetChild()
   at Server.Engines.Reports.Report.DeserializeChildren(PersistanceReader ip)
   at Server.Engines.Reports.XmlPersistanceReader.GetChild()
   at Server.Engines.Reports.Snapshot.DeserializeChildren(PersistanceReader ip)
   at Server.Engines.Reports.XmlPersistanceReader.GetChild()
   at Server.Engines.Reports.SnapshotHistory.DeserializeChildren(PersistanceRead
er ip)
   at Server.Engines.Reports.XmlPersistanceReader.ReadDocument(PersistableObject
 root)
   at Server.Engines.Reports.SnapshotHistory.Load()
   at Server.Engines.Reports.Reports.Initialize()
   --- End of inner exception stack trace ---
   at System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlag
s invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean i
sBinderDefault, Assembly caller, Boolean verifyAccess)
   at System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlag
s invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean v
erifyAccess)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invoke
Attr, Binder binder, Object[] parameters, CultureInfo culture)
   at Server.ScriptCompiler.Compile(Boolean debug)
   at Server.Core.Main(String[] args)
This exception is fatal, press return to exit


Get this crash after a restart it compiles but crashes when it loads the Reports (It also doesn't create a crash log it just crashes in the console you hit OK and it closes)....I'm just guessing its one of your scripts (but I could be wrong).

ArteGordon- 04-11-2006
no, this is the runuo report system. I believe this occurs when you have a corrupt reporthistory.xml file. Go into the main RunUO folder and delete that file.

Tru- 04-11-2006
Yep that appears to have been it.....
You Rock