-
-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application crashes on empty password store #466
Comments
App, version 1.3.0, crashes on Mac at first start. See problem details and system config below. Did not test whether crash could be resolved as described in the above post. Click to view problem details and system configProcess: QtPass [12144] Path: /Users/USER/*/QtPass.app/Contents/MacOS/QtPass Identifier: QtPass Version: 1.3.0 (0) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: QtPass [12144] User ID: 501Date/Time: 2019-08-27 10:41:22.709 +0300 Sleep/Wake UUID: A56711FB-581F-42B7-AD88-A1F0474BE3C8 Time Awake Since Boot: 120000 seconds System Integrity Protection: disabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Termination Signal: Segmentation fault: 11 VM Regions Near 0x30: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread Thread 1: Thread 2: Thread 3: Thread 4: Thread 5: Thread 6: Thread 7: Thread 8: Thread 9:: com.apple.CFSocket.private Thread 10:: QFileInfoGatherer Thread 0 crashed with X86 Thread State (64-bit): Logical CPU: 2 Binary Images: External Modification Summary: VM Region Summary:
REGION TYPE SIZE COUNT (non-coalesced) Model: MacBookPro11,4, BootROM 194.0.0.0.0, 4 processors, Intel Core i7, 2.5 GHz, 16 GB, SMC 2.29f24 |
Having the same issue on Windows 10 build 18362. After installing QtPass 1.3.0 on a clean system program does not start. Solved by installing a previous QtPass version (v1.2.3), configuring a password store and re-installing QtPass v1.3.0. |
Could this be added to the 1.3.0 release description? Just something like 'Cannot start on Windows without resolving #446' |
QtPass 1.3.0 crashing on startup on MacOS 10.14.6 (Mojave). Installed from Homebrew cask. Password store already in place for many months, PASSWORD_STORE_DIR set on invocation from zsh. |
Got the same issue on MacOS 10.14.6 (Mojave). I've tried from |
in 1.3.1 problem is not solved. |
Interesting . . Will have a look on a clean VM without a password-store |
Don't call QtPass::setup() from QtPass class constructor (should fix #466)
Application crashes on Windows when the directory where the registry entry "HKEY_CURRENT_USER\Software\IJHack\QtPass\passStore" is pointing to is an uninitialized password store (meaning, there's no .gpg-id file).
On new / clean installation on Windows this is can be solved by either install a previous version of QTPass or using a pre-existing password store.
The text was updated successfully, but these errors were encountered: