cast
cast copied to clipboard
OpenGL (maybe) issue
To whom it may concern, I have done a clean Ubuntu 20.04 installation on my Laptop. I checked my Python Version and it is 3.10.6. I downloaded the cast-10.1.1-linux.zip from here: https://github.com/clariusdev/cast/releases. I downloaded the cast archive (from here: https://github.com/clariusdev/cast). I put the cast-10.1.1-linux/22.04/python310/pyclariuscast.so and the cast-10.1.1-linux/22.04/libcast.so both in a new folder called "lib" (cast-master/desktop/src/lib). I opened the cast-master/desktop/src/lexamples/caster_qt/caster.pro with Qt. Everything builds with this warning only:"Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.". When I run the code, the GUI shows me this message: "Error: Failed to create pixel buffer surface: 0X3003". If I press "Connect" it shows me "Connection successfully", but after a second it shows "Error: Failed to glGenVertexArrays, OpenGL error 0X502". If I press "Shallower", "Deeper", "Freeze"/"Run", it works, the probe responds to the commands. No images are showed on PC. How to solve this? Thanks in advance.
Best Regards.
Andrea