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
Running Bitwarden from console gives me this output:
ricardo@localhost:~> flatpak run com.bitwarden.desktop
(node:2) DeprecationWarning: file property is deprecated and will be removed in v5.
(Use `bitwarden --trace-deprecation ...` to show where the warning was created)
(node:2) UnhandledPromiseRejectionWarning: TypeError: Cannot read properties of undefined (reading 'init')
at BiometricsService.<anonymous> (/app/Bitwarden/resources/app.asar/main.js:47305:55)
at Generator.next (<anonymous>)
at /app/Bitwarden/resources/app.asar/main.js:47271:71
at new Promise (<anonymous>)
at biometrics_service_awaiter (/app/Bitwarden/resources/app.asar/main.js:47267:12)
at BiometricsService.init (/app/Bitwarden/resources/app.asar/main.js:47304:16)
at Main.<anonymous> (/app/Bitwarden/resources/app.asar/main.js:54050:46)
at Generator.next (<anonymous>)
at fulfilled (/app/Bitwarden/resources/app.asar/main.js:53942:58)
(node:2) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
[63:1118/060148.182317:ERROR:check.cc(222)] Check failed: false.
[63:1118/060148.182421:ERROR:check.cc(222)] Check failed: false.
[63:1118/060148.182431:ERROR:check.cc(222)] Check failed: false.
[63:1118/060148.182616:ERROR:check.cc(222)] Check failed: false.
The text was updated successfully, but these errors were encountered:
This error appears on the version obtained through the openSUSE package manager (zypper) too but the app don't crash there.
RiQuY
changed the title
Bitwarden crashes on laucher after showing a grey screen with the task bar
Bitwarden crashes on launch after showing a grey screen with the task bar
Nov 18, 2023
I get identical errors on NixOS with River (wayland compositor), although I don't see the Check failed: false. stuff at the end. The screen briefly pops up and crashes immediately.
Bitwarden crashes on lauch after showing a grey screen with the task bar.
System info
OS: openSUSE Tumbleweed x86_64
Kernel: 6.6.1-1-default
Shell: bash 5.2.15
Resolution: 2560x1440
DE: Hyprland
WM: sway
Terminal: kitty
CPU: AMD Ryzen 7 1700X (16) @ 3.400GHz
GPU: AMD ATI Radeon RX 5600 OEM/5600 XT / 5700/5700 XT
Memory: 6535MiB / 32016MiB
Bitwarden version (Flatpak): 2023.10.1
Log output
Running Bitwarden from console gives me this output:
The text was updated successfully, but these errors were encountered: