-
Notifications
You must be signed in to change notification settings - Fork 849
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
Installation fails when creating a user #319
Comments
@LKS90 by chance are you running a non-English version of windows? There normally would be an error print for that error code.
|
@benhillis my system is in english, I might have switched it from german at some point though. Unticking the "legacy" option solved the problem, thanks! |
@LKS90 Great I'm glad it solved your problem! The error code is actually just defined locally in our project so we can print actionable error codes to the user. Once our error message are localized you should see the correct string error message. We basically have a big switch statement that maps error codes to strings. The actual error code of the API that fails due to legacy console is very generic (E_INVALIDARG I think) so we had to define our own error code. Hope that makes sense :) |
Hey there!
I just installed the Windows 10 Insider Preview Build 14332.rs1_release.160422-1940 and tried using the Windows Bash shell. Problem is, the user creation fails and the Bash on Ubuntu for Windows application simple doesn't open anything. I have also tried to use the /setdefaultuser option of LxRun.exe but this fails as well, this time it at least provides an error code:
Any help would be appreciated :).
Greetings
Lukas
The text was updated successfully, but these errors were encountered: