Page 1 of 2
Maya plugin has more stability than Max2Octane... Why?
Posted: Tue Feb 01, 2011 4:33 am
by Elvio
I would like to know why when im using max2octane i get like 10 crashes each 100 frames and when im rendering on maya2octane plugin i dont get this errors. Ive tested it with all versions. What is really wierd is with max, i get alot of license problems while in maya it doesnt happen.
Other important thing is, if octane crash, than, max crash too, it's really annoying! Im not able to stop a render animation because if i stop or cancel it, max will crash too.
thank you by the attention.
Re: Maya plugin has more stability than Max2Octane... Why?
Posted: Tue Feb 01, 2011 3:22 pm
by face
Maybe the pause between sending two frames is greater, so that your graphics card can deallocate the memory.
face
Re: Maya plugin has more stability than Max2Octane... Why?
Posted: Wed Feb 02, 2011 8:15 pm
by Elvio
I ahve 6 octane licenses on 6 different machines, i use octane with a quadro fx 5000, gtx 480, gtx 260, and in every machine i have the same problem.
Re: Maya plugin has more stability than Max2Octane... Why?
Posted: Wed Feb 02, 2011 11:31 pm
by face
Maybe the Max Plugin starts to send the new Data to Octane if the image is rendered.
That can give an error because the time, the memory needs to deallocate, is to little.
Because, the memory isn´t clear if the new data is comming.
The Maya Plugin wait one or two seconds, before the new data is send.
That gives the adapter the time to deallocate.
I mean to know, that the Max plugin is a script.
Search for the line which starts Octane.
After that, there should be a loop with a check, if the image is saved on disk.
If the image is saved, the next frame will exported.
Between the image check and the next frame add simply a delay command.
I don´t know in which language the script is, but the command should be named delay, pause or sleep.
Set the delay to 2000ms and the problem will fixed...
face
Re: Maya plugin has more stability than Max2Octane... Why?
Posted: Thu Feb 03, 2011 3:11 am
by Elvio
But why when you start the render ( plugin ) max get stuck? it doesnt happen with maya, when you launch the render you can cancel or whatever and maya will keep running, with max, it doesn't happen, when you start the render it get stuck ( Not Responding ) and max will only comeback to normal when octane finish to render all entire animation sequence, if you cancel it and close octane during the process, max keep stuck..
Re: Maya plugin has more stability than Max2Octane... Why?
Posted: Thu Feb 03, 2011 9:16 am
by face
I don´t know. I´m not the developer...
face
Re: Maya plugin has more stability than Max2Octane... Why?
Posted: Fri Feb 04, 2011 3:25 pm
by Elvio
Hey Killa, could you help me?
Re: Maya plugin has more stability than Max2Octane... Why?
Posted: Fri Feb 04, 2011 10:33 pm
by kilaD
Hey Elvio!
I will add a pause to the loop as face recommends to see if it helps.
Re: Maya plugin has more stability than Max2Octane... Why?
Posted: Fri Feb 04, 2011 11:04 pm
by kilaD
Try this one, it waits 2 seconds before sending the next frame
Re: Maya plugin has more stability than Max2Octane... Why?
Posted: Fri Feb 04, 2011 11:04 pm
by kilaD
Try this one, it waits 2 seconds before sending the next frame