fjay69 / UndertaleTools

GameMaker data.win unpacker/packer
https://www.reddit.com/r/UnderMiners/
GNU General Public License v3.0
81 stars 9 forks source link

Error when unpacking PS4 game.win #14

Open NathanDreamweaver opened 5 years ago

NathanDreamweaver commented 5 years ago

Unhandled Exception: System.ArgumentException: '.', hexadecimal value 0x00, is an invalid character. at System.Xml.XmlEncodedRawTextWriter.InvalidXmlChar(Int32 ch, Char* pDst, Boolean entitize) at System.Xml.XmlEncodedRawTextWriter.WriteElementTextBlock(Char* pSrc, Char* pSrcEnd) at System.Xml.XmlEncodedRawTextWriter.WriteString(String text) at System.Xml.XmlEncodedRawTextWriterIndent.WriteString(String text) at System.Xml.XmlWellFormedWriter.WriteString(String text) at System.Xml.Linq.ElementWriter.WriteElement(XElement e) at System.Xml.Linq.XElement.WriteTo(XmlWriter writer) at System.Xml.Linq.XContainer.WriteContentTo(XmlWriter writer) at System.Xml.Linq.XNode.GetXmlString(SaveOptions o) at System.Xml.Linq.XNode.ToString() at WinExtract.Program.collectFonts(String input_folder) at WinExtract.Program.Main(String[] args)