Author Topic: release 0.25  (Read 11124 times)

2014-07-09, 16:55:10
Reply #15

juang3d

  • Active Users
  • **
  • Posts: 636
    • View Profile
gazh you should be running Maya 2014.5, it means the extension version of maya, not the release 2014, but the extension one.

Cheers!

2014-07-09, 17:56:36
Reply #16

gazh

  • Active Users
  • **
  • Posts: 24
    • View Profile
Hey Guys

Cheers.  Yep, I had to go through our internal tech to get to the subscription service part of autodesk.  I'm now running Extension for Maya 2014 SP1.

I had high hopes, but unfortunately, still no joy.  It just crashes out as soon as I hit render.

Strangely, in my plug-in manager Corona isn't flagged as loaded, but when I try and load it, I get the error that it's already loaded.  Sure enough I have the option in my renderer list, but as I say, it just kills the maya session.

So frustrating.  V2.4 was never an issue though with this problem

Thanks for the help so far.


2014-07-09, 23:35:28
Reply #17

haggi

  • Moderator
  • Active Users
  • ***
  • Posts: 335
    • View Profile
Did you completly remove the old 0.24 directory and replaced it by the new 0.25, or did you simply extract the archive at the same position?
This is my last hope, but I'm quite sure that you already tried this.

Could you please execute this in a python script editor and send me the result:

Code: [Select]
import os
for p in os.environ['MAYA_MODULE_PATH'].split(";"):
    print p
for p in os.environ['PYTHONPATH'].split(";"):
    print p
for p in os.environ['PATH'].split(";"):
    print p;