Sushi AppImage v1.1.0 Error: Error reading config file, invalid file path: ./config_files/play_vst3.json

Hi,

I would like to test Sushi on my Linux Ubuntu desktop by executing this AppImage, following the steps of this tutorial, but when I execute this command:

./Sushi-x86_64.AppImage -j --connect-ports -c config_files/play_vst3.json
    # or this command with a relative path
./Sushi-x86_64.AppImage -j --connect-ports -c ./config_files/play_vst3.json

I receive this error:

SUSHI - Copyright 2017-2023 Elk Audio AB, Stockholm
SUSHI is licensed under the Affero GPL 3.0. Source code is available at github.com/elk-audio
Error reading config file, invalid file path: config_files/play_vst3.json

Any suggestion?

Thanks for reading.

I solved this error by providing the absolute path of my own computer to the config files I downloaded from Sushi GitHub:

./Sushi-x86_64.AppImage -j --connect-ports -c /home/typeYourUserName/path/to/the/folder/sushi/misc/config_files/play_vst3.json