blenderfox Posted December 31, 2018 Report Share Posted December 31, 2018 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? Link to comment Share on other sites More sharing options...
Fred Posted January 1, 2019 Report Share Posted January 1, 2019 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. Link to comment Share on other sites More sharing options...
Vinod Kumar Posted January 1, 2019 Report Share Posted January 1, 2019 Hi @blenderfox, Please send full output of these two commands /opt/enpass/Enpass env | grep QT_ Thanks. Link to comment Share on other sites More sharing options...
awlks Posted January 1, 2019 Report Share Posted January 1, 2019 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 Link to comment Share on other sites More sharing options...
gargolito Posted January 1, 2019 Report Share Posted January 1, 2019 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. Link to comment Share on other sites More sharing options...
awlks Posted January 2, 2019 Report Share Posted January 2, 2019 (edited) 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, 2019 by awlks Link to comment Share on other sites More sharing options...
xoner Posted January 4, 2019 Report Share Posted January 4, 2019 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. Link to comment Share on other sites More sharing options...
Vinod Kumar Posted January 5, 2019 Report Share Posted January 5, 2019 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. Link to comment Share on other sites More sharing options...
blenderfox Posted January 7, 2019 Author Report Share Posted January 7, 2019 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. Link to comment Share on other sites More sharing options...
Vinod Kumar Posted January 7, 2019 Report Share Posted January 7, 2019 Hi @blenderfox, Please read this post to know where your data is stored on Google Drive. Cheers:) Link to comment Share on other sites More sharing options...
blenderfox Posted January 7, 2019 Author Report Share Posted January 7, 2019 @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. Link to comment Share on other sites More sharing options...
Vinod Kumar Posted January 7, 2019 Report Share Posted January 7, 2019 @blenderfox Did the first sync completed on first machine? Restoring a fresh vault and sync from settings are quite different process. Link to comment Share on other sites More sharing options...
blenderfox Posted January 7, 2019 Author Report Share Posted January 7, 2019 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. Link to comment Share on other sites More sharing options...
xoner Posted January 11, 2019 Report Share Posted January 11, 2019 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 Link to comment Share on other sites More sharing options...
blenderfox Posted January 11, 2019 Author Report Share Posted January 11, 2019 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 :) Link to comment Share on other sites More sharing options...
dgoosens Posted January 14, 2019 Report Share Posted January 14, 2019 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 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now