https://bugs.kde.org/show_bug.cgi?id=510081
Bug ID: 510081
Summary: The org.kde.kquickcontrols QML module fails to load
on Windows 11
Classification: Frameworks and Libraries
Product: frameworks-kdeclarative
Version First 6.18.0
Reported In:
Platform: Other
OS: Microsoft Windows
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
Tested in Haruna and kquickcharts example.
Pages importing the module don't load, in Haruna those are the shortcuts and
custom commands settings pages and in the kquickcharts example the line chart
and bar chart pages.
This happens when run from the craft environment in the terminal with
craft--run haruna, directly running the executable or the craft packged version
(tested both the archived and installer versions, even the older 1.1.2
version).
The weird part is that it works correctly when run through Qt Creator (setup
according to https://community.kde.org/Craft#Using_Craft_with_Qt_Creator).
Error:
```
unknown() : QQmlComponent: Component is not ready
unknown() : file:///C:/Program
Files/Haruna/bin/org/kde/kirigami/PageRow.qml:1078: Error: Error while loading
page: qrc:/qt/qml/org/kde/haruna/qml/Settings/CustomCommandsSettings.qml:14
Cannot load library C:\Program
Files\Haruna\bin\org\kde\kquickcontrols\kquickcontrols.dll: The specified
module could not be found.
```
The kquickcontrols.dll exists at the above path.
STEPS TO REPRODUCE
1. Setup craft
2. run craft haruna
3. run craft --run haruna
4. open settings
5. click Shortcuts
OBSERVED RESULT
Shortcuts page is empty
EXPECTED RESULT
Shortcuts page loads
SOFTWARE/OS VERSIONS
Windows: 11 version 24H2 OS build 26100.6584
KDE Frameworks Version: 6.18
Qt Version: 6.9.1
--
You are receiving this mail because:
You are watching all bug changes.