euratom-software / calcam

Python package of spatial calibration tools for science & engineering camera systems.
Other
29 stars 15 forks source link

Some parts of GUI fail to open (Linux / Wayland) #123

Open pixelifytica opened 5 months ago

pixelifytica commented 5 months ago

The launcher and settings windows open normally, but any other GUI window fails to open with the error message:

X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  2 (X_ChangeWindowAttributes)
  Resource id in failed request:  0x1
  Serial number of failed request:  7
  Current serial number in output stream:  9

Environment information: Platform: Linux Desktop Environment: Hyprland v0.32.3 (wayland / wl-roots) Python: 3.11.8 Calcam: 2.13.0 VTK: 9.2.6 OpenCV: 4.7.0 PyQt: 5.15.12 QtOpenGL: OK

pixelifytica commented 2 months ago

Not a tiling window manager issue, tested with KDE Plasma 6 (also wayland / wl-roots) and the same error occurs

pixelifytica commented 2 months ago

Putting this here for context: VTK: Support Wayland natively

Definitely a wayland + VTK issue rather than a calcam issue