Skip to content

Instantly share code, notes, and snippets.

@lisongx
Created January 3, 2014 16:19
Show Gist options
  • Save lisongx/8240693 to your computer and use it in GitHub Desktop.
Save lisongx/8240693 to your computer and use it in GitHub Desktop.
build errro
compile done
resolve: Host not found (authoritative)
ERROR: Non Boolean in test.
RECEIVER:
class NetAddr (0x116231fc0) {
instance variables [19]
name : Symbol 'NetAddr'
nextclass : instance of Meta_Nil (0x1109c84c0, size=19, set=5)
superclass : Symbol 'Object'
subclasses : instance of Array (0x1154e0c40, size=1, set=2)
methods : instance of Array (0x116232140, size=28, set=5)
instVarNames : instance of SymbolArray (0x1162323c0, size=4, set=2)
classVarNames : instance of SymbolArray (0x116232540, size=1, set=2)
iprototype : instance of Array (0x116232480, size=4, set=2)
cprototype : instance of Array (0x116232600, size=1, set=2)
constNames : nil
constValues : nil
instanceFormat : Integer 0
instanceFlags : Integer 0
classIndex : Integer 257
classFlags : Integer 0
maxSubclassIndex : Integer 258
filenameSymbol : Symbol '/Users/sean/Music/supercollider/build/Install/SuperCollider/SuperCollider.app/Contents/Resources/SCClassLibrary/Common/Control/NetAddr.sc'
charPos : Integer 0
classVarIndex : Integer 286
}
CALL STACK:
MethodError:reportError 0x110a84fe8
arg this = <instance of MustBeBooleanError>
Nil:handleError 0x110a84f38
arg this = nil
arg error = <instance of MustBeBooleanError>
Thread:handleError 0x110a84e88
arg this = <instance of Thread>
arg error = <instance of MustBeBooleanError>
Object:throw 0x110a85ad8
arg this = <instance of MustBeBooleanError>
Object:mustBeBoolean 0x110a85ce8
arg this = <instance of Meta_NetAddr>
Server:newScopeBufferAllocators 0x110a85d98
arg this = <instance of Server>
Server:newAllocators 0x110a87728
arg this = <instance of Server>
Server:init 0x110a795c8
arg this = <instance of Server>
arg argName = 'localhost'
arg argAddr = <instance of NetAddr>
arg argOptions = nil
arg argClientID = 0
Meta_Server:initClass 0x110a82ba8
arg this = <instance of Meta_Server>
Meta_Class:initClassTree 0x110a81df8
arg this = <instance of Meta_Class>
arg aClass = <instance of Meta_Server>
var implementsInitClass = nil
Meta_Event:initClass 0x110a81c28
arg this = <instance of Meta_Event>
Meta_Class:initClassTree 0x110a80f78
arg this = <instance of Meta_Class>
arg aClass = <instance of Meta_Event>
var implementsInitClass = nil
Meta_EventTypesWithCleanup:initClass 0x110a804d8
arg this = <instance of Meta_EventTypesWithCleanup>
Meta_Class:initClassTree 0x110a7dbc8
arg this = <instance of Meta_Class>
arg aClass = <instance of Meta_EventTypesWithCleanup>
var implementsInitClass = nil
ArrayedCollection:do 0x110a7a9f8
arg this = [*351]
arg function = <instance of Function>
var i = 55
Meta_Class:initClassTree 0x110a79bf8
arg this = <instance of Meta_Class>
arg aClass = <instance of Meta_Object>
var implementsInitClass = nil
...
^^ The preceding error dump is for ERROR: Non Boolean in test.
RECEIVER: NetAddr
ERROR: Message 'volume' not understood.
RECEIVER:
nil
ARGS:
CALL STACK:
DoesNotUnderstandError:reportError 0x110a83a18
arg this = <instance of DoesNotUnderstandError>
Nil:handleError 0x110a83ac8
arg this = nil
arg error = <instance of DoesNotUnderstandError>
Thread:handleError 0x110a83b78
arg this = <instance of Thread>
arg error = <instance of DoesNotUnderstandError>
Object:throw 0x110a83cd8
arg this = <instance of DoesNotUnderstandError>
Object:doesNotUnderstand 0x110a84048
arg this = nil
arg selector = 'volume'
arg args = [*0]
Meta_ScIDE:defaultServer_ 0x110a848c8
arg this = <instance of Meta_ScIDE>
arg server = nil
Meta_ScIDE:handshake 0x110a84978
arg this = <instance of Meta_ScIDE>
Function:defer 0x110a84a28
arg this = <instance of Function>
arg delta = nil
Meta_ScIDE:connect 0x110a84ad8
arg this = <instance of Meta_ScIDE>
arg ideName = "SCIde_43748"
Process:interpretCmdLine 0x110a84c38
arg this = <instance of Main>
^^ The preceding error dump is for ERROR: Message 'volume' not understood.
RECEIVER: nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment