Error with Qt when opening SOFA (QOpenGLWidget) #5024
Answered
by
hugtalbot
hugtalbot
asked this question in
Write / Run a simulation
-
I faced the following error when running SOFA on my Ubuntu 24.04 where I downloaded SOFA v24.06 and Qt version 6.6.3 : [WARNING] [Qt] QOpenGLWidget: Failed to create context
[WARNING] [Qt] composeAndFlush: QOpenGLContext creation failed
[WARNING] [Qt] composeAndFlush: makeCurrent() failed
[WARNING] [Qt] composeAndFlush: makeCurrent() failed
[WARNING] [Qt] composeAndFlush: makeCurrent() failed
[WARNING] [Qt] composeAndFlush: makeCurrent() failed
[WARNING] [Qt] composeAndFlush: makeCurrent() failed
|
Beta Was this translation helpful? Give feedback.
Answered by
hugtalbot
Sep 25, 2024
Replies: 1 comment 1 reply
-
To fix this, all what is needed is to specify : export LD_LIBRARY_PATH=/home/hugo/Documents/Qt/6.6.3/gcc_64/lib/ where the path where I downloaded Qt is : |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hugtalbot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To fix this, all what is needed is to specify :
export LD_LIBRARY_PATH=/home/hugo/Documents/Qt/6.6.3/gcc_64/lib/
where the path where I downloaded Qt is :
/home/hugo/Documents/Qt/6.6.3/