Search found 913 matches

by timurhai
Wed Jun 21, 2017 12:00 pm
Forum: Configuration
Topic: Rules dailies creation window customization
Replies: 1
Views: 8563

Re: Rules dailies creation window customization

Hi. If you changing dailies.js changes should happen. Sorry, for now i have no idea why it does not happen. Just may be user has not refreshed page (F5) to reload script? You can make any buttons you want. cgru/utilities/moviemaker/makemovie.py is a very flexible script and has lots of parameters th...
by timurhai
Tue Jun 20, 2017 9:34 pm
Forum: General
Topic: Afserver crashes
Replies: 43
Views: 55210

Re: Afserver crashes

This is this theme related commit: https://github.com/CGRU/cgru/commit/5953c79d934351def7fd2979fb98c259e4637cf0 I think that it is better to raise all needed threads at once on server start. As it is more hard to raise 1 thread per connection and than finish thread. Raising hundreds threads per seco...
by timurhai
Tue Jun 20, 2017 10:13 am
Forum: AfWatch
Topic: Task - Browse files/Preview
Replies: 20
Views: 28064

Re: Task - Browse files/Preview

Hi. To execute correct command to view files, your jobs (blocks, tasks) should have a valid files parameter. It can be set on a job creation or files can be parsed in a Python parser class. All block tasks sequence preview is not working now, i see. It is a bug that should be fixed by developers ( f...
by timurhai
Tue Jun 20, 2017 10:08 am
Forum: General
Topic: Apache2 PHP problem cgru 2.2.2
Replies: 1
Views: 10272

Re: Apache2 PHP problem cgru 2.2.2

In previous versions there was no bookmarks in RULES.
Your stored users does not have such field.
My mistake that i've made no check for this.
But most probably you can just ignore this, soon all your users will have such filed.
I does not remember any problems at work when bookmarks just appeared.
by timurhai
Tue Jun 20, 2017 10:05 am
Forum: General
Topic: Error: Can`t execute commands. Ensure that Keeper is running and authorized.
Replies: 1
Views: 8176

Re: Error: Can`t execute commands. Ensure that Keeper is running and authorized.

Hi. At first RULES ask browser to execute a system command via firefox addon. It is a huge security hole, as may be i want to hack you somehow with that addon. Later firefox security policy began to refuse to install addons that are not authorized by them. So RULES began to execute system command vi...
by timurhai
Wed Jun 14, 2017 11:55 am
Forum: General
Topic: Jobs that are done are running again after afanasy server restart
Replies: 3
Views: 5644

Re: Jobs that are done are running again after afanasy server restart

It seems that you are using windows for afserver ( it is not good ).
Read this enhancement:
https://github.com/CGRU/cgru/commit/6c1 ... f242f3c0de
Than about the fix:
https://github.com/CGRU/cgru/commit/8f5 ... fff1a080da
And you can try 2.2.2
by timurhai
Wed Jun 14, 2017 9:27 am
Forum: General
Topic: Jobs that are done are running again after afanasy server restart
Replies: 3
Views: 5644

Re: Jobs that are done are running again after afanasy server restart

Hi.
What is CGRU version, afserver and afrender platforms?
See my signature - the best way not to miss this.
by timurhai
Mon Jun 12, 2017 9:47 am
Forum: General
Topic: frame checking
Replies: 1
Views: 4020

Re: frame checking

Hi. Sorry for a delay. Yes, i think that it will be a better solution. For this we should not fill numbers on the server side, generating the task. On the (numeric) task generation afserver should send it to afrender with raw patterns and with numbers, (start, end, by). In the task service Python co...
by timurhai
Tue Jun 06, 2017 11:24 am
Forum: AfterFX
Topic: Errors when running multiple parallel tasks on renderer with after effects
Replies: 9
Views: 20883

Re: Errors when running multiple parallel tasks on renderer with after effects

Sometimes we facing this issue on Windows with various soft.
Sometimes display (logged-in session with GUI) is needed.

btw
If you want to run under the same environment you must run commands in the same working folder.
Different working folders can play a major role.
by timurhai
Tue Jun 06, 2017 10:20 am
Forum: AfterFX
Topic: Errors when running multiple parallel tasks on renderer with after effects
Replies: 9
Views: 20883

Re: Errors when running multiple parallel tasks on renderer with after effects

Hi.
Post move in AfterFX section.
It probably does not play any role, but, why you did:
cd "C:\Program Files\Adobe\Adobe After Effects CC 2017\Support Files" ?
Task working folder was in there?