Search found 912 matches

by timurhai
Fri Jul 12, 2019 2:21 pm
Forum: AfterFX
Topic: Render error
Replies: 7
Views: 15152

Re: Render error

Normally any process returns 0 as exit code to indicate that it finished with a success. Any non-zero that it was finished with an error. That non-zero number value can indicate what error was happen. If you program prefer such unusual behavior, you can override this function: https://github.com/CGR...
by timurhai
Fri Jul 12, 2019 1:53 pm
Forum: AfterFX
Topic: Render error
Replies: 7
Views: 15152

Re: Render error

So, there is no error messages in the task output, but afrender "thinks" that it was finished with an error?
If so, can you provide afrender process stdout?
(-can you see it in a console? can you see console where afrender running?)
by timurhai
Fri Jul 12, 2019 1:08 pm
Forum: AfterFX
Topic: Render error
Replies: 7
Views: 15152

Re: Render error

Hi,

Task Log informs you that an error was happen and when.
To see error message you should see Task Output.
You can copy&paste it here.

Afrender can't properly initialize Python when running as a service - is a completely other theme.

ps
Thank you for re-post!
by timurhai
Fri Jul 12, 2019 12:03 pm
Forum: Setup
Topic: Windows Services and NVIDIA monitoring
Replies: 7
Views: 9190

Re: Windows Services and NVIDIA monitoring

We are jumping for one theme to other.
Can you repost this in AE folder: viewforum.php?f=30
by timurhai
Fri Jul 12, 2019 11:37 am
Forum: Setup
Topic: Windows Services and NVIDIA monitoring
Replies: 7
Views: 9190

Re: Windows Services and NVIDIA monitoring

Does it work fine w/o service? If you run afrender directly from keeper or by double clicking cmd from explorer or from a console?
by timurhai
Fri Jul 12, 2019 10:58 am
Forum: Setup
Topic: Windows Services and NVIDIA monitoring
Replies: 7
Views: 9190

Re: Windows Services and NVIDIA monitoring

Hi.

I did not got how your question is connected to Windows Services and NVIDIA monitoring.
(viewtopic.php?f=11&t=3228)

Or you want to say, that everything worked fine, until you start afrender via service and turned on NVIDIA monitoring?
by timurhai
Tue Jul 09, 2019 3:19 pm
Forum: Blender
Topic: blender 2.8 beta
Replies: 20
Views: 30384

Re: blender 2.8 beta

Great!

How about to use GitHub?
https://github.com/CGRU/cgru

It is much more comfortable to track code changes there.

ps
But if you can`t(do not want) - i will merge it. Anyway, thank you for developing!
by timurhai
Fri Jun 28, 2019 11:58 am
Forum: Blender
Topic: blender 2.8 beta
Replies: 20
Views: 30384

Re: blender 2.8 beta

Hi, I think yes. For a code development related questions you can use GitHub issues: https://github.com/CGRU/cgru/issues btw Did not know that such link works: http://data.cgru.info/forum.cgru.info/ It should be http://forum.cgru.info I created http://data.cgru.info for a maintenance purposes, to ha...
by timurhai
Tue Jun 25, 2019 9:10 am
Forum: Feature Requests
Topic: Render Pools
Replies: 25
Views: 43249

Re: Render Pools

The next six parameters are play no role. I just forgot to remove them. I decided class af::Pool and af::Render will inherit af::Farm and all capacity/services/limits parameters will be in af::Farm https://github.com/CGRU/cgru/blob/master/afanasy/src/libafanasy/affarm.h ( for now only services and d...
by timurhai
Mon Jun 24, 2019 10:17 pm
Forum: Feature Requests
Topic: Render Pools
Replies: 25
Views: 43249

Re: Render Pools

Hmm... It seems that for now WebGUI can set it only for render (not pool).
( as i said, i just implementing it )