-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to run the Irrlicht visualizer on Linux #1116
Comments
I noticed that if I comment the lines idyntree/src/visualization/src/Visualizer.cpp Lines 486 to 487 in c453ba0
it works. I am planning to open a PR to use the classical window creation in Linux, while keeping the use of SDL for Windows and Mac |
Do you think this was a regression of #1071 ? |
SDL or glfw? |
I think so, although I am not sure why it is happening now. I did test it on Linux back in time. As a mater of fact, I developed it in the very same machine.
glfw to create the window and SDL on the irrlicht side. Since on Ubuntu with |
Relevant commit: S-Dafarra@6c51ff8 I will test it on Windows too |
Tested and working (actually on the Windows and Mac side, nothing should have changed). Corresponding PR: #1119 |
Whenever I try to launch a
iDynTree::Visualizer
instance on Ubuntu 20.04, I get the following error:Getting into it, I noticed that the error occurs when initializing
irrlicht
inidyntree/src/visualization/src/Visualizer.cpp
Line 511 in c453ba0
and not when creating the window, which is done earlier in
idyntree/src/visualization/src/Visualizer.cpp
Line 455 in c453ba0
Currently, I am using the
nvidia-driver-525
The text was updated successfully, but these errors were encountered: