December 31, 20187 yr I have Enpass 5.6.0 on an Ubuntu machine (17.10) I wanted to upgrade it to 6.0.0 so I followed the download Instructions the application doesn't start. When attepting to run /opt/enpass/Enpass in console, it returns "Core Dumped" I've tried purging the application, removing everything I can find related to Enpass, and reinstall but it still core dumps. Any ideas?
January 1, 20197 yr Hi, Your version of Ubuntu (17.10) is no longer maintained since July 19, 2018. I advise you to upgrade to version 18.04 LTS on which Enpass 6 works.
January 1, 20197 yr Hi @blenderfox, Please send full output of these two commands /opt/enpass/Enpass env | grep QT_ Thanks.
January 1, 20197 yr I can confirm that Enpass 6 doesn't run on Ubuntumate 17.10 here, I'll be letting this thread notify me of things I can try with my system as well.. works great on 3 debian stretch workstations so I know the enpass team have been doing a great job thanks happy new year btw
January 1, 20197 yr Ubuntu Mate 17.10 I couldn't open Enpass 6.0 from menu. I wrote this launcher script to make it work. #!/bin/bash export GDK_BACKEND=x11 export QT4_IM_MODULE=xim export QT_ACCESSIBILITY=1 export QT_IM_MODULE=ibus export QT_QPA_PLATFORMTHEME=gtk2 /opt/enpass/Enpass I have a crash log if you want me to send it to you.
January 2, 20197 yr On 1/1/2019 at 2:17 PM, gargolito said: Ubuntu Mate 17.10 I couldn't open Enpass 6.0 from menu. I wrote this launcher script to make it work. #!/bin/bash export GDK_BACKEND=x11 export QT4_IM_MODULE=xim export QT_ACCESSIBILITY=1 export QT_IM_MODULE=ibus export QT_QPA_PLATFORMTHEME=gtk2 /opt/enpass/Enpass I have a crash log if you want me to send it to you. thanks gargolito, this fixed it for launching here on the same ubuntumate.. the only thing I have to do is throw in a custom .desktop file xdg-desktop-menu install user-mycustom-enpass.desktop .. for the time I'll be having this as a workaround until this gets patched. Edited January 2, 20197 yr by awlks
January 4, 20197 yr In my home computer (xUbuntu 18.04) enpass (version 6.0.1.239, installed through apt repository) is not starting, If I launch it from the menu entry nothing happens and after a while a ubuntu bug report pops up saying it has crashed. If I start it form the command line running '/opt/enpass/Enpass' I get a 'abort (core dumped) /opt/enpass/Enpass' error message. The strange thing is that in my work computer (a xUtuntu 18.04 too) it works, the "only" difference betweeen both computers is that in my home computer I have an HiDPI screen.
January 5, 20197 yr Hi @xoner, Try this in terminal and share results. export QT_OPENGL=software export QSG_RENDER_LOOP=basic /opt/enpass/Enpass Its worth trying @gargolito's solution too. Thanks.
January 7, 20197 yr Author I fixed this -- I reinstalled Ubuntu (upgrading to Ubuntu Cosmic in the meantime) Then I was able to get 6.0.0 to start, but it would not detect any data on my Google Drive. So I downloaded the wallet file manually, and pointed Enpass to the local copy instead, and THEN synced it up to Google Drive.
January 7, 20197 yr Hi @blenderfox, Please read this post to know where your data is stored on Google Drive. Cheers:)
January 7, 20197 yr Author @Vinod Kumar It was not me that couldn't find the data, Enpass itself said it could not find any data on my Google Drive during the initial sync. Given that I was able to install Enpass 6 on a different machine (Windows) before this one, that data should have been moved to the new location anyway.
January 7, 20197 yr @blenderfox Did the first sync completed on first machine? Restoring a fresh vault and sync from settings are quite different process.
January 7, 20197 yr Author Yeah, it ran through the "upgrading" process and I was able to login and setup sync, everything. Then when I finally managed to get 6.0.0 running on Ubuntu, it said it couldn't find any data on Google Drive, until I copied down the sync wallet from the Enpass folder (which I'm guessing now is the 5.x data), pointed the first start wizard at it and then relinking to Google Drive after that.
January 11, 20197 yr On 1/5/2019 at 10:32 AM, Vinod Kumar said: Hi @xoner, Try this in terminal and share results. export QT_OPENGL=software export QSG_RENDER_LOOP=basic /opt/enpass/Enpass Its worth trying @gargolito's solution too. Thanks. @gargolito solution worked for me
January 11, 20197 yr Author For me, I fixed it by updating my Ubuntu Cosmic, then Enpass would install and run. It didn't find my data on Google Drive, so I downloaded the wallet file from the Enpass folder and pointed the startup wizard to that, then resynced. All working here now :)
January 14, 20197 yr On 1/1/2019 at 8:17 PM, gargolito said: Ubuntu Mate 17.10 I couldn't open Enpass 6.0 from menu. I wrote this launcher script to make it work. #!/bin/bash export GDK_BACKEND=x11 export QT4_IM_MODULE=xim export QT_ACCESSIBILITY=1 export QT_IM_MODULE=ibus export QT_QPA_PLATFORMTHEME=gtk2 /opt/enpass/Enpass I have a crash log if you want me to send it to you. Hi, Thanks a lot !!!! If you make /opt/enpass/Enpass "$@" of that last line... it will also transmit all the arguments to the app
Create an account or sign in to comment