Search found 12 matches

by F2B
Thu Aug 17, 2017 2:57 pm
Forum: General
Topic: Error: Output log
Replies: 6
Views: 8284

Error: Output log

Sometimes i have an error when i try to watch output log:

ERROR: Can't get file:
c:/temp/afanasy\jobs\0\2.job_name.c4d\tasks\3.0\output\15.txt
No such file or directory

Nothing changed in configuration,

Any idea?
by F2B
Mon Jul 03, 2017 1:11 pm
Forum: Cinema4D
Topic: C4D Setup Bug
Replies: 1
Views: 6500

C4D Setup Bug

There is a problem in setup.cmd and c4d.cmd. It try to launch C4D_EXEC=%APP_DIR%\%APP_EXE% but in locate_c4d.cmd, APP_EXE= Path+exe, so C4D_EXEC= Path\Path\*.exe To work, in setup_c4d.cmd it need line 43: set "C4D_EXEC=%APP_EXE%" and in c4d.cmd it only need line 5: "%APP_EXE%" %*