Unable to get rendering to work on MacOS #2970
Unanswered
davidhozic
asked this question in
Asking for Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Hi!
I am a researcher at University of Ljubljana.
My setup
MuJoCo 3.3.7, C API, both native ARM Mac Studio and QEMU emulation with x86. The QEMU OS version is 15.7.2, I'll add the Mac Studio version's when I'll have access to it again.
My question
I'm trying to run a program, written in C, to do some rendering. While everything works as expected on Windows and Linux platforms, I seem to be unable to do any rendering on MacOS.
Specifically, whenever I try to do rendering, I get the error:
Is there some environmental variable that I must set to make it work on MacOS? I haven't found any previous issues regarding this for MacOS specifically, so I assume it's something to do on my side.
Minimal model and/or code that explain my question
I'm technically using Rust, so I'll try to keep it general.
mujoco/src/render/render_context.c
Line 1543 in 96e3764
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions