Cannot select Render Output Path but default invalid output path and causes blender to quit #104198
Labels
No Label
Good First Issue
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Job Type
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#104198
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Flamenco Manager and Worker are both configured using yaml files. No GUI Wizard was used. See attached.
Flamenco Version
Is Broken: 3.1
Short description of error
Running a Flamenco Job, the worker starts to successfully render and when it attempts to write the output it has been instructed to use "/mike-redcubes-longer-timeout/2023-03-14_163903/000077.png".
This path is invalid and blender quits with error. Flamenco re-enqueues a few times and fails the job eventually.
Looking at the blender addon plugin, it has an option to set the Render Output Path but says it is not enabled. I can open a Modal dialogue box and select an NFS path... but this is from the MacOS NFS Mount perspective which the Worker would need a different root path.
The Flamenco Manager configuration has
The /data is successfully mounted to the NFS server path. The blender file is successfully found/read by Blender on the worker.
Exact steps for others to reproduce the error
Manager Configuration File
Worker Configuration
NFS Mount from the Worker context shows the NFS Server filestore contents as expected:
Flamenco Job received by Worker
This is what worker executes... and the render-output path does not exist on the worker machine:
End of blender execution...
Question:
I noticed nothing is set in the Blender Addon "Render Output Root" which is my mistake. Setting this to the NFS output folder I end up with what looks like a relative path to where I saved the blender file (on the NFS filestore).
//../output/
However, I have managed to somehow update the Render Output Path field despite it saying I cannot edit it and cannot set it back. :/
Not sure how I was allowed to edit a disabled addon field... but not its stuck with a path that the worker will not have available.
I managed to start-over and set the Root Output Path to what the workers' NFS mount path expects and the job was launched and saved successfully.
So I think I've answered my question that it is expected that the NFS Mounts should be identical on each workstation including the one submitting Flamenco jobs. I can re-configure my NFS setup to this requirement.
That is 90% correct. With Flamenco's default config it's actually 100% correct, but you can use the variable 'audience' to make a mapping between 'paths on the submitter side' vs. 'path on the Workers side'.
For differences between paths on different platforms (like macOS vs. Linux) there's the multi-platform support.