Hi Timur,
I'll look into this further, thank you.
Search found 13 matches
- Mon Mar 20, 2023 2:21 pm
- Forum: General
- Topic: Job Fails to Start Due to Python Syntax Error
- Replies: 3
- Views: 126
- Wed Mar 15, 2023 10:15 pm
- Forum: General
- Topic: Job Fails to Start Due to Python Syntax Error
- Replies: 3
- Views: 126
Re: Job Fails to Start Due to Python Syntax Error
It seems to be caused by the PYTHONHOME environment variable that is set by setup.cmd being inherited by the executed command.
Is there any mechanism to prevent this environment variable (or all environment variables) being inherited?
Is there any mechanism to prevent this environment variable (or all environment variables) being inherited?
- Tue Mar 14, 2023 5:08 pm
- Forum: General
- Topic: Job Fails to Start Due to Python Syntax Error
- Replies: 3
- Views: 126
Job Fails to Start Due to Python Syntax Error
I am attempting to use afstarter to submit a generic command line job so we can quickly integrate an older piece of software into our farm (LightWave3D), but I'm getting some very strange errors. I have configured the settings that result in the following "python" "C:\ProgramData\Rez\...
- Wed Mar 08, 2023 7:50 am
- Forum: General
- Topic: BUG: open_folder_cmd not being read?
- Replies: 3
- Views: 178
Re: BUG: open_folder_cmd not being read?
That's great, thank you.
- Sat Mar 04, 2023 12:01 pm
- Forum: General
- Topic: How to Configure Tickets
- Replies: 4
- Views: 129
- Sat Feb 25, 2023 6:11 pm
- Forum: General
- Topic: BUG: open_folder_cmd not being read?
- Replies: 3
- Views: 178
BUG: open_folder_cmd not being read?
In my config.json I have the following "OS_windows":{ "af_rendercmds":["mstsc /v:@ARG@","start ping /t @ARG@","start ping /t @IP@"], "open_folder_cmd":"exolorer \"@PATH@\"", ... } I then run afcmd, I noticed that it pick...
- Fri Feb 24, 2023 10:52 pm
- Forum: General
- Topic: How to Configure Tickets
- Replies: 4
- Views: 129
How to Configure Tickets
Hi, We have a farm that has three node-locked and one floating Houdini license. I have not been able to configure the farm HYTHON tickets to fully utilize the four available licenses, although here is my attempt: tickets.jpg I was thinking that maybe if the pool had four, and the three renderers wit...
- Tue Nov 29, 2022 10:26 am
- Forum: General
- Topic: No thumbnails
- Replies: 4
- Views: 323
- Sat Nov 26, 2022 11:06 pm
- Forum: General
- Topic: No thumbnails
- Replies: 4
- Views: 323
Re: No thumbnails
The PR was rejected. I still don't know how to get previews :/
- Sat Nov 26, 2022 11:03 pm
- Forum: General
- Topic: Administration rights
- Replies: 8
- Views: 574
Re: Administration rights
For me the default passwords didn't work. In config_default.json you will find "pswd_visor" and "pswd_god" values. The values here are md5 digests of the passwords. To calculate your own you can use python import hashlib hashlib.md5("MyPassword".encode("utf-8"...