Page MenuHome GnuPG
Feed Advanced Search

Jul 23 2014

aheinecke added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Duplicate of T1516

Jul 23 2014, 3:03 PM · Duplicate, Windows 64, Bug Report, gpg4win, Windows, gpgex
aheinecke closed T1536: gpgex crashes Win7 64bit when using GNUPGHOME as Resolved.
Jul 23 2014, 3:03 PM · Duplicate, Windows 64, Bug Report, gpg4win, Windows, gpgex
aheinecke closed T1530: gpgex crashing Windows 7 64bit Explorer as Resolved.
Jul 23 2014, 3:02 PM · Duplicate, Bug Report, gpgex
aheinecke added a comment to T1530: gpgex crashing Windows 7 64bit Explorer.

This is a duplicate of T1516

Jul 23 2014, 3:02 PM · Duplicate, Bug Report, gpgex
aheinecke added a comment to T1530: gpgex crashing Windows 7 64bit Explorer.

Duplicate of T1516

Jul 23 2014, 3:02 PM · Duplicate, Bug Report, gpgex
aheinecke added a project to T1530: gpgex crashing Windows 7 64bit Explorer: Duplicate.
Jul 23 2014, 3:02 PM · Duplicate, Bug Report, gpgex
aheinecke updated subscribers of T1516: gpgex crashing Windows explorer (64 bit).
Jul 23 2014, 3:01 PM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex
aheinecke added a comment to T1516: gpgex crashing Windows explorer (64 bit).

Hi Werner,

I've reproduced this crash. Last trace before the crash is uiserver_connect.

I believe the crash (without having a backtrace) to be caused by the free in
default_socket_name or by that weird cast.

dir = default_homedir ();
if (dir)

{

	  try { name = ((string) dir) + "\\S.uiserver"; } catch (...) {}
	  free ((void *) dir);

}

    }

default_homedir can return a pointer to an environment variable or a static
string! So just calling free there is definitely a very bad idea.

standard_homedir (which might also be called from default_homedir) also returns
eiher a Heap allocated value or a static string.

I think we should ensure that default_homedir and standard_homedir always return
allocated memory so that it can be safely freed.

Jul 23 2014, 3:01 PM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex
aheinecke assigned T1516: gpgex crashing Windows explorer (64 bit) to werner.
Jul 23 2014, 3:01 PM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex

Jun 29 2014

renatosilva added projects to T1660: Wrong encoding in Portuguese translation: gpgex, Bug Report.
Jun 29 2014, 7:46 PM · Bug Report, gpgex

May 20 2014

yanosz added projects to T1643: gpgex context menu should allow symmetric encryption: Feature Request, gpgex.
May 20 2014, 7:45 PM · gpgex, Feature Request
yanosz set Version to 1.0.0 on T1643: gpgex context menu should allow symmetric encryption.
May 20 2014, 7:45 PM · gpgex, Feature Request

Mar 21 2014

boehmtho added projects to T1624: Gpgtar fails when files have non ASCII characters: gpgex, Bug Report.
Mar 21 2014, 4:30 PM · gnupg, Windows 32, Windows, Bug Report

Sep 8 2013

TodBon changed Version from 1.0.0. beta 24 to 1.0 on T1516: gpgex crashing Windows explorer (64 bit).
Sep 8 2013, 12:14 AM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex
TodBon added a comment to T1516: gpgex crashing Windows explorer (64 bit).

I notice that there are other users with the crash problem who are using a non-
standard location for the home directory, and using GNUPGHOME in the Environment
Variables to point to the homedir.

As an experiment, I tested moving the GNUPGHOME pointer from the "User
variables" to the "System Variables" section of the configuration screen. It
makes NO difference - gpgex crashes Windows 7 Explorer in both scenarios,
although Kleopatra functions as expected in both scenarios.

Sep 8 2013, 12:14 AM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex

Sep 6 2013

bernhard added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

For diagnostic reasons: could you try with Kleopatra as well?

Sep 6 2013, 12:42 PM · Duplicate, Windows 64, Bug Report, gpg4win, Windows, gpgex
TripleOPS added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Maybe this is relevant:
I only installed gpg, gpgEX and GPA from the GPG4Win package.

Using gpg.exe on the command line works perfect.
I can en- and decrypt files and sign and whatnot.
Only gpgEX is affected.

Sep 6 2013, 12:24 PM · Duplicate, Windows 64, Bug Report, gpg4win, Windows, gpgex
TripleOPS added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Sep 6 2013, 11:27 AM · Duplicate, Windows 64, Bug Report, gpg4win, Windows, gpgex
TripleOPS added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

The crash happen regardless of what I did before. Usually I use Q-Dir as file
browser. When I trigger a gpgex action via context menu in one Q-Dir OR Windows
Explorer the program (the one I used) crashes.

I set GNUPGHOME as a user variable via Windows' Extended System Settings.

I followed Bernhard's suggestion and attached the GpgEX debug log.

Sep 6 2013, 11:27 AM · Duplicate, Windows 64, Bug Report, gpg4win, Windows, gpgex
TripleOPS set Version to 1.1.0 on T1536: gpgex crashes Win7 64bit when using GNUPGHOME.
Sep 6 2013, 11:27 AM · Duplicate, Windows 64, Bug Report, gpg4win, Windows, gpgex
werner placed T1536: gpgex crashes Win7 64bit when using GNUPGHOME up for grabs.
Sep 6 2013, 11:12 AM · Duplicate, Windows 64, Bug Report, gpg4win, Windows, gpgex
werner added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Please provide a proper bug report so that we are able to replicate this. For
example, how did you set GNUGHOME, what process have been started before that
etc. A complete run trough on how to exhibit the bug would be a appreciated.

Sep 6 2013, 11:12 AM · Duplicate, Windows 64, Bug Report, gpg4win, Windows, gpgex
bernhard added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Thanks for asking again, I did not remember that GPGex was missing from the
compendium.

It works similiar to GpgOL, see
http://git.gnupg.org/cgi-
bin/gitweb.cgi?p=gpgex.git;a=blob_plain;f=README;hb=HEAD
and in German:
http://lists.wald.intevation.org/pipermail/gpg4win-users-de/2013-
August/000593.html

Sep 6 2013, 10:29 AM · Duplicate, Windows 64, Bug Report, gpg4win, Windows, gpgex
bernhard reassigned T1536: gpgex crashes Win7 64bit when using GNUPGHOME from aheinecke to werner.
Sep 6 2013, 10:29 AM · Duplicate, Windows 64, Bug Report, gpg4win, Windows, gpgex
TripleOPS added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Actually, I can't.
The link you provided leads to a site with some general infos.
There is another link into the compendium with infos about
some GPG4Win components but not a single word on gpgex.

So HOW do I provide some more diagnostic output?

Sep 6 2013, 9:28 AM · Duplicate, Windows 64, Bug Report, gpg4win, Windows, gpgex
bernhard added projects to T1536: gpgex crashes Win7 64bit when using GNUPGHOME: Windows, gpg4win, Windows 64.
Sep 6 2013, 8:44 AM · Duplicate, Windows 64, Bug Report, gpg4win, Windows, gpgex
bernhard added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Hi Henning,
thanks for your feedback on Gpg4win and of trying the new Gpgex.

Can you help us further by trying to get some more diagnostic output?
See the link in the last section of http://gpg4win.org/reporting-bugs.html

Best,
Bernhard

Sep 6 2013, 8:43 AM · Duplicate, Windows 64, Bug Report, gpg4win, Windows, gpgex
bernhard assigned T1536: gpgex crashes Win7 64bit when using GNUPGHOME to aheinecke.
Sep 6 2013, 8:43 AM · Duplicate, Windows 64, Bug Report, gpg4win, Windows, gpgex
bernhard updated subscribers of T1536: gpgex crashes Win7 64bit when using GNUPGHOME.
Sep 6 2013, 8:43 AM · Duplicate, Windows 64, Bug Report, gpg4win, Windows, gpgex

Sep 5 2013

TripleOPS added projects to T1536: gpgex crashes Win7 64bit when using GNUPGHOME: gpgex, Bug Report.
Sep 5 2013, 3:08 PM · Duplicate, Windows 64, Bug Report, gpg4win, Windows, gpgex

Sep 2 2013

emanuel added a comment to T1324: Encryption of an folder with umlauts failed.

works with Gpg4win 2.2.0. But there is a failure after decrypting folder with
umlauts: see gpg4win wald issue #6451
(https://wald.intevation.org/tracker/index.php?func=detail&aid=6451&group_id=11&atid=126)

Sep 2 2013, 4:47 PM · Bug Report, Windows 32, gpgex, gpg4win, Windows
emanuel closed T1324: Encryption of an folder with umlauts failed as Resolved.
Sep 2 2013, 4:47 PM · Bug Report, Windows 32, gpgex, gpg4win, Windows

Aug 27 2013

TodBon added a comment to T1516: gpgex crashing Windows explorer (64 bit).

Issue 1530 notes that gpgex crashed Explorer (Win7-64bit) when the Environment
Variable for GNUPGHOME is not at the default setting.

I can confirm this! My configuration is customized, and I am not using the
default path.

Aug 27 2013, 2:22 AM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex

Aug 25 2013

Andycap added a comment to T1530: gpgex crashing Windows 7 64bit Explorer.

I've done more testing, If the gnupg folder is not moved from its default
location gpgex.dll works in v 2.2.0.

The gpgex.dll problem occurs in version 2.2.0 when the user's GNUPGHOME
environment variable has been set to a non-default location (not the user's
default \AppData\Roaming\gnupg)

Kleopatra works fine but for some reason gpgex doesn't work. It produces an
error "Cannot connect to the GnuPG interface (Kleopatra): IPC Connect call failed"

Aug 25 2013, 10:03 AM · Duplicate, Bug Report, gpgex

Aug 24 2013

Andycap added projects to T1530: gpgex crashing Windows 7 64bit Explorer: gpgex, Bug Report.
Aug 24 2013, 8:50 PM · Duplicate, Bug Report, gpgex

Aug 20 2013

TodBon added a comment to T1516: gpgex crashing Windows explorer (64 bit).

1 month, and not even a single comment. Am I the ONLY person on earth with this
problem, or the ONLY 1 who cares?

Aug 20 2013, 11:25 PM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex

Jul 31 2013

Jed added a comment to T1519: GpGEx 1.0.0-beta24(64 bits) doesn't find all my GPG keys.

OK. The case is closed.
In the Kleopatra screens it is always the primary key that is visible. There was
no expiration date on that key. Looking into the properties of the key, I noticed
that there was an expiration date on the subkey.
So I could sign with the key, but not encrypt.

Jul 31 2013, 4:00 PM · gpgex

Jul 30 2013

werner removed a project from T1519: GpGEx 1.0.0-beta24(64 bits) doesn't find all my GPG keys: Bug Report.
Jul 30 2013, 9:57 AM · gpgex
werner added a comment to T1519: GpGEx 1.0.0-beta24(64 bits) doesn't find all my GPG keys.

It seems that one of your keys is not capable of encryption or expired. Thus it
is not be listed for encryption tasks.

Jul 30 2013, 9:57 AM · gpgex
werner closed T1519: GpGEx 1.0.0-beta24(64 bits) doesn't find all my GPG keys as Invalid.
Jul 30 2013, 9:57 AM · gpgex
werner assigned T1365: GpgEX IPC Connect fails after some uptime to aheinecke.
Jul 30 2013, 9:56 AM · Bug Report, gpgex, gpg4win
werner added projects to T1150: Encryption / Decryption hangs after starting from windows explorer: Info Needed, Mistaken, Too Old.
Jul 30 2013, 9:55 AM · Too Old, Mistaken, Info Needed, Bug Report, gpgex
werner closed T1150: Encryption / Decryption hangs after starting from windows explorer as Resolved.
Jul 30 2013, 9:55 AM · Too Old, Mistaken, Info Needed, Bug Report, gpgex

Jul 22 2013

Jed added projects to T1519: GpGEx 1.0.0-beta24(64 bits) doesn't find all my GPG keys: gpgex, Bug Report.
Jul 22 2013, 1:32 PM · gpgex
Jed set Version to 1.0.0-beta24(64bits) on T1519: GpGEx 1.0.0-beta24(64 bits) doesn't find all my GPG keys.
Jul 22 2013, 1:32 PM · gpgex

Jul 17 2013

TodBon added a comment to T1516: gpgex crashing Windows explorer (64 bit).

Here is some additional information which may be helpful:

(1) Output of Events Viewer

Faulting application name: Explorer.EXE, version: 6.1.7601.17567, time stamp:
0x4d672ee4
Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec4aa8e
Exception code: 0xc0000374
Fault offset: 0x00000000000c40f2
Faulting process id: 0x1934
Faulting application start time: 0x01ce82dff437854c
Faulting application path: C:\Windows\Explorer.EXE
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: 9f753f17-eee3-11e2-9f80-0016d33c76d0

I hope this is helpful. Thank you.

Jul 17 2013, 3:30 PM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex
TodBon added projects to T1516: gpgex crashing Windows explorer (64 bit): gpgex, Bug Report.
Jul 17 2013, 3:05 AM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex

Jul 16 2013

werner added a comment to T1508: GpgEX.

We released a new Beta yesterday and due to a build glich we will update that
today. Thus I close this bug.

The mailman passwords are by design weak and the web page explictly mentions
that you should not use a valuable password. The admin can anyway see everything.

Jul 16 2013, 12:59 PM · Bug Report, gpgex
werner closed T1508: GpgEX as Resolved.
Jul 16 2013, 12:59 PM · Bug Report, gpgex

Jul 14 2013

metadings added a comment to T1508: GpgEX.

Most DLLS and exe files have versioninfos - some where not instantly displayed

due to missing language information.

Yes, I'm also used to discover that "the" version info of an assembly must be
EN-US (or default) regardless of the what I wanted to.

I'm now subscriber to the mailing list, although I hate these mailman mailing
lists, because I found out that they're storing passwords in plaintext in their
database (isn't that weird when developing strong encryption tools?)

Jul 14 2013, 3:28 PM · Bug Report, gpgex

Jul 1 2013

werner added a comment to T1508: GpgEX.

Last week I posted a revamped version og GpgEX 64 and 32 bit to the gnupg-users
mailing list. You may want to try that one. It is also possible to build a
complete new Gpg4win installer with gpgex 32 and 64 bit. We will release a beta
next week.

Most DLLS and exe files have versioninfos - some where not instantly displayed
due to missing language information.

Jul 1 2013, 9:01 PM · Bug Report, gpgex

Jun 27 2013

metadings added a comment to T1508: GpgEX.

That could it be. I got an error log that I deemed not to be that interesting,
however it says

LoadedModule[147]=C:\Program Files\GNU\GnuPG\gpgex.dll
File change date: 28.05.2013 18:46

LoadedModule[148]=C:\Program Files\GNU\GnuPG\libgcc_s_sjlj-1.dll
File change date: 28.05.2013 16:34

LoadedModule[149]=C:\Program Files\GtkSharp\2.12\bin\libstdc++-6.dll
File change date: 27.11.2012 06:56

Actually I found some version string in the binary libpngxxx.dll using Notepad,
but no luck in these three files. It would be very useful if you would compile a
VERSIONINFO structure into your binaries. On Windows, using Explorer and also
tools like SysInternals's autoruns (where I disabled the ext) this is really
helpful to find fast and easily a version and publisher info (when overlooking
the system for malicious files, that's a good indicator).

Found a good answer on stackoverflow:

http://stackoverflow.com/questions/598633/gcc-on-windows-set-description-field-
of-c-executable

-----

Sig[0].Name=Anwendungsname
Sig[0].Value=explorer.exe
Sig[1].Name=Anwendungsversion
Sig[1].Value=6.1.7601.17567
Sig[2].Name=Anwendungszeitstempel
Sig[2].Value=4d6727a7
Sig[3].Name=Fehlermodulname
Sig[3].Value=libstdc++-6.dll
Sig[4].Name=Fehlermodulversion
Sig[4].Value=0.0.0.0
Sig[5].Name=Fehlermodulzeitstempel
Sig[5].Value=50b4b868
Sig[6].Name=Ausnahmecode
Sig[6].Value=c0000005
Sig[7].Name=Ausnahmeoffset
Sig[7].Value=0007aed1
DynamicSig[1].Name=Betriebsystemversion
DynamicSig[1].Value=6.1.7601.2.1.0.768.3
DynamicSig[2].Name=Gebietsschema-ID
DynamicSig[2].Value=1031
DynamicSig[22].Name=Zusatzinformation 1
DynamicSig[22].Value=ef31
DynamicSig[23].Name=Zusatzinformation 2
DynamicSig[23].Value=ef31968b50046133f9fdd00fc890a1a4
DynamicSig[24].Name=Zusatzinformation 3
DynamicSig[24].Value=1008
DynamicSig[25].Name=Zusatzinformation 4
DynamicSig[25].Value=1008829529ade9726731888a07d92dae

Jun 27 2013, 5:21 AM · Bug Report, gpgex

Jun 25 2013

werner added a comment to T1508: GpgEX.

It is possible that GpgEx picks up wrong versions of the GCC support dlls
libstdc++-6.dll and libgcc_s_sjlj-1.dll. They might have been installed by some
other software. Thus my question whether you use any software which has been
build with gcc.

The problem is that we are not able to define the order of DLL searches for the
explorer plugin. Experiments with a Manifest didn't reveal a solution either.

For that reason the next version will link those support libraries static. The
new 64 bit GpgEX posted to the devel list already uses this.

Jun 25 2013, 5:07 PM · Bug Report, gpgex

Jun 19 2013

metadings added a comment to T1508: GpgEX.

Here I found some documents that may help, but I don't know if this is actually the
crash failure.

How to Digitally Sign Microsoft Files (.exe, .cab, .dll, .ocx, .msi, .xpi)
http://www.thegeekstuff.com/2010/03/microsoft-digital-signatures/

Making Your Application UAC Aware
http://www.codeproject.com/Articles/17968/Making-Your-Application-UAC-Aware

PS: Only other non-default extensions I'm using are 7-Zip, FileZilla, Hermann
Schinagl's LinkShellExtension and Malwarebytes. However disabling GpgEx.dll solved the
problem.

Jun 19 2013, 2:59 AM · Bug Report, gpgex
metadings added a comment to T1508: GpgEX.

I'm running Win7 x86 HomePremium German. I installed by a mingw release by
extracting somewhere, but don't use it. I'm usually using VS2010 for C#/Web.

The issue was (the unsigned) gpgex library, registered for File and Directory
context menus in Windows Explorer. Without disabling the extension, this rendered
Windows Explorer unusable.

For users will be no other option than uninstalling.

Look here for actually valid certificates:
http://www.trustcenter.de/en/infocenter/root_certificates_601.htm

Gruß

Jun 19 2013, 2:48 AM · Bug Report, gpgex

Jun 18 2013

werner added a comment to T1508: GpgEX.

Please give more details. What OS are you using, what other explorer extensions
are used and so on. Do you use other software which might have been build using
gcc (mingw)?

Regarding the UI: Welcome to the strange world of S/MIME and X.509
certificates. I can't count the hours I spend looking for a certain certificate
:-(.

Jun 18 2013, 10:42 AM · Bug Report, gpgex

Jun 15 2013

metadings added projects to T1508: GpgEX: gpgex, Bug Report.
Jun 15 2013, 5:35 PM · Bug Report, gpgex

Aug 14 2012

werner added a comment to T1365: GpgEX IPC Connect fails after some uptime.

Can you please also test with GPA?

Aug 14 2012, 8:44 PM · Bug Report, gpgex, gpg4win

Aug 19 2011

aheinecke added projects to T1365: GpgEX IPC Connect fails after some uptime: gpg4win, gpgex, Bug Report.
Aug 19 2011, 4:17 PM · Bug Report, gpgex, gpg4win
aheinecke set Version to 2.1.0 on T1365: GpgEX IPC Connect fails after some uptime.
Aug 19 2011, 4:17 PM · Bug Report, gpgex, gpg4win

Mar 17 2011

werner placed T1324: Encryption of an folder with umlauts failed up for grabs.
Mar 17 2011, 4:52 PM · Bug Report, Windows 32, gpgex, gpg4win, Windows
werner lowered the priority of T1324: Encryption of an folder with umlauts failed from High to Normal.
Mar 17 2011, 4:52 PM · Bug Report, Windows 32, gpgex, gpg4win, Windows
emanuel added projects to T1324: Encryption of an folder with umlauts failed: Windows, gpg4win, gpgex, Windows 32, Bug Report.
Mar 17 2011, 3:36 PM · Bug Report, Windows 32, gpgex, gpg4win, Windows

Feb 21 2011

werner added a project to T1227: Gpg.exe hangs while decrypting files in Win 2k3: gnupg.
Feb 21 2011, 5:39 PM · gnupg

Sep 17 2010

werner closed T1280: GpgEX not working with Windows7/64Bit as Resolved.
Sep 17 2010, 4:15 PM · Won't Fix, Bug Report, gpgex
werner added a comment to T1280: GpgEX not working with Windows7/64Bit.

You may switch Windows to use the 32 bit explorer version. This solves the problem.

Sep 17 2010, 4:15 PM · Won't Fix, Bug Report, gpgex
werner added a project to T1280: GpgEX not working with Windows7/64Bit: Won't Fix.
Sep 17 2010, 4:15 PM · Won't Fix, Bug Report, gpgex

Sep 14 2010

JohnQ added projects to T1280: GpgEX not working with Windows7/64Bit: gpgex, Bug Report.
Sep 14 2010, 8:57 PM · Won't Fix, Bug Report, gpgex

May 13 2010

pkumar_a added projects to T1227: Gpg.exe hangs while decrypting files in Win 2k3: gpgex, Bug Report.
May 13 2010, 11:36 AM · gnupg

Mar 26 2010

werner added a comment to T1201: [GPGEX] Setting plaintext packet to invalid filename (-&12) will cause 3rdparty application misbehaviour.

As said, I already implemented this. See T1201 (wk on Mar 12 2010, 06:17 PM / Roundup).

Mar 26 2010, 5:20 PM · gpgex

Mar 15 2010

Harakiri added a comment to T1201: [GPGEX] Setting plaintext packet to invalid filename (-&12) will cause 3rdparty application misbehaviour.

Obviously not. If someone uses such a filename, it will of course be shown.

Mar 15 2010, 1:45 PM · gpgex
werner added a comment to T1201: [GPGEX] Setting plaintext packet to invalid filename (-&12) will cause 3rdparty application misbehaviour.

Obviously not. If someone uses such a filename, it will of course be shown.

Mar 15 2010, 12:43 PM · gpgex

Mar 13 2010

Harakiri added a comment to T1201: [GPGEX] Setting plaintext packet to invalid filename (-&12) will cause 3rdparty application misbehaviour.

Meanwhile I commited a fix to not encode these special filenames.

Mar 13 2010, 2:42 AM · gpgex

Mar 12 2010

werner added a comment to T1201: [GPGEX] Setting plaintext packet to invalid filename (-&12) will cause 3rdparty application misbehaviour.

Meanwhile I commited a fix to not encode these special filenames.

Mar 12 2010, 6:17 PM · gpgex
werner added a comment to T1201: [GPGEX] Setting plaintext packet to invalid filename (-&12) will cause 3rdparty application misbehaviour.

BTW, what version of GPA or Kleopatra are you using?

Mar 12 2010, 6:05 PM · gpgex
werner lowered the priority of T1201: [GPGEX] Setting plaintext packet to invalid filename (-&12) will cause 3rdparty application misbehaviour from Unbreak Now! to Normal.
Mar 12 2010, 6:03 PM · gpgex
werner added a comment to T1201: [GPGEX] Setting plaintext packet to invalid filename (-&12) will cause 3rdparty application misbehaviour.

This is not a gpgex bug but one of GPA or Kleopatra. They set the filename to
be included.

Mar 12 2010, 6:03 PM · gpgex
werner closed T1201: [GPGEX] Setting plaintext packet to invalid filename (-&12) will cause 3rdparty application misbehaviour as Invalid.
Mar 12 2010, 6:03 PM · gpgex
werner removed a project from T1201: [GPGEX] Setting plaintext packet to invalid filename (-&12) will cause 3rdparty application misbehaviour: Bug Report.
Mar 12 2010, 6:03 PM · gpgex

Mar 10 2010

Harakiri added projects to T1201: [GPGEX] Setting plaintext packet to invalid filename (-&12) will cause 3rdparty application misbehaviour: gpgex, Bug Report.
Mar 10 2010, 12:52 PM · gpgex

Dec 23 2009

werner updated subscribers of T1150: Encryption / Decryption hangs after starting from windows explorer.
Dec 23 2009, 1:50 PM · Too Old, Mistaken, Info Needed, Bug Report, gpgex
werner added a comment to T1150: Encryption / Decryption hangs after starting from windows explorer.

Well, it shows that the problem is not in gpgex but in Kleopatra.

Dec 23 2009, 1:50 PM · Too Old, Mistaken, Info Needed, Bug Report, gpgex

Dec 22 2009

mdruehe added a comment to T1150: Encryption / Decryption hangs after starting from windows explorer.

Hello Werner,
during running gpa --daemon in a shell I can use gpgex without problems. Does
this information help you to solve the problem with kleopatra?
Thanks
Martin

Dec 22 2009, 4:35 PM · Too Old, Mistaken, Info Needed, Bug Report, gpgex

Dec 21 2009

werner added a comment to T1150: Encryption / Decryption hangs after starting from windows explorer.

Please try to use gpa instead of Kleopatra:

Dec 21 2009, 7:34 PM · Too Old, Mistaken, Info Needed, Bug Report, gpgex

Dec 16 2009

marcus added a comment to T883: Invalid Crypto Engine.

This is way too old a report to act on it, so I close it. If you still have
issues with the latest gpg4win, please file a new report.

Dec 16 2009, 4:50 PM · Bug Report, gpgex
marcus closed T883: Invalid Crypto Engine as Resolved.
Dec 16 2009, 4:50 PM · Bug Report, gpgex

Oct 24 2009

mdruehe set Version to 0.9.3 on T1150: Encryption / Decryption hangs after starting from windows explorer.
Oct 24 2009, 11:51 AM · Too Old, Mistaken, Info Needed, Bug Report, gpgex
mdruehe added projects to T1150: Encryption / Decryption hangs after starting from windows explorer: gpgex, Bug Report.
Oct 24 2009, 11:51 AM · Too Old, Mistaken, Info Needed, Bug Report, gpgex

Mar 3 2008

marcus added a comment to T883: Invalid Crypto Engine.

Another suggestion is to run with GPGME_DEBUG=9 in a console and see what the
error reported by the engine is. Also, check if you can run gpg/gpgsm with the
intended operations on the command line.

Mar 3 2008, 2:51 PM · Bug Report, gpgex

Feb 12 2008

werner assigned T883: Invalid Crypto Engine to marcus.
Feb 12 2008, 5:45 PM · Bug Report, gpgex
werner updated subscribers of T883: Invalid Crypto Engine.
Feb 12 2008, 5:45 PM · Bug Report, gpgex
werner added a comment to T883: Invalid Crypto Engine.

Just to be sure: What version of gpg4win did you install?

Feb 12 2008, 5:45 PM · Bug Report, gpgex

Feb 11 2008

TonyP82 added projects to T883: Invalid Crypto Engine: gpgex, Bug Report.
Feb 11 2008, 4:29 PM · Bug Report, gpgex