DarkstarProject / xiloader

Loader for FFXI to bypass POL and connect to any server
GNU General Public License v3.0
24 stars 47 forks source link

Win 10 update (I think) and Password field #20

Closed hannahpi closed 6 years ago

hannahpi commented 6 years ago

Ever since one of the windows 10 updates the password field has been adding characters. Instead of adding a single character while typing it would add two. I looked into this and it seems that it is sending a null character between each character in the password. After further investigation I believe that _getch() appears to be causing this issue.

I believe I have a fix for this or a work around at least. I plan to submit a pull request for this issue.