I really want to retest this, but I cannot promise anything. We are using a workaround regarding encrypting email.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Nov 21 2017
Nice code. Need to revisit the jabber protocol to understand what to do.
Thanks for that clarification Jochen; at least it confirms I'm not going mad. I've got it installed now so will update this if it happens again although, in the meantime, it might be taking a look at the log I attached (if you haven't already) to see if it hints at any behaviour that you know has been fixed.
I am now looking into libstrophe.
by "just released" I mean: minutes before i wrote that comment. Since you mentioned gpg4win 3.0.0 in your post, I think you worked with the now old stable release.
All right. Please put a comment here when it is back.
Well yes. However I had an agreement with Brenno to link to his site. I'll ping him.
But you could host those pages instead of depending only on a site that does not work! Can't you?
In any case those old howtos need some rework.
Sorry, we can't do anything about it. It is a link to an external site.
Just installed Version 3.0.1. From a first glimpse, it seems to work more stable in Outlook context.
But decrypting older plain text messages still fails.
Using GPA (copying PGP ASCII text into dashboard) decrypts contents without error.
-----BEGIN PGP MESSAGE-----
Version: GnuPG v2
...
-----END PGP MESSAGE-----
Updated this morning and just had a freeze again. Enabled debug mode now. For me the freeze often happens when my pc is locked and I'm not using it for a while, then return to my PC and select another email.
Thank you. Do you still need the log files with the settings suggested by Werner? Would I have to compile the master branch to see if it works now?
Jochen, I've uninstalled the previous version and now installed the most current release. Unfortunately it did not result in a successful run. Here are the details from the event log.
When you say "just was released", do you know what time that was at? My reason for asking is that I checked for an update just before posting this bug report! I'll try it and see how it goes.
This error doesn't seem to appear anymore in Version 3.0.1 and it doesn't exist anymore for me.
@cosimo193 ; gpg4win 3.0.1 just was released. May you check if this error still exists with that new version?
Since there was no action for half a year, I think this task can be closed.
@RockyMM Does this issue still persist with the newer Versions of Gpg4win, like 3.0.1?
@cdeibert, can you may check if this error still exists with the freshly released Version 3.0.1 of Gpg4win?
Unfortunately chocolaty is not managed by us and we don't have the knowledge about this. The Chocolaty Forums/Pages are the better place for this.
Hey @pkoevesdi, Gpg4win Version 3.0.1 was just released. Can you may download and install it and check if this issue still exists?
Hey @cprezalor, the new Gpg4win Version was just released. Can you please download it and check if this error still persists?
Hey, while installing the new Version for checking T3476, you may can check if this issue still persists as well?
@uwestoehr - Gpg4win 3.0.1 just hitted and tehre are several bugfixes including invoking kleopatra from the right-click menu. Can you please install the new version and check if the error still persists?
Version 3.0.1 just hitted. @madjari - may you can check if the various bugfixes in that version fixed your issue as well?
@simypat, version 3.0.1 just hitted. I can't recreate this error anymore. Can you verify this?
With the Release of Gpg4win 3.0.1 this error doesn't appear anymore for me while testing.
With the Release of Gpg4win 3.0.1 the Error doesn't appear anymore while testing with Windows 10 (64bit) with Outlook 2016 and Windows 7 (64bit) with Outlook 2010.
File uploaded is the gpgol debug log file, 7-zipped (it's 165MB without zipping).
Unconditionally retrying without SRV lookup is not a good idea. SRV record are there for a reason. What we could do is an option to skip SRV record lookups.
In T3056#95172, @wiz wrote:Oh, to make it clear - I was testing the pkgsrc version with the additional patches used by pkgsrc, see http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/security/gpgme/patches/
Testing it without patches does not work because:
get-env.c:57:2: error: #error Use of getenv_r not implemented. #error Use of getenv_r not implemented.
There are multiple problems. I fixed one Makefile portability issue today.
It's fixed in master.
It is good to backport this to GnuPG 2.2 and GnuPG 1.4.
Applied to master already.
This is applied to master and 2.2.
Thank you for scdamon.log. For the card reader, the interrupt transfer notifies no availability of the card before PC_to_RDR_IccPowerOn.
I fixed this issue in rG0bb7fd0cab2d: scd: Enable card removal check after select_application.. Let's see if it works well for the card reader.
old SRV bug which probably induced code changes for a regression. Its not sure if this is a regression yet or if the router issue is a regression / "feature".
Fixed in 2.2.3 and master. Closing.
Fixed in 2.2.3, too. Closing.
Nov 20 2017
This is the actual error message from your log file:
2017-11-18 07:45:15 scdaemon[8918] DBG: ccid-driver: idVendor: 04E6 idProduct: 5119 bcdDevice: 0525 [...] 2017-11-18 07:45:15 scdaemon[8918] DBG: ccid-driver: bMaxCCIDBusySlots 1 2017-11-18 07:45:15 scdaemon[8918] DBG: ccid-driver: CCID submit transfer (83): 0 2017-11-18 07:45:15 scdaemon[8918] DBG: ccid-driver: CCID: card inactive/removed
The problem is that gpgme-w32spawn.exe uses DETACHED_PROCESS which means that the newly created process does not inherit the console of the parent process.
rO13950a985228 Works around this problem by launching Kleopatra in the background when Outlook is started.
This should both speed up the first operation and work around this issue. In my opinion it's better to waste some resources in the background if Kleo is not needed then to create a bad user experience if encryption does not work and results in a hang of outlook.