-
Notifications
You must be signed in to change notification settings - Fork 400
AppImage broken after update #184
Comments
Looks like the errors are coming from keytar, which uses libsecret. https://github.com/atom/node-keytar Is the libsecret package available on this OS? |
I am seeing the same problem on RHEL 7.5. It happens with the .AppImage and the RPM. |
Per someone else here, "Yeah, Redhat 7 tops out at 1.3.7 for CXXABI." |
I have same problem on Centos 7 (GNOME 3 Desktop). Steps to reproduce: wget "https://vault.bitwarden.com/download/?app=desktop&platform=linux&variant=appimage"
chmod +x Bitwarden-x86_64.AppImage
./Bitwarden-x86_64.AppImage Output of the last command: A JavaScript error occurred in the main process
Uncaught Exception:
Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /tmp/.org.chromium.Chromium.Sj1g8J)
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:166:20)
at Object.Module._extensions..node (internal/modules/cjs/loader.js:740:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:180:18)
at Module.load (internal/modules/cjs/loader.js:620:32)
at tryModuleLoad (internal/modules/cjs/loader.js:559:12)
at Function.Module._load (internal/modules/cjs/loader.js:551:3)
at Module.require (internal/modules/cjs/loader.js:658:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (/tmp/.mount_bitwarIKmjkS/resources/app.asar/node_modules/keytar/lib/keytar.js:1:169)
at Object.<anonymous> (/tmp/.mount_bitwarIKmjkS/resources/app.asar/node_modules/keytar/lib/keytar.js:61:3) Edit: I’ve found a similar issue #254 in Microsoft/napajs. These two might be connected with each other. |
@tukusejssirs Is libsecret installed? |
@kspearrin, yes, I have |
I got the same error, is there any workaround? |
@slorenzo, use other options, like a browser extension. I use one for Firefox. Still, this issue must be solved. |
@slorenzo, I found out that adding |
for me:
doesn't work anymore, and was working before the self-update, while on latest Centos 7.9
and is producing a similar
|
BTW
and this one works. |
Hi @jarthurgross, |
Today Bitwarden prompted me to update, and after updating the AppImage fails to start due to a JavaScript error. Below is the output I get after running
Bitwarden-1.12.0-x86_64.AppImage
from the terminal:It looks like a library problem, which confuses me because I thought the AppImage would take care of most of those problems, but maybe I don't have some core library that the AppImage expects me to have since I'm running an old OS.
My system is running Linux Mint 17 'Qiana', Xfce 64-bit.
The text was updated successfully, but these errors were encountered: