Tech-FZ / EmuGUI

A QEMU GUI that I made.
https://tech-fz.github.io/EmuGUI-doc/
GNU General Public License v3.0
103 stars 10 forks source link

Running EmuGUI throws an error about a Qt platform being missing #75

Closed supervitu64 closed 3 months ago

supervitu64 commented 3 months ago

The error goes as follows:

qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: vkkhrdisplay, linuxfb, vnc, minimalegl, wayland-egl, offscreen, eglfs, xcb, minimal, wayland.

Aborted ('core' generated)

Dunno what may be causing these. Linux Mint 21.3

Tech-FZ commented 3 months ago

Thanks for reporting, but I also need to know which edition of Linux Mint you used so I can properly investigate.

supervitu64 commented 3 months ago

21.3 Cinnamon

Tech-FZ commented 3 months ago

sudo apt update && sudo apt upgrade, then sudo apt install libxcb-cursor0