-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Application Fails to Start - Missing Qt Platform Plugin "wayland" #3367
Comments
Installing system packages won't help you much if you are using a appimage. The whole point of Appimage is it's mostly selfcontained and uses bundled libraries (with few exceptions). Do you have an environment variable forcing Qt to attempt using wayland backend Alternatively since you are on Manjaro, it should have a reasonable up date version of cutter available in it's main repository. No need to use Appimage. 2.4 release should include the Qt wayland backend , you can download a development build here https://github.com/rizinorg/cutter/actions/runs/10125729318 . Download the Linux-x86_64.AppImage only qt6 build includes the wayland backend. |
I was just about to open an issue for something very similar on Arch Linux where I didn't see the rz-cutter package only cutter which was a tool for TCP/IP. I've been trying to compile from source and running into build issues. If anyone else is coming here for similar issues you can use the following commands to locate the package:
Showing this because you'll probably want rz-ghidra as well
|
Environment information
Describe the bug
When attempting to run the Cutter AppImage (version 2.3.4) on my Linux system, the application fails to start. The error messages indicate missing platform plugins, specifically the "wayland" plugin, and rendering issues related to
InvalidMatrix
.To Reproduce
Steps to reproduce the behavior:
chmod +x Cutter-v2.3.4-Linux-x86_64.AppImage
../Cutter-v2.3.4-Linux-x86_64.AppImage
.What have I tried?
yay -S qt5-wayland
The text was updated successfully, but these errors were encountered: