You are not logged in.

#1 2026-02-15 00:58:10

Thatcoolusernamewithac
Member
Registered: 2026-02-15
Posts: 5

[Solved] Could not find the Qt platform plugin "wayland" in ""

obligatory necessary "hi" to make my question harder to read, you are welcome  (:

i am trying to run PulseView nightly using wayland but i get this error

$ ./pulseview-NIGHTLY-x86_64-debug.AppImage 
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: xcb.

zsh: IOT instruction (core dumped)  ./pulseview-NIGHTLY-x86_64-debug.AppImage

i do have QT_QPA_PLATFORM=wayland set. Just in case i tried setting it to xcb to see and;

 
$ ./pulseview-NIGHTLY-x86_64-debug.AppImage
ASSERT: "!isEmpty()" in file /opt/qt512/include/QtCore/qlist.h, line 347
zsh: IOT instruction (core dumped)  ./pulseview-NIGHTLY-x86_64-debug.AppImage

i can run the application in CLI mode but im not about to use a 24 channel logic analyzer through CLI, however funny that sounds (:

In case its important i am using KDE, i installed both qtwayland5 and qtwayland6. from the bit i read online it sounded like its an issue with the application itself though id assume xcb would work in that case. the application is open sauce  so i don't mind editing it a little if its all that is needed.
thank you for you help in advance

edit: solution

installing the git version which installed the missing dependencies fixed it
so the missing dependencies was one or multiple of these:
- qt5-base
- qt5-svg
- qt5-tools

Last edited by Thatcoolusernamewithac (2026-02-15 02:14:19)

Offline

#2 2026-02-15 01:45:32

killertofus
Member
Registered: 2025-02-10
Posts: 169

Re: [Solved] Could not find the Qt platform plugin "wayland" in ""


I Have Linux Perl Can i Download Gnome???

Offline

#3 2026-02-15 02:02:57

Thatcoolusernamewithac
Member
Registered: 2026-02-15
Posts: 5

Re: [Solved] Could not find the Qt platform plugin "wayland" in ""

killertofus wrote:

i will try this, though i specifically need nightly, as the stable version dosen't support my extremely very fancy and cool logic analyzer (a rpi pico (: )

Offline

#4 2026-02-15 02:05:57

Thatcoolusernamewithac
Member
Registered: 2026-02-15
Posts: 5

Re: [Solved] Could not find the Qt platform plugin "wayland" in ""

Seems that i was lacking a dependency as now the nightly version does launch, thanks
can i easily undo what installing it did so i can figure out which specific package it was?

Offline

#5 2026-02-15 02:14:20

loqs
Member
Registered: 2014-03-06
Posts: 18,796

Re: [Solved] Could not find the Qt platform plugin "wayland" in ""

Offline

Board footer

Powered by FluxBB