AlessandroZ / LaZagne

Credentials recovery project
GNU Lesser General Public License v3.0
9.52k stars 2.04k forks source link

UnicodeDecodeError #621

Closed mkk776 closed 4 months ago

mkk776 commented 1 year ago

my windows username includes some characters which i guess doesn't support...

LaZagne.exe windows

Exception in thread Thread-1: Traceback (most recent call last): File "threading.py", line 926, in _bootstrap_inner File "threading.py", line 870, in run File "subprocess.py", line 1267, in _readerthread File "c:\Python37\lib\encodings\cp1254.py", line 23, in decode UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 11: character maps to

AlessandroZ commented 10 months ago

Sorry for my late answer. This is weird, I worked a lot trying to correct this issue. I cannot see where the error comes from. It would be more useful putting the stracktrace using the python code.