-
Notifications
You must be signed in to change notification settings - Fork 14
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
X Error of failed request: GLXBadDrawable #32
Comments
So far, I can tell only that error occurs somewhere in |
Your code looks fine to me, the output I am seeing is:
Do you have |
I seem to remember that Tk was creating the window, and this code was trying to render into the frame using the same window. There is a comment about using RGBA, which would mean trying to change Otherwise I am not sure where to start... we must be doing something wrong, but I am not sure what? Perhaps the togl code can gives some ideas : https://sourceforge.net/projects/togl/ This (https://bugs.freedesktop.org/show_bug.cgi?id=54080) suggests trying to set LIBGL_ALWAYS_INDIRECT as another idea. |
changing color type didn't change anything.. I'm not sure what to do with also I see people commenting that this could be mesa problem.. not sure what that means this must be some problem with my drivers or something.. nobody else has this problem with pyopengltk |
I doubt if the problem is your computer if you have pygame working. Looking at the code we have in here, it seems more likely that we could find a bug and fix it.
A longer list is or variables is here : https://mesa-docs.readthedocs.io/en/latest/envvars.html A couple of things to try would be software rendering and some more verbose debug for example:
So in this computer it makes a difference to use software rendering. I guess we are doing something wrong when creating the context, but for now, I don't know what is wrong... |
I just tryed an Ubuntu live usb boot on same computer and everything works fine.. My program, examples, etc... |
|
Maybe |
Here is Also, here is what I found on Nvidia page ( https://download.nvidia.com/XFree86/Linux-x86/384.59/README/optimus.html )
|
I guess it was the Nvidia driver after all, at least as I can understand it. I just installed Debian 12 and recommended 525.147.05 driver(I used to have 470.129.06 on Debian 11) and everything works fine now. I don't know if you want to close the issue with this or you still suspect that there is a bug.. but I really think now that I had something set up incorrectly with my drivers. Maybe I can try to install Debian 11 and 470.129.06 drivers and try to reproduce the error again? |
If you can figure it out and also fix it, then I will be happy to accept a patch. But I don't have many ideas for debugging it, even if you can reproduce, probably it needs an expert on the mesa side to help. I suggest to leave this issue open for now in case someone else has the same problem. The fix was to update the graphics drivers. |
I am using Debian 11, X11, PyCharm, Python 3.9
I tried to run this simple program:
this is the output:
The text was updated successfully, but these errors were encountered: