goldwarden icon indicating copy to clipboard operation
goldwarden copied to clipboard

fido2.dll was not found on Windows

Open Dubzer opened this issue 11 months ago • 3 comments

Hi On Windows, the app crashes with the following error: image

Windows Build: 22631.3155 v0.2.13

Dubzer avatar Mar 13 '24 11:03 Dubzer

same issue

Bejukoro avatar Mar 13 '24 15:03 Bejukoro

Same issue here

hakimdotdev avatar Mar 15 '24 17:03 hakimdotdev

Hmm, I guess we need a proper installer, or at least package a zip that includes the latest libfido2 dll.

In the meantime, you can install libfido2 with scooop:

scoop bucket add keys.pub https://github.com/keys-pub/scoop-bucket
scoop install libfido2

or download it from yubico: https://developers.yubico.com/libfido2/Releases/

quexten avatar Mar 16 '24 02:03 quexten