RTNeuron icon indicating copy to clipboard operation
RTNeuron copied to clipboard

Unrecognized OpenGL version when launching start_app()

Open stefanocasali984 opened this issue 6 years ago • 3 comments

Hi,

I've installed all the dependencies listed here : [http://bluebrain.github.io/RTNeuron-3.0/old/compilation.html], then downloaded the rtneuron AppImage and succesfully run it. However, when I type

start_app()

then the following error is returned:

Unrecognized OpenGL version QOpenGLWidget: Failed to make context current composeAndFlush: makeCurrent() failed composeAndFlush: makeCurrent() failed composeAndFlush: makeCurrent() failed

A window actually prompted but was totally black and not reacting to any input. I've tried to reinstall OpenGL using the following commands:

sudo apt-get install mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev freeglut3-dev

but nothing changed.
I'm working on Ubuntu 18.10 What I'm doing wrong / missing?

Thanks in advance for help!

stefanocasali984 avatar Jun 06 '19 15:06 stefanocasali984

Are you using Wayland or X.org? Because I doubt it will work on Wayland.

hernando avatar Jun 06 '19 15:06 hernando

I'm using X.org.

stefanocasali984 avatar Jun 07 '19 10:06 stefanocasali984

If you need further information, please let me know

stefanocasali984 avatar Jun 07 '19 13:06 stefanocasali984