-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Could not load the Qt platform plugin "wayland" in "" even though it was found. #84
Comments
Oh, that's something missing in QtJambi. thanks for reporting.
|
it works, but now I have this error:
|
Isn't there Qt6WaylandEglClientHwIntegration in the bundle? Otherwise add:
|
Oh, as I see, you are using QtJambi for Qt 6.4.0. Did you build it yourself from latest release? |
Yes I did. |
Still one issue looking for libQt6OpenGL.so.6:
|
Ok, the solution for this kind of error should now be streight forward. |
I used this as workaround:
Now, no more errors occurs and my app start properly. I hope a fix will be available soon so I can remove these workarounds. Thanks for you fast and excellent support. Marco |
Hello there!
I have the issue in the object using bundled qt 6.4.0:
This is a list of deployed jar files:
Looking inside QT bundled jar files I found:
But it seams it's not auto deployed under /tmp/QtJambi6.4.0_s0n1k_567645:
Could you please help me?
Thanks,
Marco
The text was updated successfully, but these errors were encountered: