-
-
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
qprocess won't start #63
Comments
I would prefer to have qprocess launched than using a vm... |
@arnauldb I'm assuming @beefcurtains meant for me to test it in a Windows VM since I don't (normally) run Windows ;-) Quick question though, did you use my installer or compile QtPass yourself? |
ok, I misunderstood. I used your installer qtpass-0.8.4.exe. Then I launch QtPass, fill in the fields to generate a new key pair. Then I have a screen saying "generate GnuPG keypair" that lasts for 10, 20 minutes...until I close it. Then, after closing, an other error message "password store not initialised". And |
I have installed Windows 8.1 (64bit) and have the same thing happening indeed. It seems to be something that can happen on all windows versions though. Thanks for reporting this. |
Thank you, and thanks for your work. |
Can you confirm https://github.com/IJHack/qtpass/releases/tag/v0.8.5.1 fixes this issue? |
The QProcess::FailedToStart is caused by hanging process.. |
Hey everyone |
Now wondering . . could it be that weird slash "tent" in the path /\ that is breaking things? |
I just ran into a similar issue (using the latest release version, v1.0.2, 01e696e). QtPass wanted to create a keypair for me on start, resulting in the process indicator spinning endlessy. Closing the window and cancelling the options dialog got me the main window with the same "QProcess::FailedToStart" error. My solution: The .password-store folder didn't exist (C:\Users\user.password-store). I changed to path to C:\Users\user\pass because Windows does not like folder names that start with a dot, created the folder manually and things started to work. I'm not sure if this really is related to this issue, needs someone else to give my solution a try. |
I have the exact same problem on windows 10, using version 1.03. |
I'll look into not (trying to) create(ing) a folder that starts with a dot on windows. It seems sometimes a process-timeout on the (pretty timeconsuming) keypair generation can still be a problem too. I'll keep that in mind during the refactoring of the process-handling and all I'm currently doing. |
Started work on this cae2eed, will need Windows machine to test (tomorrow) |
I can't seem to break this anymore on WinXP, Win7, Win8 or Win10 (modern.ie VMS) |
Hello,
in windows 8.1 64 I have an error message after launching Qtpass. It says Qprocess doesn't start...any help.
Thank you.
Arnauld
The text was updated successfully, but these errors were encountered: