Copyright (c) 2025
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Compatibility
-
2010, 9.x, 2009, 2008, 8.x, 7.x, 6.x, 5.x, 4.x
Operating Systems
History
Created: | 10/11/2002 |
Last Modified: | 01/20/2010 |
File Size: | 1.33 MB |
Keywords
Bugs (1 reported) Help make this item even better. Your bug reports are appreciated!
Date | Priority | Title | Status |
---|---|---|---|
05/23/2010 | high | error loading the plugin | Pending |
Bugs
error loading the plugin
Status | pending |
---|---|
Priority | high |
Date | 05/23/2010 |
Submitted by | css_maya |
i found that people had some problem loading the new compiled plugin in maya 2010. so, i got the sorce and recompiled it for 2011 X32, when i compile it i have several warnings about converting double to integer that you can ignore, there was another error concerning a loop that was closed by bracket early, but after all of these, i got the plugin compiled and had the .mll file. Now the funny thing is when i want to load it in maya it gives me an error about node registration. here is the initializePlugin part of the plugin :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
MStatus initializePlugin (MObject obj) { MStatus statuse; MfnPlugin plugin (obj,"Carsten Kolve","4.0","Any"); status=plugin.registerNode ("bbSteeringDesire",bbSteeringDesire::id,&bbSteeringDesire::creator, &bbSteeringDesire::initialize,MPxNode::kFieldNode); if (!status) { status.perror("registerNodeBBSD"); return status; } status=plugin.registerNode ("bbCombineDesire",bbCombineDesire::id,&bbCombineDesire::creator, &bbCombineDesire::initialize); if (!status) { status.perror("registerNodeBBCD"); return status; } status=plugin.registerUI("bbCreateUI","bbDeleteUI"); if (!status){ status.perror("registerUIScripts"); return status; } return status; } |
so, i think if we have any problem registering any one of nodes or UI we should see separate errors indicating the error. so why do i get this error ?
steeringDesire...loaded//
error: file :......... line 665 initializePlugin function failed !!!!!!
i don't get it, were is the error and why it won't work even when it compiles correctly?
thanks
Comments on this bug:
Post a comment:
Report a bug
Related Items:
-
Animated Olympic Fire 2014 (Maya) 3D Model
$69.00 (USD) -
Elephant 3d textured model 3ds max and maya scene files 3D Model
$30.00 (USD) -
The Alchemy Tools for Maya for Maya 1.0.0 (maya script)
$20.00 (USD) -
"Rapid Rig: Poser" for Maya for Maya 2.0.9 (maya script)
$20.00 (USD) -
Nick-Maya Rig With Advance Facial Setup for Maya 0.1.0
$20.00 (USD) -
Pamela Maya (2013) Rig for Maya 0.0.1
$20.00 (USD)