Hi Dan, Le 21 déc. 08 à 11:02, Dan Stowell a écrit :
2008/12/21 Scott Wilson <s.d.wilson.1@xxxxxxxxxx>:A couple of funny warnings:Yes I get these too:Could not connect socketThis is SwingOSC starting up and connecting, you get these on linux too, they're a little annoyingExecution warning: Class 'SCImageFilter' not foundThis is a BIG mystery. I've grepped the whole class tree trying to solve this one, and I can't see anything using SCImageFilter that isn't safely hidden away in 'osx' folders. Can anyone work this out? Please, whoever made SCImageFilter: why might this be happening on startup?
i think it is in the Help.sc (this one is cross platform ?) in *initClassthe categoriesSkipThese classvar contains SCImageFilter hard-coded in it, that might be it.
may be adding something like:Platform.case( \osx, { categoriesSkipThese = categoriesSkipThese.add(SCImageFilter) });
will prevent it.Could you try to see if removing SCImageFilter or applying this line remove this annoying warning ?
best, charles _______________________________________________ sc-dev mailing list info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml archive: https://listarc.bham.ac.uk/marchives/sc-dev/ search: https://listarc.bham.ac.uk/lists/sc-dev/search/