grame-cncm / faust

Functional programming language for signal processing and sound synthesis
http://faust.grame.fr
Other
2.59k stars 326 forks source link

Could not execute the provided DSP program for the given architecture file. when compiling for unity - android (or all) #278

Open Mehdalon opened 5 years ago

Mehdalon commented 5 years ago

When using export in the online editor I get this error.

Cannot reproduce it on other platforms only on "unity - all" or unoity - android".

on the git it says general "compiler error"...

string cannotcompile = "Could not execute the provided DSP program for the given architecture file.";

https://github.com/grame-cncm/faustservice/blob/master/htmlPages.cpp

sletz commented 5 years ago

Try to avoid spaces of special characters in the DSP file name.

Mehdalon commented 5 years ago

Try to avoid spaces of special characters in the DSP file name.

I did also try with example files and also on source it fails it works for windows for example... I think you should be able to make it crash as well if you try it online.

sletz commented 5 years ago

Right, we'll have a look ASAP.

Mehdalon commented 5 years ago

Right, we'll have a look ASAP.

Thanks! I offer a pizza for a fix :P. (I mean it)

edit: or a workaround.