Skip to content

Run failed #658

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
Xotm opened this issue Mar 19, 2025 · 3 comments
Open

Run failed #658

Xotm opened this issue Mar 19, 2025 · 3 comments
Assignees

Comments

@Xotm
Copy link

Xotm commented Mar 19, 2025

System Info

Operating system: Ubuntu 24.04.2
robosuite Version: 1.5.1

Information

Execute command: python -m robosuite.demos.demo_random_action

Get the result: GLFWError: (65542) b'EGL: Failed to get EGL display: Success'
warnings.warn(message, GLFWError)
ERROR: could not create window

Reproduction

  1. python -m robosuite.demos.demo_random_action

Expected behavior

No response

@abhihjoshi
Copy link
Contributor

Could you try setting MUJOCO_GL=egl at the beginning of the command?
MUJOCO_GL=egl python -m robosuite.demos.demo_random_action

@Xotm
Copy link
Author

Xotm commented Mar 20, 2025

您可以尝试MUJOCO_GL=egl在命令开头进行设置吗? MUJOCO_GL=egl python -m robosuite.demos.demo_random_action

I tried the method you suggested, but unfortunately I still get the same error. My device only has an integrated graphics card with 1GB of video memory, but I can successfully run the mujoco and OpenGl examples

@kevin-thankyou-lin
Copy link
Contributor

GLFWError: (65542) b'EGL: Failed to get EGL display: Success'

Sounds like your machine isn't connected to a display?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants