aMule Forum
English => aMule Help => Topic started by: Ryanlee on June 21, 2008, 04:49:44 PM
-
??? what does this mean? in logfile:
2008-06-21 21:43:07: ClientCreditsList.cpp(378): Credits: Error while creating signature: InvertibleRSAFunction: computational error during private key operation
2008-06-21 21:43:10: ClientCreditsList.cpp(378): Credits: Error while creating signature: InvertibleRSAFunction: computational error during private key operation
2008-06-21 21:43:10: ClientCreditsList.cpp(378): Credits: Error while creating signature: InvertibleRSAFunction: computational error during private key operation
2008-06-21 21:43:10: ClientCreditsList.cpp(378): Credits: Error while creating signature: InvertibleRSAFunction: computational error during private key operation
2008-06-21 21:43:11: ClientCreditsList.cpp(378): Credits: Error while creating signature: InvertibleRSAFunction: computational error during private key operation
2008-06-21 21:43:11: ClientCreditsList.cpp(378): Credits: Error while creating signature: InvertibleRSAFunction: computational error during private key operation
2008-06-21 21:43:13: ClientCreditsList.cpp(378): Credits: Error while creating signature: InvertibleRSAFunction: computational error during private key operation
2008-06-21 21:43:14: ClientCreditsList.cpp(378): Credits: Error while creating signature: InvertibleRSAFunction: computational error during private key operation
2008-06-21 21:43:14: ClientCreditsList.cpp(378): Credits: Error while creating signature: InvertibleRSAFunction: computational error during private key operation
2008-06-21 21:43:15: ClientCreditsList.cpp(378): Credits: Error while creating signature: InvertibleRSAFunction: computational error during private key operation
2008-06-21 21:43:15: ClientCreditsList.cpp(378): Credits: Error while creating signature: InvertibleRSAFunction: computational error during private key operation
2008-06-21 21:43:15: ClientCreditsList.cpp(378): Credits: Error while creating signature: InvertibleRSAFunction: computational error during private key operation
This message keep coming every second~
-
Suse 11.0 x86_64
copied cryptkey.dat & preferences.dat from Windows XP eMule.
-
I have copied files, but the problem still exists.
I have got the same message when I`am trying to use aMule from Pac Man opensuse 11 repository and when I`am using aMule compiled by myself from sources (lastets CVS version).
I also tried to recompile crypto++ lib with 64bit optimization (g++ -m64 option) but it did not help too (As i understood this message describes crypto++ exception).
-
does cryptopp pass the tests when you compile it?
-
Unfortunately I don`t know what is cryptopp test.
"make" and "make install" works fine without any errors.
I also have run a test "cryptest.exe g" - works fine too - RSA keys were generated successfully .
-
run "cryptest.exe v" to run the cryptopp validation suite.
-
test fails : CryptoPP::Exception caught: InvertibleRSAFunction: computational error during private key operation
crypto+ + SVN version - same result...
-
You may want to play with crytopp's compilation options, specially optimization disabling and possibly assembly options if they exist.
-
I have commented all optimization flags in make file.
Works great!
Thank you very much.
-
CryptoPP::Exception caught: Can not open file TestVectors/panama.txt for reading
-
You have to run cryptest.exe in the directory where you extracted the crypto++ sources.