-
Notifications
You must be signed in to change notification settings - Fork 848
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
pyglet.gl.ContextException: Could not create GL context #7794
Comments
Hi @kylekam, it looks like you're missing the GPU compute drivers. Which Windows build are you running ? |
I'm using Windows 10 Home Build 19044 |
/logs |
Hello! Could you please provide more logs to help us better diagnose your issue? You can find instructions on how to attach logs here, please make sure to post the link to the Feedback Hub item in this chat so we can see it. Thank you! |
This issue has been automatically closed since it has not had any author activity for the past 7 days. If you're still experiencing this issue please re-open it. Thank you! |
Hi, my code is crashing on the following line:
r = pyrender.OffscreenRenderer(400, 800)
And the error that I'm getting is
Following #2855 I'm able to open a new window with the little gears running on XServer.
Any ideas on why this error is happening?
I'm using WSL2, Kernel version: 5.10.16.3, and Ubuntu 20.04
The text was updated successfully, but these errors were encountered: