I installed this and it worked for the first few times i used it but now I always get this error:
2019/05/14 00:40:26.75 :Unable to load character Test data: System.ArgumentException: Error parsing player file Item Block- C:\Users\xxx\OneDrive\Documents\My Games\Titan Quest - Immortal Throne\SaveData\Main\_Test\Player.chr ---> System.ArgumentOutOfRangeException: Non-negative number required.
Parameter name: count
at System.IO.BinaryReader.ReadBytes(Int32 count)
at TQ_weaponsmith.TQData.ReadCString(BinaryReader reader)
at TQ_weaponsmith.Item.Parse(BinaryReader reader)
at TQ_weaponsmith.Sack.Parse(BinaryReader reader)
at TQ_weaponsmith.Character.parseItemBlock(Int32 offset, BinaryReader reader)
at TQ_weaponsmith.Character.parseRawData()
--- End of inner exception stack trace ---
at TQ_weaponsmith.TQData.loadPlayerData(String playerName)
at TQ_weaponsmith.TQData.loadCharacter(String chrName)
at TQ_weaponsmith.CharacterSelectionForm.SelectButton_Click(Object sender, EventArgs e)
how do i fix it?