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
Hang at start due to GetUserNameEx #72
Comments
FauxFaux
added a commit
that referenced
this issue
May 8, 2013
This causes startup hangs for some users. I've been unable to determine a way to ask Windows for a reasonable guess of the username that is not going to go to the network.
I've just entirely ripped this off, I can't find any way to make it Fast. |
FauxFaux
added a commit
that referenced
this issue
Jun 1, 2013
This causes startup hangs for some users. I've been unable to determine a way to ask Windows for a reasonable guess of the username that is not going to go to the network.
FauxFaux
added a commit
that referenced
this issue
Jul 13, 2013
This causes startup hangs for some users. I've been unable to determine a way to ask Windows for a reasonable guess of the username that is not going to go to the network.
FauxFaux
added a commit
that referenced
this issue
Jul 14, 2013
This causes startup hangs for some users. I've been unable to determine a way to ask Windows for a reasonable guess of the username that is not going to go to the network.
FauxFaux
added a commit
that referenced
this issue
Aug 6, 2013
This causes startup hangs for some users. I've been unable to determine a way to ask Windows for a reasonable guess of the username that is not going to go to the network.
FauxFaux
added a commit
that referenced
this issue
Aug 7, 2013
This causes startup hangs for some users. I've been unable to determine a way to ask Windows for a reasonable guess of the username that is not going to go to the network.
FauxFaux
added a commit
that referenced
this issue
Aug 11, 2013
This causes startup hangs for some users. I've been unable to determine a way to ask Windows for a reasonable guess of the username that is not going to go to the network.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A user reports that they get 1+ minute hangs at startup. Debugging v013 reveals:
..that is, that
GetUserNameEx
is Slow.This is only called to make a small UI enhancement, so seems worth removing.
The text was updated successfully, but these errors were encountered: