You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case that Windows Hello isn't supported, but a key is still generated (or you just run the WindowsHelloAuthenticator` binary by hand), it fails to upon the expected error UI box.
Output:
> sudo whoami
Unhandled Exception: System.AggregateException: One or more errors occurred. ---> System.Exception: Invalid window handle.
This API must be called from a thread with a CoreWindow or a window must have been set explicitly.
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at WindowsHelloAuthenticator.Program.<VerifyUser>d__9.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at System.Threading.Tasks.Task`1.get_Result()
at WindowsHelloAuthenticator.Program.Main(String[] args)
This all said, I'm not sure if there's actually a way to open a window on the desktop from WSL like this.
System details:
WSL Version: 1, Ubuntu 18
OS Info: Windows 10 Pro, 19043.1288
Terminal: Windows Terminal Preview
The text was updated successfully, but these errors were encountered:
BlackHoleFox
changed the title
Hello fails to find valid window
Authenticator fails to find valid window when Hello detection returns false
Oct 29, 2021
In the case that Windows Hello isn't supported, but a key is still generated (or you just run the WindowsHelloAuthenticator` binary by hand), it fails to upon the expected error UI box.
Output:
This all said, I'm not sure if there's actually a way to open a window on the desktop from WSL like this.
System details:
WSL Version: 1, Ubuntu 18
OS Info: Windows 10 Pro, 19043.1288
Terminal: Windows Terminal Preview
The text was updated successfully, but these errors were encountered: