c42f / displaz

A hackable lidar viewer
http://c42f.github.io/displaz
Other
235 stars 84 forks source link

QT Socket Issues on Ubuntu 24.04 #252

Closed BenCurran98 closed 2 months ago

BenCurran98 commented 2 months ago

Hi! Firstly, thanks for the package, it's great! I've recently updated my OS to Ubuntu 24.04 and am trying to rebuild Displaz. I'm able to get through the build fine by following the README instructions, however when I go to launch the application it gives me the following error:

QSocketNotifier: Can only be used with threads started with QThread

The window opens but doesn't show the main graphics screen and the logs show an error saying "Failed to initialize GLEW" Screenshot from 2024-08-22 15-21-53

I'm not sure what other information you need me to provide, so let me know :)

nigels-com commented 2 months ago

Can you try switching your desktop to X11, rather than Wayland?

BenCurran98 commented 2 months ago

That worked! Thanks for your speedy response :smiley: