If there is no .blend file anywhere then perhaps the Blender AddOn failed to post it to Flamenco Manager? Any temporary errors on Blender UI?
I havent tried with Shaman disabled.
I have shaman enabled. I would guess there are no symlinks if it is disabled... but I dont know that for a fact.
Are the files that are missing real or…
Flamenco Manager uses Shaman file system abstraction which essentially uses linux symlinks. I assume you have Shaman enabled and therefore, some folders on the shared-storage will be symlinks. …
What is the type of shared storage file server?
I decided to try out a Windows worker and saw similar error to you, that blender couldnt open the .blend file.
I have tried NFS with Windows…
@PGSCOM - yes, there is documentation on how to configure shared-storage paths between platform types. RaspPi will be a 'linux' platform type. Flamenco will translate between them. See…
There's probably that error because I've done tests before, I'd better do a new installation of raspbian and try it again.
The script says it can't find go, so probably the symlink in the…
The minimum version requirements for Flamenco must be met and I can see from your logs, you are using earlier version of golang 1.15 and minimum is 1.20. Usually, RaspPi/Debian/Ubuntu distros…
Yes @michael-2, I tried to build Flamenco-Manager and Flamenco-Worker in Raspbian installing all the dependencies with the tutorial. …
Hi @PGSCOM - this to me falls into a wider question for flamenco dev team on what is the plan to support ARM targets in general, like Mac M1, RaspberryPi 32 & 64bit etc. Depending on your…
check-environment
Makefile
rule
Yes, I hand patched main just to see if it helped while experimenting with arm64 build and reading this thread.
Could you give #104210 a try?
This built flamenco-manager for me when I hand patched the touch_linux.go file.
Without this I would get the following error building the arm64 target...
``…