[kmymoney] [Bug 433313] GPG encryption
Thomas Baumgart
bugzilla_noreply at kde.org
Mon Jul 29 12:55:47 BST 2024
https://bugs.kde.org/show_bug.cgi?id=433313
--- Comment #14 from Thomas Baumgart <tbaumgart at kde.org> ---
Located the culprit:
2694 20.426516 8316 kmymoney.exe KGPGFile::close(5)
2695 20.605514 8316 kmymoney.exe Invalid parameter passed to C
runtime function.
2696 20.638710 8316 kmymoney.exe KGPGFile::close(6)
which is generated by
qDebug() << "KGPGFile::close(5)";
d->m_lastError = d->m_ctx->encrypt(d->m_recipients, d->m_data, dcipher,
GpgME::Context::AlwaysTrust).error();
qDebug() << "KGPGFile::close(6)";
but I still have no idea why it does not work on MSVC compiled code, but is
said to be working on Linux and MinGW.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list