You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some recent update make gatorom depend upon a GUI platform. You can run it headless at gatorom -platform offscreen, but running it on Linux without that flag or an X11 sessions yields the following error.
dell% ./gatorom
qt.qpa.xcb: could not connect to display
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, minimal, offscreen, minimalegl, wayland-egl, xcb, vnc, eglfs, linuxfb, wayland.
zsh: IOT instruction (core dumped) ./gatorom
dell%
If not a recent Qt update, this was probably introduced with printing support.
The text was updated successfully, but these errors were encountered:
travisgoodspeed
changed the title
Broken GatoROM CLI on Linux
Broken GatoROM CLI on Headless Linux
Dec 4, 2023
Some recent update make
gatorom
depend upon a GUI platform. You can run it headless atgatorom -platform offscreen
, but running it on Linux without that flag or an X11 sessions yields the following error.If not a recent Qt update, this was probably introduced with printing support.
The text was updated successfully, but these errors were encountered: