Open
Description
Intro
Hi!
I am a Robotics Engineer I use MuJoCo for my project.
My setup
mujoco 3.2.6
What's happening? What did you expect?
When I use the python version of mujoco3.2.6 under win11, an OSError: [WinError 1114] The dynamic link library (DLL) initialization routine failed. What puzzles me is that it works normally under Linux. In the end, I can only use the 2.3.7 version of mujoco under win.
Steps for reproduction
Just use pip install mujoco on the win11 platform, and then execute python -m mujoco.viewer to reproduce
Minimal model for reproduction
No response
Code required for reproduction
No response
Confirmations
- I searched the latest documentation thoroughly before posting.
- I searched previous Issues and Discussions, I am certain this has not been raised before.