Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splatoon byaml file and xml convert error. #4

Open
zaranrapu opened this issue Mar 4, 2016 · 1 comment
Open

Splatoon byaml file and xml convert error. #4

zaranrapu opened this issue Mar 4, 2016 · 1 comment

Comments

@zaranrapu
Copy link

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
Copy link

ghost commented Aug 20, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant