Re: Running SuperColliderAU
| Newsgroups | gmane.comp.audio.supercollider.user |
|---|---|
| Message-ID | <CAL8OTwCvOR1hmGkt-t7MAb905-ny-FLBOmc8Yvzvu5ovE40-aw@mail.gmail.com> |
Hello Marcin,
Here's the complete error message when running u = Server.remote(\scau,
NetAddr("127.0.0.1", 9989));
I don't think it's a quark/extension issue, because it's a fresh build and
I haven't even installed any quarks yet.
Thanks again,
David
ERROR: Message 'protocol' not understood.
RECEIVER:
nil
ARGS:
CALL STACK:
DoesNotUnderstandError:reportError
arg this = <instance of DoesNotUnderstandError>
Nil:handleError
arg this = nil
arg error = <instance of DoesNotUnderstandError>
Thread:handleError
arg this = <instance of Thread>
arg error = <instance of DoesNotUnderstandError>
Object:throw
arg this = <instance of DoesNotUnderstandError>
Object:doesNotUnderstand
arg this = nil
arg selector = 'protocol'
arg args = [*0]
Meta_Server:remote
arg this = <instance of Meta_Server>
arg name = 'scau'
arg addr = <instance of NetAddr>
arg options = nil
arg clientID = nil
var result = <instance of Server>
< closed FunctionDef > (no arguments or variables)
Interpreter:interpretPrintCmdLine
arg this = <instance of Interpreter>
var res = nil
var func = <instance of Function>
var code = "u = Server.remote(\scau, Net..."
var doc = nil
var ideClass = <instance of Meta_ScIDE>
Process:interpretPrintCmdLine
arg this = <instance of Main>
^^ ERROR: Message 'protocol' not understood.
RECEIVER: nil
On Mon, Mar 29, 2021 at 6:01 PM <[email protected]> wrote:
> u = Server(\scau, NetAddr("127.0.0.1", 9989));
>> u.startAliveThread;
>>
>> now seems to work! I can run a test synth in SC and hear it in Ableton
>> Live!
>>
> Great!
>
> The .remote method still doesn't work for some reason:
>> u = Server.remote(\scau, NetAddr("127.0.0.1", 9989));
>>
>> still throws the ERROR: Message 'protocol' not understood.
>> error, but does that matter? I'm not as up on the workings of
>> server communication as I maybe should be.
>>
> Can you post the full error message?
> I'm guessing this might come from some quark/extension, as I said this
> error doesn't occur for me in SC 3.11.2.
>
> Marcin
>