Re: gpg.exe Vista Crash

2009-02-02 Thread John Clizbe
Brian wrote:
> I tried this command:
> gpg -K
> 
> gog.exe crashed and the command line window give this info:
> gpg: checking the trustdb
> Assertion failed: keyblock->pkt->pkttype == PKT_PUBLIC_KEY, file 
> keyring.c, line
>   1387
> 
> This application has requested the Runtime to terminate it in an unusual 
> way.
> Please contact the application's support team for more information.
> 
> 
> Hopefully this will help troubleshoot this a little.  If there is 
> anything I can do to debug or produce a log file, just let me know.

How did you move your keys?

Did you export/import or copy the three keyring files (pubring.gpg, secring.gpg,
trustdb.gpg) along with any gpg.conf?

If copied, did you copy them to the correct location?

On Windows 2000/XP, the default Home directory is
C:\Documents and Settings\\Application Data\GnuPG

On Vista, it is C:\Users\\AppData\Roaming\GnuPG

Do other keyring commands work? gpg --list-keys or gpg --check-trustdb

-- 
John P. Clizbe  Inet:John (a) Mozilla-Enigmail.org
You can't spell fiasco without SCO. hkp://keyserver.gingerbear.net  or
 mailto:pgp-public-k...@gingerbear.net?subject=help

Q:"Just how do the residents of Haiku, Hawai'i hold conversations?"
A:"An odd melody / island voices on the winds / surplus of vowels"



signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: gpg.exe Vista Crash

2009-02-02 Thread paramouse
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Brian wrote:
> I removed everything and rebooted.  Then went and installed just the
> command line component.  The version shows as 1.4.9 and the path
> variable is correct.
> 
> I tried this command:
> gpg -K
> 
> gog.exe crashed and the command line window give this info:
> gpg: checking the trustdb
> Assertion failed: keyblock->pkt->pkttype == PKT_PUBLIC_KEY, file
> keyring.c, line
>  1387

Just a thought, but is something wrong with your trustdb.gpg,
secring.gpg or pubring.gpg files?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)

iEYEAREKAAYFAkmHVYEACgkQUw0FZ6oFC79GEACgkNDzuo7hKjZ5Y52wvF8VP7ck
5JUAn1cKYJuMJ+YJepGKtAMGxQLm70Ei
=30jE
-END PGP SIGNATURE-

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: gpg.exe Vista Crash

2009-02-02 Thread Brian

John Clizbe wrote:

Brian wrote:
I downloaded 1.4.9 and installed it.  I then grabbed WinPT and when 
launching WinPT, I get repeated gpg.exe crashes, like I did before.


I also downloaded GnuPT and installed that, which comes with 1.4.9 and 
running that also causes gpg.exe crashes.


I then took all of the EXEs from w32cli install and copied them over to 
the GnuPT folder and had the same result.


I am really at a loss as to how to get a GUI interface to work with GnuPG.

What should I try next?


Please QUIT installing add-ons until the program is working. You won't fix it by
throwing more code at the problem.

It sounds like your system is still finding the GPG4win binaries first.
You may verify that by opening a command window (Start->Run-> cmd.exe click OK)
then enter the command

gpg --version

The first line of output should either specify 1.4.7 if the GPG4win code is
found first, 1.4.9 otherwise. If it's 1.4.7, enter the command

path

That will display the value of the PATH environment variable.
C:\Program Files\Gnu\GnuPG\pub will likely occur before
C:\Program Files\Gnu\GnuPG. That's what is causing your problem.

To fix it, you may either edit the PATH value (Control Panel -> System ->
Advanced -> Environment Variables)

Perhaps the easiest would be to run both the GnuPG for Windows (GPG4Win) and
GnuPG uninstallers. Then delete any files remaining in
C:\Program Files\Gnu\GnuPG. Re-run the gnupg-w32cli-1.4.9.exe installer.

Open a fresh command window and give the command 'gpg --version' again. It
should report 1.4.9 as the version.

I see you are using Thunderbird. Are you also wishing to use Enigmail for email
OpenPGP use? If so, set it up npw and get it working next. If you already have
keys, you do not need to generate a new key pair unless you just want to.
http://enigmail.mozdev.org/home/index.php

Quick Start Guide: http://enigmail.mozdev.org/documentation/quickstart.php

If you wish a separate GUI similar to PGP's most PGP users I know who have moved
to GnuPG prefer GPGshell. Download and unzip the installer from
http://www.jumaros.de/rsoft/index.html. I like to install GPGshell as a
subdirectory under GnuPG (C:\Program Files\Gnu\GnuPG\GPGshell)



I removed everything and rebooted.  Then went and installed just the 
command line component.  The version shows as 1.4.9 and the path 
variable is correct.


I tried this command:
gpg -K

gog.exe crashed and the command line window give this info:
gpg: checking the trustdb
Assertion failed: keyblock->pkt->pkttype == PKT_PUBLIC_KEY, file 
keyring.c, line

 1387

This application has requested the Runtime to terminate it in an unusual 
way.

Please contact the application's support team for more information.


Hopefully this will help troubleshoot this a little.  If there is 
anything I can do to debug or produce a log file, just let me know.


Thanks again.

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: gpg.exe Vista Crash

2009-02-02 Thread Brian

John Clizbe wrote:
> Brian wrote:
>> I downloaded 1.4.9 and installed it.  I then grabbed WinPT and when
>> launching WinPT, I get repeated gpg.exe crashes, like I did before.
>>
>> I also downloaded GnuPT and installed that, which comes with 1.4.9 and
>> running that also causes gpg.exe crashes.
>>
>> I then took all of the EXEs from w32cli install and copied them over to
>> the GnuPT folder and had the same result.
>>
>> I am really at a loss as to how to get a GUI interface to work with 
GnuPG.

>>
>> What should I try next?
>
> Please QUIT installing add-ons until the program is working. You 
won't fix it by

> throwing more code at the problem.
>
> It sounds like your system is still finding the GPG4win binaries first.
> You may verify that by opening a command window (Start->Run-> cmd.exe 
click OK)

> then enter the command
>
> gpg --version
>
> The first line of output should either specify 1.4.7 if the GPG4win 
code is

> found first, 1.4.9 otherwise. If it's 1.4.7, enter the command
>
> path
>
> That will display the value of the PATH environment variable.
> C:\Program Files\Gnu\GnuPG\pub will likely occur before
> C:\Program Files\Gnu\GnuPG. That's what is causing your problem.
>
> To fix it, you may either edit the PATH value (Control Panel -> System ->
> Advanced -> Environment Variables)
>
> Perhaps the easiest would be to run both the GnuPG for Windows 
(GPG4Win) and

> GnuPG uninstallers. Then delete any files remaining in
> C:\Program Files\Gnu\GnuPG. Re-run the gnupg-w32cli-1.4.9.exe installer.
>
> Open a fresh command window and give the command 'gpg --version' 
again. It

> should report 1.4.9 as the version.
>
> I see you are using Thunderbird. Are you also wishing to use Enigmail 
for email
> OpenPGP use? If so, set it up npw and get it working next. If you 
already have

> keys, you do not need to generate a new key pair unless you just want to.
> http://enigmail.mozdev.org/home/index.php
>
> Quick Start Guide: 
http://enigmail.mozdev.org/documentation/quickstart.php

>
> If you wish a separate GUI similar to PGP's most PGP users I know who 
have moved

> to GnuPG prefer GPGshell. Download and unzip the installer from
> http://www.jumaros.de/rsoft/index.html. I like to install GPGshell as a
> subdirectory under GnuPG (C:\Program Files\Gnu\GnuPG\GPGshell)
>
Thanks John, and everyone else for their assistance.

I removed everything and executed the gpg  --version command and it reports:
gpg (GnuPG) 1.4.9
Copyright (C) 2008 Free Software Foundation, Inc.

I did the path command, and it reports:
C:\Program Files\GNU\GnuPG
as the only PGP related entry.

My main use for GunPG is really key storage and creation for some other 
processes/projects I have.  Not really using it for Thunderbird or any 
other email, yet.


I am really confounded by this issue.  I have disabled UAC in Vista as 
well.  It has been disabled this entire time.


I've now removed everything and am going to try to reinstall just the 
w32cli.


What could I try and do that might simulate the issues I am seeing when 
using a GUI frontend (without installing the frontend)?  I want to just 
use the command line a little to see if that works.


Thanks again!




___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: gpg.exe Vista Crash

2009-02-01 Thread John Clizbe
Werner Koch wrote:
> On Fri, 30 Jan 2009 19:53, j...@mozilla-enigmail.org said:
> 
>> The patch that allows execution on Vista was committed about a week after
>> 1.4.7's release and first appears in 1.4.8.
> 
> I was not really aware of that problem.  

See ChangeLog entries for 446[12]

> Given that Gpg4win 2.0 is still not in a state to replace 1.1.3 it might be
> useful to spend some time on getting 1.1.4 out.

very useful, IMO.

This is the single most common issue with Vista and GPG4win 1.1.3 users.

-- 
John P. Clizbe  Inet:John (a) Mozilla-Enigmail.org
You can't spell fiasco without SCO. hkp://keyserver.gingerbear.net  or
 mailto:pgp-public-k...@gingerbear.net?subject=help

Q:"Just how do the residents of Haiku, Hawai'i hold conversations?"
A:"An odd melody / island voices on the winds / surplus of vowels"



signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: gpg.exe Vista Crash

2009-02-01 Thread Werner Koch
On Fri, 30 Jan 2009 19:53, j...@mozilla-enigmail.org said:

> The patch that allows execution on Vista was committed about a week after
> 1.4.7's release and first appears in 1.4.8.

I was not really aware of that problem.  Given that Gpg4win 2.0 is still
not in a state to replace 1.1.3 it might be useful to spend some time on
getting 1.1.4 out.


Shalom-Salam,

   Werner

-- 
Die Gedanken sind frei.  Auschnahme regelt ein Bundeschgesetz.


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: gpg.exe Vista Crash

2009-02-01 Thread John Clizbe
Brian wrote:
> I downloaded 1.4.9 and installed it.  I then grabbed WinPT and when 
> launching WinPT, I get repeated gpg.exe crashes, like I did before.
> 
> I also downloaded GnuPT and installed that, which comes with 1.4.9 and 
> running that also causes gpg.exe crashes.
> 
> I then took all of the EXEs from w32cli install and copied them over to 
> the GnuPT folder and had the same result.
> 
> I am really at a loss as to how to get a GUI interface to work with GnuPG.
> 
> What should I try next?

Please QUIT installing add-ons until the program is working. You won't fix it by
throwing more code at the problem.

It sounds like your system is still finding the GPG4win binaries first.
You may verify that by opening a command window (Start->Run-> cmd.exe click OK)
then enter the command

gpg --version

The first line of output should either specify 1.4.7 if the GPG4win code is
found first, 1.4.9 otherwise. If it's 1.4.7, enter the command

path

That will display the value of the PATH environment variable.
C:\Program Files\Gnu\GnuPG\pub will likely occur before
C:\Program Files\Gnu\GnuPG. That's what is causing your problem.

To fix it, you may either edit the PATH value (Control Panel -> System ->
Advanced -> Environment Variables)

Perhaps the easiest would be to run both the GnuPG for Windows (GPG4Win) and
GnuPG uninstallers. Then delete any files remaining in
C:\Program Files\Gnu\GnuPG. Re-run the gnupg-w32cli-1.4.9.exe installer.

Open a fresh command window and give the command 'gpg --version' again. It
should report 1.4.9 as the version.

I see you are using Thunderbird. Are you also wishing to use Enigmail for email
OpenPGP use? If so, set it up npw and get it working next. If you already have
keys, you do not need to generate a new key pair unless you just want to.
http://enigmail.mozdev.org/home/index.php

Quick Start Guide: http://enigmail.mozdev.org/documentation/quickstart.php

If you wish a separate GUI similar to PGP's most PGP users I know who have moved
to GnuPG prefer GPGshell. Download and unzip the installer from
http://www.jumaros.de/rsoft/index.html. I like to install GPGshell as a
subdirectory under GnuPG (C:\Program Files\Gnu\GnuPG\GPGshell)

-- 
John P. Clizbe  Inet:John (a) Mozilla-Enigmail.org
You can't spell fiasco without SCO. hkp://keyserver.gingerbear.net  or
 mailto:pgp-public-k...@gingerbear.net?subject=help

Q:"Just how do the residents of Haiku, Hawai'i hold conversations?"
A:"An odd melody / island voices on the winds / surplus of vowels"



signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: gpg.exe Vista Crash

2009-01-31 Thread Faramir
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Brian escribió:

> I am really at a loss as to how to get a GUI interface to work with GnuPG.
> 
> What should I try next?

   GPGShell, probably. While it has not been tested in Windows Vista, a
friend of me installed it on Vista, and used it without any problem...

   If GPGShell works fine for you, maybe you should tell it to its
author, since the compatibility list says there is no info about
compatibility with Vista due lack of feedback from users...

   The URL is http://www.jumaros.de/rsoft/index.html

 Best Regards
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEcBAEBCAAGBQJJhQX+AAoJEMV4f6PvczxAMFAH/1sWRnJK9xiE9pr/rEt5nfHi
DFNDr/RDq4BFVbDW35CojDcl8aOEZU/pnKgnsRHD3i8GYGnUInWHjvcFafdgKIek
vIQBs+gUVN3h4ibDMiNr1hGr9rAERFJQa54OSb52sAV64fH0wVxTNYu5/KnrpT6P
bzAWxkIMLzZgyEnoLQSs1mEhsT9qIC+VjCbJvEIcTV+9Tewu80mOSXQQ4gbgYiNj
8bB/yaaRHJzRsr3SVDi7tjzmlu/hC67DzAhew0RIy6Bxj/ncK+nQ3AjDdsbZQz7z
BxL5USHqmgUHdujFTitboUzltRuL8dSRAHpCNAH0apP/PeNvloSKWB98q96C86U=
=djMS
-END PGP SIGNATURE-

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: gpg.exe Vista Crash

2009-01-31 Thread John W. Moore III
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Brian wrote:

> I downloaded 1.4.9 and installed it.  I then grabbed WinPT and when
> launching WinPT, I get repeated gpg.exe crashes, like I did before.
> 
> I also downloaded GnuPT and installed that, which comes with 1.4.9 and
> running that also causes gpg.exe crashes.
> 
> I then took all of the EXEs from w32cli install and copied them over to
> the GnuPT folder and had the same result.
> 
> I am really at a loss as to how to get a GUI interface to work with GnuPG.

Uninstall all versions of WinPT & GnuPT [???] and ascertain that the
only version/copy of GnuPG You have installed is 1.4.9.

Then, I suggest using GPGshell with GnuPG for a Frontend since this can
be used with Thunderbird/Enigmail also installed and provides an
excellent Tray Tool and superior Key Management Tools.

http://www.jumaros.de/rsoft/index.html

Once configured and running smoothly GPGshell also provides a tool for
transferring both itself and relevant parts of GPG to a thumb drive for
portable use.

JOHN ;)
Timestamp: Saturday 31 Jan 2009, 19:16  --500 (Eastern Standard Time)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10-svn4907: (MingW32)
Comment: Public Key at:  http://tinyurl.com/8cpho
Comment: Gossamer Spider Web of Trust: https://www.gswot.org
Comment: Homepage:  http://tinyurl.com/yzhbhx

iQEcBAEBCgAGBQJJhOoMAAoJEBCGy9eAtCsPqOwH/1z5ovnmjgNBwWSVa4Bp8PXC
V+Lek7AavVUcQFVYQAsKHWbTb1RgRMpLIKeadf/GchC6djZuFd3/Mo8Xra/PiRLA
fuGseAqIWKrTfSisjjSj0q15j3zxK9yjMXHB82GOa0zCwgpHVcXh+zxihP9O5yXP
WB0LHYjxdLBQCvNhfCC/aYnqqSmgywQg1ssvPINpKRP1E8P5dIR5l2La5/x2bmKH
JfGsDGS43i9nQaMRCOiyluZUeOZa22dEV7XPEeGfLOXsKBzr3x49R6TW9cQo9VLJ
6CR+y40hfZLh1Cy2LnnaOGfoR+B8h1+xFrhAeBIraKyVONWUJ7VqrG6jg1RWeS4=
=u6JY
-END PGP SIGNATURE-

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: gpg.exe Vista Crash

2009-01-31 Thread Brian

John Clizbe wrote:

Brian wrote:
I recently moved to MS Vista and I've installed the gpg4win-1.1.3.exe 
package from http://www.gpg4win.org.


When trying to run GPA or WinPT though, or even gpg from a command line, 
I always get an error saying gpg.exe has crashed.


Does anyone know how to overcome this?


It's almost a FAQ

ftp://ftp.gnupg.org/gcrypt/binary/gnupg-w32cli-1.4.9.exe

Signature

ftp://ftp.gnupg.org/gcrypt/binary/gnupg-w32cli-1.4.9.exe.sig

SHA-1   c2efad983dfe50e6d8007257bad2c76604be389a  gnupg-w32cli-1.4.9.exe


I downloaded 1.4.9 and installed it.  I then grabbed WinPT and when 
launching WinPT, I get repeated gpg.exe crashes, like I did before.


I also downloaded GnuPT and installed that, which comes with 1.4.9 and 
running that also causes gpg.exe crashes.


I then took all of the EXEs from w32cli install and copied them over to 
the GnuPT folder and had the same result.


I am really at a loss as to how to get a GUI interface to work with GnuPG.

What should I try next?

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: gpg.exe Vista Crash

2009-01-30 Thread John Clizbe
Henk M. de Bruijn wrote:
> On Fri, 30 Jan 2009, at 12:53:54 [GMT -0600] (which was 19:53 where I
> live) John Clizbe wrote:
> 
>> IIRC, gpg4win 1.1.3 includes GnuPG 1.4.7.
> 
>> The patch that allows execution on Vista was committed about a week after
>> 1.4.7's release and first appears in 1.4.8.
> 
> Thanks John, sorry for stepping in, thought it had something to do with
> Vista security...

It does, just not the way you were thinking.  ;-)

Microsoft changed the way the access() system call operated. A pre-patched
gpg.exe partially works on Vista - it'll fail accessing any of the keyserver
helper programs.

-- 
John P. Clizbe  Inet:John (a) Mozilla-Enigmail.org
You can't spell fiasco without SCO. hkp://keyserver.gingerbear.net  or
 mailto:pgp-public-k...@gingerbear.net?subject=help

Q:"Just how do the residents of Haiku, Hawai'i hold conversations?"
A:"An odd melody / island voices on the winds / surplus of vowels"



signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: gpg.exe Vista Crash

2009-01-30 Thread Brian

John Clizbe wrote:
> Brian wrote:
>> I recently moved to MS Vista and I've installed the gpg4win-1.1.3.exe
>> package from http://www.gpg4win.org.
>>
>> When trying to run GPA or WinPT though, or even gpg from a command 
line,

>> I always get an error saying gpg.exe has crashed.
>>
>> Does anyone know how to overcome this?
>
> It's almost a FAQ
>
> ftp://ftp.gnupg.org/gcrypt/binary/gnupg-w32cli-1.4.9.exe
>
> Signature
>
> ftp://ftp.gnupg.org/gcrypt/binary/gnupg-w32cli-1.4.9.exe.sig
>
> SHA-1   c2efad983dfe50e6d8007257bad2c76604be389a  gnupg-w32cli-1.4.9.exe

Thanks for the replies.  Would I be OK to install the package from 
gpg4win and  then install 1.4.9 effectively overwriting the gpg.exe?


I'd swear I did that at some point during my troubleshooting, but I 
could be wrong.


Or, should I install things separately like gpg.exe and then WinPT?

Thanks again.

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re[2]: gpg.exe Vista Crash

2009-01-30 Thread Henk M. de Bruijn
On Fri, 30 Jan 2009, at 12:53:54 [GMT -0600] (which was 19:53 where I
live) John Clizbe wrote:

>> I have GPG and GPGshell in my program folder but all the files that are
>> changing I have moved to:
>> %AppData% (hidden)
>> %Roaming% (hidden)
>> GnuPG
>> GPGshell

> Nothing at all to do with that, Henk. This a problem with the code in gpg.exe.

> IIRC, gpg4win 1.1.3 includes GnuPG 1.4.7.

> The patch that allows execution on Vista was committed about a week after
> 1.4.7's release and first appears in 1.4.8.

Thanks John, sorry for stepping in, thought it had something to do with
Vista security...

-- 
Henk M. de Bruijn
_
The Bat! Natural Email System 4.1.11 on Microsoft® Windows Vista™
Home Premium Versie 6.0.6001 Service Pack 1 Build 6001
Intel(R) Core(TM)2 Quad CPU Q8200 @ 2.33GHz, 2333 MHz,4 core('s),4 logic 
processors
AntispamSniper for The Bat! Pro 3.0.1.2

pgpAEd5MEjQXe.pgp
Description: PGP signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: gpg.exe Vista Crash

2009-01-30 Thread John Clizbe
Henk M. de Bruijn wrote:
> On Fri, 30 Jan 2009, at 09:37:56 [GMT -0500] (which was 15:37 where I
> live) Brian wrote:
> 
>> I recently moved to MS Vista and I've installed the gpg4win-1.1.3.exe 
>> package from http://www.gpg4win.org.
> 
>> When trying to run GPA or WinPT though, or even gpg from a command line,
>> I always get an error saying gpg.exe has crashed.
> 
>> Does anyone know how to overcome this?
> 
> I have GPG and GPGshell in my program folder but all the files that are
> changing I have moved to:
> %AppData% (hidden)
> %Roaming% (hidden)
> GnuPG
> GPGshell

Nothing at all to do with that, Henk. This a problem with the code in gpg.exe.

IIRC, gpg4win 1.1.3 includes GnuPG 1.4.7.

The patch that allows execution on Vista was committed about a week after
1.4.7's release and first appears in 1.4.8.

-- 
John P. Clizbe  Inet:John (a) Mozilla-Enigmail.org
You can't spell fiasco without SCO. hkp://keyserver.gingerbear.net  or
 mailto:pgp-public-k...@gingerbear.net?subject=help

Q:"Just how do the residents of Haiku, Hawai'i hold conversations?"
A:"An odd melody / island voices on the winds / surplus of vowels"



signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: gpg.exe Vista Crash

2009-01-30 Thread John Clizbe
Brian wrote:
> I recently moved to MS Vista and I've installed the gpg4win-1.1.3.exe 
> package from http://www.gpg4win.org.
> 
> When trying to run GPA or WinPT though, or even gpg from a command line, 
> I always get an error saying gpg.exe has crashed.
> 
> Does anyone know how to overcome this?

It's almost a FAQ

ftp://ftp.gnupg.org/gcrypt/binary/gnupg-w32cli-1.4.9.exe

Signature

ftp://ftp.gnupg.org/gcrypt/binary/gnupg-w32cli-1.4.9.exe.sig

SHA-1   c2efad983dfe50e6d8007257bad2c76604be389a  gnupg-w32cli-1.4.9.exe
-- 
John P. Clizbe  Inet:John (a) Mozilla-Enigmail.org
You can't spell fiasco without SCO. hkp://keyserver.gingerbear.net  or
 mailto:pgp-public-k...@gingerbear.net?subject=help

Q:"Just how do the residents of Haiku, Hawai'i hold conversations?"
A:"An odd melody / island voices on the winds / surplus of vowels"



signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: gpg.exe Vista Crash

2009-01-30 Thread Henk M. de Bruijn
On Fri, 30 Jan 2009, at 09:37:56 [GMT -0500] (which was 15:37 where I
live) Brian wrote:

> I recently moved to MS Vista and I've installed the gpg4win-1.1.3.exe 
> package from http://www.gpg4win.org.

> When trying to run GPA or WinPT though, or even gpg from a command line,
> I always get an error saying gpg.exe has crashed.

> Does anyone know how to overcome this?

I have GPG and GPGshell in my program folder but all the files that are
changing I have moved to:
%AppData% (hidden)
%Roaming% (hidden)
GnuPG
GPGshell

HTH

-- 
Met vriendelijke groet,
Henk M. de Bruijn
_
The Bat! Natural Email System 4.1.11 on Microsoft® Windows Vista™
Home Premium Versie 6.0.6001 Service Pack 1 Build 6001
Intel(R) Core(TM)2 Quad CPU Q8200 @ 2.33GHz, 2333 MHz,4 core('s),4 logic 
processors
AntispamSniper for The Bat! Pro 3.0.1.2

pgpP7YjMQc9Mg.pgp
Description: PGP signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


gpg.exe Vista Crash

2009-01-30 Thread Brian
I recently moved to MS Vista and I've installed the gpg4win-1.1.3.exe 
package from http://www.gpg4win.org.


When trying to run GPA or WinPT though, or even gpg from a command line, 
I always get an error saying gpg.exe has crashed.


Does anyone know how to overcome this?

Thanks!

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users