Can anyone help me this error?
-
This is when I tried to load Marlowe Valley using Menyoo
6/8/2018 7:48:13 PM MAP FAILED TO LOAD:
System.InvalidOperationException: There is an error in XML document (2, 2). ---> System.InvalidOperationException: <SpoonerPlacements xmlns=''> was not expected.
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMap.Read13_Map()
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
at MapEditor.MapSerializer.Deserialize(String path, Format format)
at MapEditor.MapEditor.LoadMap(String filename, Format format)
This is the error when I try to use the Map Editor.
6/8/2018 7:48:32 PM MAP FAILED TO LOAD:
System.InvalidOperationException: There is an error in XML document (2, 2). ---> System.InvalidOperationException: <SpoonerPlacements xmlns=''> was not expected.
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMap.Read13_Map()
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
at MapEditor.MapSerializer.Deserialize(String path, Format format)Any help would be appreciated, I've been struggling for days. I just can't seem to figure it out.
-
Sorry, This is the error when I tried to load the map using Menyoo.
6/9/2018 4:04:01 PM MAP FAILED TO LOAD:
System.NullReferenceException: Object reference not set to an instance of an object.
at MapEditor.MapSerializer.Deserialize(String path, Format format)
at MapEditor.MapEditor.LoadMap(String filename, Format format)