Page 1 of 1

Error

PostPosted: 31 Oct 2013, 22:26
by keystirras
----10/31/2013 3:23:56 PM ----
Type: XmlException
Source: System.Xml
Message: '"' is an unexpected token. The expected token is '='. Line 9, position 33.
Target: Throw
Trace: at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(TextReader txtReader)
at MCDzienny.InfectionSystem.InfectionMaps.LoadInfectionMapsXML()
at MCDzienny.Server.StartZombie()
at MCDzienny.Server.<Start>b__c()

Idk if you can tell me how to fix this, But if you could that would be great! :D

Re: Error

PostPosted: 31 Oct 2013, 23:05
by ismellike
Your zombie maps XML file is messed up. You will have to scour it for errors

Re: Error

PostPosted: 31 Oct 2013, 23:44
by keystirras
So would the XML be the maps text file??? or is it the file that actually have the maps in?

Re: Error

PostPosted: 01 Nov 2013, 16:30
by keystirras
Bump ^

Re: Error

PostPosted: 01 Nov 2013, 17:19
by joppiesaus
keystirras wrote:So would the XML be the maps text file??? or is it the file that actually have the maps in?

It's the text file. You can rename it for a quick fix. <ok>
Or, fix the error on line 9, column 33.