Bug 426411

Summary: kmymoney build from binary factory complains about not finding drkonqi
Product: [Developer tools] Craft Reporter: Ralf Habacker <ralf.habacker>
Component: BlueprintsAssignee: Hannah von Reth <vonreth>
Status: REPORTED ---    
Severity: normal CC: kde-windows
Priority: NOR    
Version: stable   
Target Milestone: ---   
Platform: Other   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 426400    

Description Ralf Habacker 2020-09-11 14:35:11 UTC
SUMMARY


STEPS TO REPRODUCE
1. Download portable package for kmymoney from https://binary-factory.kde.org/job/KMyMoney_Release_win64/
2. unpack 7z file
3. Download dbgview from https://live.sysinternals.com/Dbgview.exe and start it
4. open cmd.exe and change into the bin dir of the unpacked archive
5. run 
    set QT_LOGGING_RULES=*=true
    kmymoney

OBSERVED RESULT
dbgview prints the following message:

warning: org.kde.kcrash: Could not find drkonqi in search paths: ("H:/Downloads/kmymoney/kmymoney-5.1-763-windows-msvc2019_64-cl/bin", "H:/Downloads/kmymoney/kmymoney-5.1-763-windows-msvc2019_64-cl/bin/bin", "C:/Craft/BC/windows-msvc2019_64-cl/bin")

EXPECTED RESULT
The mentioned message should not be displayed

SOFTWARE/OS VERSIONS
Windows: 10
KDE Frameworks Version: 5.71
Qt Version: 5.15

ADDITIONAL INFORMATION
Because the cross compiled builds from the OBS MinGW project prints a similar message I think this problem is located in the KDE framework (probably in kcrash)
Comment 1 Ralf Habacker 2021-03-01 08:34:53 UTC
The issue is still present.