Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] Bug Reporting => [Max] Resolved Bugs => Topic started by: Dippndots on 2015-11-27, 15:12:06

Title: DR seems to keep rendering after completing passes
Post by: Dippndots on 2015-11-27, 15:12:06
I'm having an odd problem when at the stage "gathering remaining data from slaves". The render just seems to keep going. It completes the 90 required passes, now 15min later it's still gathering remaining data and is at 157 passes...

What can I do to troubleshoot this?
Title: Re: DR seems to keep rendering after completing passes
Post by: Dippndots on 2015-11-27, 18:15:32
These lines show up in backburner's server log:
Code: [Select]
2015/11/27 09:08:54 INF 3dsmax adapter : CORONA : Pass 88/90
2015/11/27 09:08:54 INF 3dsmax adapter : CORONA : Pass 89/90
2015/11/27 09:08:54 INF 3dsmax adapter : CORONA : Saving + Cleaning up
2015/11/27 09:08:54 INF 3dsmax adapter : ***WARNING*** CORONA ERROR: DR error: Accumulating EXR from slave '10.0.7.134' failed. Please report this to our support: ERROR: Iex::BaseExc: Error reading pixel data from image file "{memory}". Data decompression (zlib) failed.
Title: Re: DR seems to keep rendering after completing passes
Post by: Ondra on 2015-11-27, 18:17:39
this is really interesting. Does this happen every time? Do you have multiple slaves, if yes, is the problem in all of them, or just one?
Title: Re: DR seems to keep rendering after completing passes
Post by: Dippndots on 2015-11-27, 18:29:22
It happens at least 4 out of 5 times. Multiple slaves report the same problems (we have 25).
Title: Re: DR seems to keep rendering after completing passes
Post by: Dippndots on 2015-11-27, 18:45:24
I should add that it also just locks up similarly mid render at random passes and the server log has the same lines
Title: Re: DR seems to keep rendering after completing passes
Post by: Ondra on 2015-11-27, 19:47:10
ok, I will add more info to the error message and we will debug the problem together. Can we continue on skype? If yes, can you send me your screen name in PM?
Title: Re: DR seems to keep rendering after completing passes
Post by: Dippndots on 2015-11-27, 19:50:26
I'm not at work anymore unfortunately :( Happy to Skype, but the earliest I could would be next Thursday
Title: Re: DR seems to keep rendering after completing passes
Post by: Ondra on 2015-11-28, 11:11:24
sure, no problem
Title: Re: DR seems to keep rendering after completing passes
Post by: Nekrobul on 2015-11-29, 16:01:25
I have one idea about this problem.

I have encounterd this when i had 2 distant nodes and had to use VPN connection to fake local area connection. I found out that lowering default settings fixes it. I usualy used numbers like 3sec sinc interval na vax 50k pixels to transfer at once.
Title: Re: DR seems to keep rendering after completing passes
Post by: Dippndots on 2015-12-03, 12:39:24
Those are the settings I've currently got, I pushed it out to 10sec with no difference. All the computers are on the same local network.
Title: Re: DR seems to keep rendering after completing passes
Post by: Ondra on 2016-05-04, 18:04:58
I will close this as it is too old, but if you experience it with 1.4 please let us know. There is now improved errror reporting, so it should point you to a file you should send us
Title: Re: DR seems to keep rendering after completing passes
Post by: Dippndots on 2016-05-23, 11:12:54
Hey Ondra, I think I figured out the cause of this. When rendering a 5000px image between 26 slaves, i currently have DR setup so it can only transfer 50,000px every 15sec. I noticed that after it had reached the pass limit, these 50,000px .exrs were still being generated by the slaves (up to 200 of them) to send to the master and because it could only transfer every 15sec, it seemed like it was taking forever.

I will test again some time today with the default pixel amount and see if that doesn't solve the problem.