-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
haxelib submit password input broken in Windows #421
Comments
Hmm. I've just tested it (the haxelib build that shipped with 4.0.0-preview.3) with:
All of that with haxeshim in between - which is more likely to introduce the problem you're describing rather than fix it. |
The issue was reported by @yar3333, and I reproduced it with Neko 2.2.0 on my Windows 10 machine (Windows 10 Pro version 1803, OS build 17134.48). I've just found out that it happens to the Neko 2.2.0 (32-bit) binary, but not Neko 2.1.0 (32-bit)... For the record, the Haxe 3.4.7 and 4.0.0-preview.3 Windows installers are bundled with Neko 2.1.0, so they are fine... |
I have the same problem on my machine as well. This is very problematic... and yes it's suddenly broken without any reason |
There's definitely something wrong with Neko build because on same terminal I get the error in Neko but not in HL (which is supposed to use the same C function I think?) |
Same issue. Workaround works. |
On Windows, when haxelib asks for password when submitting a library, if user enter
abc
, it will somehow geta b c
. I have no idea why yet but I suspect it is caused by some changes in recent Windows update.The current workaround is to directly pass the password as the last argument, i.e.
haxelib submit path/to/lib.zip password
.The text was updated successfully, but these errors were encountered: