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
I have been adjusting the code (CHATGPT) to allow for rendering some of the example files since the viewers not supported on Mac, I got elastic dragon and pbd_liquid to work, i linked my dragon and liquid render above, but the code im attatching below produces the error , its originaly from pbd_cloth. I've seen this error posted before but I hope that I could possibly give some more insight into the cause of the problem,
Here is the code I ran to get the error :
`import argparse
import numpy as np
import genesis as gs
output_video.mp4
MAC OS M1
I have been adjusting the code (CHATGPT) to allow for rendering some of the example files since the viewers not supported on Mac, I got elastic dragon and pbd_liquid to work, i linked my dragon and liquid render above, but the code im attatching below produces the error , its originaly from pbd_cloth. I've seen this error posted before but I hope that I could possibly give some more insight into the cause of the problem,
Here is the code I ran to get the error :
`import argparse
import numpy as np
import genesis as gs
def main():
parser = argparse.ArgumentParser()
parser.add_argument("-v", "--vis", action="store_true", default=False)
parser.add_argument("-c", "--cpu", action="store_true", default=False)
args = parser.parse_args()
if name == "main":
main()
produces the following error:
RHI Error: cannot create compute pipeline state: Compiler encountered an internal error (code=3)RHI Error: cannot create compute pipeline state: Compiler encountered an internal error (code=3)
Assertion failed: (p != nullptr), function bind_pipeline, file metal_device.mm, line 382.
Process finished with exit code 134 (interrupted by signal 6:SIGABRT)`
The text was updated successfully, but these errors were encountered: