Bug 439866

Summary: QIODevice::read (QFile, "...\bin\data\checkprinting\check_template.html"): device not open
Product: [Applications] kmymoney Reporter: Ralf Habacker <ralf.habacker>
Component: buildsystemAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 5.1.2   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Bug Depends on:    
Bug Blocks: 426400    

Description Ralf Habacker 2021-07-15 06:50:00 UTC
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
Comment 1 Ralf Habacker 2024-08-06 17:35:13 UTC
The binary build system has been switched to the use of gitlab-CI/Craft. It should be checked whether this problem still exists.
Comment 2 Bug Janitor Service 2024-08-21 03:47:33 UTC
๐Ÿ›๐Ÿงน โš ๏ธ 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!
Comment 3 Ralf Habacker 2024-08-21 06:49:30 UTC
(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.