Blender executable path may not include backslashes on Windows #100178
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
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#100178
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?
When manually entering the Blender executable on Windows (not auto-detecting based on .blend file association), the executable path may not include backslashes!
If it does, the web UI shows following error:
In the yaml config, the path included
\
as expected. So some code between loading config and running executable seems to strip them.This issue should be considered in #99456
Added subscriber: @RedMser
Added subscriber: @dr.sybren
Can you share your
flamenco-manager.yaml
file? You can just drag & drop it into the comment field. That way I can take a closer look.Which version of Windows are you using? Here on Win10 Pro it just works.
I am using Windows 10 Pro as well. My config looks like this: flamenco-manager.yaml
Replacing the backslashes in the path with forward slashes fixes the error.
Added subscriber: @Tilapiatsu
Same Issue for me,
All the Backlash seams to be discarded, and in the flamenco-manager.yaml file, the path seems to be correct
flamenco-manager.yaml
Thanks for the example YAML files. They look as they should, so that's not the cause of the issue. Could you also attach your
flamenco-manager.sqlite
file, and the full log of the failing task?{F13430935,size=full}
Hello @dr.sybren
Here is the files files you need :
flamenco-manager.sqlite
failed_task_log.txt
Please let me know if you need anything else.
Oh and by the way @dr.sybren , I've tried what @RedMser sugested, replacing Backslash with Forwardslash and it worked well now for me too.
This issue was referenced by
e5a20425c4
Changed status from 'Needs Triage' to: 'Resolved'
It's good that that works, but forward slashes shouldn't be necessary.
This should be fixed by
e5a20425c4
, which will be part of the soon-to-be-released 2nd beta.Note that that change is backward-incompatible, and it'll make it impossible to re-render old jobs. You'll have to resubmit them to Flamenco after upgrading to beta2.