Forum: help

Monitor Forum | Start New Thread Start New Thread
RE: Startup Error [ Reply ]
By: j .. on 2008-04-29 20:41
[forum:1346]
Yes :) you need to modify WinPT. WinPT uses registry entries for a lot of things for itself. It also calls gpg.exe directly at times and the path used for this is from WinPT's registry entries, other times it uses gpgme to interface with gpg.exe (and others) and gpgme uses the gpg.exe registry entries. In short, just sticking everything in the same directory is not going to work, either you have to create the neccessary registry keys first (and delete them after you're done) or you need to modify the WinPT source (you're also probably going to have to modify gpgme or remove some of the use of gpgme as it in certain cases uses the gpg's registry entries).

j

Startup Error [ Reply ]
By: James Mosier on 2008-04-29 18:28
[forum:1345]
I have Winpt 1.2.0.0 and GPG 1.4.9 in the same directory with all the necessary dll files. When I try to start WinPT I get this error...

"Could not read GnuPG version"

Note that this is running from a USB stick and works fine on another PC. So the app seems to be looking at something on the current PC telling it where gpg.exe is and not finding it. Any ideas?