SetBfree not starting - FileNotFoundError

Hello

I am new to this forum so I applogize if I am going about this in the wrong way.
I have started to build a Zynthian using a Pi 4. I first tried the 2019-09-26-raspbian-buster and got SetBfree to work. I then tried the 2019-11-23-zynthianos-buster-lite-1.0.0 and the 2019-11-29-zynthianos-buster-lite-1.0.0 and setBfree will not start. After selecting channel and sine wave the zynthian logo starts moving to indicate that it is loading but nothing happens.

The logs say a file is missing
File “/home/pi/zynthian-ui/zyngine/zynthian_engine_setbfree.py”, line 221, in generate_config_file
with open(self.config_autogen_fpath, ‘w’) as cfg_file:
FileNotFoundError: [Errno 2] No such file or directory: ‘/zynthian/config/setbfree/cfg/.autogen.cfg’

It seems like the folder “cfg” is missing.

1 Like

Bull’s Eye for a first post, @MrD
I can confirm the error message.

1 Like