Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt plugins not copied in ARM builds #698

Open
BENOIT92200 opened this issue May 15, 2024 · 5 comments
Open

Qt plugins not copied in ARM builds #698

BENOIT92200 opened this issue May 15, 2024 · 5 comments

Comments

@BENOIT92200
Copy link

README

Hi
Thks for advice !

Well..still have this messages:
bt92200@BTRPI-5:~/Downloads$ ./webcamoid-portable-linux-9.1.1-arm64.appimage
[2024-05-13 18:50:33.305, Webcamoid, 0xffff9699e4a0, (0)] warning: QQmlApplicationEngine failed to load component
[2024-05-13 18:50:33.305, Webcamoid, 0xffff9699e4a0, main.qml (23)] warning: qrc:/Webcamoid/share/qml/main.qml:23:1: module "QtQuick.Layouts" is not installed
[2024-05-13 18:50:33.305, Webcamoid, 0xffff9699e4a0, main.qml (21)] warning: qrc:/Webcamoid/share/qml/main.qml:21:1: module "QtQuick.Window" is not installed
[2024-05-13 18:50:33.305, Webcamoid, 0xffff9699e4a0, main.qml (-1)] warning: qrc:/Webcamoid/share/qml/main.qml: module "QtQml.WorkerScript" is not installed
[2024-05-13 18:50:33.305, Webcamoid, 0xffff9699e4a0, main.qml (23)] warning: qrc:/Webcamoid/share/qml/main.qml:23:1: module "QtQuick.Layouts" is not installed
[2024-05-13 18:50:33.305, Webcamoid, 0xffff9699e4a0, main.qml (21)] warning: qrc:/Webcamoid/share/qml/main.qml:21:1: module "QtQuick.Window" is not installed
[2024-05-13 18:50:33.305, Webcamoid, 0xffff9699e4a0, main.qml (-1)] warning: qrc:/Webcamoid/share/qml/main.qml: module "QtQml.WorkerScript" is not installed
[2024-05-13 18:50:33.305, Webcamoid, 0xffff9699e4a0, main.qml (23)] warning: qrc:/Webcamoid/share/qml/main.qml:23:1: module "QtQuick.Layouts" is not installed
[2024-05-13 18:50:33.305, Webcamoid, 0xffff9699e4a0, main.qml (21)] warning: qrc:/Webcamoid/share/qml/main.qml:21:1: module "QtQuick.Window" is not installed
[2024-05-13 18:50:33.305, Webcamoid, 0xffff9699e4a0, main.qml (-1)] warning: qrc:/Webcamoid/share/qml/main.qml: module "QtQml.WorkerScript" is not installed

@hipersayanX hipersayanX changed the title Webcamoid, 0xffff9699e4a0, (0)] warning: QQmlApplicationEngine failed to load component Qt plugins not copied in ARM builds May 16, 2024
@hipersayanX
Copy link
Member

Plugins seems to be build statically linked, therefore the deploy tools can't detect the dependencies.

@BENOIT92200
Copy link
Author

So ?
I am not an expert..... Please advise on what exactly to do about that.
Brgds.

@hipersayanX
Copy link
Member

I will make a new release with the fix.

@BENOIT92200
Copy link
Author

BENOIT92200 commented May 17, 2024 via email

@hipersayanX
Copy link
Member

Right now I'm trying to add the DEB and RPM package formats (I had problem packaging it with AppImage), once done I will port the changes to 9.1.1 code and release. Once done, later, I will ask you test it before release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants