Advertisement
Guest User

super collider

a guest
Jul 20th, 2015
645
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. init_OSC
  2. empty
  3. compiling class library...
  4.     NumPrimitives = 679
  5.     compiling dir: '/usr/share/SuperCollider/SCClassLibrary'
  6.     compiling dir: '/usr/share/SuperCollider/Extensions'
  7.     pass 1 done
  8.     numentries = 781759 / 10851086 = 0.072
  9.     4973 method selectors, 2182 classes
  10.     method table size 5856460 bytes, big table size 43404344
  11.     Number of Symbols 11474
  12.     Byte Code Size 358455
  13.     compiled 319 files in 1.00 seconds
  14. compile done
  15. ERROR: Message 'atIdentityHash' not understood.
  16. RECEIVER:
  17. Instance of Array {    (0x9e98710, gc=08, fmt=01, flg=00, set=03)
  18.   indexed slots [4]
  19.       0 : nil
  20.       1 : nil
  21.       2 : nil
  22.       3 : nil
  23. }
  24. ARGS:
  25. class AppClock (0x9f38420) {
  26.   instance variables [19]
  27.     name : Symbol 'AppClock'
  28.     nextclass : instance of Meta_Archive (0xa70c0a0, size=19, set=5)
  29.     superclass : Symbol 'Clock'
  30.     subclasses : nil
  31.     methods : nil
  32.     instVarNames : nil
  33.     classVarNames : instance of SymbolArray (0x9f384e0, size=1, set=3)
  34.     iprototype : nil
  35.     cprototype : instance of Array (0x9f38560, size=1, set=3)
  36.     constNames : nil
  37.     constValues : nil
  38.     instanceFormat : Integer 0
  39.     instanceFlags : Integer 0
  40.     classIndex : Integer 392
  41.     classFlags : Integer 0
  42.     maxSubclassIndex : Integer 392
  43.     filenameSymbol : Symbol '/usr/share/SuperCollider/SCClassLibrary/Common/Core/Clock.sc'
  44.     charPos : Integer 935
  45.     classVarIndex : Integer 42
  46. }
  47. CALL STACK:
  48.     DoesNotUnderstandError:reportError   0x9e98c10
  49.         arg this = <instance of DoesNotUnderstandError>
  50.     Nil:handleError   0x9e98bb0
  51.         arg this = nil
  52.         arg error = <instance of DoesNotUnderstandError>
  53.     Thread:handleError   0x9e98b50
  54.         arg this = <instance of Thread>
  55.         arg error = <instance of DoesNotUnderstandError>
  56.     Object:throw   0x9e98af0
  57.         arg this = <instance of DoesNotUnderstandError>
  58.     Object:doesNotUnderstand   0x9e987d0
  59.         arg this = [*4]
  60.         arg selector = 'atIdentityHash'
  61.         arg args = [*1]
  62.     Set:includes   0x9e98770
  63.         arg this = <instance of IdentitySet>
  64.         arg item = <instance of Meta_AppClock>
  65.     Meta_Class:initClassTree   0x9e98590
  66.         arg this = <instance of Meta_Class>
  67.         arg aClass = <instance of Meta_AppClock>
  68.         var implementsInitClass = nil
  69.     Process:startup   0x9e98530
  70.         arg this = <instance of Main>
  71.         var time = nil
  72.     Main:startup   0x9e977d0
  73.         arg this = <instance of Main>
  74.         var didWarnOverwrite = false
  75. ^^ The preceding error dump is for ERROR: Message 'atIdentityHash' not understood.
  76. RECEIVER: [ nil, nil, nil, nil ]
  77. ERROR: Message 'queue' not understood.
  78. RECEIVER:
  79.    nil
  80. ARGS:
  81. CALL STACK:
  82.     DoesNotUnderstandError:reportError   0x9e9a470
  83.         arg this = <instance of DoesNotUnderstandError>
  84.     Nil:handleError   0x9e9a4d0
  85.         arg this = nil
  86.         arg error = <instance of DoesNotUnderstandError>
  87.     Thread:handleError   0x9e9a530
  88.         arg this = <instance of Thread>
  89.         arg error = <instance of DoesNotUnderstandError>
  90.     Object:throw   0x9e9a590
  91.         arg this = <instance of DoesNotUnderstandError>
  92.     Object:doesNotUnderstand   0x9e9a770
  93.         arg this = nil
  94.         arg selector = 'queue'
  95.         arg args = [*0]
  96.     Meta_AppClock:tick   0x9e9a890
  97.         arg this = <instance of Meta_AppClock>
  98.         var saveClock = <instance of Meta_SystemClock>
  99.     Process:tick   0x9e9a8f0
  100.         arg this = <instance of Main>
  101. ^^ The preceding error dump is for ERROR: Message 'queue' not understood.
  102. RECEIVER: nil
  103. ERROR: Message 'serverRunning' not understood.
  104. RECEIVER:
  105.    nil
  106. ARGS:
  107. CALL STACK:
  108.     DoesNotUnderstandError:reportError   0x9e9a410
  109.         arg this = <instance of DoesNotUnderstandError>
  110.     Nil:handleError   0x9e9a710
  111.         arg this = nil
  112.         arg error = <instance of DoesNotUnderstandError>
  113.     Thread:handleError   0x9e99b70
  114.         arg this = <instance of Thread>
  115.         arg error = <instance of DoesNotUnderstandError>
  116.     Object:throw   0x9e99bd0
  117.         arg this = <instance of DoesNotUnderstandError>
  118.     Object:doesNotUnderstand   0x9e99d50
  119.         arg this = nil
  120.         arg selector = 'serverRunning'
  121.         arg args = [*0]
  122.     Meta_ScIDE:defaultServer_   0x9e9a7d0
  123.         arg this = <instance of Meta_ScIDE>
  124.         arg server = nil
  125.     Meta_ScIDE:handshake   0x9e9a830
  126.         arg this = <instance of Meta_ScIDE>
  127.     Function:defer   0x9e9a950
  128.         arg this = <instance of Function>
  129.         arg delta = nil
  130.     Meta_ScIDE:connect   0x9e99610
  131.         arg this = <instance of Meta_ScIDE>
  132.         arg ideName = "SCIde_3783"
  133.     Process:interpretCmdLine   0x9e99ed0
  134.         arg this = <instance of Main>
  135. ^^ The preceding error dump is for ERROR: Message 'serverRunning' not understood.
  136. RECEIVER: nil
  137. ERROR: Message 'sched' not understood.
  138. RECEIVER:
  139.    nil
  140. ARGS:
  141.    Integer 0
  142. Instance of Routine {    (0x9e9acb0, gc=10, fmt=00, flg=00, set=05)
  143.   instance variables [27]
  144.     state : Integer 0
  145.     func : instance of Function (0x9e97b30, size=2, set=3)
  146.     stack : instance of Array (0xb0b9c0a0, size=0, set=9)
  147.     method : nil
  148.     block : nil
  149.     frame : nil
  150.     ip : RawPointer (nil)
  151.     sp : RawPointer (nil)
  152.     numpop : Integer 0
  153.     receiver : nil
  154.     numArgsPushed : Integer 0
  155.     parent : nil
  156.     terminalValue : nil
  157.     primitiveError : Integer 0
  158.     primitiveIndex : Integer 0
  159.     randData : instance of Int32Array (0x9e975f0, size=4, set=3)
  160.     beats : Float 1437448168.213341   FA0DA761 41D56B6D
  161.     seconds : Float 1437448168.213341   FA0DA761 41D56B6D
  162.     clock : instance of Meta_SystemClock (0x9f411a0, size=19, set=5)
  163.     nextBeat : nil
  164.     endBeat : nil
  165.     endValue : nil
  166.     environment : nil
  167.     exceptionHandler : nil
  168.     threadPlayer : nil
  169.     executingPath : nil
  170.     oldExecutingPath : nil
  171. }
  172. CALL STACK:
  173.     DoesNotUnderstandError:reportError   0x9e9a770
  174.         arg this = <instance of DoesNotUnderstandError>
  175.     Nil:handleError   0x9e9a590
  176.         arg this = nil
  177.         arg error = <instance of DoesNotUnderstandError>
  178.     Thread:handleError   0x9e9a650
  179.         arg this = <instance of Thread>
  180.         arg error = <instance of DoesNotUnderstandError>
  181.     Object:throw   0x9e9a530
  182.         arg this = <instance of DoesNotUnderstandError>
  183.     Object:doesNotUnderstand   0x9e9a050
  184.         arg this = nil
  185.         arg selector = 'sched'
  186.         arg args = [*2]
  187.     Meta_AppClock:sched   0x9e99d50
  188.         arg this = <instance of Meta_AppClock>
  189.         arg delta = 0
  190.         arg item = <instance of Routine>
  191.     Meta_Clock:play   0x9e99bd0
  192.         arg this = <instance of Meta_AppClock>
  193.         arg task = <instance of Routine>
  194.     Stream:play   0x9e99e70
  195.         arg this = <instance of Routine>
  196.         arg clock = <instance of Meta_AppClock>
  197.         arg quant = nil
  198.     Meta_ScIDE:processUrl   0x9e9ac10
  199.         arg this = <instance of Meta_ScIDE>
  200.         arg urlString = nil
  201.         arg doneAction = <instance of Function>
  202.         var url = <instance of URI>
  203.         var brokenFunc = <instance of Function>
  204.     Meta_ScIDE:openHelpUrl   0x9e97ed0
  205.         arg this = <instance of Meta_ScIDE>
  206.         arg url = nil
  207.     Meta_HelpBrowser:goTo   0x9e98050
  208.         arg this = <instance of Meta_HelpBrowser>
  209.         arg url = nil
  210.         var ideClass = <instance of Meta_ScIDE>
  211.     Meta_HelpBrowser:goHome   0x9e980b0
  212.         arg this = <instance of Meta_HelpBrowser>
  213.     Process:interpretCmdLine   0x9e982f0
  214.         arg this = <instance of Main>
  215. ^^ The preceding error dump is for ERROR: Message 'sched' not understood.
  216. RECEIVER: nil
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement