toms-tpi

Results 5 comments of toms-tpi

I can reproduce this on Ubuntu Desktop 22.04.5 with the AppImage versions 2025.1.3, 2025.1.2, 2025.1.1, and 2025.1.0. After entering the master password, it should prompt for 2fa from my yubikey,...

I built the tip of the main branch and the problem persists. It appears there is an unhandled exception. Here's the console output after entering the password and the application...

The issue is tied to the [_await_ call on the _formPromise_ for login.](https://github.com/bitwarden/clients/blob/f17cb61183c641e2f164f3aac72deefe047c7cf9/libs/angular/src/auth/components/login-v1.component.ts#L172). As soon as the _await_ happens, it crashes with the _UnhandledPromiseRejectionWarning_. The chromium debugger appears to show...

Yes, that was mentioned previously as the last functional release. Unfortunately, that can still be a pain when first starting the AppImage and the prompt to update appears while entering...

The root cause of this is in the rust argon2 implementation. [It's now been fixed upstream](https://github.com/RustCrypto/password-hashes/pull/568/commits/a6a41aa6c7897e8bc2c10163bf82e365ed0e04b6). The issue was that it was attempting to allocate a vector in the _hash_password_into_...