Hi, i'm trying to extract SRIV strings but i get this error
An unhandled exception: System.ArgumentException: '', Hexadecimal value of 0x14 is invalid characters.
location: System.Xml.XmlUtf8RawTextWriter.InvalidXmlChar(Int32 ch, Byte* pDst, Boolean entitize)
location: System.Xml.XmlUtf8RawTextWriter.WriteElementTextBlock(Char* pSrc, Char* pSrcEnd)
location: System.Xml.XmlUtf8RawTextWriter.WriteString(String text)
location: System.Xml.XmlWellFormedWriter.WriteString(String text)
location: ThomasJepp.SaintsRow.ExtractStrings.Program.Main(String[] args)
An unhandled exception: System.ArgumentException: '', Hexadecimal value of 0x14 is invalid characters.
location: System.Xml.XmlUtf8RawTextWriter.InvalidXmlChar(Int32 ch, Byte* pDst, Boolean entitize)
location: System.Xml.XmlUtf8RawTextWriter.WriteElementTextBlock(Char* pSrc, Char* pSrcEnd)
location: System.Xml.XmlUtf8RawTextWriter.WriteString(String text)
location: System.Xml.XmlWellFormedWriter.WriteString(String text)
location: ThomasJepp.SaintsRow.ExtractStrings.Program.Main(String[] args)