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
I had a weird error today happening once, not before and not again afterwards.
I got the Windows Hello prompt, I confirmed with fingerprint, and then WindowsHelloAuthenticator crashed:
david@CHE-X1:~ $ sudo apt install --only-upgrade httpie
Unbehandelte Ausnahme: System.AggregateException: Mindestens ein Fehler ist aufgetreten. ---> System.Exception: TPM 2.0: Das Handle ist für die Verwendungsweise nicht korrekt. (Ausnahme von HRESULT: 0x8028008B)
bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei WindowsHelloAuthenticator.Program.<VerifyUser>d__9.MoveNext() in C:\Users\abctk\Dropbox\develop\rust\wsl_hello_pam\win_components\WindowsHelloAuthenticator\WindowsHelloAuthenticator\Program.cs:Zeile 71.
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
bei System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
bei System.Threading.Tasks.Task`1.get_Result()
bei WindowsHelloAuthenticator.Program.Main(String[] args) in C:\Users\abctk\Dropbox\develop\rust\wsl_hello_pam\win_components\WindowsHelloAuthenticator\WindowsHelloAuthenticator\Program.cs:Zeile 94.
The error message is German for TPM 2.0: The Handle is not correct for the use. (TPM_20_E_HANDLE)
Windows version 19042.867
The text was updated successfully, but these errors were encountered:
CherryDT
changed the title
Error 0x8028008B
Error 0x8028008B - TPM 2.0: The Handle is not correct for the use.
Apr 11, 2021
I had a weird error today happening once, not before and not again afterwards.
I got the Windows Hello prompt, I confirmed with fingerprint, and then WindowsHelloAuthenticator crashed:
The error message is German for
TPM 2.0: The Handle is not correct for the use.
(TPM_20_E_HANDLE
)Windows version 19042.867
The text was updated successfully, but these errors were encountered: