Chadderz121 / yamlconv

Converts between BYAML and XML
GNU General Public License v2.0
10 stars 5 forks source link

Splatoon byaml file and xml convert error. #4

Open zaranrapu opened 8 years ago

zaranrapu commented 8 years ago

There were a lot of files which can't be converted to Yamlconv v1.0.0, so a build filed the latest commitment (17ec6a4). The file which can't be converted from a byaml file to a xml file exists.

WeaponSet.byaml to XML convert error. ハンドルされていない例外: System.Xml.XmlException: '?' 文字、16 進数値 0x3F を名 前に含むことはできません。 場所 System.Xml.XmlDocument.CheckName(String name) 場所 System.Xml.XmlElement..ctor(XmlName name, Boolean empty, XmlDocument doc ) 場所 System.Xml.XmlDocument.CreateElement(String prefix, String localName, St ring namespaceURI) 場所 System.Xml.XmlDocument.CreateElement(String name) 場所 yamlconv.ByamlNode.NamedNode.ToXml(XmlDocument yaml, XmlNode node, List 1 nodes, List1 values, List1 data) 場所 yamlconv.ByamlNode.UnamedNode.ToXml(XmlDocument yaml, XmlNode node, List 1 nodes, List1 values, List1 data) 場所 yamlconv.Program.ConvertFromByaml(EndianBinaryReader reader, String outp ath) 場所 yamlconv.Program.ConvertPath(String path) 場所 yamlconv.Program.Main(String[] args)

The file from which the file converted to xml can't be converted to byaml exists much.

WeaponInfo_Main.xml to byaml convert error. ハンドルされていない例外: System.IO.InvalidDataException: デコード中に無効なデー タが見つかりました。 場所 yamlconv.ByamlNode.FromXml(XmlDocument doc, XmlNode xmlNode, List1 node s, List1 values, List1 data) 場所 yamlconv.ByamlNode.FromXml(XmlDocument doc, XmlNode xmlNode, List1 node s, List1 values, List1 data) 場所 yamlconv.ByamlNode.FromXml(XmlDocument doc, XmlNode xmlNode, List1 node s, List1 values, List1 data) 場所 yamlconv.ByamlNode.FromXml(XmlDocument doc, XmlNode xmlNode, List1 node s, List1 values, List1 data) 場所 yamlconv.Program.ConvertToByaml(EndianBinaryReader reader, String outpat h) 場所 yamlconv.Program.ConvertPath(String path) 場所 yamlconv.Program.Main(String[] args)

I request to be corrected.

ghost commented 7 years ago

I have a similar problem with Super Mario Maker 3DS.