PDA

View Full Version : Mentalray Standalone render with custom shader



sean
May 4th, 2011, 02:22
Hi,
when trying to render my custom shader with Mentalray Standalone,
I got the following error;
...
LINK 0.0 progr: module #8 (/usr/autodesk/maya2011-x64/lib/libOpenMaya.so) loaded
LINK 0.0 error 191005: failed to load library customShader.so: libOpenMaya.so: cannot open shared object file: No such file or directory
...

As you can see, the "libOpenMaya.so" file was loaded successfully just before getting that error.

Is that coming from dynamically sharing that library?
If so, do i have to recompile this custom shader again?
If you have any comment about this, please reply to this thread.

Thanks,
Sean.

steve
May 4th, 2011, 12:13
Hi Sean,
if you write a custom shader for mental ray it should not/never depend on Maya core libraries. Was that intended ?