Message 1 of 1
Running MEL scripts on Virtualized Instances.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I have been trying to execute MEL scripts on a virtualized instance of Rocky Linux v8.6 with Maya2023 installed; but whenever I do I get a list of errors including things such as "This plugin does not support createPlatformOpenGLContext!". The script ends before essentially any of my commands run and I'm left with just a mel prompt after the statement:
maya -promptand the statement:
Render -renderer sw -ifg 1 -cam camera1 -x 7680 -y 5760 -ard 1.3333333 -of png -rd $IMGDIR -im side.$bt -n 0 $SCENEDIR/mr_scene.mb(where the $ caps are pointers to existing directories)
I've searched elsewhere and could not find any particular solution to the issue concerning Linux installations. I've also attached a text file of the output, any suggestions on how to move forward?