Maya 2020.2 and Release 0.3.0 (windows 10) - Plugin not loading #766
Replies: 10 comments 8 replies
|
HI @brycelynch do you have any environment variables from previous builds of usd? the error you have is a generic plugin load error, but it isn't uncommon for environment variables (from old usd builds, or python paths, etc) to affect this. |
|
@brycelynch we have mayaUSD 0.4.0 available now, feel free to give a try on it and see if that loads as expected for you. Cheers! |
|
hi im also having this issue. Maya 2020.3 i tried versions 0.3.0 , 0.4.0 and 0.5.0 all resulted with this error |
|
@DavidSpeicher Make sure that you don't have any versions of USD somewhere in your PATH. For instance the "Omniverse Connect plugin for Maya" will add USD to the path which conflicts with our plugin. |
|
this was my first time installing this plugin. so i dont think that would be the issue. |
|
@DavidSpeicher from the behavior you are describing, it does sounds like you might have something conflicting with the plugin. I would recommend running the mel command and checking within the locations that maya returns to see if you have any "USD" or mayaUSD libraries/folders. cheers! |
|
FWIW. I converted this issue to a discussion. Once an issue is identified with repro steps, we can get it logged. |
|
I would also look at the search paths and confirm that there is no other USD library in there: |
|
Hi, I also have the same issue as @DavidSpeicher and @brycelynch. Installed Maya 2020.2, then installed release 0.5.0, opened Maya, tried to load the plugins, and ran into the same errors. Checked every single location in my PATH and MAYA_MODULE_PATH, there's nothing USD-related inside those locations except for the .mods that were automatically generated by the installer (there shouldn't be anything else anyway as this is the first time I install USD) |
|
Any solutions? |
Uh oh!
There was an error while loading. Please reload this page.
Clean install of Windows 10 Maya 2020.2 and maya-usd release version 0.3.0 fails to load plugin with following error:
The specified procedure could not be found.
Here is the output from console:
// Error: file: C:/Program Files/Autodesk/Maya2020/scripts/others/pluginWin.mel line 317: Unable to dynamically load : C:/Program Files/Autodesk/MayaUSD/Maya2020/0.3.0_202008140050-b9aab68/mayausd/MayaUSD/plugin/adsk/plugin/mayaUsdPlugin.mll
The specified procedure could not be found.
//
// Error: file: C:/Program Files/Autodesk/Maya2020/scripts/others/pluginWin.mel line 317: The specified procedure could not be found.
(mayaUsdPlugin) //
// Error: file: C:/Program Files/Autodesk/Maya2020/scripts/others/pluginWin.mel line 317: Unable to dynamically load : C:/Program Files/Autodesk/MayaUSD/Maya2020/0.3.0_202008140050-b9aab68/mayausd/MayaUSD/lib/maya/mtoh.mll
The specified procedure could not be found.
//
// Error: file: C:/Program Files/Autodesk/Maya2020/scripts/others/pluginWin.mel line 317: The specified procedure could not be found.
(mtoh) //
mod file located in autodesk shared common files appears to be mapped correctly to the plugin installation.
All reactions