Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - desgraphics

Pages: [1]
1
[Max] Bug Reporting / Ram usage / bad allocation
« on: 2018-12-20, 19:24:49 »
Having problems rendering with DR on our servers. If we send an animation to backburner and have each computer render 1 frame each, no DR, all the computers are able to render.

When we send the same file to one computer and have it distribute to all others it often crashes. A server will get a bad allocation, seems to be random as to which computer. Here's a screenshot from 3 of our 40 dr servers. The ram committed before the render starts seems to Drastically different.

2
This will do it with a few clicks can stop and restart all servers using backburner, corona, vray

https://rendernodemonitor.com/

3
It seems like some of the DR servers still think a job is rendering even after it has been canceled or completed and that leads to problems or that error.

4
Yeah, i also uninstalled corona completely and then reinstalled 1.7

5
The most recent render on this log came up with that error.

6
So it's on multiple scenes, of varying complexity. I can send the DR logs, it seems to happen at random times. When I press the green arrow nothing happens, we only have one version of max installed.

7
Where is the working directory?

8
On a lot of our render farm servers its saying waiting for render to start under slave, and under master it says rendering. It just stays like this. I've tried reinstalled corona on my computer and the render nodes. Not sure what the problem is.


9
[Max] I need help! / Re: Vray Proxy convert batching
« on: 2017-05-23, 20:36:02 »
Another proxy question, is there a way to batch proxy files that aren't vray, just the normal proxy. I have 50 seperate max files, all just need the object inside the file proxied to the same directory. And just use the name of the particular object?

10
[Max] I need help! / Re: Vray Proxy convert batching
« on: 2017-05-16, 00:41:53 »
NM i'm dumb, I figured it out :P

11
[Max] I need help! / Re: Vray Proxy convert batching
« on: 2017-05-16, 00:37:05 »
Is there a way to prevent this from popping up?

I tried this but it still pops up

CoronaConverter.destroyGui()

12
[Max] I need help! / Re: Vray Proxy convert batching
« on: 2017-05-15, 20:43:00 »
That fixed it!

Thanks for the quick reply

13
[Max] I need help! / Vray Proxy convert batching
« on: 2017-05-15, 19:59:35 »
I'm running a script to batch convert many vray proxies at once. It converts the material just fine, but not the proxy.

Here is the .ms file code.



::CoronaConverterSuppressGui = true  /* this will suppress the converter dialog */
::CoronaProxyConverter  /* proxy converter instance */
::CoronaConverter  /* converter instance  */
fileIn @"C:\Program Files\Autodesk\3ds Max 2016\scripts\CoronaRenderer\coronaConverter_v1.34.ms"

CoronaConverter.converterSettings.switchRenderEngine = true
CoronaConverter.converterSettings.printInfo = false
CoronaConverter.converterSettings.silent = false

CoronaConverter.convertScene()
CoronaProxyConverter.convertProxies @"C:\myProxyLocation" true

CoronaConverter.converterTools.DisableDisplacementTex()
   
CoronaConverterSuppressGui = false  /* turn the suppression off, so the dialog can pop up later */



Here is the error i get.

Pages: [1]