Rolf-Hempel / PlanetarySystemStacker

Produce a sharp image of a planetary system object (moon, sun, planets) from many seeing-affected frames according to the "lucky imaging" technique.
274 stars 32 forks source link

error Aborted (core dumped) #70

Closed davidenitti closed 1 year ago

davidenitti commented 1 year ago

I have this error when I run PSS installed with pip or cloned from github. PSS doesn't start I have ubuntu

QObject::moveToThread: Current thread (0x55a762c5e0b0) is not the object's thread (0x55a763fab590).
Cannot move to target thread (0x55a762c5e0b0)

qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/davide/.local/lib/python3.10/site-packages/cv2/qt/plugins" 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: xcb, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx.

Aborted (core dumped)
Rolf-Hempel commented 1 year ago

Hi Davide,

This is a well-known problem related to QT. It was discussed in the Cloudy Nights Forum in the thread starting with this post.

All the best, Rolf