Advertisement
Guest User

error

a guest
Apr 28th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. Test data load finished with errors: See PhxGui.log for any additional details
  2. System.InvalidOperationException: Failed to process one or more files for priority=ProtoData ---> System.Xml.XmlException: The 'Effect' start tag on line 734 position 5 does not match the end tag of 'Effects'. Line 991, position 5.
  3. at System.Xml.XmlTextReaderImpl.Throw(Exception e)
  4. at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
  5. at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
  6. at System.Xml.XmlTextReaderImpl.ParseEndElement()
  7. at System.Xml.XmlTextReaderImpl.ParseElementContent()
  8. at System.Xml.XmlTextReaderImpl.Read()
  9. at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
  10. at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
  11. at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
  12. at System.Xml.XmlDocument.Load(XmlReader reader)
  13. at KSoft.Xml.XmlDocumentWithLocation.Load(XmlReader reader)
  14. at System.Xml.XmlDocument.Load(String filename)
  15. at KSoft.Xml.XmlDocumentWithLocation.Load(String filename)
  16. at KSoft.IO.XmlElementStream..ctor(String filename, FileAccess permissions, Object owner)
  17. at KSoft.Phoenix.Engine.PhxEngine.OpenXmlOrXmbForRead(GetXmlOrXmbFileResult xmlOrXmb, String fileName)
  18. at KSoft.Phoenix.XML.BXmlSerializerInterface.TryStreamData(XmlFileInfo xfi, FileAccess mode, Action`1 streamProc, String ext)
  19. at KSoft.Phoenix.XML.BDatabaseXmlSerializerBase.<>c__DisplayClass18_0.<ProcessStreamXmlContextStage>b__0()
  20. at System.Threading.Tasks.Task`1.InnerInvoke()
  21. at System.Threading.Tasks.Task.Execute()
  22. --- End of inner exception stack trace ---
  23. at KSoft.Phoenix.XML.BDatabaseXmlSerializerBase.ProcessStreamXmlContextStage(Boolean& r, ProcessStreamXmlContextStageArgs args)
  24. at KSoft.Phoenix.XML.BDatabaseXmlSerializerBase.ProcessStreamXmlContexts(Boolean& r, FileAccess mode, StreamXmlStage firstStage, StreamXmlStage lastStagePlusOne, XmlFilePriority firstPriority, XmlFilePriority lastPriorityPlusOne)
  25. at KSoft.Phoenix.XML.BDatabaseXmlSerializerBase.Preload()
  26. at KSoft.Phoenix.Phx.BDatabaseBase.Preload()
  27. at KSoft.Phoenix.Engine.PhxEngine.Preload()
  28. at PhxGui.MainWindowViewModel.RunDataLoadTest()
  29. at System.Threading.Tasks.Task`1.InnerInvoke()
  30. at System.Threading.Tasks.Task.Execute()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement