Bug 439866 - QIODevice::read (QFile, "...\bin\data\checkprinting\check_template.html"): device not open
Summary: QIODevice::read (QFile, "...\bin\data\checkprinting\check_template.html"): de...
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: buildsystem (show other bugs)
Version: 5.1.2
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks: 426400
  Show dependency treegraph
 
Reported: 2021-07-15 06:50 UTC by Ralf Habacker
Modified: 2024-08-21 06:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.