STEPS TO REPRODUCE 1. download kmymoney binary build from https://binary-factory.kde.org/view/Windows%2064-bit/job/KMyMoney_Release_win64/ 2. download dbgview from https://docs.microsoft.com/en-us/sysinternals/downloads/debugview 3. start dbgview, then start kmymoney OBSERVED RESULT In the dbgview window you will find lines in the form QIODevice::read (QFile, "H:\Downloads\kmymoney\kmymoney-5.1-763-windows-msvc2019_64-cl\bin\data\checkprinting\check_template.html"): device not open EXPECTED RESULT As this line indicate a problem with loading a missing file, the root cause should be fixed SOFTWARE/OS VERSIONS Windows: 10 KDE Frameworks Version: 5.83 Qt Version: 5.15
The binary build system has been switched to the use of gitlab-CI/Craft. It should be checked whether this problem still exists.
๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone!
(In reply to Ralf Habacker from comment #1) > The binary build system has been switched to the use of gitlab-CI/Craft. It should be checked whether this problem still exists. With binary builds from the 5.1 branch (https://cdn.kde.org/ci-builds/office/kmymoney/5.1/windows/) the issue cannot be reproduced anymore.