Skip to content

Integration UI Error #101

Open
Open
@dadal00

Description

@dadal00

Issue summary

After compiling the Integration UI with make, I am unable to properly run the executable. I get the below errors.
make

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: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.

Aborted

In addition, when I was running cmake I got the below warnings even though I have installed both python and CapnProto. I was wondering if this was affecting the compilation.

sudo cmake . -DBUILD_UI=ON -UPYLIB_DIRECTORY

-- Could NOT find Python (missing: Development.Module) (found suitable version "3.10.12", minimum required is "3")
CMake Warning at CMakeLists.txt:306 (message):
  Could not find CapnProto, disabling search save/load

System information

  • Ubuntu 22.04
  • Python 3.10.12
  • Gym Retro 0.9.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions