grame-cncm / faustlive

Advanced self-contained prototyping environment for the Faust programming language
Other
78 stars 17 forks source link

Error message at startup #8

Closed agraef closed 6 years ago

agraef commented 6 years ago

Whenever I launch faustlive (on Linux at least), I see this annoying popup:

image

Looks like faustlive is trying to load some bad dsp file there. Can we please get rid of this?

This is using the latest faustlive from the dev branch and the latest faust from master-dev.

BTW, the library submodule in faustlive (at Resources/Libs) is outdated as well, it should be updated to the latest from https://github.com/grame-cncm/faustlibraries.

sletz commented 6 years ago

Could it be a dirty .FaustLive-CurrentSession-2.0 folder? Try to remove it.

Resources/Libs has been updated.

agraef commented 6 years ago

Well, the update of the library submodule seems to have solved this issue. But now I'm getting the error popup Fri Jan 19 2018 23:30:45: Unable to read file instead. (I already got that message previously on subsequent launches, forgot to mention it.) Removing the .FaustLive-CurrentSession-2.0 folder doesn't help with that one either. So it seems that faustlive is still trying to load a non-existent file on startup there.

sletz commented 6 years ago

Could it be a dirty .FaustLive-CurrentSession-2.0 folder? Try to remove it.

agraef commented 6 years ago

No, I already tried that (see above).

sletz commented 6 years ago

No idea then ))-:

agraef commented 6 years ago

Well, if you can't reproduce it then it's more likely a local (read PEBKAC) or maybe a Linux-specific issue. I'll check it out on my MacBook when I update the MacPorts packages.

agraef commented 6 years ago

Just built the latest (faust +) faust-live on the Mac and I do not get the message there, so my bet is on a Linux-specific issue (if it was some local configuration thing then removing .FaustLive-CurrentSession-2.0 should have solved it, I guess).

Still no idea on how to debug this, though. Bipartitioning on commits will not be very useful here because of the comprehensive changes in Faust. :(

sletz commented 6 years ago

There was actually a bug, should be fixed in https://github.com/grame-cncm/faustlive/commit/0031a94bd66a1afe3ac36fa3435b9868c21c8ec6.

agraef commented 6 years ago

Works like a charm now, many thanks!