jokerbuilder / cortex-vfx

Automatically exported from code.google.com/p/cortex-vfx
0 stars 0 forks source link

Maya 2011 crashes #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I've compiled cortex 6 without problem
But maya always crashed when I run script:
 cfr = IECore.FrameRange( 1, 50 )
 cfs = IECore.FileSequence( "/tmp/myCaches/cache.######.fio", cfr ) - this line always crashed maya

if I run this lines under pure python, it runs without problems.

os: CentOS 5.5
maya: 2011
cortex: 6.0.0
boost: 1.41

Original issue reported on code.google.com by nazarenk...@gmail.com on 30 Aug 2011 at 1:02

GoogleCodeExporter commented 9 years ago
This is probably the same maya problem as is discussed here :

http://groups.google.com/group/cortexdev/browse_thread/thread/d036a5578c758ec2/7
ba178a36b92467c?lnk=gst&q=filesequence+maya#7ba178a36b92467c

As you're on linux you'd need to set LD_PRELOAD rather than 
DYLD_INSERT_LIBRARIES, or you could avoid loading the fbx plugin instead.

Original comment by thehaddo...@gmail.com on 30 Aug 2011 at 4:41

GoogleCodeExporter commented 9 years ago
I think John is on the right track, but it may also be worth trying boost 
1.42.0. We found that boost 1.41 wasn't compatible with python 2.6 (used in 
Maya 2010 and beyond). While I don't recall the exact details, it had to do 
with python 2.6 and boost filesystem not playing well together. Are all the 
unit tests passing for you using boost 1.41?

Original comment by andrewk....@gmail.com on 30 Aug 2011 at 5:18