https://bugs.kde.org/show_bug.cgi?id=433313
--- Comment #14 from Thomas Baumgart <tbaumg...@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.