-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Open GL support #4624
Comments
I think this will be fixed in Spyder 3.2 because we added 3.2 will be released in a couple of weeks. In the meantime, please take a look at #4601 for the solution. |
@ccordoba12 I'm seeing this exact same issue currently with Spyder 3.2.5 and with PyOpenGL (3.1.1a1) in place:
I also tried after This is with Python 3.6.3, PyQt5 5.9.2, Mesa 17.2.4, Qt5 5.8.0. Any suggestions how to further debug this? |
I think this was fixed in 3.2.6, please update. |
Just tried, still seeing the same issue with Spyder 3.2.6. The error message is slightly more informative (maybe) when using
|
I don't think we can do anything about it in Spyder. This seems a
problem with Qt.
El 12/01/18 a las 06:54, Kenneth Hoste escribió:
…
Just tried, still seeing the same issue with Spyder 3.2.6.
The error message is slightly more informative (maybe) when using |swr|:
|$ export GALLIUM_DRIVER=swr $ spyder3 SWR detected AVX
[57950:57994:0112/103246:ERROR:gl_surface_qt.cpp(251)]
glXCreatePbuffer failed.
[58019:58019:0100/000000:ERROR:broker_posix.cc(41)] Invalid node
channel message Segmentation fault $ unset GALLIUM_DRIVER $ spyder3
[58066:58108:0112/103304:ERROR:gl_surface_qt.cpp(251)]
glXCreatePbuffer failed. Segmentation fault |
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4624 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAWS7bTYnWql5HS6YHdXKKdQYSuQQtwoks5tJ0gCgaJpZM4OAInm>.
|
@ccordoba12 Any suggestions on how to debug it? |
Using the Intel driver should work, I guess. Sorry, I'm not expert on OpenGL. |
spyder3 fails while starting with this error
[13936:14070:0620/132454:ERROR:gl_surface_qt.cpp(251)] glXCreatePbuffer failed.
I have loaded Mesa and libGLX to execution path. Which additional libraries are required?
'spyder', '3.1.4',
Python 3.6.1
Qt 4.8.7
PyQt5 5.8.2
Mesa 12.0.2
freeglut 3.0.0
The text was updated successfully, but these errors were encountered: