Forum Replies Created
-
7th May 2019 at 4:06 pm #17492
I’m not in charge of buying licences sorry.
It appears it is a mix between file permission issue and drive mapping
I’m writing this here if anyone as a similar problem, this is how I fixed it:
– Using the ‘normal’ client mode (that pops up a window – High Debug) instead of a service (even with a given user and password)
– Hardcoding the network mapping in (Q:\ to \\192.0.0.xx\folder) in the dispatcher clients configI had issues where the written files wouldn’t even be available for opening/browing. I guess it is because we (client machines) are ‘admin’ users in our sessions (bad idea I think but I’m not in charge of IT).
The jobs launch with a thousand errors and it’s red all over but they render which is what I wanted.
It’s a maya-sw modified to work with octane.
6th May 2019 at 10:13 am #17489Thanks for the quick reply. We are on 8.6.1
A simple ‘batch’ job works (ie echoing works, at least shows up in the log and exits gracefully)
However a simple maya (software) job simply ‘hangs’ and never returns; both Render.exe and mayabatch.exe are active on the client machine, but not doing anything. I tried it with a .bat file locally and the job renders fine in a few seconds.
Here is the renderclient log:
05/06/2019 10:04:14 - [Core] Accepting new management connection(1416) from 192.168.0.202:10480 05/06/2019 10:04:30 - [Core] Management connection(192.168.0.202:10480) closed by remote host 05/06/2019 10:06:43 - [1] Job process terminated with exit code 1 05/06/2019 10:07:39 - [1] Streaming log to C:\Program Files\Virtual Vertex\Muster 8\logs\client\processes\1557130055.2697.1.N9.001_0002_sw_test 05/06/2019 10:07:39 - [1] Starting job executable C:\Program Files\Autodesk\Maya2018\bin\Render.exe with commands: -r sw -n 0 -proj "\\192.168.0.21\PROJECT\muster\muster_testproj" -rd "\\192.168.0.21\PROJECT\muster\muster_testproj\scenes\images" -s 1.000 -e 1.000 -b 1.000 -rfs 1 -rfb 1 -pad 1 -preRender "system(\"net session\")" "\\192.168.0.21\PROJECT\muster\muster_testproj\scenes\renderfile_sw.mb" 05/06/2019 10:07:43 - [1] Real job process running with PID 3420
-