You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started FaustLive, clicked randomly on one of the examples (unfortunately i don't remember which one), went to export as... (Ctrl+P), picked some linux target (again, i don't really remember which one), and the export manager started.
After giving me a green ✔️ for "connection to server", the "remote compilation" step failed with a red ❌ and the following error:
I would have expected the decoded error-string to be displayed:
The upload is completed but the file you uploaded is not a valid Faust file. Make sure that it is either a file with an extension .dsp or an archive (tar.gz, tar.bz, tar or zip) containing one .dsp file and potentially .lib files included by the .dsp file. Furthermore, the code in these files must be valid Faust code.
Below is the STDOUT and STDERR for the Faust code you tried to compile. If the two are empty, then your file structure is wrong. Otherwise, they will tell you why Faust failed.
ERROR : path '/CONSTANT-Q_FILTER_BANK_(Butterworth_dyadic_tree)/0x00/0x00' is already used
The text was updated successfully, but these errors were encountered:
Some FL included examples do no compile anymore because the remote compiler is more restrictive. The examples have been fixed in the main Faust repository and will be update dat next FL build and release.
I started FaustLive, clicked randomly on one of the examples (unfortunately i don't remember which one), went to export as... (Ctrl+P), picked some linux target (again, i don't really remember which one), and the export manager started.
After giving me a green ✔️ for "connection to server", the "remote compilation" step failed with a red ❌ and the following error:
I would have expected the decoded error-string to be displayed:
The text was updated successfully, but these errors were encountered: