-
Notifications
You must be signed in to change notification settings - Fork 267
Closed
Labels
State: IntendedIssue is actually intended behaviorIssue is actually intended behavior
Milestone
Description
I'm attempting to run Binary Ninja in a headless Docker container (without GUI) to use its Python API for automation tasks. However, the application fails to start due to Qt/XCB errors (pasted below), likely because the container lacks a display.
While we understand the GUI requires X11 configuration, our primary goal is to configure the license and use the API in a headless environment. Currently, the crash prevents even license setup.
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: wayland-egl, wayland, xcb.
Aborted (core dumped)
Could you provide some configuration guidance for running it in a Docker container?
Metadata
Metadata
Assignees
Labels
State: IntendedIssue is actually intended behaviorIssue is actually intended behavior