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
I have limited knowledge of Qt so I'm not sure if this is even possible with the way hobbits-runner is implemented currently, but it for some reason still needs a display to run, even though it is a purely CLI tool. When trying to run it over SSH i get the error in the screenshot below.
The text was updated successfully, but these errors were encountered:
I definitely botched some of the build configurations and dependencies - it's possible that the runner still depends on the GUI parts of Qt because parts of hobbits are tightly coupled to Qt widgets.
Running with -platform minimal may also serve, if the code doesn't actually try to show() any widgets (or can cope with those attempts failing).
-platform offscreen still requires that the system have an OpenGL-compatible GPU attached, IIRC. -platform minimal is OK with having no display hardware at all (assuming the code is also OK with that).
I have limited knowledge of Qt so I'm not sure if this is even possible with the way hobbits-runner is implemented currently, but it for some reason still needs a display to run, even though it is a purely CLI tool. When trying to run it over SSH i get the error in the screenshot below.
The text was updated successfully, but these errors were encountered: