CC on Linux - error QSocketNotifier

All about Linux portage
Post Reply
Michael123
Posts: 12
Joined: Wed Aug 26, 2020 1:51 pm

CC on Linux - error QSocketNotifier

Post by Michael123 »

Hello,

We are trying to run CC on Linux. We installed it from source on Ubuntu Server 20.04.3 with no errors. When we enter the command "CloudCompare -platform offscreen" we get the following error:

QSocketNotifier: Can only be used with threads started with QThread
This plugin does not support propagateSizeHints()

The packages libqt5svg5-dev, libqt5opengl5-dev, qt5-default qttools5-dev, qttools5-dev-tools, libqt5websockets5-devare are all installed and up to date.

Does anyone have a solution?

Best regards
Michael
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: CC on Linux - error QSocketNotifier

Post by daniel »

Is it an error or just a warning?

Because another quite usual reason for CC not being able to start is the GPU driver (or the GPU itself, typically if it's an old intel chipset).
Daniel, CloudCompare admin
Michael123
Posts: 12
Joined: Wed Aug 26, 2020 1:51 pm

Re: CC on Linux - error QSocketNotifier

Post by Michael123 »

It is more of an error, as Cloud Compare is not working or doing anything. Does CC necessarily need a GPU for its calculation (sorry if that's a dumb question)?
We are using a R1F95C NVIDIA Quadro RTX 4000 Graphics, if that helps for the solution.
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: CC on Linux - error QSocketNotifier

Post by daniel »

Well, Qt (the framework we use) requires a recent GPU. But a quadro RTX 4000 should work fine (at least if the driver is ok and found by Qt).
Daniel, CloudCompare admin
Post Reply