2fast-team / 2fast

Two-Factor Authenticator Supporting TOTP (Windows 10 & Android, iOS, Linux and macOS App)
https://2fast-app.de
GNU General Public License v3.0
394 stars 42 forks source link

(Exception from HRESULT: 0x8007000F) #23

Closed AAGRusso closed 2 years ago

AAGRusso commented 2 years ago

Describe the bug

when open the application, after entering the password, the following error appears and cannot continue.

#El sistema no puede encontrar el controlador especificado. (Exception from HRESULT: 0x8007000F)
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
   at Project2FA.UWP.Services.DataService.<CheckLocalDatafile>d__48.MoveNext() + 0x460

Steps to Reproduce

Steps to reproduce the behavior:

  1. Open App
  2. Input password
  3. See error

Environment

Windows 10 Pro Versión: 21H2 (19044.1826)

jp-weber commented 2 years ago

Have you tried to reset or reinstall the application?

To reset the app:

AAGRusso commented 2 years ago

no, I haven't tried that as I guess that deletes all the information and I have several entries. I will try... when I come back from holidays !

jp-weber commented 2 years ago

The account entries are stored in the .2fa data file, which you have created in the first start of the app. If you have second PC, you can also use the file. A reset will not delete this file and delete no account entries.

Have a nice holiday! 🏖

AAGRusso commented 2 years ago

Trying to save the file... found the problem, the .2fa file was on an encrypted drive and that drive was not mounted, so app could not find the file.