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
393 stars 42 forks source link

The system cannot find the specified driver: Exception from HRESULT: 0x8007000F #117

Closed reinaqu-fp closed 6 months ago

reinaqu-fp commented 6 months ago

Describe the bug

After entering my password I obtain the following error message.

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.Services.DataService.d__59.MoveNext() + 0xa92

Steps to Reproduce

Steps to reproduce the behavior:

  1. Given the following environment: Processor Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz 2.30 GHz RAM 16,0 GB (15,8 GB usable) Edition Windows 11 Pro Version 23H2 Operating System Release 22631.3155 Experience Windows Feature Experience Pack 1000.22684.1000.0
  2. Execute 2fast
  3. Introduce password
  4. Click on 'Login'
  5. See error
    #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.Services.DataService.<CheckLocalDatafile>d__59.MoveNext() + 0xa92
    <!-- Provide as many code-snippets or XAML snippets where appropriate. -->

If I try to restart the app or to close the app and execute it again, I obtain the same error and I cannot see the codes.

This behaviour does not happen all the times. Sometimes 2fast works corrrectly. But many times the error is produced. I have not been able to reproduce the error on purpose.

Expected behavior

I expect to execute the applcation correctly. Right now I cannot obtain the codes.

Screenshots

Environment

App Version(s):

Windows 10/11 Build Number:

Additional context

jp-weber commented 6 months ago

According to my research, this is probably a fault with hard drive or Windows. Failed to Stage WinPE, Failed to prepare the system partition for staging. The system cannot find the drive specified. (Error: 8007000F; Source: Windows).

You should check your hard drive with a tool like CrystalDiskInfo.

reinaqu-fp commented 6 months ago

It is strange because sometimes works and others not.