[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-dev] PsyCollider 3.3 Alpha



2008/12/21  <thelych@xxxxxxxxx>:
> 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 socket
>>
>> This is SwingOSC starting up and connecting, you get these on linux
>> too, they're a little annoying
>>
>>> Execution warning: Class 'SCImageFilter' not found
>>
>> This 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
> *initClass
> the 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 ?

Thanks Charles, yes that seems to be it. I don't see why that class
should be an exception anyway...?

Dan

_______________________________________________
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/