You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executing the simulate example yields a ERROR: could not create window.
Steps To Reproduce
Steps to reproduce the behavior:
nix shell nixpkgs#mujoco -c simulate
Observe the below
MuJoCo version 2.3.7
ERROR: could not create window
Press Enter to exit ...
Expected behavior
Graphical window with empty MuJoCo scene should open (I surmise, from the project's documentation).
Additional context
Looking up the error string in source points to GLFW failing to create a window. Adding error resolution calls and printouts points the error to missing APIs.
Running this on a NUC with a Ryzen 9 5900HX in KDE Plasma. Unsure if the hardware lacks support. But this is the first graphical issue I've stumbled upon so far.
Describe the bug
Executing the
simulate
example yields aERROR: could not create window
.Steps To Reproduce
Steps to reproduce the behavior:
nix shell nixpkgs#mujoco -c simulate
Expected behavior
Graphical window with empty MuJoCo scene should open (I surmise, from the project's documentation).
Additional context
Looking up the error string in source points to GLFW failing to create a window. Adding error resolution calls and printouts points the error to missing APIs.
Running this on a NUC with a Ryzen 9 5900HX in KDE Plasma. Unsure if the hardware lacks support. But this is the first graphical issue I've stumbled upon so far.
Notify maintainers
@samuela
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: