I was getting this error after filling my login keys.
I was able solve the problem by editing Lib/GetStdStream.ahk, line 23 and changed the CP1252.
Win 1252 would never work in my locale, since in my country we use 1250. I have somewhere in the localization settings in Windows checked beta UTF-8 support, so I changed it to UTF-8 and the tool works now.
I was getting this error after filling my login keys. I was able solve the problem by editing Lib/GetStdStream.ahk, line 23 and changed the CP1252.
Win 1252 would never work in my locale, since in my country we use 1250. I have somewhere in the localization settings in Windows checked beta UTF-8 support, so I changed it to UTF-8 and the tool works now.