View Single Post
# 1 03-08-2014 , 08:47 PM
Registered User
Join Date: Aug 2014
Posts: 2

Maya Plugin Error (Old version)

This is resolved.

Hey, I'm in urgent need of help.

I'm desperately trying to get this older plugin to work, but I've had no luck. Been trying all day. I've

tested it on a couple o different Maya versions and I get different errors.

This is the most common:

Code:
loadPluginCallback "I:/!Backup D/Plugin/Exporter.mll" "plug-in";
// Error: The specified procedure could not be found.
 //
// Error: The specified procedure could not be found.
 (Exporter) //
// Result: 1 //

Then I got this:

Code:
// Error: The specified procedure could not be found.
 (Exporter) //

And with Maya 6 I got this:

Code:
// Error: The specified module could not be found.
 //
// Error: The specified module could not be found.
 (Exporter) //

Am I correct in believing that Maya 6 should be the correct version? How would I fix this error?

I've tried to have this in my maya.env:

Code:
MAYA_PLUG_IN_PATH=I:/!Backup D/Plugin

But no to no luck.

Can anyone help me out? It's driving me crazy, been at it all day.

Thanks in advance!


Last edited by Tbab; 04-08-2014 at 11:22 AM.