Maya 2022 crash while loading Maya-Usd plugin #1503
-
NOTE: Apologies for the long message. I am trying to give as much info as possible. Maya crashes when I try to load the Maya-Usd plugin. Any help is much appreciated. Common build environment (for both USD and Maya-Usd):
To build USD 21.05:
To build Maya-Usd plugin:
USD was built using Pixar's build Python script. The build and installation went all fine. I can verify by running Maya-Usd was also built using Autodesk's build script and the build process ended fine. Here is the command:
I modified these options inside the
I can run Maya just fine. This is the output in the console:
When attempting to load the Maya-Usd plugin (the one I built), I get this error in Maya's Script Editor:
Here is the crashLog (attached since it is quite large): And this is the full error message from the console after attempting to load the plugin:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hi Marcelo, Thank you for detailed information. It does actually help. Your build environments and arguments passed to Maya-Usd build.py looks good to me. Nitpick: You could also disable pixar and al plugins by passing them to build-args like how you did with BUILD_WITH_PYTHON_3
I would like to see what parameters you passed to Pixar USD build script? Did you build USD with Ptex?
|
Beta Was this translation helpful? Give feedback.
-
@msercheli can you please confirm that you only have @seando-adsk @kxl-adsk have you seen this mtoa crash before? |
Beta Was this translation helpful? Give feedback.
@msercheli can you please confirm that you only have
${USD_LOCATION}
in your path before loading mayaUsdplugin in Maya by runninggetenv("PATH")
?@seando-adsk @kxl-adsk have you seen this mtoa crash before?