It would be great to have some documentation on possible return-codes so that we can handle possible errors in different ways
I've seen many different return codes from the vray exe and have mostly tried to guess at what went wrong.
I'm using vray standalone on Ubuntu, I'm calling it via Python subprocess and checking the return code.
Example: if it's license server error, I will probably want to retry my render command after a wait, since it was either a network issue, or a license has become free.
I have also seen -11, which seems to be some sort of crash, and return codes 7 and 3
I've seen many different return codes from the vray exe and have mostly tried to guess at what went wrong.
I'm using vray standalone on Ubuntu, I'm calling it via Python subprocess and checking the return code.
Example: if it's license server error, I will probably want to retry my render command after a wait, since it was either a network issue, or a license has become free.
I have also seen -11, which seems to be some sort of crash, and return codes 7 and 3
Comment