-
Notifications
You must be signed in to change notification settings - Fork 679
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
_glfwPlatformGetTls: Assertion `tls->posix.allocated == 1' failed. #285
Comments
"TLS" above refers to thread-local storage, and it looks like for some reason GLFW is failing to allocate TLS memory. I've never seen this happen before so please take what I say here with a grain of salt. From what you posted, the biggest culprit to me is As a random stab in the dark, I would suggest that you try to uninstall |
hmm I checked to see if I had wayland via |
I can't really be of much more help here I'm afraid, since I cannot reproduce this issue on my end. Can you please check if the issue still persists with |
this fixed it |
|
Error:
_glfwPlatformGetTls: Assertion
tls->posix.allocated == 1' failed.`I'm running Mujuco2.0 with the following pip dependencies:
Here is my code:
I have
libglew2.0
andlibglfw3
installed and I'm running on Linux with Ubuntu 18.04.5. Python version is 3.9.12. The issue arises when I try to render. Not sure why this is happening.The text was updated successfully, but these errors were encountered: