BlueBrain / RTNeuron

Interactive visualization framework for geometrically detailed neuron simulations
GNU General Public License v3.0
30 stars 10 forks source link

Unrecognized OpenGL version when launching start_app() #40

Open stefanocasali984 opened 5 years ago

stefanocasali984 commented 5 years ago

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!

hernando commented 5 years ago

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

stefanocasali984 commented 5 years ago

I'm using X.org.

stefanocasali984 commented 5 years ago

If you need further information, please let me know